|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] register new block device script
What version of Xen is this? For Xen 2.0, that looks correct. Xen 3.0 does
things differently and I don't know if it needs anything else (like, possibly
extra hotplug rules???).
Just a silly question: did you chmod +x the script?
Cheers,
Mark
On Monday 24 October 2005 15:38, Michael Mey wrote:
> Hi all,
>
> I'd like to develop a new script for block-devices.
> Where do I have to register it?
>
> It's for DRBD block devices. It's called 'block-drbd' .
> I tried the following steps:
>
> 1) copy it in /etc/xen/scripts
> 2) register it in /etc/xen/xend-config.sxp :
> # Setup script for drbd block devices
> (block-drbd block-drbd)
> 3) use it in a domU config file:
> ...
> disk = [ 'drbd:drbd0,hda1,w' ]
> ...
>
> So far, it doesn't work.
> Can anyone give me a hint?
> Thx,
>
> Mike
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|