Commit Graph

5992 Commits

Author SHA1 Message Date
Sage Weil
66b4d51dd9 config: just ceph.conf, no more cluster.conf 2009-03-11 16:03:11 -07:00
Sage Weil
acbfc6a51a config: more config fixes 2009-03-11 16:03:11 -07:00
Sage Weil
8a8f825a69 man: some manpages fixes 2009-03-11 16:03:11 -07:00
Yehuda Sadeh
2c88568e81 config: can use alternative module name 2009-03-11 15:52:39 -07:00
Yehuda Sadeh
45d36ff64c config: search in global section by default 2009-03-11 15:33:43 -07:00
Sage Weil
cee1468a02 initscript: lots of changes 2009-03-11 15:27:58 -07:00
Sage Weil
11ee8ab6b1 config: fix mds, mon, osd startup 2009-03-11 15:27:58 -07:00
Sage Weil
5625c21262 mds: rework mds standby framework 2009-03-11 15:27:58 -07:00
Sage Weil
dfefb98e9c mds: fix up startup options 2009-03-11 15:27:58 -07:00
Sage Weil
ddd08fd767 mds: name mds daemon instances independent of their current logical rank 2009-03-11 15:27:58 -07:00
Yehuda Sadeh
735d89bbc3 cconf: resort to search in global section 2009-03-11 15:27:20 -07:00
Yehuda Sadeh
b7bd0315f1 cconf: fix alternate section name 2009-03-11 15:24:57 -07:00
Yehuda Sadeh
24a4c3696a cconf: search in both ${type}.${id} and ${type}${id} 2009-03-11 15:22:41 -07:00
Yehuda Sadeh
dcac96d1c5 cconf: add -i, -t options 2009-03-11 15:15:58 -07:00
Yehuda Sadeh
29b65edc50 conf: restructure of the conf mechanism 2009-03-11 14:41:44 -07:00
Sage Weil
6ff61b874c initscript: add 'pre start eval' hook 2009-03-11 11:36:07 -07:00
Sage Weil
15e9837469 cosd: keep cores in src dir 2009-03-11 11:35:53 -07:00
Sage Weil
da518350f7 mkcephfs: no need for cluster.conf on cosd --mkfs_for_osd 2009-03-11 11:35:36 -07:00
Sage Weil
20b5620374 monclient: check for monmap_file _first_ 2009-03-11 11:35:08 -07:00
Sage Weil
9472dfe16a msgr: use daemon() to daemonize
Otherwise we don't clean up all our fds or something and ssh execs hang.
2009-03-11 11:06:17 -07:00
Sage Weil
deb2292e79 cosd: use absolute paths 2009-03-11 11:03:57 -07:00
Sage Weil
2ae69e6a65 monclient: clean up 2009-03-11 11:03:43 -07:00
Sage Weil
2dacba87ed initscripts: fix some conf vs clusterconf problem 2009-03-11 11:03:33 -07:00
Sage Weil
894eb661a8 osd: be more verbose about startup failures 2009-03-11 11:03:09 -07:00
Sage Weil
c2c8f88330 man: fix makefile 2009-03-11 10:05:56 -07:00
Sage Weil
634bdd33c8 config: print warning on daemon startup 2009-03-11 09:55:04 -07:00
Sage Weil
3b5b27d11b debian: don't include dupstore
It's really only useful for ebofs vs filestore debugging.  If you're just
using filestore, you can just cp -a.
2009-03-10 21:36:27 -07:00
Sage Weil
84092828ba man: mount.ceph man page 2009-03-10 21:35:44 -07:00
Sage Weil
a14c3c9714 man: mkmonfs, monmaptool, ceph 2009-03-10 21:20:43 -07:00
Sage Weil
8929cf92dd man: cconf 2009-03-10 20:49:30 -07:00
Sage Weil
2764df209e man: crushtool, osdmaptool 2009-03-10 20:38:47 -07:00
Sage Weil
3214a01ed4 man: csyn, crun man pages 2009-03-10 16:49:23 -07:00
Sage Weil
ebd9a942e1 man: add cfuse man page 2009-03-10 16:31:16 -07:00
Sage Weil
cdc34bc12b mkcephfs: fix typo 2009-03-10 16:31:16 -07:00
Sage Weil
869b54410e debian: add man pages so far 2009-03-10 16:31:16 -07:00
Yehuda Sadeh
12a1813243 conf: add --show-conf,-S option that dumps conf and exits 2009-03-10 16:26:47 -07:00
Sage Weil
ef986dc2b6 man: document -m monaddr 2009-03-10 16:10:02 -07:00
Sage Weil
fc846370c1 config: -c foo or --conf=foo; -C bar or --cluster-conf=bar 2009-03-10 16:08:00 -07:00
Yehuda Sadeh
27b05461ef kclient: add mon enries for sysfs 2009-03-10 15:24:07 -07:00
Sage Weil
9b7c9b0735 usage 2009-03-10 15:22:52 -07:00
Sage Weil
5de6ad8216 man: more man pages 2009-03-10 15:00:46 -07:00
Sage Weil
ac07483683 cmds: remove unused --standby arg, rename --standby_replay_for to --shadow 2009-03-10 14:57:24 -07:00
Sage Weil
91ce18168c config: default to -d for server daemons; -D/--nodaemon for foreground operation 2009-03-10 14:43:07 -07:00
Sage Weil
a4582b4b67 cosd: clean up startup options 2009-03-10 14:40:16 -07:00
Sage Weil
160e00f0f6 man: mkcephfs, cosd man pages 2009-03-10 14:39:54 -07:00
Sage Weil
3ef9395ebc debian: fix lintian errors (except missing man pages) 2009-03-10 13:22:51 -07:00
Sage Weil
f3786fed12 initscript: LSB block; add reload and force-reload 2009-03-10 13:22:37 -07:00
Sage Weil
f3c4a24818 initscript: pre/post start/stop/forcestop hooks 2009-03-10 12:41:15 -07:00
Sage Weil
4c62970abf config: allow chdir to arbitrary dir on daemonize (not just /)
This lets you configure where your core files go.
2009-03-10 12:34:23 -07:00
Sage Weil
d594f91d8d mkcephfs: take compiled 'crush map' or 'crush map src' from cluster.conf 2009-03-10 12:11:30 -07:00