...
| No Format |
|---|
root@ceph-rgw-01 ~]# radosgw-admin user stats --uid=zangrand --rgw-realm=cloudprod
{
"stats": {
"total_entries": 3001,
"total_bytes": 873025842,
"total_bytes_rounded": 880791552
},
"last_stats_sync": "2020-03-30 19:40:25.841130Z",
"last_stats_update": "2020-03-30 19:40:25.839388Z"
}
[root@ceph-rgw-01 ~]# |
| Code Block |
|---|
[root@ceph-rgw-01 ~]# radosgw-admin usage show --uid=zangrand --rgw-realm=cloudprod |
Modify quota
E.g.:
| No Format |
|---|
radosgw-admin quota set --quota-scope=user --uid=verlato --max_size=100GB |
...