it in the OSD cluster first. To create a block device image, execute the
following::
- rbd create {image-name} --size {megabytes} --dest-pool {pool-name}
+ 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
+ rbd create bar --size 1024 --pool swimmingpool
.. note:: You must create a pool first before you can specify it as a
source. See `Storage Pools`_ for details.
rbd rm bar -p swimmingpool
-
.. _Storage Pools: ../../rados/operations/pools
-.. _RBD – Manage RADOS Block Device (RBD) Images: ../../man/8/rbd/
\ No newline at end of file
+.. _RBD – Manage RADOS Block Device (RBD) Images: ../../man/8/rbd/