summaryrefslogtreecommitdiffstats
path: root/src/ceph_mon.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mon: fork early to avoid leveldb static env stateSage Weil2013-05-031-15/+29
* mon: --compact argument, config option to compact the store on startSage Weil2013-04-301-0/+9
* ceph-mon: Attempt to obtain monmap from several possible sourcesJoao Eduardo Luis2013-04-221-19/+58
* msgr: add second per-message throttler to message policySage Weil2013-04-061-3/+3
* mon: Monitor: clearer output on error during attempt to convert storeJoao Eduardo Luis2013-03-201-2/+7
* mon: give useful errors to user when store is missingJoao Eduardo Luis2013-02-271-3/+16
* mon: ceph-mon: convert an old monitor store to the new formatJoao Eduardo Luis2013-02-211-1/+8
* os: LevelDBStore: scrap init() and create open() and create_and_open()Joao Eduardo Luis2013-02-211-0/+3
* mon: Single-paxos and key/value store supportJoao Eduardo Luis2013-02-211-18/+15
* Merge branch 'next'Sage Weil2012-11-301-2/+2
|\
| * mon: add new get_bl_[sn|ss]_safe functionsGreg Farnum2012-11-291-2/+2
* | ceph_mon.cc: remove twice included sys/stat.hDanny Al-Gaaf2012-11-281-1/+0
|/
* mon: shutdown async signal handler soonerSage Weil2012-11-181-1/+2
* ceph_mon: cleanup on shutdownJoao Eduardo Luis2012-11-181-7/+11
* mon: set default port when binding to random local ipSage Weil2012-11-151-0/+2
* mon: separate pre- and post-fork initSage Weil2012-10-301-1/+7
* Code to allow pipes to be prepared to sign messages and to call the authentic...Peter Reiher2012-10-011-1/+2
* mon: refactor monitor feature checksSage Weil2012-09-131-2/+0
* mon: move start-up feature check into static helperSage Weil2012-09-131-23/+3
* mon: require --idSage Weil2012-08-261-0/+5
* Merge branch 'wip-msgr'Sage Weil2012-08-231-3/+3
|\
| * msg/Pipe: conditionally detect session resetSage Weil2012-08-231-3/+3
* | mon: throttle daemon messages independently from client messagesSage Weil2012-08-151-2/+8
* | global: fix version banner in log on startupSage Weil2012-08-141-2/+0
|/
* Merge remote-tracking branch 'gh/wip-assert'Sage Weil2012-06-071-0/+2
|\
| * make everyone use our assert #include and macroSage Weil2012-06-071-0/+2