Port-xen archive

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

Re: xen413 vs HVM disk?? (was Re: reliable panic with NetBSD 8.0/xen 4.8.3 and problems upgrading)



On Tue, Aug 24, 2021 at 04:51:08PM -0700, Jeff Rizzo wrote:
> OK.  I have solved my original problem (new HVM domU caused dom0 to crash
> when rebooting) by upgrading from Xen 4.8.3 with NetBSD 8.0 dom0 to Xen 4.11
> with NetBSD 9.2 dom0 - I can now reboot my HVM Ubuntu Server 20.04 domU
> without crashing the whole dom0. Progress.
> 
> However, I originally tried going to Xen 4.13 - and everything worked great,
> EXCEPT the disk for the domU above didn't show up! The other domUs (all
> NetBSD PVM) were fine.
> 
> Anyone know what this is about?

I have Xen 4.13 with HVM domUs, I didn't notice this problem

> 
> Here's the config file for the domU in question:
> 
> builder = 'hvm'
> memory = 8192
> name = "nvr"
> vif = ['mac=02:02:02:97:97:45, bridge=bridge0, type=ioemu, model=e1000',
>     'mac=02:02:02:97:97:82, bridge=bridge82, type=ioemu, model=e1000']
> disk = [ 'phy:/dev/mapper/vg0-nvr,hda,rw',
>          #'file:/tmp/NetBSD-7.0-amd64.iso,ioemu:hdc:cdrom,r'
> #'file:/home/riz/ubuntu-20.04.2-live-server-amd64.iso,ioemu:hdc:cdrom,r'
> ]

4.13 may want a sighly different syntax, I use:
file:/domains/cassiopee.vnd,ioemu:hda,w

Another linux domU uses:
file:/domains/netmonitor.vnd,xvda,w

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index