| Summary: | [RBD] rbd clone command not accepting --image-feature option | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Tejas <tchandra> |
| Component: | RBD | Assignee: | Josh Durgin <jdurgin> |
| Status: | CLOSED NOTABUG | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | ceph-eng-bugs, jdillama |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | 2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-05 15:44:29 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: | |
|
Description
Tejas
2016-04-05 10:42:32 UTC
The "--image-feature" option specifies all features you want enabled on an image (i.e. it's not additive). In this case, cloning requires the "layering" feature. Additionally, even if you specified the "layering" feature, you cannot enable object map without "exclusive-lock". what is the procedure to enable deep-flattening on a clone? Is there any other commands to enable deep-flattenig? "--image-feature layering,deep-flatten" or "--image-feature layering --image-feature deep-flatten" Jason, That is exactly what I am trying : rbd clone Tejas/new@new1 Tejas/new-clone --image-feature deep-flatten rbd: clone error: (22) Invalid argument layering is already enabled on the clone. But deep-flatteing is failing. based on my comment above, we are still unable to proceed with deep-flatten testing. Hence I am reopening this bug. We may need some more clarity on this. Your CLI arguments are invalid as described above. Closing again. |