You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!isForced && host.getResourceState() != ResourceState.Maintenance) {
820
820
thrownewCloudRuntimeException("Host " + host.getUuid() + " cannot be deleted as it is not in maintenance mode. Either put the host into maintenance or perform a forced deletion.");
821
821
}
822
-
/*
823
-
* TODO: check current agent status and updateAgentStatus to removed. If
824
-
* it was already removed, that means someone is deleting host
825
-
* concurrently, return. And consider the situation of CloudStack
0 commit comments