summaryrefslogtreecommitdiffstats
path: root/src/ceph_mon.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph_mon: allocate Throttles on stackMatan Breizman2023-07-251-11/+9
* ceph_mon: allocate MonitorDBStore on stackMatan Breizman2023-07-251-14/+13
* ceph_mon: use the same `store` instaceMatan Breizman2023-07-251-6/+5
* Merge pull request #50651 from rosinL/cleanupYuri Weinstein2023-06-051-15/+2
|\
| * mon: remove leveldb support from monluo rixin2023-05-041-15/+2
* | msg: always generate random nonce; don't try to reuse PIDRadoslaw Zarzynski2023-04-111-1/+1
|/
* mon, msgr: rework the public addrs supportRadosław Zarzyński2023-02-201-7/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* mon: funnel SIGHUP handler through handle_mon_signalSage Weil2021-06-241-2/+2
* mon: load stashed map before mkfs monmapDan van der Ster2021-04-081-0/+8
* src: use entity_addr_t::parse(string_view) when possibleKefu Chai2021-04-051-1/+1
* mon: let users specify a crush location on boot, and send it in MMonJoinGreg Farnum2021-03-311-1/+6
* messenger: remove unused variableChangcheng Liu2020-09-211-5/+2
* common: remove data_dir_option in func global_initChangcheng Liu2020-09-091-1/+1
* common: let get_my_sections() return the section namesKefu Chai2020-08-011-2/+1
* common/bl, *: deprecate list::claim() in favor of operator=(list&&).Radoslaw Zarzynski2020-06-291-1/+1
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-2/+16
* msg: add get_{pid,random}_nonce() helpersSage Weil2020-03-011-2/+4
* msg/Policy: make stateless_server default to anon (again)Sage Weil2020-03-011-4/+4
* mon: stash newer map on bootstrap when addr doesn't matchSage Weil2020-02-201-0/+19
* msg/Policy: limit unregistered anon connections to monSage Weil2020-02-091-4/+4
* ceph-mon: keep v1 address type when explicitly setRicardo Dias2019-11-201-1/+3
* ceph-mon: bind to public_addrv if set (before public_addr or public_network)Sage Weil2019-11-091-1/+13
* mon: consolidate 'sync force' commandsSage Weil2019-10-121-3/+5
* ceph-mon: fix debug print of public_addrSage Weil2019-10-021-1/+1
* src/: define ceph_release_t and use itKefu Chai2019-05-041-11/+4
* ceph-mon: reset process name to 'ceph-mon' on startupSage Weil2019-03-061-0/+4
* Merge PR #26345 into masterSage Weil2019-02-151-0/+22
|\
| * mon: record 'min_mon_release' file and prevent startup if it's too oldSage Weil2019-02-131-0/+22
* | ceph-mon: slightly more helpful output during mkfsSage Weil2019-02-111-0/+3
|/
* ceph-mon: set up auth before bindingSage Weil2019-02-071-19/+13
* auth/AuthRegistry: refactor handling of auth_*_requred optionsSage Weil2019-02-071-1/+2
* Merge PR #25849 into masterSage Weil2019-01-171-0/+3
|\
| * mon: respawn if rank addr changesSage Weil2019-01-151-0/+3
* | ceph-mon: dump monmap to debug logsSage Weil2019-01-111-1/+20
* | ceph-mon: make membership check with public_addr more robustSage Weil2019-01-111-7/+4
* | ceph-mon: make mkfs check whether I am in monmap more robustSage Weil2019-01-111-6/+16
|/
* mon/MonMap: adjust build_initial behavior for mkfs vs probeSage Weil2019-01-031-2/+2
* ceph-mon: adjust startup/bind/join sequence to use addrsSage Weil2018-12-211-37/+49
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* mon: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-7/+7
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-2/+2
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-57/+57
* msg/Messenger: my_addr -> my_addrsSage Weil2018-07-031-1/+1
* CEPH_MON_PORT -> CEPH_MON_PORT_LEGACY; define CEPH_MON_PORT_IANASage Weil2018-07-031-4/+4
* common/Throttle: extract ThrottleInterfaceKefu Chai2018-06-131-0/+1
* Remove embedded 'cephd' codeDan Mick2018-05-111-9/+0
* Merge pull request #19117 from jan--f/jan-object-counts-decimalKefu Chai2018-04-151-1/+1
|\
| * include/types: format decimal numbers with decimal factorJan Fajerski2018-04-031-1/+1
* | global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-11/+16
|/