]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/unbound/libunbound/python/doc/install.rst
MFV r323911:
authorAlexander Motin <mav@FreeBSD.org>
Sun, 18 Feb 2018 01:42:17 +0000 (01:42 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sun, 18 Feb 2018 01:42:17 +0000 (01:42 +0000)
commit6c5aa8d10e7f468474eb9bbefa498e20b1adc0ca
treef0831f00b55ebac6caf0eefa1920bcf162f4ff32
parente402cd130763ab4b069f6ff666b02160db9bc772
parentbd021dbd51bac06b1719770df11301cc61e01158
MFV r323911:
8502 illumos#7955 broke delegated datasets when libshare is not present

illumos/illumos-gate@1c18e8fbd8db41a9fb39bd3ef7a18ee71ece20da
https://github.com/illumos/illumos-gate/commit/1c18e8fbd8db41a9fb39bd3ef7a18ee71ece20da

https://www.illumos.org/issues/8502
  The code in lib/libzfs/common/libzfs_mount.c already basically handles
  the case when libshare is not installed. We just need to not fail in
  zfs_init_libshare_impl.  I tested this in lx and things work as
  expected. I also tested there trying to set sharenfs and sharesmb on
  the delegated dataset. Neither is allowed from within a zone.  The
  spew of msgs from a native zone is not ZFS specific. I see the same
  spew simply running the share command.

Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Jerry Jelinek <jerry.jelinek@joyent.com>
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c