-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
data/baremetal/bootstrap: increase disk size to 16GiB #2673
Conversation
Otherwise the default sysroot comes up as 2.5G which is too small, and baremetal IPI gets errors like: startironic.sh[25249]: write /var/tmp/storage989090957/3: no space left on device
/label platform/baremetal |
/test govet |
Build FAILURE, see build http://10.8.144.11:8080/job/dev-tools/1304/ |
@stbenjam: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: celebdor, stbenjam The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
So I think now that coreos/coreos-assembler#924 merged we just need to pick up a new RHCOS build to fix this but not yet tested to confirm |
Tested locally and worked for me. I think we can drop this patch from dev-scripts, openshift-metal3/dev-scripts#852. If that works we can probably just close this - I don't think it makes sense to offer customization for the bootstrap's disk size, does it? |
I assumed we'd need another rhcos version bump to pick up the latest cosa changes, any idea how/why that fixed things with the existing image? Edit - nvm I see you were testing with #2666 so I agree we can probably close this and just get the version bump in to resolve the problem |
openshift-metal3/dev-scripts#852 worked and I merged it so we can go ahead and close this I think |
/close |
@stbenjam: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Otherwise the default sysroot comes up as 2.5G which is too small, and
baremetal IPI gets errors like:
startironic.sh[25249]: write /var/tmp/storage989090957/3: no space left on device