-
Notifications
You must be signed in to change notification settings - Fork 59
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
Upgrade fails due to minimum-free-space-percent exceeding 3% #731
Comments
What you're hitting is related to #586 (see also the first NOTE about We recommend reserving at least 5G of space to the root partition (that's There's no easy way to get out of this unfortunately, and it's possible you may have to reprovision. If you have an extra disk around, you could use that to keep your Docker storage and copy it back in after reprovisioning. (Of course, you could do that for all the other extra partitions too if e.g. you want to keep the logs.) Another approach if you don't mind shrinking
Note that upgrading directly via |
You might be able to delay dealing with this by lowering the threshold in |
We discussed this during the community meeting today. Notes here. |
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We now warn in the MOTD if the root partition is too small. We're using #586 to track behavior improvements in this area, so I'll close this out. |
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
We've recently had our first case of a "trapped" rootfs running out of space for upgrades: coreos/fedora-coreos-tracker#731 Until we actually implement stronger behaviour for this, let's explicitly check for this case and emit a warning if we detect it. In the future, we'll look at making this a hard error by default (with an escape hatch). For more information, see: coreos/fedora-coreos-tracker#586 (comment)
Describe the bug
While upgrading FCOS I get the following error.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
The upgrade is successful.
Actual behavior
I tried two ways to upgrade
In both case, I get the same error.
System details
Additional information
I had installed FCOS in physical servers 5-6 months ago. Auto-update was turned off.
In which directory is rpm-ostree trying to write the new FCOS image to? Can I download it in another directory and upgrade it?
Thank you!
The text was updated successfully, but these errors were encountered: