xen-drbd

diff od.py @ 36:44efea4507ac

Virtual disk name can be secified after = sign (e.g.: drbd1=sda1:dns:2G )
author igor@manas.xt.vpn
date Sat Aug 30 11:14:50 2008 +0300 (2008-08-30)
parents 5e499179b5ed
children 562d6e064e6f
line diff
     1.1 --- a/od.py	Thu Aug 14 22:04:16 2008 +0300
     1.2 +++ b/od.py	Sat Aug 30 11:14:50 2008 +0300
     1.3 @@ -63,7 +63,7 @@
     1.4  disk_table={
     1.5      'gw'        : ['drbd1:gw:2G'], 
     1.6      'igw'       : ['drbd2:igw:2G'], 
     1.7 -    'dns'       : ['drbd3:dns:2G'], 
     1.8 +    'dns'       : ['drbd3=sda1:dns:2G'], 
     1.9      'vpn'       : ['drbd4:vpn:2G'],
    1.10      'apt'       : ['drbd5:apt:10G'],
    1.11      'pgw'       : ['drbd6:pgw:2G'],