- 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

推薦閱讀
- Clojure Data Analysis Cookbook
- LabVIEW虛擬儀器從入門到測控應用130例
- JavaScript實例自學手冊
- 工業機器人產品應用實戰
- 網頁編程技術
- Java開發技術全程指南
- IoT Penetration Testing Cookbook
- 計算機圖形圖像處理:Photoshop CS3
- PyTorch深度學習實戰
- Implementing Oracle API Platform Cloud Service
- 手把手教你學Photoshop CS3
- 從祖先到算法:加速進化的人類文化
- 智能小車機器人制作大全(第2版)
- NetSuite ERP for Administrators
- 百度智能小程序:AI賦能新機遇