From: Zac Dover Date: Thu, 3 Jul 2025 12:32:48 +0000 (+1000) Subject: doc/rados: remove clonedata command X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1eff1c1147bdb683701a55fbe3ea846fde6937f0;p=ceph.git doc/rados: remove clonedata command Remove the "clonedata" command from the rados manpage. The "clonedata" command was removed in https://github.com/ceph/ceph/pull/13008. Fixes: https://tracker.ceph.com/issues/71943 Signed-off-by: Zac Dover --- diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index d606c3a5ef58e..13146523317ea 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -276,9 +276,6 @@ 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*.