cloudstack/server/src/com/cloud/configuration
prachi 734e3f17c2 Bug 9331 - Even when there is no longer clusters in the pod, 'Delete Pod - Failed - because there are clusters in this pod'
Changes:
- Cluster entry is not removed from the table when a cluster is deleted because there are some foreign key constraints failing if the row delete is attempted. Instead the cluster is marked as 'removed'
- While deleting the pod changed the check to see if pod has any clusters - we now check that there are no clusters with removed column null.

- Also pod entry cannot be deleted from the db due to  foreign key constraints. So added 'removed' column to Pod table host_pod_ref
- Now on deleting a pod, the pod will be marked as removed and pod name is set to null.
2011-04-15 16:04:16 -07:00
..
dao Moved DAO to server 2010-11-22 07:40:41 -08:00
Config.java Merge branch 'baremetal' to master 2011-04-11 14:21:41 -07:00
ConfigurationManager.java Bug 8208 - bare metal provisioning 2011-04-11 10:41:45 -07:00
ConfigurationManagerImpl.java Bug 9331 - Even when there is no longer clusters in the pod, 'Delete Pod - Failed - because there are clusters in this pod' 2011-04-15 16:04:16 -07:00
DefaultComponentLibrary.java bug 9223, 9224: persist runid to form cluster session, based on cluster session and DB condition to issue isolation notification for self-fencing 2011-04-13 15:13:54 -07:00
DefaultInterceptorLibrary.java bug 7842: Move events to service layer from http api 2011-01-14 03:58:56 +05:30