1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #3038: Missing configuration attributes for qcow2

(cherry picked from commit 710e37bcdaeae7967e8119bd0ee91977d1765ab6)
This commit is contained in:
Ruben S. Montero 2019-03-06 11:26:55 +01:00
parent ac3f59e808
commit f72f6872b6

View File

@ -1297,7 +1297,8 @@ TM_MAD_CONF = [
TM_MAD_CONF = [
NAME = "qcow2", LN_TARGET = "NONE", CLONE_TARGET = "SYSTEM", SHARED = "YES",
DRIVER = "qcow2"
DS_MIGRATE = "YES", TM_MAD_SYSTEM = "ssh", LN_TARGET_SSH = "SYSTEM",
CLONE_TARGET_SSH = "SYSTEM", DISK_TYPE_SSH = "FILE", DRIVER = "qcow2"
]
TM_MAD_CONF = [