Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-262189-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262189

--- 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=3D251828) gave me some m=
ore
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=3Dgeom -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=
=3Ddev
and this bug (#262189) does not manifest itself there, thus it makes me bel=
ieve
that while fixing bug #251828 a new problem was introduced/discovered.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262189-227-W2CDQqMJ2r>