Print this page
11083 support NFS server in zone
Portions contributed by: Dan Kruchinin <dan.kruchinin@nexenta.com>
Portions contributed by: Stepan Zastupov <stepan.zastupov@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Portions contributed by: Mike Zeller <mike@mikezeller.net>
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Portions contributed by: Gordon Ross <gordon.w.ross@gmail.com>
Portions contributed by: Vitaliy Gusev <gusev.vitaliy@gmail.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Change-Id: I22f289d357503f9b48a0bc2482cc4328a6d43d16

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libshare/common/mapfile-vers
          +++ new/usr/src/lib/libshare/common/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2016 by Delphix. All rights reserved.
  24      -# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
       24 +# Copyright 2019 Nexenta Systems, Inc.  All rights reserved.
  25   25  #
  26   26  
  27   27  #
  28   28  # MAPFILE HEADER START
  29   29  #
  30   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31   31  # Object versioning must comply with the rules detailed in
  32   32  #
  33   33  #       usr/src/lib/README.mapfiles
  34   34  #
↓ open down ↓ 110 lines elided ↑ open up ↑
 145  145          sa_proto_notify_resource;
 146  146          sa_disable_resource;
 147  147          sa_proto_get_featureset;
 148  148          sa_is_persistent;
 149  149          sa_set_resource_description;
 150  150          sa_get_resource_description;
 151  151          sa_fix_resource_name;
 152  152          sa_proto_delete_section;
 153  153          sa_needs_refresh;
 154  154          sa_get_zfs_handle;
 155      -        sa_zfs_process_share;
      155 +        sa_get_zfs_share;
 156  156          sa_update_sharetab_ts;
 157  157          sa_zfs_setprop;
 158  158      local:
 159  159          *;
 160  160  };
 161  161  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX