- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 89字
- 2021-07-02 23:19:16
How to do it...
The Cinder service that we configured in the last recipe creates volumes on Ceph, however, to attach these volumes to OpenStack instances, we need to configure Nova:
- We have already configured the following options to enable volume attachment:
rbd_user=cinder
rbd_secret_uuid= e279566e-bc97-46d0-bd90-68080a2a0ad8
- To test this configuration, we will attach the Cinder volume to an OpenStack instance. List the instance and volumes to get the ID:
# nova list
# cinder list

- Attach the volume to the instance:
# nova volume-attach 31000c20-5847-48eb-b2e3-6b681f5df46c 21bb3f31-6f9e-4d26-9afd-5eec3f450034
# cinder list

推薦閱讀
- Security Automation with Ansible 2
- Maya 2012從入門到精通
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- 計算機組成與操作系統
- 電氣控制與PLC原理及應用(歐姆龍機型)
- 空間機器人
- HBase Essentials
- MySQL Management and Administration with Navicat
- NetSuite ERP for Administrators
- Internet of Things with Raspberry Pi 3
- 單片機與微機原理及應用
- Hyper-V Security
- Force.com Enterprise Architecture(Second Edition)
- Spark MLlib機器學習實踐(第2版)