summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2010-07-19 10:20:01 -0700
committerYehuda Sadeh <yehuda@hq.newdream.net>2010-07-19 10:20:43 -0700
commitbf8aa18d4801e9713af6098f9697b5e9e21c0230 (patch)
tree0f6b8de5a6957c352786d30ce4e21c593d50d566 /man
parent9810f7eab7d56ba97bef67793bbebb3844f3fb2a (diff)
downloadceph-bf8aa18d4801e9713af6098f9697b5e9e21c0230.tar.gz
rbd: add removal of snapshots
Diffstat (limited to 'man')
-rw-r--r--man/rbd.83
1 files changed, 3 insertions, 0 deletions
diff --git a/man/rbd.8 b/man/rbd.8
index 934956134f2..355ea5407d1 100644
--- a/man/rbd.8
+++ b/man/rbd.8
@@ -77,6 +77,9 @@ Creates a new snapshot. Requires the snapshot name parameter specified.
.TP
\fBsnap rollback \fR[ \fIimage-name\fP ]
Rollback image content to snapshot. This will iterate through the entire blocks array and update the data head content to the snapshotted version.
+.TP
+\fBsnap rm \fR[ \fIimage-name\fP ]
+Removes the specified snapshot.
.SH IMAGE NAME
In addition to using the \fB\-\-pool\fR and the \fB\-\-snap\fR options, the image name can include both the pool name and the snapshot name. The image name format is as follows:
.IP