summaryrefslogtreecommitdiff
path: root/src/ceph_mon.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-051-1/+2
* mon: destroy MonitorDBStore before g_ceph_contextSage Weil2013-05-301-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-211-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-031-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-291-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-261-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-291-2/+2
|\
| * mon: add new get_bl_[sn|ss]_safe functionsGreg Farnum2012-11-281-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-141-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-121-2/+0
* mon: move start-up feature check into static helperSage Weil2012-09-121-23/+3
* mon: require --idSage Weil2012-08-251-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-141-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-061-0/+2
* | mon: set policy for client, mds before throttlerSage Weil2012-06-061-0/+5
|/
* mon: throttle client msgr memorySage Weil2012-06-011-0/+7
* mon: fix 'no initial monitors' warningSage Weil2012-05-211-1/+1
* monmap: move build_initial() from MonClientSage Weil2012-05-181-2/+2
* mon: always mark seed/mkfs monmap as epoch 0Sage Weil2012-05-181-0/+3
* mon: all starting with empty monmapSage Weil2012-05-181-3/+1
* features: explicitly use CEPH_FEATURES_ALL instead of -1Sage Weil2012-05-161-1/+1
* monmap: use feature bits and single encode() methodSage Weil2012-05-141-1/+1
* msgr: name messengersSage Weil2012-04-301-0/+1