[master 3/4] Fix order of arguments to blockdev.thsnapshotcreate.

dwlehman installerbot-noreply at redhat.com
Mon Jun 29 19:06:05 UTC 2015


From: David Lehman <dlehman at redhat.com>

Related: rhbz#1113207
---
 blivet/devices/lvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devices/lvm.py b/blivet/devices/lvm.py
index 6617583..2e0aa80 100644
--- a/blivet/devices/lvm.py
+++ b/blivet/devices/lvm.py
@@ -1596,7 +1596,7 @@ def _create(self):
             # to use
             pool_name = self.pool.lvname
 
-        blockdev.lvm.thsnapshotcreate(self.vg.name, self._name, self.origin.lvname,
+        blockdev.lvm.thsnapshotcreate(self.vg.name, self.origin.lvname, self._name,
                                       pool_name=pool_name)
 
     def _postCreate(self):


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/b48d19dc14b0707ac2688ae692873b2b939346ca


More information about the anaconda-patches mailing list