https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262189
--- Comment #8 from Aleksandr Fedorov <afedo...@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.