Date: Sat, 26 Feb 2022 13:08:22 +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-ERdfSO9Ix9@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 #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=3D2 vfs.zfs.vol.mode: 1 -> 2 You can change it at runtime. If you set this s=D1=83sctl to 2, ZFS will not attempt to create a GEOM pro= vider. --=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-ERdfSO9Ix9>