You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use ostree config to fix a previous typo to ostree config fails with error: opening repo.
Reproduction steps
❯ sudo ostree config set core.min-free-space-size "3G"
❯ sudo rpm-ostree status
...
Status: "error: Couldn't start daemon: Error setting up sysroot: Opening sysroot repo: opening repo: Invalid min-free-space-size '3G': It should be of the format '123MB', '123GB' or '123TB'"
...
❯ sudo ostree config set core.min-free-space-size "3GB"
error: opening repo: Invalid min-free-space-size '3G': It should be of the format '123MB', '123GB' or '123TB'
Expected behavior
Should be able to correct mistakes
Actual behavior
❯ sudo ostree config set core.min-free-space-size "3G"
❯ sudo rpm-ostree status
...
Status: "error: Couldn't start daemon: Error setting up sysroot: Opening sysroot repo: opening repo: Invalid min-free-space-size '3G': It should be of the format '123MB', '123GB' or '123TB'"
...
❯ sudo ostree config set core.min-free-space-size "3GB"
error: opening repo: Invalid min-free-space-size '3G': It should be of the format '123MB', '123GB' or '123TB'
Describe the bug
Trying to use
ostree config
to fix a previous typo toostree config
fails witherror: opening repo
.Reproduction steps
Expected behavior
Should be able to correct mistakes
Actual behavior
System details
Additional information
No response
The text was updated successfully, but these errors were encountered: