summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Mick <dan.mick@dreamhost.com>2012-05-01 15:33:19 -0700
committerDan Mick <dan.mick@dreamhost.com>2012-05-01 20:08:00 -0700
commitee26c5d73a48b64292d16a87ebe69908c142048e (patch)
tree7a28480c59daf6647d4e63b6fdb9303b04ff4e15 /man
parent2a93258ae8c1eb424345078ddcfedde5ecd62b8c (diff)
downloadceph-ee26c5d73a48b64292d16a87ebe69908c142048e.tar.gz
Treat rename across pools as an error
Fixes: #2370 Reviewed-by: Samuel Just <samuel.just@dreamhost.com>
Diffstat (limited to 'man')
-rw-r--r--man/rbd.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rbd.8 b/man/rbd.8
index ff20f034ff5..82171a9e599 100644
--- a/man/rbd.8
+++ b/man/rbd.8
@@ -116,7 +116,7 @@ Creates a new image and imports its data from path.
Copies the content of a src\-image into the newly created dest\-image.
.TP
.B \fBmv\fP [\fIsrc\-image\fP] [\fIdest\-image\fP]
-Renames an image.
+Renames an image. Note: rename across pools is unsupported.
.TP
.B \fBsnap\fP ls [\fIimage\-name\fP]
Dumps the list of snapshots inside a specific image.