From 88f187c94fb9a0cd21a59ec7d49b13278c2a78d1 Mon Sep 17 00:00:00 2001 From: catborise Date: Tue, 31 Jul 2018 16:26:28 +0300 Subject: [PATCH] volume creation parameters changed to support latest version of qemu compatibility --- vrtManager/create.py | 4 ++++ vrtManager/storage.py | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/vrtManager/create.py b/vrtManager/create.py index 7dffbbf..2c2b936 100644 --- a/vrtManager/create.py +++ b/vrtManager/create.py @@ -131,6 +131,10 @@ class wvmCreate(wvmConnect): 0644 + 1.1 + + + """ % (clone, format) stg.createXMLFrom(xml, vol, metadata) diff --git a/vrtManager/storage.py b/vrtManager/storage.py index 20a219f..7dc7515 100644 --- a/vrtManager/storage.py +++ b/vrtManager/storage.py @@ -227,6 +227,10 @@ class wvmStorage(wvmConnect): 0644 + 1.1 + + + """ % (name, size, alloc, vol_fmt) self._createXML(xml, metadata) @@ -251,6 +255,10 @@ class wvmStorage(wvmConnect): 0644 + 1.1 + + + """ % (target_file, vol_fmt) self._createXMLFrom(xml, vol, metadata)