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/pkg/manifests/service-file-system-nfs.mf
          +++ new/usr/src/pkg/manifests/service-file-system-nfs.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
       24 +# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  25   25  #
  26   26  
  27   27  set name=pkg.fmri value=pkg:/service/file-system/nfs@$(PKGVERS)
  28   28  set name=pkg.description value="Network File System (NFS) server support"
  29   29  set name=pkg.summary value="Network File System (NFS) server support"
  30   30  set name=info.classification \
  31   31      value="org.opensolaris.category.2008:System/File System"
  32   32  set name=variant.arch value=$(ARCH)
  33   33  dir path=etc group=sys
  34   34  dir path=etc/default group=sys
↓ open down ↓ 6 lines elided ↑ open up ↑
  41   41  dir path=lib/svc/manifest group=sys
  42   42  dir path=lib/svc/manifest/network group=sys
  43   43  dir path=lib/svc/manifest/network/nfs group=sys
  44   44  dir path=lib/svc/method
  45   45  dir path=usr group=sys
  46   46  dir path=usr/lib
  47   47  dir path=usr/lib/fs group=sys
  48   48  dir path=usr/lib/fs/nfs group=sys
  49   49  dir path=usr/lib/fs/nfs/$(ARCH64) group=sys
  50   50  dir path=usr/lib/nfs group=sys
       51 +dir path=usr/lib/nfs/dtrace group=bin
  51   52  dir path=usr/lib/reparse group=bin
  52   53  dir path=usr/lib/reparse/$(ARCH64) group=sys
  53   54  dir path=usr/sbin
  54   55  dir path=usr/share/man
  55   56  dir path=usr/share/man/man1m
  56   57  dir path=usr/share/man/man5
  57   58  file path=etc/default/nfslogd group=sys \
  58   59      original_name=SUNWnfss:etc/default/nfslogd preserve=true
  59   60  file path=etc/nfs/nfslog.conf group=sys \
  60   61      original_name=SUNWnfss:etc/nfs/nfslog.conf preserve=true
  61   62  file path=kernel/misc/$(ARCH64)/nfssrv group=sys mode=0755
  62   63  file path=lib/svc/manifest/network/nfs/nfslogd.xml group=sys mode=0444
  63   64  file path=lib/svc/manifest/network/nfs/rquota.xml group=sys mode=0444
  64   65  file path=lib/svc/manifest/network/nfs/server.xml group=sys mode=0444
  65   66  file path=lib/svc/method/nfs-server mode=0555
  66   67  file path=usr/lib/fs/nfs/$(ARCH64)/libshare_nfs.so.1
  67   68  file path=usr/lib/fs/nfs/libshare_nfs.so.1
       69 +file path=usr/lib/nfs/dtrace/nfs-time.d mode=0555
       70 +file path=usr/lib/nfs/dtrace/nfs-trace.d mode=0555
  68   71  file path=usr/lib/nfs/mountd mode=0555
  69   72  file path=usr/lib/nfs/nfsd mode=0555
  70   73  file path=usr/lib/nfs/nfslogd mode=0555
  71   74  file path=usr/lib/nfs/rquotad mode=0555
  72   75  file path=usr/lib/reparse/$(ARCH64)/libnfs_basic.so.1
  73   76  file path=usr/lib/reparse/libnfs_basic.so.1
  74   77  file path=usr/sbin/exportfs mode=0555
  75   78  file path=usr/sbin/nfsref mode=0555
  76   79  file path=usr/share/man/man1m/mountd.1m
  77   80  file path=usr/share/man/man1m/nfsd.1m
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX