Fix typo.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 19 Nov 2010 22:20:21 +0000 (17:20 -0500)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 19 Nov 2010 22:20:21 +0000 (17:20 -0500)
source/steps/InstallPartitionDisks.py

index 95345cc..a8e3cb8 100644 (file)
@@ -57,7 +57,7 @@ def Run( vars, log ):
 
         if NODE_MODEL_OPTIONS & ModelOptions.RAWDISK:
             VSERVERS_SIZE= "-1"
-            if "VSERVER_SIZE" in vars:
+            if "VSERVERS_SIZE" in vars:
                 VSERVERS_SIZE= vars["VSERVERS_SIZE"]
                 if VSERVERS_SIZE == "" or VSERVERS_SIZE == 0:
                     raise ValueError, "VSERVERS_SIZE"