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/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
|
*
mon: fix indentation
Loic Dachary
2013-12-31
1
-9
/
+9
|
*
mon: do not daemonize if CINIT_FLAG_NO_DAEMON_ACTIONS
Loic Dachary
2013-12-31
1
-0
/
+2
|
*
mon: set CINIT_FLAG_NO_DAEMON_ACTIONS when appropriate
Loic Dachary
2013-12-31
1
-1
/
+21
*
|
mon: make ceph-mon --mkfs idempotent
Loic Dachary
2013-12-31
1
-0
/
+51
*
|
mon: create mon-data directory on --mkfs
Loic Dachary
2013-12-31
1
-0
/
+29
|
/
*
doc: improve ceph-mon usage, fix ceph tell examples
Loic Dachary
2013-11-26
1
-1
/
+13
*
ceph-mon: add debug to ip selection
Sage Weil
2013-10-22
1
-0
/
+2
*
mon, mds, osd: add early SIGTERM injection
Sage Weil
2013-07-20
1
-0
/
+3
*
mon: install signal handlers after init
Sage Weil
2013-07-20
1
-4
/
+4
*
ceph_mon: obtain backup monmap if store is marked with 'force_sync'
Joao Eduardo Luis
2013-07-17
1
-1
/
+2
*
mon: Monitor: support multiple formatters on some status functions
Dan Mick
2013-07-11
1
-1
/
+1
*
mon: add --force-sync startup option
Sage Weil
2013-07-09
1
-1
/
+19
*
mon: do not reopen MonitorDBStore during startup
Sage Weil
2013-06-26
1
-15
/
+25
*
mon: fix preforker exit behavior behavior
Sage Weil
2013-06-06
1
-1
/
+2
*
mon: destroy MonitorDBStore before g_ceph_context
Sage Weil
2013-05-31
1
-8
/
+9
*
mon: return instead of exit(3) via preforker
Sage Weil
2013-05-30
1
-1
/
+1
*
Merge branch 'next'
Sage Weil
2013-05-23
1
-1
/
+0
|
\
|
*
osd, mds: shut down async signal handler on exit
Sage Weil
2013-05-22
1
-1
/
+0
|
*
mon: implement --extract-monmap <filename>
Sage Weil
2013-05-22
1
-3
/
+15
*
|
ceph-mon: only care about public addr during pick_addresses()
Joao Eduardo Luis
2013-05-22
1
-2
/
+2
*
|
mon: implement --extract-monmap <filename>
Sage Weil
2013-05-21
1
-3
/
+15
|
/
*
mon: fix init sequence when not daemonizing
Sage Weil
2013-05-04
1
-2
/
+2
[next]