From 1eff1c1147bdb683701a55fbe3ea846fde6937f0 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 3 Jul 2025 22:32:48 +1000 Subject: [PATCH] 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 --- doc/man/8/rados.rst | 3 --- 1 file changed, 3 deletions(-) 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*. -- 2.39.5