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

*** 18,29 **** fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END - Copyright 2011 Nexenta Systems, Inc. All rights reserved. Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. DO NOT EDIT THIS FILE. --> <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN" --- 18,29 ---- fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. + Copyright 2018 Nexenta Systems, Inc. DO NOT EDIT THIS FILE. --> <!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
*** 39,48 **** --- 39,49 ---- <mount special="/proc" directory="/proc" type="proc" /> <mount special="ctfs" directory="/system/contract" type="ctfs" /> <mount special="mnttab" directory="/etc/mnttab" type="mntfs" /> <mount special="objfs" directory="/system/object" type="objfs" /> <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" /> + <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" /> <!-- Devices to create under /dev --> <device match="arp" /> <device match="bpf" /> <device match="conslog" />
*** 54,63 **** --- 55,65 ---- <device match="dtrace/provider/*" /> <device match="fd" /> <device match="full" /> <device match="ipnet" /> <device match="kstat" /> + <device match="kvm" /> <device match="lo0" /> <device match="lofictl" /> <device match="lofi" /> <device match="log" /> <device match="logindmux" />