index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mon
/
MonmapMonitor.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mon: acquire lock when accessing mon->session_map
Kefu Chai
2017-03-30
1
-9
/
+14
*
Merge pull request #13794 from liewegas/wip-clog-newlines
Kefu Chai
2017-03-07
1
-1
/
+1
|
\
|
*
common: remove \n on clog messages
Sage Weil
2017-03-06
1
-1
/
+1
*
|
mon: enable persistent monmap features on full quorum
Joao Eduardo Luis
2017-03-02
1
-0
/
+13
*
|
mon: better 'mon features' cli
Joao Eduardo Luis
2017-03-02
1
-3
/
+142
|
/
*
mon: add override in mon subsystem
liuchang0812
2017-02-15
1
-1
/
+1
*
Merge pull request #12276 from kylinstorage/wip-cleanup-makeshared
John Spray
2017-01-06
1
-2
/
+2
|
\
|
*
mon: use std::make_shared to replace new
Yunchuan Wen
2016-12-09
1
-2
/
+2
*
|
Merge pull request #12403 from liewegas/wip-mon-mgr-cleanups
Sage Weil
2016-12-29
1
-15
/
+0
|
\
\
|
*
|
mon: drop support for "classic" (dumpling) mons
Sage Weil
2016-12-19
1
-15
/
+0
|
|
/
*
/
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-4
/
+4
|
/
*
assert(0) -> ceph_abort()
Sage Weil
2016-11-22
1
-2
/
+2
*
Merge pull request #10907 from jecluis/wip-mon-features
Sage Weil
2016-11-05
1
-1
/
+52
|
\
|
*
mon: MonmapMonitor: set monmap features according to quorum
Joao Eduardo Luis
2016-10-29
1
-0
/
+51
|
*
mon: rename quorum_features to quorum_con_features
Joao Eduardo Luis
2016-10-29
1
-1
/
+1
*
|
mon: MonmapMonitor: drop unnecessary 'goto' statements
Joao Eduardo Luis
2016-11-02
1
-2
/
+0
*
|
mon: MonmapMonitor: return success when monitor will be removed
Joao Eduardo Luis
2016-11-02
1
-0
/
+1
|
/
*
mon: send updated monmap to its subscribers
Kefu Chai
2016-10-13
1
-0
/
+28
*
MON: optimize header file dependency.
cxwshawn
2016-05-20
1
-8
/
+2
*
mon: introduce a comamnd of 'mon rm'
Dongsheng Yang
2016-03-11
1
-1
/
+2
*
Merge pull request #7418 from renhwsky/renhw-wip-monmapmonitor-cleanup
Sage Weil
2016-01-30
1
-17
/
+0
|
\
|
*
mon:some cleanup in MonmapMonitor.cc
renhwztetecs
2016-01-29
1
-17
/
+0
*
|
mon/PGMonitor.cc:warning if pg not scrubbed
Michal Jarzabek
2016-01-23
1
-1
/
+2
|
/
*
mon: MonmapMonitor: don't expose uncommitted state to client
Joao Eduardo Luis
2016-01-04
1
-35
/
+128
*
mon: services: use op-based reply_command()
Joao Eduardo Luis
2015-07-16
1
-7
/
+7
*
mon: services: use op-based wait_for_* functions
Joao Eduardo Luis
2015-07-16
1
-1
/
+1
*
mon: optracker (2): remove all unecessary message put()
Joao Eduardo Luis
2015-07-16
1
-6
/
+0
*
mon: optracker (1): support MonOpRequestRef
Joao Eduardo Luis
2015-07-16
1
-11
/
+17
*
common/Formatter: new_formatter -> Formatter::create
Sage Weil
2015-01-13
1
-1
/
+1
*
Merge remote-tracking branch 'gh/wip-7988'
Sage Weil
2014-08-30
1
-1
/
+1
|
\
|
*
mon: Monitor's clog/audit_clog need to accessed as pointers
Joao Eduardo Luis
2014-08-27
1
-1
/
+1
*
|
mon: interact with MonitorDBStore::Transactions by shared_ptr Ref
Sage Weil
2014-08-27
1
-5
/
+5
|
/
*
mon: add a cluster fingerprint
Sage Weil
2014-08-21
1
-0
/
+5
*
Use cpp_strerror() wherever possible, and use autoconf for portability
Dan Mick
2014-04-14
1
-0
/
+1
*
mon: do not use CEPH_FEATURES_ALL for things that touch the disk
Greg Farnum
2014-01-24
1
-1
/
+1
*
mon: set next commit in mon command replies
Sage Weil
2014-01-09
1
-1
/
+1
*
mon: by default, warn if some members of the quorum are "classic"
Greg Farnum
2013-12-11
1
-0
/
+15
*
Merge remote-tracking branch 'origin/next'
Yehuda Sadeh
2013-12-06
1
-0
/
+1
|
\
|
*
mon: Have 'ceph report' print last committed versions
Joao Eduardo Luis
2013-12-06
1
-0
/
+1
*
|
mon: MonmapMonitor: support 'mon getmap [epoch]'
Joao Eduardo Luis
2013-10-30
1
-32
/
+41
|
/
*
mon: MonmapMonitor: make 'ceph mon add' idempotent
Joao Eduardo Luis
2013-10-03
1
-7
/
+32
*
mon: services: no longer needed to enforce caps on a per-service basis
Joao Eduardo Luis
2013-08-06
1
-6
/
+2
*
mon/MonmapMonitor: make 'mon remove ...' idempotent
Sage Weil
2013-07-24
1
-2
/
+2
*
mon: move quorum out of monmap
Sage Weil
2013-07-15
1
-1
/
+1
*
mon: include service first_committed in report
Sage Weil
2013-07-15
1
-0
/
+1
*
mon/PaxosService: s/get_version()/get_last_committed()/
Sage Weil
2013-06-25
1
-10
/
+10
*
mon/PaxosService: remove mkfs helpers
Sage Weil
2013-06-25
1
-2
/
+2
*
mon: fix mkfs monmap cleanup
Sage Weil
2013-06-25
1
-1
/
+1
*
mon/MonmapMonitor: avoid exists_version() helper
Sage Weil
2013-06-25
1
-1
/
+1
*
mon/MonmapMonitor: remove some dead code
Sage Weil
2013-06-19
1
-39
/
+0
[next]