canonical / mysql-k8s-operator

A Charmed Operator for running MySQL on Kubernetes
https://charmhub.io/mysql-k8s
Apache License 2.0
8 stars 15 forks source link

Test performance of using /dev/sda1 in runner (/mnt) for microk8s hostpath storage #379

Open carlcsaposs-canonical opened 5 months ago

carlcsaposs-canonical commented 5 months ago

See if performance improves

df --human-readable on standard ubuntu-latest runner

Filesystem      Size  Used Avail Use% Mounted on
/dev/root        73G   54G   20G  74% /
tmpfs           7.9G  172K  7.9G   1% /dev/shm
tmpfs           3.2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb15      105M  6.1M   99M   6% /boot/efi
/dev/sda1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001

after tests run, storage in /dev/root is used but no storage in /dev/sda1 is used

github-actions[bot] commented 5 months ago

https://warthogs.atlassian.net/browse/DPE-3558