From 970b24722af3cb76bc8a4b2696777cd13131221d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Fri, 16 Sep 2022 10:28:25 +0200 Subject: [PATCH] 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. --- src/vmm_mad/exec/vmm_execrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmm_mad/exec/vmm_execrc b/src/vmm_mad/exec/vmm_execrc index 0c8bbf8a6f..ee13051230 100644 --- a/src/vmm_mad/exec/vmm_execrc +++ b/src/vmm_mad/exec/vmm_execrc @@ -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"