Once you enable sharesmb on zfs, changing sharenfs to on or off will spit out an error (but still work). Stems from that setting sharesmb doesn't work but actually toggles the setting. Fix: Either: 1. Change sharesmb=on to NOT actually change the flag Or: 2. Change error message to display once and be human friendly: Warning: sharesmb set to 'on' but not supported in FreeBSD! How-To-Repeat: [root@first ~]# zfs get -H sharesmb,sharenfs data data sharesmb off local data sharenfs off local [root@first ~]# zfs sharesmb=on data Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. [root@first ~]# zfs get -H sharesmb,sharenfs data data sharesmb on local data sharenfs off local [root@first ~]# zfs sharenfs=on data Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. Unsupported share protocol: 1. [root@first ~]# zfs get -H sharesmb,sharenfs data data sharesmb on local data sharenfs on local [root@first ~]#
Responsible Changed From-To: freebsd-bugs->freebsd-fs Over to maintainer(s).
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
^Triage: I'm sorry that this PR did not get addressed in a timely fashion. By now, the version that it was created against is long out of support. As well, many newer versions of ZFS have been imported. Please re-open if it is still a problem on a supported version.