summaryrefslogtreecommitdiffstats
path: root/src/ceph_mon.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon/ceph_mon.cc: fail on any error, not just empty magicblPiotr Dałek2015-12-071-1/+1
* use new api and fix some wrong flag callerYunchuan Wen2015-11-121-3/+3
* osd: always load erasure plugins from the configured directorySage Weil2015-08-211-4/+4
* erasure-code: implement consistent error streamLoic Dachary2015-05-251-1/+1
* ceph_mon: output preforker error messageHaomai Wang2015-05-011-2/+10
* Merge remote-tracking branch 'gh/wip-xio'Sage Weil2015-01-181-30/+40
|\
| * Cosmetic ceph_mon.cc.Matt Benjamin2015-01-141-30/+40
* | ceph_mon: no longer attempt store conversion on startJoao Eduardo Luis2015-01-151-34/+4
|/
* Messenger: Create an Messenger implementation by name.Haomai Wang2014-12-181-1/+1
* mon,mds: call ceph_heap_profiler_init() at boot timeLoic Dachary2014-10-081-0/+3
* ceph-mon: check fs stats just before preforkingJoao Eduardo Luis2014-09-231-21/+20
* ceph_mon: check available storage space for mon data dir on startJoao Eduardo Luis2014-09-221-0/+21
* erasure-code: preload fails if < 0Loic Dachary2014-09-151-1/+1
* daemons: write pid file even when told not to daemonizeAlexandre Oliva2014-09-121-2/+1
* erasure-code: preload the default plugins in the monLoic Dachary2014-08-291-0/+19
* mon/MonitorDBStore: add close() methodSage Weil2014-08-271-0/+3
* mon: interact with MonitorDBStore::Transactions by shared_ptr RefSage Weil2014-08-271-4/+4
* ceph_mon: check for existing mon store before opening dbJoao Eduardo Luis2014-08-181-38/+71
* ceph-mon: override 'leveldb_*' config options for the monitorJoao Eduardo Luis2014-06-231-1/+24
* Merge pull request #1629 from ceph/wip-die-mkcephfsAlfredo Deza2014-04-301-1/+1
|\
| * remove mkcephfsSage Weil2014-04-081-1/+1
* | Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-4/+4
|/
* ceph-mon: be a bit more verbose on errorSage Weil2014-03-141-1/+3
* ceph_mon: output error message if unable to bind.Joao Eduardo Luis2014-03-141-1/+3
* ceph_mon: all output after initial fork go to dout/derrJoao Eduardo Luis2014-03-141-14/+17
* ceph_mon: split postfork() in two and finish postfork just before daemonizeJoao Eduardo Luis2014-03-141-2/+4
* Merge pull request #1011 from dachary/wip-mon-daemonizeLoic Dachary2014-01-011-10/+32
|\
| * mon: add flags argument to common_init_finishLoic Dachary2013-12-311-1/+1
| * mon: fix indentationLoic Dachary2013-12-311-9/+9
| * mon: do not daemonize if CINIT_FLAG_NO_DAEMON_ACTIONSLoic Dachary2013-12-311-0/+2
| * mon: set CINIT_FLAG_NO_DAEMON_ACTIONS when appropriateLoic Dachary2013-12-311-1/+21
* | mon: make ceph-mon --mkfs idempotentLoic Dachary2013-12-311-0/+51
* | mon: create mon-data directory on --mkfsLoic Dachary2013-12-311-0/+29
|/
* doc: improve ceph-mon usage, fix ceph tell examplesLoic Dachary2013-11-261-1/+13
* ceph-mon: add debug to ip selectionSage Weil2013-10-221-0/+2
* mon, mds, osd: add early SIGTERM injectionSage Weil2013-07-201-0/+3
* mon: install signal handlers after initSage Weil2013-07-201-4/+4
* ceph_mon: obtain backup monmap if store is marked with 'force_sync'Joao Eduardo Luis2013-07-171-1/+2
* mon: Monitor: support multiple formatters on some status functionsDan Mick2013-07-111-1/+1
* mon: add --force-sync startup optionSage Weil2013-07-091-1/+19
* mon: do not reopen MonitorDBStore during startupSage Weil2013-06-261-15/+25
* mon: fix preforker exit behavior behaviorSage Weil2013-06-061-1/+2
* mon: destroy MonitorDBStore before g_ceph_contextSage Weil2013-05-311-8/+9
* mon: return instead of exit(3) via preforkerSage Weil2013-05-301-1/+1
* Merge branch 'next'Sage Weil2013-05-231-1/+0
|\
| * osd, mds: shut down async signal handler on exitSage Weil2013-05-221-1/+0
| * mon: implement --extract-monmap <filename>Sage Weil2013-05-221-3/+15
* | ceph-mon: only care about public addr during pick_addresses()Joao Eduardo Luis2013-05-221-2/+2
* | mon: implement --extract-monmap <filename>Sage Weil2013-05-211-3/+15
|/
* mon: fix init sequence when not daemonizingSage Weil2013-05-041-2/+2