Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Xen and LVM backed domu's
Hi folks,
I have patch witch fixes this issue for me it is at [1]. You need to apply this
patch against xentools33 to make them working.I just type Ctr-C before pkgsrc
starts build apply patch and continue in build.
To fix EBUSY issue you need to use raw block device in your config. Like
example attached
# cat /usr/pkg/etc/xen/FreeBSD8
kernel = '/usr/pkg/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '384'
device_model='/usr/pkg/libexec/qemu-dm'
disk = [ 'phy:/dev/mapper/rvg00-testlv,ioemu:hda,w'] <- raw logical volume
partition
I would like to thanks Sam Fourman who helped me a lot to find and fix this
problem.
[1] www.netbsd.org/~haad/block-raw.diff
Regards
Adam.
Home |
Main Index |
Thread Index |
Old Index