Whamcloud - gitweb
LU-12616 obclass: fix MDS start/stop race
[fs/lustre-release.git] / lustre / conf / lustre
index 3f894c3..a428f68 100644 (file)
 #
 #FSCK_ARGS="-p"
 
 #
 #FSCK_ARGS="-p"
 
+# By default the init script will check ldiskfs filesystems using
+# /sbin/fsck.ldiskfs if it exists, otherwise it will use /sbin/fsck.
+# Set the PFSCK variable here to override that behavior.  The value must
+# be an absolute path.
+#
+#PFSCK=/sbin/fsck
+
+# By default the init script will test ldiskfs feature flags using
+# /sbin/tunefs.ldiskfs if it exists, otherwise it will use
+# /sbin/tune2fs.  Set the TUNE2FS variable here to override that
+# behavior.  The value must be an absolute path.
+#
+#TUNE2FS=/sbin/tune2fs
+
 # Uncomment to insert server mount options - see mount.lustre(8)
 #MOUNT_OPTIONS="-o abort_recov"
 
 # Uncomment to insert server mount options - see mount.lustre(8)
 #MOUNT_OPTIONS="-o abort_recov"