cloudstack/patches/systemvm/debian/config/root
Sheng Yang 82b8933854 CLOUDSTACK-4199: Only use ifdown/ifup for the un-configured eth2
Seems the behavior of ifdown/ifup changed in new version, that it would only
enable the default IP of eth2, regardless we can configure additional ips for
it. So we would always use ifconfig for interface control whenever
possible(a.k.a eth2 already got ip addresses).

When VR is booting up, ipassoc command hasn't been delivered, it's possible that
eth2 doesn't have any ip address, then ifconfig would fail because it doesn't
know how to find the ip for eth2. So in this only case, we would use ifdown/ifup
to set the ip address according to /etc/network/interfaces.

It can potentially racy againest ipassoc command, but biglock should prevent
racy condition from happening.
2013-08-23 11:58:22 -07:00
..
.ssh update new keypair 2010-10-15 15:50:53 -07:00
redundant_router CLOUDSTACK-4199: Only use ifdown/ifup for the un-configured eth2 2013-08-23 11:58:22 -07:00
bumpup_priority.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
clearUsageRules.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
createIpAlias.sh CLOUDSTACK-4231 make apache server listen on all the ipaliases to provide access to meta-data. 2013-08-12 17:30:11 +05:30
deleteIpAlias.sh CLOUDSTACK-4231 make apache server listen on all the ipaliases to provide access to meta-data. 2013-08-12 17:30:11 +05:30
dnsmasq.sh CLOUDSTACK-4317 make the regular expressions in dnsmasq.sh more tighter to avoid matching of ip6dns 2013-08-15 10:52:38 +05:30
edithosts.sh CLOUDSTACK-3533: Add space after IP for dhcp_release 2013-07-24 00:51:58 -07:00
firewall.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
firewallRule_egress.sh CLOUDSTACK-1578 Egress default policy configurable using network offering in xenserver with VR as firewall provider 2013-06-24 13:37:00 +05:30
firewall_rule.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
func.sh CLOUDSTACK-3434: Improve the atomic of file lock used in VR 2013-07-15 16:07:36 -07:00
loadbalancer.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
reconfigLB.sh Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
savepassword.sh CLOUDSTACK-2843: Provideded an ability to turn off the synchronization being done on the CS agent side, 2013-06-19 10:12:13 -07:00
userdata.py Correct license header mainly for patches folder 2012-08-31 10:50:46 -04:00
userdata.sh CLOUDSTACK-2053: Fixed userdata.sh redundancy and cloud-init support 2013-07-19 11:10:27 -04:00