xenrt.TEC().config.setVariable(["HOST_CONFIGS",host.getName(),"OPTION_ROOT_MPATH"],"yes")
xenrt.TEC().config.setVariable(["HOST_CONFIGS",host.getName(),"LOCAL_SR_POST_INSTALL"],"yes")
else:
- xenrt.TEC().config.setVariable(["HOST_CONFIGS",host.getName(),"OPTION_ROOT_MPATH"],"")
+ xenrt.TEC().config.setVariable(["HOST_CONFIGS",host.getName(),"OPTION_ROOT_MPATH"],"no")
xenrt.TEC().config.setVariable(["HOST_CONFIGS",host.getName(),"LOCAL_SR_POST_INSTALL"],"no")
if enableAllPorts:
pxe.setSerial(serport, serbaud)
if self.host.lookup("PXE_NO_PROMPT", False, boolean=True):
pxe.setPrompt("0")
- chain = self.getChainBoot()
+ chain = self.host.getChainBoot()
if chain:
pxe.addEntry("local", boot="chainlocal", options=chain)
else: