Current-Users archive

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

Re: kernel deadlock on fstchg with vnd



bouyer%antioche.eu.org@localhost (Manuel Bouyer) writes:

>Hello,
>do you have an idea on the problem in this thread:
>http://mail-index.netbsd.org/port-xen/2022/05/27/msg010213.html
[...]
>I can't reproduce this when using vnd from userland.

You can replicate it by addressing the block device with vnconfig.

A workaround would be to modify the Xen block script to select the
raw device:

vnconfig /dev/r${disk}d $xparams >/dev/null; then

or just the disk name:

vnconfig ${disk} $xparams >/dev/null; then



Home | Main Index | Thread Index | Old Index