Date: Fri, 25 Feb 2022 13:20:44 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262189] ZFS volume not showing up in /dev/zvol when 1 CPU Message-ID: <bug-262189-227-W2CDQqMJ2r@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262189-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262189 --- Comment #1 from Janis <zedupsys@gmail.com> --- Bug about problems with volmode property at ZFS dataset creation (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251828) gave me some more ideas to test out, since it seemed a bit related/similar. So i changed volmode in test script from dev to geom, like so. .. zfs create -o volmode=geom -V 1G $name_pool/data$i .. All ZVOLS in 13.0-RELEASE were created and accessible as expected. It seems that ZFS property "mountpoint" value does not change anything. I tested this case script in 12.2-RELEASE, VirtualBox, 1 CPU core, volmode=dev and this bug (#262189) does not manifest itself there, thus it makes me believe that while fixing bug #251828 a new problem was introduced/discovered. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262189-227-W2CDQqMJ2r>
