-
Notifications
You must be signed in to change notification settings - Fork 359
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
Allow reusing existing "empty" filesystems for / #5416
Allow reusing existing "empty" filesystems for / #5416
Conversation
Hello @vojtechtrefny! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-02-08 10:00:36 UTC |
8d4843f
to
fd81dd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as well. :)
fd81dd4
to
e5f937f
Compare
@vojtechtrefny this is blocked on merging till storaged-project/blivet#1188 gets released in rawhide I guess, can you confirm? |
The blivet PR is now merged and built in the daily copr so it should no longer block this. (But we then need to coordinate releases of blivet and anaconda in rawhide to make sure we don't break Fedora.) |
We plan a new release next Tuesday. Do you plan to release this in rawhide before that? |
I actually released 3.9.0 today. |
/kickstart-test --testtype smoke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be correct to introduce the specfile Requires: python-blivet >= 3.9 I think.
Good point, I've added a new commit with the version bump. |
f03bbae
to
e2a80e6
Compare
/kickstart-test --testtype smoke |
1 similar comment
/kickstart-test --testtype smoke |
We currently require that filesystem for / must be newly formatted by Anaconda, with the new storage workflow the filesystems created in Cockpit doesn't need to be reformatted so the check needs to be adjusted to check if the filesystem selected for / is empty and force the reformatting only when it contains some preexisting data.
e2a80e6
to
6c8876c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed a clean rebase - to see if tests get auto fixed.
/kickstart-test --testtype smoke |
We currently require that filesystem for / must be newly formatted by Anaconda, with the new storage workflow the filesystems created in Cockpit doesn't need to be reformatted so the check needs to be adjusted to check if the filesystem selected for / is empty and force the reformatting only when it contains some preexisting data.
Depends on: storaged-project/blivet#1188