Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Issues trying to use LVM logical volumes with Xen 4.5, NetBSD 7.0_RC3 dom0 and domU



2015-09-24 18:23 GMT+02:00  <gary%duzan.org@localhost>:
> => 2015-09-23 23:09 GMT+02:00 Gary Duzan <gary%duzan.org@localhost>:
> =>> In Message
> =>> <CAJYAQCB0rR-AVTuUsDszmJgB6r=c+Z7_nQA1baMi7pO08bCOOg%mail.gmail.com@localhost>,
> =>>    Adrian Christiansen <adrian.christiansen%gmail.com@localhost>wrote:
> =>>
> =>> =># -*- mode: python; -*-
> =>> =>
> =>> =>kernel = "/xen/wilhelm/netbsd-INSTALL_XEN3_DOMU.gz"
> =>> =>memory = 128
> =>> =>name = "wilhelm"
> =>> =>vif = [ 'mac=aa:00:00:d1:00:09,bridge=bridge0' ]
> =>> =>disk = [ 'phy:/dev/vg0/lv0,hda,w',
> =>> =>'phy:/dev/vg1/lv1,hdb, w',
> =>> =>'phy:/dev/vg1/lv0,hdc, w' ]
> =>>
> =>>    Try the new syntax:
> =>>
> =>> disk = [ "/dev/vg0/lv0,raw,xvda,backendtype=phy",
> =>> "/dev/vg1/lv1,raw,xvdb,backendtype=phy",
> =>> "/dev/vg1/lv0,raw,xvdc,backendtype=phy" ]
> =>
> => I get the exact same error from xbdback.
>
>    How about pointing at the device files under /dev/mapper directly? I'm
> doing this with Xen 4.5 on a NetBSD-6 branch DOM0 with no problems.

Hey, thanks! That solved it! :D
Awesome!

>
>                                   Gary Duzan
>
>
>


Home | Main Index | Thread Index | Old Index