Bug 1472139

Summary: Double the size of / on builder0 to builder10
Product: [Community] GlusterFS Reporter: Nigel Babu <nigelb>
Component: project-infrastructureAssignee: Michael S. <misc>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, mscherer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-19 23:17:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nigel Babu 2017-07-18 07:08:46 UTC
The root partition on builder0 to builder10 has about 8 GB of disk. We run into disk space problems often. Let's increase that to either 15 GB or 20 GB so these problems are avoided.

Comment 1 M. Scherer 2017-07-18 12:52:44 UTC
8G should be enough for the system, what is taking all the space ?

wouldn't it be better to mount a specific partition for that ? 

We do have disk space in lvm, so it can be done without reinstalling the VM, but I would prefer know if we can get a better solution than increase / (purely to ease automation)

Comment 2 M. Scherer 2017-07-19 23:17:14 UTC
So this was easy:

ansible -i hosts -m shell -a 'lvresize /dev/mapper/vg_root_*-root -L +10G -r'  'jenkins_builders_rht:!int_rht_gluster_org'

That's likely enough, I can't add more without reinstalling (which is easy enough too)