-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
always triger setup of builtin storage wrappers #33308
Conversation
Signed-off-by: Robin Appelman <robin@icewind.nl>
/backport to stable24 |
you can test this with external storages and the "check for changes" option.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, and working for the use case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
NoDB is failing but surely not related to this changes |
unrelated, fix in #33324, merging this one |
Currently, in some cases the
setupBuiltinWrappers
isn't triggered, leading to issues with propagation of mount options.