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).


   3 <!--
   4  CDDL HEADER START
   5 
   6  The contents of this file are subject to the terms of the
   7  Common Development and Distribution License (the "License").
   8  You may not use this file except in compliance with the License.
   9 
  10  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11  or http://www.opensolaris.org/os/licensing.
  12  See the License for the specific language governing permissions
  13  and limitations under the License.
  14 
  15  When distributing Covered Code, include this CDDL HEADER in each
  16  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17  If applicable, add the following below this CDDL HEADER, with the
  18  fields enclosed by brackets "[]" replaced with your own identifying
  19  information: Portions Copyright [yyyy] [name of copyright owner]
  20 
  21  CDDL HEADER END
  22 
  23  Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24  Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.

  25 
  26  DO NOT EDIT THIS FILE.
  27 -->
  28 
  29 <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
  30     "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1">
  31 
  32 <platform name="ipkg" allow-exclusive-ip="true">
  33 
  34         <!-- Global filesystems to mount when booting the zone -->
  35         <global_mount special="/dev" directory="/dev" type="dev"
  36             opt="attrdir=%R/root/dev"/>
  37 
  38         <!-- Local filesystems to mount when booting the zone -->
  39         <mount special="/proc" directory="/proc" type="proc" />
  40         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  41         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  42         <mount special="objfs" directory="/system/object" type="objfs" />
  43         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />

  44 
  45         <!-- Devices to create under /dev -->
  46         <device match="arp" />
  47         <device match="bpf" />
  48         <device match="conslog" />
  49         <device match="cpu/self/cpuid" />
  50         <device match="crypto" />
  51         <device match="cryptoadm" />
  52         <device match="dsk" />
  53         <device match="dtrace/*" />
  54         <device match="dtrace/provider/*" />
  55         <device match="fd" />
  56         <device match="full" />
  57         <device match="ipnet" />
  58         <device match="kstat" />

  59         <device match="lo0" />
  60         <device match="lofictl" />
  61         <device match="lofi" />
  62         <device match="log" />
  63         <device match="logindmux" />
  64         <device match="nsmb" />
  65         <device match="net/*" />
  66         <device match="null" />
  67         <device match="openprom" arch="sparc" />
  68         <device match="poll" />
  69         <device match="pool" />
  70         <device match="ptmx" />
  71         <device match="pts/*" />
  72         <device match="random" />
  73         <device match="rdsk" />
  74         <device match="rlofi" />
  75         <device match="rmt" />
  76         <device match="sad/user" />
  77         <device match="smbsrv" />
  78         <device match="svvslo0" />




   3 <!--
   4  CDDL HEADER START
   5 
   6  The contents of this file are subject to the terms of the
   7  Common Development and Distribution License (the "License").
   8  You may not use this file except in compliance with the License.
   9 
  10  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11  or http://www.opensolaris.org/os/licensing.
  12  See the License for the specific language governing permissions
  13  and limitations under the License.
  14 
  15  When distributing Covered Code, include this CDDL HEADER in each
  16  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17  If applicable, add the following below this CDDL HEADER, with the
  18  fields enclosed by brackets "[]" replaced with your own identifying
  19  information: Portions Copyright [yyyy] [name of copyright owner]
  20 
  21  CDDL HEADER END
  22 

  23  Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24  Copyright 2018 Nexenta Systems, Inc.
  25 
  26  DO NOT EDIT THIS FILE.
  27 -->
  28 
  29 <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
  30     "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1">
  31 
  32 <platform name="ipkg" allow-exclusive-ip="true">
  33 
  34         <!-- Global filesystems to mount when booting the zone -->
  35         <global_mount special="/dev" directory="/dev" type="dev"
  36             opt="attrdir=%R/root/dev"/>
  37 
  38         <!-- Local filesystems to mount when booting the zone -->
  39         <mount special="/proc" directory="/proc" type="proc" />
  40         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  41         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  42         <mount special="objfs" directory="/system/object" type="objfs" />
  43         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  44         <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  45 
  46         <!-- Devices to create under /dev -->
  47         <device match="arp" />
  48         <device match="bpf" />
  49         <device match="conslog" />
  50         <device match="cpu/self/cpuid" />
  51         <device match="crypto" />
  52         <device match="cryptoadm" />
  53         <device match="dsk" />
  54         <device match="dtrace/*" />
  55         <device match="dtrace/provider/*" />
  56         <device match="fd" />
  57         <device match="full" />
  58         <device match="ipnet" />
  59         <device match="kstat" />
  60         <device match="kvm" />
  61         <device match="lo0" />
  62         <device match="lofictl" />
  63         <device match="lofi" />
  64         <device match="log" />
  65         <device match="logindmux" />
  66         <device match="nsmb" />
  67         <device match="net/*" />
  68         <device match="null" />
  69         <device match="openprom" arch="sparc" />
  70         <device match="poll" />
  71         <device match="pool" />
  72         <device match="ptmx" />
  73         <device match="pts/*" />
  74         <device match="random" />
  75         <device match="rdsk" />
  76         <device match="rlofi" />
  77         <device match="rmt" />
  78         <device match="sad/user" />
  79         <device match="smbsrv" />
  80         <device match="svvslo0" />