tentacle: rgw: fix radosgw-admin object unlink ...#66151
Merged
anrao19 merged 1 commit intoceph:tentaclefrom Dec 1, 2025
Merged
tentacle: rgw: fix radosgw-admin object unlink ...#66151anrao19 merged 1 commit intoceph:tentaclefrom
radosgw-admin object unlink ...#66151anrao19 merged 1 commit intoceph:tentaclefrom
Conversation
The unlink subcommand did not handle unsharded bucket indices appropriately. These are when the number of shards listed in the bucket instance object is 0. In that case there will actually be 1 shard. When number of shards as 0 is passed into the function that maps object names to shards, it returns -1. And that was not handled properly. That is now fixed. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> (cherry picked from commit 9eeb71e)
Contributor
|
pr testing completed and approved by @ivancich , details : https://tracker.ceph.com/issues/73809 |
BBoozmen
approved these changes
Nov 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport tracker: https://tracker.ceph.com/issues/73748
backport of #66123
parent tracker: https://tracker.ceph.com/issues/73716
this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh