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

many: add ephemeral-mount-namespace feature #14726

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zyga
Copy link
Contributor

@zyga zyga commented Nov 14, 2024

When the feature is enabled no mount namespace persistence is attempted. This is done in response to problematic behavior of ongoing updates, even under a frozen control group.

This change is disruptive and does not account for tests that currently observe this behavior.

For context: this is one of the two follow-ups identified in #14714

@zyga zyga requested a review from bboozzoo November 14, 2024 18:09
@zyga
Copy link
Contributor Author

zyga commented Nov 14, 2024

To test this you have to enable the feature:

sudo snap set core experimental.ephemeral-mount-namespace=true

EDIT: I've made that the default behavior now, to see how tests fare. You can still set it to false explicitly, to disable the feature.

When the feature is enabled no mount namespace persistence is attempted.
This is done in response to problematic behavior of ongoing updates,
even under a frozen control group.

This change is disruptive and does not account for tests that currently
observe this behavior.

Signed-off-by: Zygmunt Krynicki <[email protected]>
This is for testing in spread, so that I see something useful
when I wake up tomorrow.

Signed-off-by: Zygmunt Krynicki <[email protected]>
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.

1 participant