mirror of https://github.com/apache/cloudstack.git
Bug 11649 - OVM - unable to add OVM host to second zone
status 11649: resolved fixed
This commit is contained in:
parent
cdfa1cfa8b
commit
46fd6959c3
|
|
@ -88,7 +88,7 @@ public class OvmDiscoverer extends DiscovererBase implements Discoverer {
|
|||
|
||||
ClusterVO clu = _clusterDao.findById(clusterId);
|
||||
if (clu.getGuid() == null) {
|
||||
clu.setGuid("/root");
|
||||
clu.setGuid(UUID.randomUUID().toString());
|
||||
_clusterDao.update(clusterId, clu);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue