-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
better cleanup of filecache when deleting an external storage #26936
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
blizzz
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.
I like the simplification. Should the deletes not be within a transaction, though?
MorrisJobke
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.
Code looks good 👍
5de321f to
1423912
Compare
makes sense, done |
|
Tests fail now. |
39c700a to
599a4da
Compare
|
Still failing :/ |
ff830ea to
debb440
Compare
this way it can delete the cache entries even with per-user credentials Signed-off-by: Robin Appelman <[email protected]>
debb440 to
ed2396b
Compare
|
CI happy |
|
/backport to stable21 |
|
/backport to stable20 |
|
/backport to stable21 |
this way it can delete the cache entries even with per-user credentials
Fixes #26842