- use get_partition_path_from_device() to get the path to the first
[bootmanager.git] / source / steps / CheckForNewDisks.py
index 0d17cff..45ddb69 100644 (file)
@@ -86,10 +86,10 @@ def Run( vars, log ):
                    "of the volume group.\n" % device )
 
         # this is the lvm partition, if it exists on that device
-        lvm_partition= "%s1" % device
+        lvm_partition= InstallPartitionDisks.get_partition_path_from_device( device, vars, log )
         cmd = "pvdisplay %s | grep -q 'planetlab'" % lvm_partition
         already_added= utils.sysexec_noerr(cmd, log)
-        
+
         if already_added:
             log.write( "It appears %s is part of the volume group, continuing.\n" %
                        device )