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

storage: Don't offer to mount while formatting in Anaconda mode #19807

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

mvollmer
Copy link
Member

@mvollmer mvollmer commented Jan 3, 2024

@mvollmer mvollmer force-pushed the storage-no-anaconda-mounting branch from 25b3bc2 to 4bbc74c Compare January 3, 2024 14:11
@mvollmer mvollmer force-pushed the storage-no-anaconda-mounting branch 2 times, most recently from 8a43c02 to 67a2b58 Compare January 9, 2024 12:34
@mvollmer mvollmer marked this pull request as ready for review January 9, 2024 12:34
@mvollmer mvollmer requested a review from jelly January 10, 2024 07:47
@mvollmer mvollmer force-pushed the storage-no-anaconda-mounting branch 2 times, most recently from 03cea35 to ce4995d Compare January 10, 2024 15:20
@mvollmer mvollmer added the blocked Don't land until something else happens first (see task list) label Jan 12, 2024
@mvollmer
Copy link
Member Author

I'll resolve the pixel test merge conflict once #19800 is in.

KKoukiou
KKoukiou previously approved these changes Jan 12, 2024
@mvollmer mvollmer added no-test For doc/workflow changes, or experiments which don't need a full CI run, and removed blocked Don't land until something else happens first (see task list) labels Jan 15, 2024
@mvollmer mvollmer force-pushed the storage-no-anaconda-mounting branch 2 times, most recently from db28ed5 to 9274236 Compare January 15, 2024 09:08
@mvollmer mvollmer removed the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Jan 15, 2024
This makes it easier to work with different sets of actions, and
allows the primary action to have a tag as well.
It's the normal thing to do during installation.
} else if (backing_block != content_block) {
if (!opt_never_auto)
extra_text = _("The filesystem will be unlocked and mounted on the next boot. This might require inputting a passphrase.");
extra_text = _("The filesystem has no assigned mount point.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This added line is not executed by any test. Details

mp_text = _("(not mounted)");
} else {
if (client.in_anaconda_mode())
mp_text = _("(no assigned mount point)");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This added line is not executed by any test. Details

@mvollmer mvollmer merged commit e81e1ee into cockpit-project:main Jan 15, 2024
90 of 93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants