[Bug 262189] ZFS volume not showing up in /dev/zvol when 1 CPU
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262189] ZFS volume not showing up in /dev/zvol when 1 CPU"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Feb 2022 13:20:44 UTC
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.