- Ceph Cookbook
- Karan Singh
- 118字
- 2021-07-16 13:01:16
Creating Ceph Block Device
Up to now, we have configured Ceph client, and now we will demonstrate creating a Ceph block device from the client-node1
machine.
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
推薦閱讀
- 深入淺出Electron:原理、工程與實踐
- 基于Java技術的Web應用開發
- 實戰Java程序設計
- 你必須知道的204個Visual C++開發問題
- JavaScript by Example
- 大學計算機基礎(第2版)(微課版)
- 一本書講透Java線程:原理與實踐
- Geospatial Development By Example with Python
- Deep Learning with R Cookbook
- 邊玩邊學Scratch3.0少兒趣味編程
- JavaScript Concurrency
- C語言程序設計教程
- Clojure Web Development Essentials
- 體驗之道:從需求到實踐的用戶體驗實戰
- Getting Started with the Lazarus IDE