[ceph-users] Re: radosgw not working - upgraded from mimic to octopus

2021-01-27 Thread Youzhong Yang
ady filed a bug report (https://tracker.ceph.com/issues/48983) but so far no feedback yet. On Mon, Jan 25, 2021 at 10:06 AM Youzhong Yang wrote: > I upgraded our ceph cluster (6 bare metal nodes, 3 rgw VMs) from v13.2.4 > to v15.2.8. The mon, mgr, mds and osd daemons were all upgraded >

[ceph-users] radosgw not working - upgraded from mimic to octopus

2021-01-25 Thread Youzhong Yang
I upgraded our ceph cluster (6 bare metal nodes, 3 rgw VMs) from v13.2.4 to v15.2.8. The mon, mgr, mds and osd daemons were all upgraded successfully, everything looked good. After the radosgw was upgraded, they refused to work, the log messages are at the end of this e-mail. Here are the things

[ceph-users] Re: setting bucket quota using admin API does not work

2020-08-31 Thread Youzhong Yang
Figured it out: admin/bucket?quota works, but it does not seem to be documented. On Mon, Aug 31, 2020 at 4:16 PM Youzhong Yang wrote: > Hi all, > > I tried to set bucket quota using admin API as shown below: > > admin/user?quota&uid=bse&bucket=test"a-type=bucket >

[ceph-users] setting bucket quota using admin API does not work

2020-08-31 Thread Youzhong Yang
Hi all, I tried to set bucket quota using admin API as shown below: admin/user?quota&uid=bse&bucket=test"a-type=bucket with payload in json format: { "enabled": true, "max_size": 1099511627776, "max_size_kb": 1073741824, "max_objec