Chapter 2. Creating a Block Device Image
Before you can add a block device to a node, you must create an image for it in the Ceph Storage Cluster first. To create a block device image, execute the following:
rbd create {image-name} --size {megabytes} --pool {pool-name}
For example, to create a 1GB image named foo that stores information in a pool named swimmingpool, execute the following:
rbd create foo --size 1024 rbd create bar --size 1024 --pool swimmingpool
You must create a pool first before you can specify it as a source.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.