Actions
action #80398
closed[openQA] increase storage space for baremetal_support VM on qamaster
Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2020-11-26
Due date:
% Done:
0%
Estimated time:
Description
Unfortunately, this VM only has 15G of storage, which is almost full. We would be happy if we could get some more storage for this machine.
We are not about to store a lot of assets here, so around 10G on top should be sufficient.
Updated by nicksinger about 4 years ago
- Status changed from New to In Progress
- Assignee set to nicksinger
Updated by nicksinger about 4 years ago
- Status changed from In Progress to Feedback
Should be done now. What I did:
- Power off VM
- Copy
opensuse42.3-1.qcow2
tobaremetal-support.qcow2
on qamaster (as backup) - Resize the copy (
baremetal-support.qcow2
) withqemu-img resize baremetal-support.qcow2 +10G
- Changed the VM definition to point to the new qcow2 file
- Started VM and added "fsck.mode=force" as temporary cmdline to grub
- Resized the partition with fdisk
- (live) Resized the partition with tune2fs
I leave the previous disk (opensuse42.3-1.qcow2
) in case I screwed something while fsck'ing or resizing. If nothing comes up I will delete it.
Updated by nicksinger about 4 years ago
ah and I stopped some workers on grenache-1. But now after the resize I started them again with: systemctl start openqa-worker@{38,30,29,20,18,8,9}
Updated by MMoese about 4 years ago
Everything looks great so far, thanks a lot!
Updated by okurz about 4 years ago
- Status changed from Feedback to Resolved
- Target version set to Ready
I assume with the confirmation we can resolve it.
Actions