Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-marist-rhel74-s390x-1 running out of space #398

Closed
sxa opened this issue Jul 5, 2018 · 4 comments
Closed

build-marist-rhel74-s390x-1 running out of space #398

sxa opened this issue Jul 5, 2018 · 4 comments
Assignees

Comments

@sxa
Copy link
Member

sxa commented Jul 5, 2018

Machine has a 6Gb / filesystem and the yum cache seems to be regularly getting up to a few hundred Mb which is pushing / over the limit, resulting in failed builds

@sxa sxa self-assigned this Jul 5, 2018
@sxa
Copy link
Member Author

sxa commented Jul 5, 2018

Options:

  1. Increase the file system size
  2. Move the cache directory to a different file system
  3. Run yum clean packages after every update

I've gone for option 3 for now as it's the easiest. Root's crontab now looks like this:

0 1 * * * /usr/bin/yum -y update && df -k && yum clean packages && df -k

@sxa sxa closed this as completed Jul 5, 2018
@sxa
Copy link
Member Author

sxa commented Jul 9, 2018

Still not enough free - update is requiring about 690Mb of space on /

@sxa sxa reopened this Jul 9, 2018
@sxa
Copy link
Member Author

sxa commented Jul 9, 2018

Moved the 2Gb /swapfile onto /data/swapfile and editoed /etc/fstab to match. Hopefully that will be ok on reboot
Other option is to move /var/cache/yum onto the /data filesystem
Now running the update manually to get the system back up to date

@sxa
Copy link
Member Author

sxa commented Jul 9, 2018

Update done. Closing again

@sxa sxa closed this as completed Jul 9, 2018
jdekonin pushed a commit to jdekonin/adoptium-infrastructure that referenced this issue Jun 18, 2019
Issue adoptium#398
Signed-off-by: Adam Brousseau <[email protected]>
jdekonin pushed a commit to jdekonin/adoptium-infrastructure that referenced this issue Jun 18, 2019
Issue adoptium#398

Signed-off-by: Adam Brousseau <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant