Purging snapshots
Purge block device snapshots.
Before you begin
- A running IBM Storage Ceph cluster.
- Root-level access to the node.
About this task
Note: Purging a snapshot means deleting all snapshots in the image, where deleting a snapshot refers
to removing a specific snapshot from the image.
Procedure
Specify the snap purge option and the image name on a specific
pool.
rbd --pool POOL_NAME snap purge IMAGE_NAME
rbd snap purge POOL_NAME/IMAGE_NAME
For
example,
[root@rbd-client ~]# rbd --pool pool1 snap purge image1 [root@rbd-client ~]# rbd snap purge pool1/image1