summaryrefslogtreecommitdiffstats
path: root/src/ceph_mon.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon: Log errors at startupBrad Hubbard2017-06-161-47/+64
* osd/mon/mds: unify usage text, always use stdoutTim Serong2017-05-191-19/+20
* mon: add a MgrClientSage Weil2017-03-291-2/+13
* common: convert ms_type option to SAFE_OPTIONliuchang08122017-03-221-1/+1
* msg/Messenger: drop useless 'supported' arg to Policy ctorSage Weil2017-03-031-5/+3
* msg: drop pointless specification of supported featuresSage Weil2017-03-031-15/+10
* include/ceph_features: retire MONCLOCKCHECKSage Weil2017-02-061-1/+0
* msgr: allow different public and cluster msgr typeHaomai Wang2017-01-261-1/+2
* mon: use std::make_shared to replace newYunchuan Wen2016-12-091-1/+1
* embedded: Support for running MON and OSD from libcephdBassam Tabbara2016-11-291-2/+11
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-3/+3
* mon: exclude kv_backend from dir empty checkBassam Tabbara2016-11-091-1/+2
* msg: make loopback Connection feature accurate all the timeSage Weil2016-10-101-1/+1
* erasure-code: Backward compatibility with legacy EC pluginsBassam Tabbara2016-09-291-18/+1
* ceph_mon: use readdir() as readdir_r() is deprecatedKefu Chai2016-09-121-11/+6
* msgr,xio: flexible Messenger::create configuration flagsVu Pham2016-06-011-3/+2
* features: deprecate CEPH_FEATURE_MONCLOCKCHECKSamuel Just2016-03-171-1/+1
* mon: don't crash because of bad ms-type in ceph.conf (or missing enablement f...Avner BenHanoch2016-02-171-0/+2
* global: add data_dir_option for all daemonsSage Weil2016-02-041-1/+1
* Merge remote-tracking branch 'gh/wip-da-SCA-20150910'Sage Weil2016-02-021-1/+1
|\
| * ceph_mon.cc: replace string::find() with compare()Danny Al-Gaaf2016-01-291-1/+1
* | ceph_osd.cc/ceph_mon.cc: cleanup unreachable exit callJiaying Ren2016-01-291-1/+0
|/
* 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