xen-drbd
diff xen-drbd-start.py @ 46:6964fb4421a5
nifix
author | igor@manas.xt.vpn |
---|---|
date | Mon Sep 29 16:09:02 2008 +0300 (2008-09-29) |
parents | a91c91c166c4 |
children | 1f60cf97bcd9 |
line diff
1.1 --- a/xen-drbd-start.py Thu Sep 25 22:05:19 2008 +0300 1.2 +++ b/xen-drbd-start.py Mon Sep 29 16:09:02 2008 +0300 1.3 @@ -38,6 +38,10 @@ 1.4 print "Can't find or interpret module %s with topology description" %(network) 1.5 sys.exit(1) 1.6 1.7 +if domain_types[N] == 'hvm': 1.8 + kernel='hvmloader' 1.9 + builder='hvm' 1.10 + 1.11 try: 1.12 memory=mem_table[domain] 1.13 except: