Description: zfs get mlslabel return "" value, instead of "none" defined in sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h at 319 >> #define ZFS_MLSLABEL_DEFAULT "none" Example (FreeBSD 11): [root@freebsd /]# zfs get mlslabel pool1/fs/fs1 NAME PROPERTY VALUE SOURCE pool1/fs/fs1 mlslabel - Example (OmniOS): [root@unknown ~]# zfs get mlslabel pool1/fs/fs1 NAME PROPERTY VALUE SOURCE pool1/fs/fs1 mlslabel none default Example (Linux): [root@localhost /home]# zfs get mlslabel pool1/fs/fs1 NAME PROPERTY VALUE SOURCE pool1/fs/fs1 mlslabel none default Effect: it's broke shell scripts which expect some value or "none" in third (VALUE) field. In others OS (Illumous, Linux, SunOS) it's has default value - "none"
^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.