almost every thing is ready
[debian6500.git] / master / opt / cluster / slave / etc / exports
diff --git a/master/opt/cluster/slave/etc/exports b/master/opt/cluster/slave/etc/exports
new file mode 100644 (file)
index 0000000..3a4c658
--- /dev/null
@@ -0,0 +1,28 @@
+# /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
+# ============================================================================