February 2016
Intermediate to advanced
326 pages
7h 10m
English
To use Ceph object storage, we should create an initial Ceph object gateway user for the S3 interface and then create a subuser for the Swift interface
rgw-node1 is able to access the Ceph cluster.
# ceph -s -k /etc/ceph/ceph.client.radosgw.keyring --name client.radosgw.gateway
# radosgw-admin user create --uid=mona --display-name="Monika Singh" --email=mona@cephcookbook.com -k /etc/ceph/ceph.client.radosgw.keyring --name client.radosgw.gateway

access_key) and the keys (secret_key) would be required later in this chapter for access validation. ...Read now
Unlock full access