xen-drbd

diff xen-drbd-install.py @ 21:fc201b0bc6f9

trunk down before making bridge
author igor
date Sun Feb 17 12:23:52 2008 +0200 (2008-02-17)
parents 1a20c33686ba
children 2ecda36e8d0d
line diff
     1.1 --- a/xen-drbd-install.py	Sun Feb 17 12:02:42 2008 +0200
     1.2 +++ b/xen-drbd-install.py	Sun Feb 17 12:23:52 2008 +0200
     1.3 @@ -311,7 +311,7 @@
     1.4  def make_bridges():
     1.5      ip=get_management_ip()
     1.6      gw=get_default_gateway()
     1.7 -    print "ifconfig %s 0.0.0.0" % (trunk)
     1.8 +    print "ifconfig %s 0.0.0.0 down" % (trunk)
     1.9      
    1.10      # tagged interfaces
    1.11      for bridge in bridges: