[ceph-users] Re: Putting objects in Buckets

2020-04-20 Thread Peter Parker
since radosgw is s3 and swift compatible, you may search for s3 or swift object storage api/sdk doc. e.g. https://docs.ceph.com/docs/master/radosgw/s3/ you can try 's3cmd' for CLI and 'S3 Browser/CloudBerry Explorer for Amazon S3 ' for GUI. (both are easy to install) __

[ceph-users] Re: per rbd performance counters

2020-05-06 Thread Peter Parker
Hi Shridhar, Did u mean 'ceph rbd perf image stats' or  'rbd perf image iostat' ? for monitor intergration,  you can enable mgr prometheus module and get metrics for each image in specified pools -- Original -- From: "Void Star Nill"

[ceph-users] export administration regulations issue for ceph community edition

2020-08-27 Thread Peter Parker
Does anyone know of any new statements from the ceph community or foundation regarding EAR? I read the legal page of ceph.com and mentioned some information. https://ceph.com/legal-page/terms-of-service/ But I am still not sure, if my clients and I are within the scope of the entity list, whethe

[ceph-users] Re: radosgw garbage collection seems stuck and mannual gc process didn't work

2020-04-11 Thread Peter Parker
thanks a lot i'm not sure if the PR is https://github.com/ceph/ceph/pull/26601 ? and that has been backport to mimic https://github.com/ceph/ceph/pull/27796 it seems the cluster needs to be upgraded to 13.2.6 or higher after upgrade , what else should I do ? like manually execute gc process

[ceph-users] Re: radosgw garbage collection seems stuck and mannual gc process didn't work

2020-04-14 Thread Peter Parker
Hi Matt, We upgraded our cluster to 13.2.8 yesterday . After restarting radosgw, gc process successfully cleaned up those objects and omap. thanks again ! By the way, for other users , in our case the backlog had been increased to more than 3 million. the cleanup after upgrading r