index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph_mon.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: Log errors at startup
Brad Hubbard
2017-06-16
1
-47
/
+64
*
osd/mon/mds: unify usage text, always use stdout
Tim Serong
2017-05-19
1
-19
/
+20
*
mon: add a MgrClient
Sage Weil
2017-03-29
1
-2
/
+13
*
common: convert ms_type option to SAFE_OPTION
liuchang0812
2017-03-22
1
-1
/
+1
*
msg/Messenger: drop useless 'supported' arg to Policy ctor
Sage Weil
2017-03-03
1
-5
/
+3
*
msg: drop pointless specification of supported features
Sage Weil
2017-03-03
1
-15
/
+10
*
include/ceph_features: retire MONCLOCKCHECK
Sage Weil
2017-02-06
1
-1
/
+0
*
msgr: allow different public and cluster msgr type
Haomai Wang
2017-01-26
1
-1
/
+2
*
mon: use std::make_shared to replace new
Yunchuan Wen
2016-12-09
1
-1
/
+1
*
embedded: Support for running MON and OSD from libcephd
Bassam Tabbara
2016-11-29
1
-2
/
+11
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-3
/
+3
*
mon: exclude kv_backend from dir empty check
Bassam Tabbara
2016-11-09
1
-1
/
+2
*
msg: make loopback Connection feature accurate all the time
Sage Weil
2016-10-10
1
-1
/
+1
*
erasure-code: Backward compatibility with legacy EC plugins
Bassam Tabbara
2016-09-29
1
-18
/
+1
*
ceph_mon: use readdir() as readdir_r() is deprecated
Kefu Chai
2016-09-12
1
-11
/
+6
*
msgr,xio: flexible Messenger::create configuration flags
Vu Pham
2016-06-01
1
-3
/
+2
*
features: deprecate CEPH_FEATURE_MONCLOCKCHECK
Samuel Just
2016-03-17
1
-1
/
+1
*
mon: don't crash because of bad ms-type in ceph.conf (or missing enablement f...
Avner BenHanoch
2016-02-17
1
-0
/
+2
*
global: add data_dir_option for all daemons
Sage Weil
2016-02-04
1
-1
/
+1
*
Merge remote-tracking branch 'gh/wip-da-SCA-20150910'
Sage Weil
2016-02-02
1
-1
/
+1
|
\
|
*
ceph_mon.cc: replace string::find() with compare()
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
*
|
ceph_osd.cc/ceph_mon.cc: cleanup unreachable exit call
Jiaying Ren
2016-01-29
1
-1
/
+0
|
/
*
mon/ceph_mon.cc: fail on any error, not just empty magicbl
Piotr Dałek
2015-12-07
1
-1
/
+1
*
use new api and fix some wrong flag caller
Yunchuan Wen
2015-11-12
1
-3
/
+3
*
osd: always load erasure plugins from the configured directory
Sage Weil
2015-08-21
1
-4
/
+4
*
erasure-code: implement consistent error stream
Loic Dachary
2015-05-25
1
-1
/
+1
*
ceph_mon: output preforker error message
Haomai Wang
2015-05-01
1
-2
/
+10
*
Merge remote-tracking branch 'gh/wip-xio'
Sage Weil
2015-01-18
1
-30
/
+40
|
\
|
*
Cosmetic ceph_mon.cc.
Matt Benjamin
2015-01-14
1
-30
/
+40
*
|
ceph_mon: no longer attempt store conversion on start
Joao Eduardo Luis
2015-01-15
1
-34
/
+4
|
/
*
Messenger: Create an Messenger implementation by name.
Haomai Wang
2014-12-18
1
-1
/
+1
*
mon,mds: call ceph_heap_profiler_init() at boot time
Loic Dachary
2014-10-08
1
-0
/
+3
*
ceph-mon: check fs stats just before preforking
Joao Eduardo Luis
2014-09-23
1
-21
/
+20
*
ceph_mon: check available storage space for mon data dir on start
Joao Eduardo Luis
2014-09-22
1
-0
/
+21
*
erasure-code: preload fails if < 0
Loic Dachary
2014-09-15
1
-1
/
+1
*
daemons: write pid file even when told not to daemonize
Alexandre Oliva
2014-09-12
1
-2
/
+1
*
erasure-code: preload the default plugins in the mon
Loic Dachary
2014-08-29
1
-0
/
+19
*
mon/MonitorDBStore: add close() method
Sage Weil
2014-08-27
1
-0
/
+3
*
mon: interact with MonitorDBStore::Transactions by shared_ptr Ref
Sage Weil
2014-08-27
1
-4
/
+4
*
ceph_mon: check for existing mon store before opening db
Joao Eduardo Luis
2014-08-18
1
-38
/
+71
*
ceph-mon: override 'leveldb_*' config options for the monitor
Joao Eduardo Luis
2014-06-23
1
-1
/
+24
*
Merge pull request #1629 from ceph/wip-die-mkcephfs
Alfredo Deza
2014-04-30
1
-1
/
+1
|
\
|
*
remove mkcephfs
Sage Weil
2014-04-08
1
-1
/
+1
*
|
Use cpp_strerror() wherever possible, and use autoconf for portability
Dan Mick
2014-04-14
1
-4
/
+4
|
/
*
ceph-mon: be a bit more verbose on error
Sage Weil
2014-03-14
1
-1
/
+3
*
ceph_mon: output error message if unable to bind.
Joao Eduardo Luis
2014-03-14
1
-1
/
+3
*
ceph_mon: all output after initial fork go to dout/derr
Joao Eduardo Luis
2014-03-14
1
-14
/
+17
*
ceph_mon: split postfork() in two and finish postfork just before daemonize
Joao Eduardo Luis
2014-03-14
1
-2
/
+4
*
Merge pull request #1011 from dachary/wip-mon-daemonize
Loic Dachary
2014-01-01
1
-10
/
+32
|
\
|
*
mon: add flags argument to common_init_finish
Loic Dachary
2013-12-31
1
-1
/
+1
[next]