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
*
ceph_mon: allocate Throttles on stack
Matan Breizman
2023-07-25
1
-11
/
+9
*
ceph_mon: allocate MonitorDBStore on stack
Matan Breizman
2023-07-25
1
-14
/
+13
*
ceph_mon: use the same `store` instace
Matan Breizman
2023-07-25
1
-6
/
+5
*
Merge pull request #50651 from rosinL/cleanup
Yuri Weinstein
2023-06-05
1
-15
/
+2
|
\
|
*
mon: remove leveldb support from mon
luo rixin
2023-05-04
1
-15
/
+2
*
|
msg: always generate random nonce; don't try to reuse PID
Radoslaw Zarzynski
2023-04-11
1
-1
/
+1
|
/
*
mon, msgr: rework the public addrs support
Radosław Zarzyński
2023-02-20
1
-7
/
+1
*
common: modify 'main()s' to use new argv_to_vec() signature
Ronen Friedman
2021-08-19
1
-2
/
+1
*
mon: funnel SIGHUP handler through handle_mon_signal
Sage Weil
2021-06-24
1
-2
/
+2
*
mon: load stashed map before mkfs monmap
Dan van der Ster
2021-04-08
1
-0
/
+8
*
src: use entity_addr_t::parse(string_view) when possible
Kefu Chai
2021-04-05
1
-1
/
+1
*
mon: let users specify a crush location on boot, and send it in MMonJoin
Greg Farnum
2021-03-31
1
-1
/
+6
*
messenger: remove unused variable
Changcheng Liu
2020-09-21
1
-5
/
+2
*
common: remove data_dir_option in func global_init
Changcheng Liu
2020-09-09
1
-1
/
+1
*
common: let get_my_sections() return the section names
Kefu Chai
2020-08-01
1
-2
/
+1
*
common/bl, *: deprecate list::claim() in favor of operator=(list&&).
Radoslaw Zarzynski
2020-06-29
1
-1
/
+1
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-2
/
+16
*
msg: add get_{pid,random}_nonce() helpers
Sage Weil
2020-03-01
1
-2
/
+4
*
msg/Policy: make stateless_server default to anon (again)
Sage Weil
2020-03-01
1
-4
/
+4
*
mon: stash newer map on bootstrap when addr doesn't match
Sage Weil
2020-02-20
1
-0
/
+19
*
msg/Policy: limit unregistered anon connections to mon
Sage Weil
2020-02-09
1
-4
/
+4
*
ceph-mon: keep v1 address type when explicitly set
Ricardo Dias
2019-11-20
1
-1
/
+3
*
ceph-mon: bind to public_addrv if set (before public_addr or public_network)
Sage Weil
2019-11-09
1
-1
/
+13
*
mon: consolidate 'sync force' commands
Sage Weil
2019-10-12
1
-3
/
+5
*
ceph-mon: fix debug print of public_addr
Sage Weil
2019-10-02
1
-1
/
+1
*
src/: define ceph_release_t and use it
Kefu Chai
2019-05-04
1
-11
/
+4
*
ceph-mon: reset process name to 'ceph-mon' on startup
Sage Weil
2019-03-06
1
-0
/
+4
*
Merge PR #26345 into master
Sage Weil
2019-02-15
1
-0
/
+22
|
\
|
*
mon: record 'min_mon_release' file and prevent startup if it's too old
Sage Weil
2019-02-13
1
-0
/
+22
*
|
ceph-mon: slightly more helpful output during mkfs
Sage Weil
2019-02-11
1
-0
/
+3
|
/
*
ceph-mon: set up auth before binding
Sage Weil
2019-02-07
1
-19
/
+13
*
auth/AuthRegistry: refactor handling of auth_*_requred options
Sage Weil
2019-02-07
1
-1
/
+2
*
Merge PR #25849 into master
Sage Weil
2019-01-17
1
-0
/
+3
|
\
|
*
mon: respawn if rank addr changes
Sage Weil
2019-01-15
1
-0
/
+3
*
|
ceph-mon: dump monmap to debug logs
Sage Weil
2019-01-11
1
-1
/
+20
*
|
ceph-mon: make membership check with public_addr more robust
Sage Weil
2019-01-11
1
-7
/
+4
*
|
ceph-mon: make mkfs check whether I am in monmap more robust
Sage Weil
2019-01-11
1
-6
/
+16
|
/
*
mon/MonMap: adjust build_initial behavior for mkfs vs probe
Sage Weil
2019-01-03
1
-2
/
+2
*
ceph-mon: adjust startup/bind/join sequence to use addrs
Sage Weil
2018-12-21
1
-37
/
+49
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
mon: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-7
/
+7
*
common: move ConfigValues out of md_config_t
Kefu Chai
2018-07-10
1
-2
/
+2
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-57
/
+57
*
msg/Messenger: my_addr -> my_addrs
Sage Weil
2018-07-03
1
-1
/
+1
*
CEPH_MON_PORT -> CEPH_MON_PORT_LEGACY; define CEPH_MON_PORT_IANA
Sage Weil
2018-07-03
1
-4
/
+4
*
common/Throttle: extract ThrottleInterface
Kefu Chai
2018-06-13
1
-0
/
+1
*
Remove embedded 'cephd' code
Dan Mick
2018-05-11
1
-9
/
+0
*
Merge pull request #19117 from jan--f/jan-object-counts-decimal
Kefu Chai
2018-04-15
1
-1
/
+1
|
\
|
*
include/types: format decimal numbers with decimal factor
Jan Fajerski
2018-04-03
1
-1
/
+1
*
|
global: output usage on -h, --help, or no args before contacting mons
Sage Weil
2018-03-15
1
-11
/
+16
|
/
[next]