]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
todos, start.sh tweak
authorSage Weil <sage@newdream.net>
Wed, 9 Jan 2008 19:30:59 +0000 (11:30 -0800)
committerSage Weil <sage@newdream.net>
Wed, 9 Jan 2008 19:30:59 +0000 (11:30 -0800)
src/TODO
src/start.sh

index 94a8f57c7556c446a3e88dffbd61104decda966a..75e6b84b02ee828754c665d2bfd4016ff35747ce 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -21,7 +21,7 @@ code cleanup
 kernel client
 - msg layer (patience)
 - mds client
-  - examine new mds maps to kick requests for failed nodes...
+/  - examine new mds maps to kick requests for failed nodes...
   - mechanism to close out old caps
   - handle file caps, ack back to mds, etc. 
     - actually flush dirty data, too
index 0aedb2785e61189b77b650e8fec6203cc4db90cd..b34b93d74b2e3dd4d3857fe040293086981c51aa 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 ./stop.sh
-./mkmonmap `host \`hostname\`|cut -d ' ' -f 4`:12345  # your IP here; any unused port will do
+./mkmonmap `host \`hostname -f\`|cut -d ' ' -f 4`:12345  # your IP here; any unused port will do
 ./cmon --mkfs --mon 0 &
 ./cosd --mkfs --osd 0 &
 ./cosd --mkfs --osd 1 &
 ./cosd --mkfs --osd 2 &
 ./cosd --mkfs --osd 3 &
-./cmds --debug_ms 1 --debug_mds 10 &
+./cmds  &