Bug 12078 - pxe config file not being sent down (edit)

better debug message
This commit is contained in:
frank 2011-11-18 15:40:21 -08:00
parent 41799f021b
commit f5a2d123db
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ public class BareMetalVmManagerImpl extends UserVmManagerImpl implements BareMet
throw new CloudRuntimeException("Cannot find PXE server, please make sure there is one PXE server per zone");
}
if (servers.size() > 1) {
throw new CloudRuntimeException("Find more than one PXE server, please make sure there is only one PXE server per zone");
throw new CloudRuntimeException("Find more than one PXE server, please make sure there is only one PXE server per zone in pod " + dest.getPod().getId() + " zone " + dest.getDataCenter().getId());
}
HostVO pxeServer = servers.get(0);