You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by abhinandanprateek <gi...@git.apache.org> on 2017/03/07 08:25:21 UTC

[GitHub] cloudstack pull request #1779: CLOUDSTACK-9610: Disabled Host Keeps Being up...

Github user abhinandanprateek commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1779#discussion_r104609930
  
    --- 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 --
    
    make the input params final.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---