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/brand/ipkg/zone/platform.xml
          +++ new/usr/src/lib/brand/ipkg/zone/platform.xml
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   and limitations under the License.
  14   14  
  15   15   When distributing Covered Code, include this CDDL HEADER in each
  16   16   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17   If applicable, add the following below this CDDL HEADER, with the
  18   18   fields enclosed by brackets "[]" replaced with your own identifying
  19   19   information: Portions Copyright [yyyy] [name of copyright owner]
  20   20  
  21   21   CDDL HEADER END
  22   22  
  23      - Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24   23   Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
       24 + Copyright 2018 Nexenta Systems, Inc.
  25   25  
  26   26   DO NOT EDIT THIS FILE.
  27   27  -->
  28   28  
  29   29  <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
  30   30      "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1">
  31   31  
  32   32  <platform name="ipkg" allow-exclusive-ip="true">
  33   33  
  34   34          <!-- Global filesystems to mount when booting the zone -->
  35   35          <global_mount special="/dev" directory="/dev" type="dev"
  36   36              opt="attrdir=%R/root/dev"/>
  37   37  
  38   38          <!-- Local filesystems to mount when booting the zone -->
  39   39          <mount special="/proc" directory="/proc" type="proc" />
  40   40          <mount special="ctfs" directory="/system/contract" type="ctfs" />
  41   41          <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  42   42          <mount special="objfs" directory="/system/object" type="objfs" />
  43   43          <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
       44 +        <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  44   45  
  45   46          <!-- Devices to create under /dev -->
  46   47          <device match="arp" />
  47   48          <device match="bpf" />
  48   49          <device match="conslog" />
  49   50          <device match="cpu/self/cpuid" />
  50   51          <device match="crypto" />
  51   52          <device match="cryptoadm" />
  52   53          <device match="dsk" />
  53   54          <device match="dtrace/*" />
↓ open down ↓ 88 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX