Rate This Document
Findability
Accuracy
Completeness
Readability

Creating Block Devices

Perform operations in this section only on ceph1.

  1. In the RBD storage pool, create a 200 GB block device. --size indicates the size of the block device.
    1
    rbd create --size 204800 vdbench/image1
    
  2. Check whether the creation is successful. In the command, --pool specifies the storage pool name and is used for viewing the images in this storage pool.
    1
    rbd ls --pool vdbench