Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2065592

Summary: [RBD] - `rbd help clone` needs to have information on --rbd-default-clone-format
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Vasishta <vashastr>
Component: RBDAssignee: Ilya Dryomov <idryomov>
Status: CLOSED WONTFIX QA Contact: Preethi <pnataraj>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.1CC: ceph-eng-bugs, ceph-qe-bugs
Target Milestone: ---   
Target Release: 6.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-18 13:26:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vasishta 2022-03-18 09:40:10 UTC
Description of problem:
Transparent clone (clone v2) has been introduced since 4.x which needs `--rbd-default-clone-format` argument to be used with the rbd clone command.

>> rbd help clone
Doesn't mention information on this argument

Version-Release number of selected component (if applicable):
16.2.7-89.el8cp

How reproducible:
Always

Steps to Reproduce:
1. Configure a cluster and try to get information on rbd clone format using rbd help command


Actual results:
$ rbd help clone |grep "\-\-rbd\-default\-clone\-format"
$ rbd help clone |grep "format"
$

Expected results:
rbd help command should provide information on clone format

Additional info: