| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph_common.sh: add mgr support to init-ceph | Sage Weil | 2017-02-27 | 1 | -2/+4 |
* | ceph_common.sh: fix syntax error | Dan Mick | 2017-02-14 | 1 | -1/+1 |
* | init-ceph.in: Make init-ceph work under FreeBSD for init-system | Willem Jan Withagen | 2017-02-11 | 1 | -1/+2 |
* | init-ceph: replace 'echo -n' with printf | Yan, Zheng | 2015-08-31 | 1 | -2/+2 |
* | use name in /var/lib/ceph paths | Alfredo Deza | 2014-08-06 | 1 | -2/+3 |
* | init-ceph: continue after failure doing osd data mount | Sage Weil | 2014-06-09 | 1 | -0/+18 |
* | init, upstart: prevent daemons being started by both | Josh Durgin | 2013-12-04 | 1 | -0/+4 |
* | sysvinit, upstart: handle symlinks to dirs in /var/lib/ceph/* | Sage Weil | 2013-07-02 | 1 | -1/+1 |
* | sysvinit: fix enumeration of local daemons when specifying type only | Sage Weil | 2013-05-17 | 1 | -20/+11 |
* | init-ceph: do not stop start on first failure | Sage Weil | 2013-04-19 | 1 | -0/+18 |
* | ceph_common.sh: fix typo in comment | Danny Al-Gaaf | 2013-03-27 | 1 | -1/+1 |
* | ceph_common.sh: Fix sed regex in get_local_daemon_list | Gary Lowell | 2013-03-14 | 1 | -1/+1 |
* | ceph_common.sh: add warning if 'host' contains dots | Dan Mick | 2013-03-09 | 1 | -0/+5 |
* | ceph_common.sh: tolerate missing mds, mon, osds in conf | Sage Weil | 2013-02-26 | 1 | -3/+3 |
* | ceph_common.sh: fix iteration of items in ceph.conf | Sage Weil | 2013-02-22 | 1 | -3/+3 |
* | ceph_common: fix check for defined/undefined entities in conf | Sage Weil | 2013-02-17 | 1 | -2/+2 |
* | ceph_common.sh: check if $sshdir exist, otherwise create it | Danny Al-Gaaf | 2013-02-14 | 1 | -4/+4 |
* | init-ceph: iterate/locate local sysvinit-tagged directories | Sage Weil | 2013-02-13 | 1 | -9/+43 |
* | init-ceph: consider sysvinit-tagged dirs as local | Sage Weil | 2013-02-13 | 1 | -0/+7 |
* | ceph_common.sh: 'hostname -s' (instead of cut ...) | Sage Weil | 2012-09-20 | 1 | -2/+2 |
* | mkcephfs, init-ceph: Warn if hostname "localhost" is seen in ceph.conf. | Tommi Virtanen | 2012-08-21 | 1 | -1/+4 |
* | init-ceph: ignore sections without 'host' defined | Sage Weil | 2012-05-17 | 1 | -17/+20 |
* | ceph_common.sh: Remove dead code. | Tommi Virtanen | 2012-03-30 | 1 | -12/+0 |
* | c* -> ceph-* | Sage Weil | 2011-09-23 | 1 | -1/+1 |
* | ceph_common.sh: Do not sudo to root unless needed | Tommi Virtanen | 2011-09-19 | 1 | -1/+6 |
* | mkcephfs: Config $user is irrelevant when we want to run as root. | Tommi Virtanen | 2011-09-07 | 1 | -6/+1 |
* | mkcephfs, init-ceph: tolerate complete lack of a type | Sage Weil | 2011-04-15 | 1 | -1/+1 |
* | mkcephfs: some fixes | Sage Weil | 2011-03-12 | 1 | -4/+4 |
* | mkcephfs: modularize | Sage Weil | 2011-03-10 | 1 | -6/+11 |
* | Don't use -i to set id for non-daemons | Colin Patrick McCabe | 2011-03-10 | 1 | -3/+3 |
* | cconf: remove second argument to cconf --lookup | Colin Patrick McCabe | 2011-02-23 | 1 | -2/+2 |
* | ceph_common.sh: remove get_val, get_val_bool | Colin Patrick McCabe | 2011-02-23 | 1 | -19/+0 |
* | init-ceph: DTRT when cconf returns host = localhost | Sage Weil | 2010-10-07 | 1 | -0/+1 |
* | initscripts: fix type.id check in ceph.conf | Sage Weil | 2010-07-24 | 1 | -1/+1 |
* | initscripts: use $type.$id, not $name, when possible | Sage Weil | 2010-07-22 | 1 | -1/+1 |
* | initscripts: accept osd0 or osd.0, regardless of what conf uses | Sage Weil | 2010-07-22 | 1 | -4/+5 |
* | shell script fixes | Fred Ar | 2010-07-07 | 1 | -2/+2 |
* | initscripts: fix verbose output for root commands | Sage Weil | 2010-06-18 | 1 | -2/+2 |
* | fetch_config: enable fetching ceph.conf from a remote location | Sage Weil | 2010-04-21 | 1 | -8/+18 |
* | init-ceph: return success error code on missing ceph.conf if no -c | Sage Weil | 2010-03-03 | 1 | -2/+9 |
* | init-ceph: print 'already started' instead of failing to start | Sage Weil | 2010-02-12 | 1 | -3/+3 |
* | ceph_common: sudo su, not su | Sage Weil | 2010-02-12 | 1 | -1/+1 |
* | mkcephfs: misc cephx fixes | Sage Weil | 2010-02-05 | 1 | -1/+1 |
* | initscripts: do what we can to run as user specified in the conf | Sage Weil | 2009-07-13 | 1 | -5/+15 |
* | initscripts: substitute in proper autoconf paths | Sage Weil | 2009-07-13 | 1 | -0/+11 |
* | initscripts: fix do_root_cmd | Sage Weil | 2009-06-30 | 1 | -1/+1 |
* | initscripts: do mount/mkfs as root, otherwise as any user | Sage Weil | 2009-06-25 | 1 | -0/+13 |
* | initscripts: allow 'user' option, defaults to current user | Sage Weil | 2009-06-25 | 1 | -3/+8 |
* | initscript: fix instance check, again | Sage Weil | 2009-05-30 | 1 | -2/+2 |
* | initscript: fix instance check | Sage Weil | 2009-05-27 | 1 | -1/+1 |