[Bug 262189] ZFS volume not showing up in /dev/zvol when 1 CPU

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 26 Feb 2022 13:08:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262189

--- Comment #8 from Aleksandr Fedorov <afedorov@FreeBSD.org> ---
> Would it be possible for me to manually change vfs.zfs.vol.mode to value that it is DEV?

Yes. To get short description about sysctl:
# sysctl -d vfs.zfs.vol.mode
vfs.zfs.vol.mode: Expose as GEOM providers (1), device files (2) or neither

# sysctl vfs.zfs.vol.mode=2
vfs.zfs.vol.mode: 1 -> 2

You can change it at runtime.

If you set this sуsctl to 2, ZFS will not attempt to create a GEOM provider.

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