mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #: Add kvm-shared to LIVE_DISK_SNAPSHOTS (#2282)
After merging both qcow2 and shared TM_MADs the resulting driver automatically identifies the image format and perform the snapshot using the corresponding format. This enable the support to perform live disk snapshots when using shared storage.
This commit is contained in:
parent
e411d0d4fc
commit
970b24722a
@ -16,7 +16,7 @@
|
||||
|
||||
# Space separated list of VMM-TM pairs that support live disk snapshots. VMM
|
||||
# and TM must be separated by '-'
|
||||
LIVE_DISK_SNAPSHOTS="kvm-qcow2 kvm-ceph kvm-ssh"
|
||||
LIVE_DISK_SNAPSHOTS="kvm-qcow2 kvm-shared kvm-ceph kvm-ssh"
|
||||
|
||||
# Space separated list VNM_MAD-ACTION pairs that run locally
|
||||
VNMAD_LOCAL_ACTIONS="elastic-post elastic-clean"
|
||||
|
Loading…
x
Reference in New Issue
Block a user