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

NFS readonly bug #461

Merged
merged 4 commits into from
Sep 12, 2023
Merged

NFS readonly bug #461

merged 4 commits into from
Sep 12, 2023

Conversation

andyneff
Copy link
Member

@andyneff andyneff commented Sep 8, 2023

Fix so that read/write is preferred over read-only

The NFS code is liklly to create multiple mount points that are the same, except the :ro vs :rw flag. The original awk code was not good enough to remove complicated duplicates, so it was converted to bash looks that remove identical volumes, and if it see an :ro flag, it will prefer the other one (even if the first volume has :ro.

Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
@andyneff andyneff marked this pull request as ready for review September 12, 2023 15:26
@andyneff andyneff merged commit 3b66867 into master Sep 12, 2023
5 checks passed
@andyneff andyneff deleted the nfs_readonly_bug branch September 12, 2023 15:42
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.

2 participants