X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=install%2Fcluster%2Fmaster%2Fetc%2Fexports;fp=install%2Fcluster%2Fmaster%2Fetc%2Fexports;h=0000000000000000000000000000000000000000;hb=3a30026aa30355dac5c5f9742da0fdba797701ea;hp=aa60cb6f9fd47b229224cc4452857dd026e50b3d;hpb=7fa766f7c1562671a1b5db6f365f6ec4e847c309;p=debian6500.git diff --git a/install/cluster/master/etc/exports b/install/cluster/master/etc/exports deleted file mode 100644 index aa60cb6..0000000 --- a/install/cluster/master/etc/exports +++ /dev/null @@ -1,32 +0,0 @@ -# /etc/exports: the access control list for filesystems which may be exported -# to NFS clients. See exports(5). -# -# Example for NFSv2 and NFSv3: -# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) -# -# Example for NFSv4: -# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) -# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) -# - -# ============================================================================ -# V1.1 -# Copyright (C) THALES. All rights reserved -# Author: Jean-Noel Raguenes -# Date : 07/12/2009 -# Modification: -# - V1.1: Herve Petit 10/03/2010 -# - ajouts export repertoire /home/trc6500 -# - ajout option subtree_check a /opt/trc6500 -# options: -# - rw: car pour l'instant les log libtraces ecrivent dans /opt/trc6500 (sig !) -# - no_root_squash: indispensable pour les systemes diskless -# - no_subtree_check: a mettre lorsque il y a beaucoup de possibilite de renommage de fichiers -# mais moins sur -# - subtree_check: a mettre sans risque pour les exports d'arborescence en ro -# - async: ameliore les perfs mais peut ete problematique si server instable -# ============================================================================ - -/opt *(rw,async,no_root_squash,subtree_check) -/home *(rw,async,no_root_squash,no_subtree_check) -/dump *(rw,async,no_root_squash,no_subtree_check)