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

Commits on Nov 14, 2024

  1. many: add ephemeral-mount-namespace 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]>
    zyga committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8e5ae1e View commit details
    Browse the repository at this point in the history
  2. features: enable ephemeral-mount-namespace by default

    This is for testing in spread, so that I see something useful
    when I wake up tomorrow.
    
    Signed-off-by: Zygmunt Krynicki <[email protected]>
    zyga committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    94d48bf View commit details
    Browse the repository at this point in the history