Rate This Document
Findability
Accuracy
Completeness
Readability

Creating an RGW Account

To access Ceph object storage from a client, you need to create an RGW account following the instructions described below.

Perform operations in this section only on ceph1.

  1. Create an RGW account on ceph1.
    1
    radosgw-admin user create --uid="admin" --display-name="admin user"
    
  2. After the account is created, run the following command to query the account information:
    1
    radosgw-admin user info --uid=admin