Bug 1472139 - Double the size of / on builder0 to builder10
Summary: Double the size of / on builder0 to builder10
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: project-infrastructure
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michael S.
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-18 07:08 UTC by Nigel Babu
Modified: 2017-07-19 23:17 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-07-19 23:17:32 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.