Print this page
NEX-1704 Clustered NFSv4 could cause I/O errors on clients after failover
Reviewed by:  Evan Layton <evan.layton@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>


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

  24 #
  25 
  26 set name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS)
  27 set name=pkg.description value="Network File System (NFS) client support"
  28 set name=pkg.summary value="Network File System (NFS) client support"
  29 set name=info.classification \
  30     value="org.opensolaris.category.2008:System/File System"
  31 set name=variant.arch value=$(ARCH)
  32 dir path=etc group=sys

  33 dir path=etc/default group=sys
  34 dir path=etc/fs group=sys
  35 dir path=etc/fs/nfs group=sys
  36 dir path=kernel group=sys
  37 dir path=kernel/fs group=sys
  38 dir path=kernel/fs/$(ARCH64) group=sys
  39 dir path=kernel/misc group=sys
  40 dir path=kernel/misc/$(ARCH64) group=sys
  41 dir path=kernel/sys group=sys
  42 dir path=kernel/sys/$(ARCH64) group=sys
  43 dir path=lib
  44 dir path=lib/svc
  45 dir path=lib/svc/manifest group=sys
  46 dir path=lib/svc/manifest/network group=sys
  47 dir path=lib/svc/manifest/network/nfs group=sys
  48 dir path=lib/svc/method
  49 dir path=usr group=sys
  50 dir path=usr/bin
  51 dir path=usr/lib
  52 dir path=usr/lib/fs group=sys
  53 dir path=usr/lib/fs/nfs group=sys
  54 dir path=usr/lib/nfs group=sys
  55 dir path=usr/sbin
  56 dir path=usr/share/man
  57 dir path=usr/share/man/man1
  58 dir path=usr/share/man/man1m
  59 dir path=usr/share/man/man4
  60 dir path=var group=sys
  61 dir path=var/nfs
  62 dir path=var/nfs/v4_oldstate group=daemon owner=daemon
  63 dir path=var/nfs/v4_state group=daemon owner=daemon

  64 file path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \
  65     preserve=renameold
  66 file path=etc/fs/nfs/mount mode=0555
  67 file path=etc/nfssec.conf group=sys original_name=SUNWnfsc:etc/nfssec.conf \
  68     preserve=true
  69 file path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755

  70 file path=kernel/misc/$(ARCH64)/klmmod group=sys mode=0755
  71 file path=kernel/misc/$(ARCH64)/klmops group=sys mode=0755
  72 file path=kernel/misc/$(ARCH64)/nfs_dlboot group=sys mode=0755
  73 file path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444
  74 file path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444
  75 file path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444
  76 file path=lib/svc/manifest/network/nfs/nlockmgr.xml group=sys mode=0444
  77 file path=lib/svc/manifest/network/nfs/status.xml group=sys mode=0444
  78 file path=lib/svc/method/nfs-client mode=0555
  79 file path=lib/svc/method/nlockmgr mode=0555
  80 file path=usr/bin/nfsstat mode=0555
  81 file path=usr/lib/fs/nfs/dfmounts mode=0555
  82 file path=usr/lib/fs/nfs/dfshares mode=0555
  83 file path=usr/lib/fs/nfs/nfsfind group=sys mode=0555
  84 file path=usr/lib/fs/nfs/showmount mode=0555
  85 file path=usr/lib/fs/nfs/umount mode=0555
  86 file path=usr/lib/nfs/libmapid.so.1
  87 file path=usr/lib/nfs/llib-lmapid
  88 file path=usr/lib/nfs/llib-lmapid.ln
  89 file path=usr/lib/nfs/lockd mode=0555




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
  25 #
  26 
  27 set name=pkg.fmri value=pkg:/system/file-system/nfs@$(PKGVERS)
  28 set name=pkg.description value="Network File System (NFS) client support"
  29 set name=pkg.summary value="Network File System (NFS) client support"
  30 set name=info.classification \
  31     value="org.opensolaris.category.2008:System/File System"
  32 set name=variant.arch value=$(ARCH)
  33 dir path=etc group=sys
  34 dir path=etc/cluster group=sys
  35 dir path=etc/default group=sys
  36 dir path=etc/fs group=sys
  37 dir path=etc/fs/nfs group=sys
  38 dir path=kernel group=sys
  39 dir path=kernel/fs group=sys
  40 dir path=kernel/fs/$(ARCH64) group=sys
  41 dir path=kernel/misc group=sys
  42 dir path=kernel/misc/$(ARCH64) group=sys
  43 dir path=kernel/sys group=sys
  44 dir path=kernel/sys/$(ARCH64) group=sys
  45 dir path=lib
  46 dir path=lib/svc
  47 dir path=lib/svc/manifest group=sys
  48 dir path=lib/svc/manifest/network group=sys
  49 dir path=lib/svc/manifest/network/nfs group=sys
  50 dir path=lib/svc/method
  51 dir path=usr group=sys
  52 dir path=usr/bin
  53 dir path=usr/lib
  54 dir path=usr/lib/fs group=sys
  55 dir path=usr/lib/fs/nfs group=sys
  56 dir path=usr/lib/nfs group=sys
  57 dir path=usr/sbin
  58 dir path=usr/share/man
  59 dir path=usr/share/man/man1
  60 dir path=usr/share/man/man1m
  61 dir path=usr/share/man/man4
  62 dir path=var group=sys
  63 dir path=var/nfs
  64 dir path=var/nfs/v4_oldstate group=daemon owner=daemon
  65 dir path=var/nfs/v4_state group=daemon owner=daemon
  66 file path=etc/cluster/nodeid group=sys mode=0644
  67 file path=etc/default/nfs group=sys original_name=SUNWnfsc:etc/default/nfs \
  68     preserve=renameold
  69 file path=etc/fs/nfs/mount mode=0555
  70 file path=etc/nfssec.conf group=sys original_name=SUNWnfsc:etc/nfssec.conf \
  71     preserve=true
  72 file path=kernel/fs/$(ARCH64)/nfs group=sys mode=0755
  73 file path=kernel/misc/$(ARCH64)/cl_bootstrap group=sys mode=0755
  74 file path=kernel/misc/$(ARCH64)/klmmod group=sys mode=0755
  75 file path=kernel/misc/$(ARCH64)/klmops group=sys mode=0755
  76 file path=kernel/misc/$(ARCH64)/nfs_dlboot group=sys mode=0755
  77 file path=lib/svc/manifest/network/nfs/cbd.xml group=sys mode=0444
  78 file path=lib/svc/manifest/network/nfs/client.xml group=sys mode=0444
  79 file path=lib/svc/manifest/network/nfs/mapid.xml group=sys mode=0444
  80 file path=lib/svc/manifest/network/nfs/nlockmgr.xml group=sys mode=0444
  81 file path=lib/svc/manifest/network/nfs/status.xml group=sys mode=0444
  82 file path=lib/svc/method/nfs-client mode=0555
  83 file path=lib/svc/method/nlockmgr mode=0555
  84 file path=usr/bin/nfsstat mode=0555
  85 file path=usr/lib/fs/nfs/dfmounts mode=0555
  86 file path=usr/lib/fs/nfs/dfshares mode=0555
  87 file path=usr/lib/fs/nfs/nfsfind group=sys mode=0555
  88 file path=usr/lib/fs/nfs/showmount mode=0555
  89 file path=usr/lib/fs/nfs/umount mode=0555
  90 file path=usr/lib/nfs/libmapid.so.1
  91 file path=usr/lib/nfs/llib-lmapid
  92 file path=usr/lib/nfs/llib-lmapid.ln
  93 file path=usr/lib/nfs/lockd mode=0555