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


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2016 by Delphix. All rights reserved.
  24 # Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_VERSION SUNWprivate {
  44     global:


 135         sa_remove_resource;
 136         sa_rename_resource;
 137         sa_get_resource;
 138         sa_get_next_resource;
 139         sa_get_resource_attr;
 140         sa_set_resource_attr;
 141         sa_get_share_resource;
 142         sa_get_resource_parent;
 143         sa_find_resource;
 144         sa_proto_change_notify;
 145         sa_proto_notify_resource;
 146         sa_disable_resource;
 147         sa_proto_get_featureset;
 148         sa_is_persistent;
 149         sa_set_resource_description;
 150         sa_get_resource_description;
 151         sa_fix_resource_name;
 152         sa_proto_delete_section;
 153         sa_needs_refresh;
 154         sa_get_zfs_handle;
 155         sa_zfs_process_share;
 156         sa_update_sharetab_ts;
 157         sa_zfs_setprop;
 158     local:
 159         *;
 160 };
 161 


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2016 by Delphix. All rights reserved.
  24 # Copyright 2019 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 #
  28 # MAPFILE HEADER START
  29 #
  30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  31 # Object versioning must comply with the rules detailed in
  32 #
  33 #       usr/src/lib/README.mapfiles
  34 #
  35 # You should not be making modifications here until you've read the most current
  36 # copy of that file. If you need help, contact a gatekeeper for guidance.
  37 #
  38 # MAPFILE HEADER END
  39 #
  40 
  41 $mapfile_version 2
  42 
  43 SYMBOL_VERSION SUNWprivate {
  44     global:


 135         sa_remove_resource;
 136         sa_rename_resource;
 137         sa_get_resource;
 138         sa_get_next_resource;
 139         sa_get_resource_attr;
 140         sa_set_resource_attr;
 141         sa_get_share_resource;
 142         sa_get_resource_parent;
 143         sa_find_resource;
 144         sa_proto_change_notify;
 145         sa_proto_notify_resource;
 146         sa_disable_resource;
 147         sa_proto_get_featureset;
 148         sa_is_persistent;
 149         sa_set_resource_description;
 150         sa_get_resource_description;
 151         sa_fix_resource_name;
 152         sa_proto_delete_section;
 153         sa_needs_refresh;
 154         sa_get_zfs_handle;
 155         sa_get_zfs_share;
 156         sa_update_sharetab_ts;
 157         sa_zfs_setprop;
 158     local:
 159         *;
 160 };
 161