- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 103字
- 2021-07-02 23:19:17
How to do it…
Following steps will help you to create radosgw user:
- Make sure that the rgw-node1 is able to access the Ceph cluster:
# ceph -s -k /var/lib/ceph/radosgw/ceph-rgw.rgw-node1/keyring
--name client.rgw.rgw-node1
- Create a RADOS Gateway user for the S3 access:
# radosgw-admin user create --uid=pratima
--display-name="Pratima Umrao"
--email=pratima@cephcookbook.com
-k /var/lib/ceph/radosgw/ceph-rgw.rgw-node1/keyring
--name client.rgw.rgw-node1

- The values keys (access_key) and the keys (secret_key) would be required later in this chapter for access validation.
- To use Ceph object storage with the Swift API, we need to create a Swift subuser on the Ceph RGW:
# radosgw-admin subuser create --uid=pratima
--subuser=pratima:swift --access=full
-k /var/lib/ceph/radosgw/ceph-rgw.rgw-node1/keyring
--name client.rgw.rgw-node1

推薦閱讀
- Ansible Configuration Management
- 網(wǎng)絡服務器架設(Windows Server+Linux Server)
- AWS:Security Best Practices on AWS
- Cloud Analytics with Microsoft Azure
- C語言寶典
- Ceph:Designing and Implementing Scalable Storage Systems
- 計算機網(wǎng)絡原理與技術(shù)
- 21天學通C語言
- PostgreSQL 10 Administration Cookbook
- Google SketchUp for Game Design:Beginner's Guide
- Visual C++項目開發(fā)案例精粹
- 會聲會影X4中文版從入門到精通
- Apache Spark Quick Start Guide
- ARM體系結(jié)構(gòu)與編程
- 智能小車機器人制作大全(第2版)