]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: debugfs mounts on /sys/kernel/debug
authorSage Weil <sage@newdream.net>
Mon, 27 Jul 2009 17:11:36 +0000 (10:11 -0700)
committerSage Weil <sage@newdream.net>
Mon, 27 Jul 2009 17:11:36 +0000 (10:11 -0700)
src/kernel/debugfs.c
src/kernel/import_patch_set_into_linux_git.sh

index ffbc3c3097b6d942fd25196052ea05fca04fc0c8..a41238dddce1b145990228818d237e8035d77ee1 100644 (file)
@@ -7,10 +7,10 @@
 #include "mds_client.h"
 
 /*
- * Implement /debug/ceph fun
+ * Implement /sys/kernel/debug/ceph fun
  *
- * /debug/ceph/caps_reservation  - expose caps reservation stats
- * /debug/ceph/client*  - an instance of the ceph client
+ * /sys/kernel/debug/ceph/caps_reservation  - expose caps reservation stats
+ * /sys/kernel/debug/ceph/client*  - an instance of the ceph client
  *      .../fsid        - mounted fsid
  *      .../osdmap      - current osdmap
  *      .../mdsmap      - current mdsmap
index 90b62c184e43d9ce2265f78963bb5bf673613f0b..a134f3dc4b0ffc939d47df15fc1c36fca4342ac4 100755 (executable)
@@ -317,9 +317,9 @@ git add $target/ceph/debugfs.c
 git commit -s -F - <<EOF
 ceph: debugfs
 
-Basic state information is available via /debug/ceph, including
-instances of the client, fsids, current monitor, mds and osd maps,
-outstanding server requests, and hooks to adjust debug levels.
+Basic state information is available via /sys/kernel/debug/ceph,
+including instances of the client, fsids, current monitor, mds and osd
+maps, outstanding server requests, and hooks to adjust debug levels.
 
 EOF