summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-11 00:23:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-11 00:23:14 +0000
commit2588549674ab8137e3eaf79734bf5d57c46091ab (patch)
tree91d80e48f8b0e3433606e885c8f4ad37c2035cad /fsset.py
parent138bc062e072b40d73635c3d92e89b38264dc638 (diff)
downloadanaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.tar.gz
anaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.tar.xz
anaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.zip
I should have waited until I was done testing... fix the argument
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 029576503..be4c45469 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1551,7 +1551,7 @@ class VolumeGroupDevice(Device):
lvm.vgscan()
args = [ "/usr/sbin/vgcreate", "-v",
- "-p", "%sk" %(self.physicalextentsize,),
+ "-s", "%sk" %(self.physicalextentsize,),
self.name ]
args.extend(nodes)
rc = iutil.execWithRedirect(args[0], args,