Bug 1480127 - Creation/Deletion of object on a bucket is successful when bucket is in resharding phase.
Summary: Creation/Deletion of object on a bucket is successful when bucket is in resha...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 3.0
Assignee: Matt Benjamin (redhat)
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-10 09:10 UTC by Vidushi Mishra
Modified: 2017-08-10 09:33 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-10 09:33:28 UTC
Embargoed:


Attachments (Terms of Use)
logs (6.65 KB, text/plain)
2017-08-10 09:10 UTC, Vidushi Mishra
no flags Details

Description Vidushi Mishra 2017-08-10 09:10:11 UTC
Created attachment 1311635 [details]
logs

Version-Release number of selected component (if applicable):
ceph version 12.1.2-1.el7cp

How reproducible:
always

Steps to Reproduce:
1. check for resharded bucket using 'radosgw-admin reshard list'
2. Put/delete a new object in that bucket while it is in resharding state
3. object creation and deletion operations should be unsuccessful during resharding.

Comment 2 Orit Wasserman 2017-08-10 09:32:03 UTC
This is the correct behavior as this is online resharding.
The blocking is done inside radosgw and is transparent to the User. We block the operation till the resharding is done and than execute it.
You need to confirm that the resharded bucket index is correct, i.e it has all the operations that happened during resharding.


Note You need to log in before you can comment on or make changes to this bug.