Feature #814
Copy-On-Write Support
Status: | Closed | Start date: | 09/18/2011 | ||
---|---|---|---|---|---|
Priority: | Low | Due date: | 09/20/2011 | ||
Assignee: | - | % Done: | 50% | ||
Category: | Drivers - Auth | Estimated time: | 3.00 hours | ||
Target version: | Release 3.4 | ||||
Resolution: | fixed | Pull request: |
Description
Based on C12G Lab's "Using qcow Images" document, I've created patches for the tm_clone.sh files to take advantage of qemu-img for creating copy-on-write disk images. Also included in the patches is a flag, set to false by default, that indicates whether to use the qemu feature. Therefore, the C12G document can be updated to instruct users to change the flag if they so desire.
I would still like to get similar changes incorporated into "tm_mkimage.sh" as part of this feature ticket.
History
#1 Updated by Ruben S. Montero almost 10 years ago
- Target version set to Release 3.4
#2 Updated by Ruben S. Montero almost 10 years ago
- Target version deleted (
Release 3.4)
#3 Updated by Anonymous over 9 years ago
- File shared_tm_clone.sh.v3_0-diff added
- File ssh_tm_clone.sh.v3_0-diff added
I'm attaching updated diffs for the two tm_clone files.
These scripts are known to work in basing a Copy-On-Write disk within my environment.
#4 Updated by Ruben S. Montero over 9 years ago
- Target version set to Release 3.4
#5 Updated by Ruben S. Montero over 9 years ago
- Target version changed from Release 3.4 to Release 3.4 - S0
#6 Updated by Ruben S. Montero over 9 years ago
- Target version changed from Release 3.4 - S0 to Release 3.4
#7 Updated by Ruben S. Montero over 9 years ago
- Status changed from New to Closed
- Resolution set to fixed
This should be now in the new qcow TM driver for 3.4. Thanks for the feedback