[
https://issues.apache.org/jira/browse/CLOUDSTACK-8911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936327#comment-14936327
]
ASF GitHub Bot commented on CLOUDSTACK-8911:
--------------------------------------------
Github user SudharmaJain commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/895#discussion_r40755936
--- Diff:
server/src/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java ---
@@ -297,6 +297,7 @@
s_logger.debug("Host name: " + host.getName() + ",
hostId: " + host.getId() +
" already has max Running VMs(count includes
system VMs), skipping this and trying other available hosts");
}
+ avoid.addHost(host.getId());
--- End diff --
@koushik-das I have added the change for GPU device as well.
> VM start job got stuck in loop looking for suitable host
> --------------------------------------------------------
>
> Key: CLOUDSTACK-8911
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8911
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.3.0
> Reporter: sudharma jain
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)