xen-drbd
changeset 46:6964fb4421a5
nifix
author | igor@manas.xt.vpn |
---|---|
date | Mon Sep 29 16:09:02 2008 +0300 (2008-09-29) |
parents | a91c91c166c4 |
children | 1f60cf97bcd9 |
files | default-xen-drbd xen-drbd-start.py |
line diff
1.1 --- a/default-xen-drbd Thu Sep 25 22:05:19 2008 +0300 1.2 +++ b/default-xen-drbd Mon Sep 29 16:09:02 2008 +0300 1.3 @@ -1,5 +1,5 @@ 1.4 XEN_DRBD_PATH='/usr/local/sbin' 1.5 -TOPOLOGY_NAME='od' 1.6 +TOPOLOGY_NAME='network' 1.7 START_ACTION=nothing # migrate-and-start-all 1.8 STOP_ACTION=nothing # migrate-all-out 1.9
2.1 --- a/xen-drbd-start.py Thu Sep 25 22:05:19 2008 +0300 2.2 +++ b/xen-drbd-start.py Mon Sep 29 16:09:02 2008 +0300 2.3 @@ -38,6 +38,10 @@ 2.4 print "Can't find or interpret module %s with topology description" %(network) 2.5 sys.exit(1) 2.6 2.7 +if domain_types[N] == 'hvm': 2.8 + kernel='hvmloader' 2.9 + builder='hvm' 2.10 + 2.11 try: 2.12 memory=mem_table[domain] 2.13 except: