Bug 1479801 - "radosgw-admin reshard list" shows empty list after sometime, while dynamic bucket resharding is still in progress.
Summary: "radosgw-admin reshard list" shows empty list after sometime, while dynamic b...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 3.0
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: rc
: 3.0
Assignee: Orit Wasserman
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-09 12:23 UTC by Vidushi Mishra
Modified: 2017-09-06 06:21 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-06 06:21:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Vidushi Mishra 2017-08-09 12:23:19 UTC
Description of problem:
To monitor the dynamic bucket resharding, use "radosgw-admin reshard list" to list the number of shards for a bucket with large number of objects.
However, after sometime it shows empty even though the resharding is in process.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.create a bucket with large number of objects say (100k or more) enable dynamic bucket resharding in the ceph.cong file.
2. monitor resharding list by entering "radosgw-admin reshard list"
3. radosgw-admin reshard list
[
    {
        "time": "xxxx-xx-xx",
        "tenant": "",
        "bucket_name": "",
        "bucket_id": "",
        "new_instance_id": "",
        "old_num_shards": 1,
        "new_num_shards": 8
    }
]

Actual results:
it shows empty list after sometime.

Expected results:
Should not show empty till the resharding is in progress

Additional info:


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