X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FValidateNodeInstall.py;fp=source%2Fsteps%2FValidateNodeInstall.py;h=d5de397a429f045eb6a986972402b741f853e5ae;hb=2d2b15d5cbaafd9652b55b641d571c3e286f30f5;hp=9d632cc29032bb43d055b3f822212b590b717634;hpb=016899f9709bce727a388fb1f4ec12edb5d030d6;p=bootmanager.git diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 9d632cc..d5de397 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -84,6 +84,7 @@ def Run( vars, log ): utils.sysexec( "mount /dev/planetlab/root %s" % SYSIMG_PATH, log ) utils.sysexec( "mount /dev/planetlab/vservers %s/vservers" % SYSIMG_PATH, log ) + utils.sysexec( "mount -t proc none %s/proc" % SYSIMG_PATH, log ) except BootManagerException, e: log.write( "BootManagerException during vgscan/vgchange: %s\n" % str(e) )