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

dwlehman installerbot-noreply at redhat.com
Thu Jun 25 15:26:44 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 6ad9408..af3dd56 100644
--- a/blivet/devices/lvm.py
+++ b/blivet/devices/lvm.py
@@ -1268,7 +1268,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/1236dd6353cdf3d282f6651933e940a3f1c052dc


More information about the anaconda-patches mailing list