cloudstack/systemvm
Wei Zhou d62d5c6cd2
VR: fix expunging vm will remove dhcp entries of another vm in VR (#4627)
Steps to reproduce the issue

(1) create two vm wei-001 and wei-002, start them

(2) check /etc/cloudstack/dhcpentry.json and /etc/dhcphosts.txt in VR
They have entries for both of wei-001 and wei-002

(3) stop wei-002, and restart VR (or restart network with cleanup).
check /etc/cloudstack/dhcpentry.json and /etc/dhcphosts.txt in VR
They have entries for wei-001 only (as wei-002 is stopped)

(4) expunge wei-002. when it is done,
check /etc/cloudstack/dhcpentry.json and /etc/dhcphosts.txt in VR
They do not have entries for wei-001.
VR health check fails at dhcp_check.py and dns_check.py
2021-02-05 18:10:53 +05:30
..
agent console-proxy: ignore META key mask if control was pressed (#3308) 2019-06-06 13:24:12 +05:30
debian VR: fix expunging vm will remove dhcp entries of another vm in VR (#4627) 2021-02-05 18:10:53 +05:30
test systemvm: Fixed typo (#4621) 2021-01-27 15:35:06 +05:30
pom.xml Updating pom.xml version numbers for release 4.14.1.0-SNAPSHOT 2020-05-23 09:59:32 +01:00
systemvm-agent-descriptor.xml CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups 2017-12-23 09:22:44 +05:30