diff options
author | Dan Mick <dan.mick@dreamhost.com> | 2012-05-01 15:33:19 -0700 |
---|---|---|
committer | Dan Mick <dan.mick@dreamhost.com> | 2012-05-01 20:08:00 -0700 |
commit | ee26c5d73a48b64292d16a87ebe69908c142048e (patch) | |
tree | 7a28480c59daf6647d4e63b6fdb9303b04ff4e15 /man | |
parent | 2a93258ae8c1eb424345078ddcfedde5ecd62b8c (diff) | |
download | ceph-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.8 | 2 |
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. |