Account creation
To create an account, log on ceph-rgw-01.cloud.pd.infn.it and use the "radosgw-admin user create" user command. E.g:
...
| 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 ~]# |
[
Modify quota
E.g.:
| No Format |
|---|
radosgw-admin quota set --quota-scope=user --uid=verlato --max_size=100GB |
...