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)