action #73183
closedExtend vdc (/assets)
0%
Description
In https://infra.nue.suse.com/SelfService/Display.html?id=178140 we asked SUSE IT to give us more storage in particular linked to the need for SLE4SAP+HA. gschlotter did that, we learned that vdc (/assets) is actually on cheap+slow storage (rotating disk).
Did xfs_growfs /assets
now which gave us 7TB for /assets with a current usage. Can adjust job group quotas and will monitor at best over next weeks how the usage turns out.
Updated by okurz about 4 years ago
- Tags set to osd, assets, storage, space
- Due date set to 2020-10-30
- Status changed from In Progress to Feedback
ok. I walked over all non-development, non-released job groups I could find on osd and rounded up the quota limits as well as gave some groups more space which I think could make good use of it. I will monitor the situation over the next time, e.g. reviewing the latest at the due date and see if we need or can or should to adapt again.
Updated by okurz about 4 years ago
- Related to action #73165: [osd] Consolidate "expensive+fast" and "cheap+slow" storage after realizing vdc is "cheap+slow" as well added
Updated by okurz about 4 years ago
- Status changed from Feedback to Resolved
So in https://infra.nue.suse.com/SelfService/Display.html?id=178140 we came to the agreement that it is easier and better to keep both vdc+vde even if both are on "cheap+slow" storage.
I have added corresponding comments in /etc/fstab now, complete file content:
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
tmpfs /run tmpfs noauto 0 0
# 7116dc72-ebc8-4b21-8847-b9f31dc95229 -> vda1
# ssd storage "expensive+fast"
/dev/vda1 / ext3 defaults 1 1
# 2e55520d-2b90-4100-8892-025c5f4c9949 -> vda2
/dev/vda2 swap swap defaults 0 0
# 6c8044d6-5497-4db6-9714-89b76268121e -> vdb
UUID=6c8044d6-5497-4db6-9714-89b76268121e /srv xfs defaults,logbsize=256k,noatime,nodiratime 1 2
/srv/PSQL10 /var/lib/pgsql none bind 0 0
# 3f003a69-c51e-4d79-8b83-906e7918bac4 -> vdc
# rotating disk "cheap+slow"
UUID=3f003a69-c51e-4d79-8b83-906e7918bac4 /assets xfs defaults,logbsize=256k,noatime,nodiratime 1 2
/assets /var/lib/openqa/share none bind 0 0
# 51d504aa-6f46-4b89-bcd9-b6cea7b8b755 -> vdd
# ssd storage "expensive+fast"
UUID=51d504aa-6f46-4b89-bcd9-b6cea7b8b755 /results xfs defaults,logbsize=256k,noatime,nodiratime 1 2
/results /var/lib/openqa none bind 0 0
# cf441a62-3f8c-4b29-928b-0f0161e8240b -> vde
# rotating disk "cheap+slow"
UUID=cf441a62-3f8c-4b29-928b-0f0161e8240b /space-slow xfs defaults,logbsize=256k,noatime,nodiratime 1 2
/space-slow/assets/factory/iso/fixed /assets/factory/iso/fixed none bind 0 0
/space-slow/assets/factory/hdd/fixed /assets/factory/hdd/fixed none bind 0 0
/srv/homes.img /home ext4 defaults 1 1
I asked gschlotter for more space on /space-slow as well and have extended the file system:
current df situation:
/dev/vda1 9.6G 6.3G 2.9G 69% /
/dev/vdb 80G 51G 30G 64% /srv
/dev/vdc 7.0T 3.8T 3.3T 53% /assets
/dev/vdd 5.0T 3.7T 1.4T 74% /results
/dev/vde 3.0T 1.6T 1.5T 53% /space-slow
This means that likely we will not have a problem with "assets" very soon, "results" are more likely to pose a problem.
Updated by okurz about 2 years ago
- Related to action #119215: [openQA][repos][aarch64][15-SP5[Full Media] 15-SP5 Full media is missing from http://openqa.suse.de/assets/repo/ added