Print this page
NEX-15279 support NFS server in zone
NEX-15520 online NFS shares cause zoneadm halt to hang in nfs_export_zone_fini
Portions contributed by: Dan Kruchinin dan.kruchinin@nexenta.com
Portions contributed by: Stepan Zastupov stepan.zastupov@gmail.com
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-3937 update zone brand scripts for latest pkg support
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
SMB-65 SMB server in non-global zones (data structure changes)
Many things move to the smb_server_t object, and
many functions gain an sv arg (which server).

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/*" />
  54   55          <device match="dtrace/provider/*" />
  55   56          <device match="fd" />
  56   57          <device match="full" />
  57   58          <device match="ipnet" />
  58   59          <device match="kstat" />
       60 +        <device match="kvm" />
  59   61          <device match="lo0" />
  60   62          <device match="lofictl" />
  61   63          <device match="lofi" />
  62   64          <device match="log" />
  63   65          <device match="logindmux" />
  64   66          <device match="nsmb" />
  65   67          <device match="net/*" />
  66   68          <device match="null" />
  67   69          <device match="openprom" arch="sparc" />
  68   70          <device match="poll" />
↓ open down ↓ 72 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX