]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: enable lockdep
authorJohn Spray <john.spray@redhat.com>
Wed, 20 Jan 2016 11:05:51 +0000 (11:05 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 20 Jan 2016 11:05:51 +0000 (11:05 +0000)
Development clusters are the right place to enable
performance-degrading correctness checks.

Signed-off-by: John Spray <john.spray@redhat.com>
src/vstart.sh

index e5154792cff8a1b6080dc2da781911bf4a6c80d2..64a12b92053faa5255da8cc3493f51e39c262d34 100755 (executable)
@@ -454,6 +454,7 @@ if [ "$start_mon" -eq 1 ]; then
         filestore fd cache size = 32
         run dir = $CEPH_OUT_DIR
         enable experimental unrecoverable data corrupting features = *
+        lockdep = true
 EOF
 if [ "$cephx" -eq 1 ] ; then
 cat <<EOF >> $conf_fn