NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/53815: vnd+wapbl+snapshots panic
The following reply was made to PR kern/53815; it has been noted by GNATS.
From: "J. Hannken-Illjes" <hannken%eis.cs.tu-bs.de@localhost>
To: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: kern/53815: vnd+wapbl+snapshots panic
Date: Mon, 31 Dec 2018 13:21:54 +0100
--Apple-Mail=_F0E01141-AB66-47EE-8085-0371A49420B2
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
Usually VOP_STRATEGY() gets called from inside the file
system. Here the wapbl lock has already been taken.
When vnd(4) is using VOP_STRATEGY() on a wapbl enabled
file system this lock is not taken.
I don't see a solution that works well in both cases.
Workaround is to disable wapbl on file systems used
as vnd backing store or configure the vnd device
with "-i" to force regular file i/o.
--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig
--Apple-Mail=_F0E01141-AB66-47EE-8085-0371A49420B2
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEE2BL3ha7Xao4WUZVYKoaVJdNr+uEFAlwqCeIACgkQKoaVJdNr
+uHLwAf+LLrdN/5lw+ADh/83deto7MEhEfN+IlGnDeJQXYTiTlonH4+QtHLcRy6z
gdv9x6+q4BXnk0LLeknlsYe4u2mTE7b60og4m97/5bB5ozl+ku3clVJDmT1ngawS
XEObr3o1k+EOBkMceBRIF5iugmGlBjdQVfzhOdkOu2r1bSFDAvIZlG7nDW8TrGdF
P1ny+J4N5WX7sr3xCZZDiROsgr2+dKetyypWQrkXLERTPQ4IfL3OmK2VG0D5aQ1G
ENw3tqvmx7dyUzk8wsKqZTnwN5b9hG1xrZ37IdNtJabuGj9Pp1Xhq+HkiOcHSwh7
TlGKAonyP17CTuS2t9kd9T1yqG76mA==
=HhHg
-----END PGP SIGNATURE-----
--Apple-Mail=_F0E01141-AB66-47EE-8085-0371A49420B2--
Home |
Main Index |
Thread Index |
Old Index