----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13730/ -----------------------------------------------------------
Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi. Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-1853 Repository: cloudstack-git Description ------- This fix is sending alert for all stopped VMs. Previously alerts for stopped VMs were sent for VM which are not HA Enabled. SSVM and Console Proxy VMs haEnabled field is set to false so we were getting alerts for those, but Domain Router VMs haEnabled field was set to true so we were not getting alert for that. My Changes are at line no 325 to 332. All other changes are dur to formatting in eclipse. I am using Alex eclipse profile. Diffs ----- server/src/com/cloud/ha/HighAvailabilityManagerImpl.java 6b0d3c4 Diff: https://reviews.apache.org/r/13730/diff/ Testing ------- Tested manually on my setup Thanks, Anshul Gangwar