X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FChainBootNode.py;h=820aa7d504469ad05e9d567df109f7c5d783c50c;hp=f21a2ffa1dff3217fbc032a2e320d19c79495a77;hb=f6377042fcf61e48c52c814aee70733701739dbf;hpb=64ddfcb8ba5498bd25f469d5daabdbcafbc41821 diff --git a/source/steps/ChainBootNode.py b/source/steps/ChainBootNode.py index f21a2ff..820aa7d 100644 --- a/source/steps/ChainBootNode.py +++ b/source/steps/ChainBootNode.py @@ -78,7 +78,7 @@ def Run(vars, log): # simply creating an instance of this class and listing the system # block devices will make them show up so vgscan can find the planetlab # volume group - systeminfo.get_block_device_list(vars, log) + systeminfo.get_block_devices_dict(vars, log) utils.sysexec("vgscan", log) utils.sysexec("vgchange -ay planetlab", log)