diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-05-08 11:26:04 -0700 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2013-05-08 11:26:04 -0700 |
commit | cdb3d32ef54cea7fa1c4e7e03b424aa1bbe4bfd3 (patch) | |
tree | de30f861d3321aa48e56aff299b6ac98f5bf2cf8 /doc | |
parent | 6789b0202608cc990ebfa9fb93be8a5e16b33509 (diff) | |
parent | c693ba57320cdf777f33ad3df7fd5937c69e0cdc (diff) | |
download | ceph-cdb3d32ef54cea7fa1c4e7e03b424aa1bbe4bfd3.tar.gz |
Merge pull request #180 from ceph/wip-rados-clone
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/8/rados.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index e12f2da646a..687ea807435 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -87,11 +87,14 @@ Pool specific commands :command:`lssnap` List snapshots for given pool. +:command:`clonedata` *srcname* *dstname* --object-locator *key* + Clone object byte data from *srcname* to *dstname*. Both objects must be stored with the locator key *key* (usually either *srcname* or *dstname*). Object attributes and omap keys are not copied or cloned. + :command:`mksnap` *foo* Create pool snapshot named *foo*. :command:`rmsnap` *foo* - Remove pool snapshot names *foo*. + Remove pool snapshot named *foo*. :command:`bench` *seconds* *mode* [ -b *objsize* ] [ -t *threads* ] Benchmark for seconds. The mode can be write or read. The default |