[
https://issues.apache.org/jira/browse/CLOUDSTACK-9610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898982#comment-15898982
]
ASF GitHub Bot commented on CLOUDSTACK-9610:
--------------------------------------------
Github user priyankparihar commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1779#discussion_r104616622
--- Diff: server/src/com/cloud/resource/ResourceManagerImpl.java ---
@@ -2488,6 +2488,22 @@ public boolean maintenanceFailed(final long hostId) {
}
@Override
+ public List<HostVO> listAllHosts(Type type, Long clusterId, Long
podId, long dcId) {
--- End diff --
Modified. Thank you for your careful observation.
> Disabled Host Keeps Being up status after unmanaging cluster
> -------------------------------------------------------------
>
> Key: CLOUDSTACK-9610
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9610
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Reporter: Priyank Parihar
> Assignee: Priyank Parihar
>
> ENVIRONMENT
> =====================
> XenServer Version : 6.2
> ISSUE
> ==================
> Disabled Host Keeps Being 'UP' status after unmanging cluster
> Repro. steps followed
> ==================
> Disabled Host from UI.
> Unmanaged the cluster which the host was in.
> Still can see the Host showing 'UP' in UI
> Expected Behavior
> ===============
> After disabling the host and un-managing the cluster, the host should appear
> in "disconnected" state and not UP state.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)