fix updating cached mounts with multiple entries for root id#58727
fix updating cached mounts with multiple entries for root id#58727provokateurin merged 2 commits intomasterfrom
Conversation
…oot id Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
/backport to stable33 |
|
/backport to stable32 |
|
This wasn't noticed earlier because the invalid entries would have been automatically repaired in the next setup. However #56933 added an index that makes case this throw an error |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/58727/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick d14c4082 9884dec6
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58727/stable32Error: Failed to push branch backport/58727/stable32: remote: Invalid username or token. Password authentication is not supported for Git operations. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable32 |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/58727/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick d14c4082 9884dec6
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58727/stable32Error: Failed to push branch backport/58727/stable32: remote: Invalid username or token. Password authentication is not supported for Git operations. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
32: #58844 |
mount_point_hashmount_pointsince if that changes they won't be counted as "changed mounts"