Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 6. Removing a Block Device Image
To remove a block device, execute the following, but replace {image-name} with the name of the image you want to remove:
rbd rm {image-name}
For example:
rbd rm foo
To remove a block device from a pool, execute the following, but replace {image-name} with the name of the image to remove and replace {pool-name} with the name of the pool:
rbd rm {image-name} -p {pool-name}
For example:
rbd rm bar -p swimmingpool