-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
set mountid for personal external storage mounts #24501
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
Conversation
Signed-off-by: Robin Appelman <[email protected]>
|
/backport to stable20 |
|
/backport to stable19 |
|
@icewind1991 Any more info on how to test this? |
|
And what it fixes. |
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 49: failuremariadb10.1-php7.3Show full log |
|
I ran into this with permissions_overwrite which uses the mountid to identity external storage and register storage wrappers for specific external storages, this didn't work for user configured storages since they didn't have the mount id set (i have also worked around the issue for now in the app). In general this is an issue for any code that tries to map mountpoints/storages to an external storage configuration |
rullzer
left a comment
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.
Seems fine
Signed-off-by: Robin Appelman [email protected]