- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 91字
- 2021-07-02 23:19:09
How to do it...
- Create a RADOS Block Device named rbd1 of size 10240 MB:
# rbd create rbd1 --size 10240 --name client.rbd
- There are multiple options that you can use to list RBD images:
## The default pool to store block device images is "rbd",
you can also specify the pool name with the rbd
command using -p option:
# rbd ls --name client.rbd
# rbd ls -p rbd --name client.rbd
# rbd list --name client.rbd
- Check the details of the RBD image:
# rbd --image rbd1 info --name client.rbd

推薦閱讀
- 3D Printing with RepRap Cookbook
- Drupal 7 Multilingual Sites
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- Learning Apache Cassandra(Second Edition)
- Python Data Science Essentials
- 機器人創新實訓教程
- OpenStack Cloud Computing Cookbook(Second Edition)
- 新手學電腦快速入門
- Cloudera Administration Handbook
- 統計學習理論與方法:R語言版
- 零起點學西門子S7-200 PLC
- AI的25種可能
- 網絡脆弱性掃描產品原理及應用
- 案例解說單片機C語言開發
- 仿龜機器人的設計與制作