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
   1    1  #
   2    2  # CDDL HEADER START
   3    3  #
   4    4  # The contents of this file are subject to the terms of the
   5    5  # Common Development and Distribution License (the "License").
   6    6  # You may not use this file except in compliance with the License.
   7    7  #
   8    8  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9    9  # or http://www.opensolaris.org/os/licensing.
  10   10  # See the License for the specific language governing permissions
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  
    | 
      ↓ 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
  35   35  dir path=etc/nfs group=sys
  36   36  dir path=kernel group=sys
  37   37  dir path=kernel/misc group=sys
  38   38  dir path=kernel/misc/$(ARCH64) group=sys
  39   39  dir path=lib
  40   40  dir path=lib/svc
  
    | 
      ↓ 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
  78   81  file path=usr/share/man/man1m/nfslogd.1m
  79   82  file path=usr/share/man/man1m/rquotad.1m
  80   83  file path=usr/share/man/man4/nfslog.conf.4
  81   84  file path=usr/share/man/man4/rmtab.4
  82   85  file path=usr/share/man/man5/nfssec.5
  83   86  legacy pkg=SUNWnfsskr \
  84   87      desc="Network File System (NFS) server kernel support (Root)" \
  85   88      name="Network File System (NFS) server kernel support (Root)"
  86   89  legacy pkg=SUNWnfssr desc="Network File System (NFS) server support (Root)" \
  87   90      name="Network File System (NFS) server support (Root)"
  88   91  legacy pkg=SUNWnfssu desc="Network File System (NFS) server support (Usr)" \
  89   92      name="Network File System (NFS) server support (Usr)"
  90   93  license cr_Sun license=cr_Sun
  91   94  license lic_CDDL license=lic_CDDL
  92   95  link path=usr/lib/reparse/$(ARCH64)/libnfs_basic.so target=./libnfs_basic.so.1
  93   96  link path=usr/lib/reparse/libnfs_basic.so target=./libnfs_basic.so.1
  
    | 
      ↓ open down ↓ | 
    16 lines elided | 
    
      ↑ open up ↑ | 
  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX