mirror of https://github.com/apache/cloudstack.git
Bug 12757: Clear cluster GUID during cluster delete
Status 12757: resolved fixed Reviewed-By: Abhi
This commit is contained in:
parent
8173474a42
commit
ccc4cd820f
|
|
@ -227,6 +227,7 @@ public class ClusterDaoImpl extends GenericDaoBase<ClusterVO, Long> implements C
|
|||
txn.start();
|
||||
ClusterVO cluster = createForUpdate();
|
||||
cluster.setName(null);
|
||||
cluster.setGuid(null);
|
||||
|
||||
update(id, cluster);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue