mirror of https://github.com/apache/cloudstack.git
Bug 12078 - pxe config file not being sent down (edit)
better debug message
This commit is contained in:
parent
41799f021b
commit
f5a2d123db
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue