summaryrefslogtreecommitdiffstats
path: root/src/mon/MonmapMonitor.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon: acquire lock when accessing mon->session_mapKefu Chai2017-03-301-9/+14
* Merge pull request #13794 from liewegas/wip-clog-newlinesKefu Chai2017-03-071-1/+1
|\
| * common: remove \n on clog messagesSage Weil2017-03-061-1/+1
* | mon: enable persistent monmap features on full quorumJoao Eduardo Luis2017-03-021-0/+13
* | mon: better 'mon features' cliJoao Eduardo Luis2017-03-021-3/+142
|/
* mon: add override in mon subsystemliuchang08122017-02-151-1/+1
* Merge pull request #12276 from kylinstorage/wip-cleanup-makesharedJohn Spray2017-01-061-2/+2
|\
| * mon: use std::make_shared to replace newYunchuan Wen2016-12-091-2/+2
* | Merge pull request #12403 from liewegas/wip-mon-mgr-cleanupsSage Weil2016-12-291-15/+0
|\ \
| * | mon: drop support for "classic" (dumpling) monsSage Weil2016-12-191-15/+0
| |/
* / common: Unskew clockAdam C. Emerson2016-12-221-4/+4
|/
* assert(0) -> ceph_abort()Sage Weil2016-11-221-2/+2
* Merge pull request #10907 from jecluis/wip-mon-featuresSage Weil2016-11-051-1/+52
|\
| * mon: MonmapMonitor: set monmap features according to quorumJoao Eduardo Luis2016-10-291-0/+51
| * mon: rename quorum_features to quorum_con_featuresJoao Eduardo Luis2016-10-291-1/+1
* | mon: MonmapMonitor: drop unnecessary 'goto' statementsJoao Eduardo Luis2016-11-021-2/+0
* | mon: MonmapMonitor: return success when monitor will be removedJoao Eduardo Luis2016-11-021-0/+1
|/
* mon: send updated monmap to its subscribersKefu Chai2016-10-131-0/+28
* MON: optimize header file dependency.cxwshawn2016-05-201-8/+2
* mon: introduce a comamnd of 'mon rm'Dongsheng Yang2016-03-111-1/+2
* Merge pull request #7418 from renhwsky/renhw-wip-monmapmonitor-cleanupSage Weil2016-01-301-17/+0
|\
| * mon:some cleanup in MonmapMonitor.ccrenhwztetecs2016-01-291-17/+0
* | mon/PGMonitor.cc:warning if pg not scrubbedMichal Jarzabek2016-01-231-1/+2
|/
* mon: MonmapMonitor: don't expose uncommitted state to clientJoao Eduardo Luis2016-01-041-35/+128
* mon: services: use op-based reply_command()Joao Eduardo Luis2015-07-161-7/+7
* mon: services: use op-based wait_for_* functionsJoao Eduardo Luis2015-07-161-1/+1
* mon: optracker (2): remove all unecessary message put()Joao Eduardo Luis2015-07-161-6/+0
* mon: optracker (1): support MonOpRequestRefJoao Eduardo Luis2015-07-161-11/+17
* common/Formatter: new_formatter -> Formatter::createSage Weil2015-01-131-1/+1
* Merge remote-tracking branch 'gh/wip-7988'Sage Weil2014-08-301-1/+1
|\
| * mon: Monitor's clog/audit_clog need to accessed as pointersJoao Eduardo Luis2014-08-271-1/+1
* | mon: interact with MonitorDBStore::Transactions by shared_ptr RefSage Weil2014-08-271-5/+5
|/
* mon: add a cluster fingerprintSage Weil2014-08-211-0/+5
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-0/+1
* mon: do not use CEPH_FEATURES_ALL for things that touch the diskGreg Farnum2014-01-241-1/+1
* mon: set next commit in mon command repliesSage Weil2014-01-091-1/+1
* mon: by default, warn if some members of the quorum are "classic"Greg Farnum2013-12-111-0/+15
* Merge remote-tracking branch 'origin/next'Yehuda Sadeh2013-12-061-0/+1
|\
| * mon: Have 'ceph report' print last committed versionsJoao Eduardo Luis2013-12-061-0/+1
* | mon: MonmapMonitor: support 'mon getmap [epoch]'Joao Eduardo Luis2013-10-301-32/+41
|/
* mon: MonmapMonitor: make 'ceph mon add' idempotentJoao Eduardo Luis2013-10-031-7/+32
* mon: services: no longer needed to enforce caps on a per-service basisJoao Eduardo Luis2013-08-061-6/+2
* mon/MonmapMonitor: make 'mon remove ...' idempotentSage Weil2013-07-241-2/+2
* mon: move quorum out of monmapSage Weil2013-07-151-1/+1
* mon: include service first_committed in reportSage Weil2013-07-151-0/+1
* mon/PaxosService: s/get_version()/get_last_committed()/Sage Weil2013-06-251-10/+10
* mon/PaxosService: remove mkfs helpersSage Weil2013-06-251-2/+2
* mon: fix mkfs monmap cleanupSage Weil2013-06-251-1/+1
* mon/MonmapMonitor: avoid exists_version() helperSage Weil2013-06-251-1/+1
* mon/MonmapMonitor: remove some dead codeSage Weil2013-06-191-39/+0