----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9384/ -----------------------------------------------------------
Review request for cloudstack, Chip Childers and edison su. Description ------- The issue can be found at https://issues.apache.org/jira/browse/CLOUDSTACK-1211 please copy dist/systemvm.iso to /usr/lib/cloud/common/vms/systemvm.iso on host after building. and restart cloud-agent service. This addresses bug CLOUDSTACK-1211. Diffs ----- apache-cloudstack-4.0.0-incubating-src/patches/systemvm/debian/config/root/func.sh 4047a40 Diff: https://reviews.apache.org/r/9384/diff/ Testing ------- Before change: (1) Acquire IP. always in "Allocating" state. (2) EnableStaticNat, the result is success(it is incorrect). (3) DisableStaticNat, will get error message.. This is correct. (4) Add Firewalls. always in "Adding" state. (5) The AgentManager report statistics every 60 minutes(normally it should be router.stats.interval=5 minutes). After change: (1) Acquire IP, will get error message. (2) EnableStaticNat, will get error message. (3) DisableStaticNat, will get error message. (4) Add Firewalls, will get error message. But the firewall rules are saved in database. (5) The AgentManager report statistics every 5 minutes, except the network with read-only FS virtual router. Thanks, Wei Zhou