----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21259/#review42564 -----------------------------------------------------------
Commit 7916542d99e858a62b236d2ef34232ba2e36d4f0 in cloudstack's branch refs/heads/master from Anshul Gangwar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=7916542 ] CLOUDSTACK-6399: When there are no vms running on hyperv host, then agent was returning null. In that case cloudstack was not doing anything and not updating the state of the vms to stopped. Now the agent returns empty list of hostvmstatereport. Management server will then update the vm state to stopped (instead of not acting upon the return state). - ASF Subversion and Git Services On May 9, 2014, 9:07 a.m., Anshul Gangwar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21259/ > ----------------------------------------------------------- > > (Updated May 9, 2014, 9:07 a.m.) > > > Review request for cloudstack, Devdeep Singh and Rajesh Battala. > > > Bugs: CLOUDSTACK-6399 > https://issues.apache.org/jira/browse/CLOUDSTACK-6399 > > > Repository: cloudstack-git > > > Description > ------- > > when there are no vms running on hyperv host, then was returning null which > has different meaning. Now returning empty list of hostvmstatereport > > > Diffs > ----- > > > plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java > 7888e43 > > Diff: https://reviews.apache.org/r/21259/diff/ > > > Testing > ------- > > verified when there are no vms on host, then vmsync thread is running fine > > > Thanks, > > Anshul Gangwar > >