Displaying 2 results from an estimated 2 matches for "xennode".
Did you mean:
xendnode
2010 Sep 30
10
using DRBD VBDs with Xen
...be ultimately running under pacemaker/corosync/openais.
So following the drbd users guide I modified this to:
root = ''/dev/xvda2 ro''
disk = [ ''drbd:r1,xvda2,w'',
''drbd:r2,xvda1,w'',
]
Trying to create the DomU leads to:
xm create -c xennode-1.cfg
Using config file "/xen_cluster/r1/xennode-1.cfg".
Error: Device 51714 (vbd) could not be connected. Hotplug scripts not working.
Not quite sure what to do now.
Thanks for the inputs.
jf
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensou...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...Tue Aug 30 08:47:51 2005
>+++ b/tools/python/xen/xend/XendDomainInfo.py Tue Aug 30 16:14:53 2005
>@@ -47,7 +47,7 @@
> from xen.xend.XendRoot import get_component
>
> from xen.xend.uuid import getUuid
>-from xen.xend.xenstore import DBVar
>+from xen.xend.xenstore import DBVar, XenNode, DBMap
>
> """Shutdown code for poweroff."""
> DOMAIN_POWEROFF = 0
>@@ -231,6 +231,7 @@
> DBVar(''start_time'', ty=''float''),
> DBVar(''state'', ty=''str''),...