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/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262189-227-ERdfSO9Ix9>
