[Pkg-libvirt-commits] [SCM] Virtinst Debian packaging branch, master, updated. debian/0.600.3-2

Guido Günther agx at sigxcpu.org
Thu Oct 11 17:15:51 UTC 2012


The following commit has been merged in the master branch:
commit a8d9a445a395b1ce993a33b9fa743c3ee05186ac
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Oct 11 19:02:12 2012 +0200

    LogicalPool: properly pass on autostart flag

diff --git a/debian/patches/0004-LogicalPool-properly-pass-on-autostart-flag.patch b/debian/patches/0004-LogicalPool-properly-pass-on-autostart-flag.patch
new file mode 100644
index 0000000..b9dd7d3
--- /dev/null
+++ b/debian/patches/0004-LogicalPool-properly-pass-on-autostart-flag.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Wed, 5 Sep 2012 15:56:24 +0200
+Subject: LogicalPool: properly pass on autostart flag
+
+Otherwise setting autostart on pool creation doesn't work.
+---
+ virtinst/Storage.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/virtinst/Storage.py b/virtinst/Storage.py
+index 0397899..1ea1bd2 100644
+--- a/virtinst/Storage.py
++++ b/virtinst/Storage.py
+@@ -741,7 +741,7 @@ class LogicalPool(StoragePool):
+             raise ValueError(_("Must explicitly specify source path if "
+                                "building pool"))
+         return StoragePool.install(self, meter=meter, create=create,
+-                                   build=build, autostart=False)
++                                   build=build, autostart=autostart)
+ 
+ class DiskPool(StoragePool):
+     """
diff --git a/debian/patches/series b/debian/patches/series
index 3419750..7d0cd50 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-fix-path-to-hvmloader.patch
 0002-Fix-path-to-pygrub.patch
 0003-Fix-path-to-keyboard-configuration.patch
+0004-LogicalPool-properly-pass-on-autostart-flag.patch

-- 
Virtinst Debian packaging



More information about the Pkg-libvirt-commits mailing list