Bug 1089079
Summary: | RFE: Support virStorageVolCreateXMLFrom in the RBD Storage Driver | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Solly Ross <sross> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | angdraug, crobinso, rbalakri, shyu |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-10 18:24:34 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
Solly Ross
2014-04-17 20:40:37 UTC
Even better, librbd's `clone` function can be used to avoid data copy altogether when creating an image in the same RBD pool. A further optimization would be to introspect snapshots chain in RBD and flatten the image if clone depth reaches a certain limit. This is upstream nowadays: commit 0b15f92032725a7943df1f035b649f4e030953e7 Author: Wido den Hollander <wido> Date: Wed Jan 27 11:20:09 2016 +0100 rbd: Implement buildVolFrom using RBD cloning |