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

NAS-133110 / 25.04 / add force_rw option to ReadonlyRootfsManager #15243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yocalebo
Copy link
Contributor

@yocalebo yocalebo requested a review from a team December 19, 2024 17:36
@bugclerk bugclerk changed the title add force_rw option to ReadonlyRootfsManager NAS-133110 / 25.04 / add force_rw option to ReadonlyRootfsManager Dec 19, 2024
@bugclerk
Copy link
Contributor

@@ -32,12 +32,13 @@ def readonly_source(self):


class ReadonlyRootfsManager:
def __init__(self, root="/"):
def __init__(self, root="/", force_rw=False):
Copy link
Contributor

Choose a reason for hiding this comment

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

Please document what does this option do. Also, maybe we should call it force_usr_rw?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants