-
Notifications
You must be signed in to change notification settings - Fork 2.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
Transfer ownership fails if storage exists with user password #26530
Comments
@kawohl @cdamken please let me know whether the case from #23881 (comment) shows similar errors to what I posted above. Fix for this is here: #26533 |
@PVince81 Sofar I remember the error had nothing to do with the credentials. |
@cdamken okay, thanks for the details. I'm able to reproduce the issue with OC 9.0.5, steps:
Expected resultTransfer succeeds Actual result
|
Tried the same scenario with the fix from #26533 and the error disappears, the transfer completes. Note that the patch doesn't apply on top of OC 9.0 due to file name differences, but we will provide a backport. |
@PVince81 is the problem fixed also when the external storage is AWS S3? |
@cdamken the fix is independent from storage type, so it should work for S3 as well |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps
Expected
Only folder "test" (and skeleton files if they were there) was transferred to "user2"
Actual
Nothing transferred, error during mounting:
Versions
Observed on 9.0.5
Unavailable storages must be ignored during transfer.
Even better: any external storages cannot be transferred anyway, so don't bother mounting them!
The text was updated successfully, but these errors were encountered: