[DragonFlyBSD - Bug #3225] nfsd freeze when using qemu
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Tue Mar 17 11:52:47 PDT 2020
Issue #3225 has been updated by tse.
See #3170 #3208
----------------------------------------
Bug #3225: nfsd freeze when using qemu
http://bugs.dragonflybsd.org/issues/3225#change-13864
* Author: tse
* Status: New
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
Similar to previous freezes, but now is immediately reproducable on 5.8 with:
pgrep rpcbind || doas rpcbind
pgrep nfsd || doas nfsd -u -t -n 1
pgrep mountd || doas mountd -r -n
export QEMU_AUDIO_DRV=oss
qemu-system-x86_64 \
-cpu max -smp 2 -m 2048 \
-drive file=snapshot.qcow2,format=qcow2 \
-M q35 -device intel-iommu,intremap=on \
-netdev user,id=net0,net=10.0.2.25,hostfwd=tcp::2222-:22 \
-device e1000,netdev=net0 \
-device virtio-rng-pci \
-soundhw hda
/etc/exports:
/share/linux -mapall=tse -alldirs 127.0.0.1
Once the qemu os boots and connects to the nfs share, then the whole system freezes
---Files--------------------------------
core.txt.10 (188 KB)
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list