- 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

推薦閱讀
- 32位嵌入式系統與SoC設計導論
- Excel 2007函數與公式自學寶典
- 空間機器人遙操作系統及控制
- 最簡數據挖掘
- PostgreSQL Administration Essentials
- Windows內核原理與實現
- 21天學通Java
- Red Hat Linux 9實務自學手冊
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 寒江獨釣:Windows內核安全編程
- 基于Proteus的PIC單片機C語言程序設計與仿真
- ARM體系結構與編程
- 探索中國物聯網之路
- Hands-On Data Analysis with NumPy and pandas
- 博弈論與無線傳感器網絡安全