Chiradeep, Edison Can you review this patch and apply if it looks good
> -----Original Message----- > From: Wei Zhou [mailto:nore...@reviews.apache.org] On Behalf Of Wei Zhou > Sent: Friday, February 08, 2013 2:14 AM > To: Chip Childers; Edison Su > Cc: cloudstack; Wei Zhou > Subject: Review Request: (CLOUDSTACK-1211) Network operations are Blocked > for the Read-only file system of Virtual Router > > > ----------------------------------------------------------- > 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