final ResourcepoolEntry existing =
this.db.getResourcepoolEntry(hostname);
if (existing != null) {
throw new NodeExistsException("A VMM node with the hostname "+
hostname+" already exists in the pool");
}
// This will catch the corner case of one or many VMs being started
// on a node, the node being deleted from the configuration, the node