summaryrefslogtreecommitdiffstats
path: root/src/mon (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9861 from songbaisen/a12Yuri Weinstein2016-06-281-21/+0
|\
| * mon: remove the redundant min_last_epoch_clean judge in PGMapZhang.Zezhu2016-06-231-21/+0
* | Merge pull request #9248 from xiexingguo/xxg-wip-expose-requirejewelSamuel Just2016-06-231-1/+1
|\ \
| * | mon: expose require_jewel_osds flag to userxie xingguo2016-05-241-1/+1
* | | Merge pull request #9874 from athanatos/wip-16185Samuel Just2016-06-222-2/+20
|\ \ \
| * | | OSDMonitor::prepare_pgtemp: only update up_thru if newerSamuel Just2016-06-082-2/+20
* | | | Merge pull request #9875 from athanatos/wip-16127Samuel Just2016-06-221-0/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | OSDMonitor: drop pg temp from sources other than the current primarySamuel Just2016-06-021-0/+15
* | | | Merge pull request #9814 from songbaisen/a11Sage Weil2016-06-201-3/+1
|\ \ \ \
| * | | | mon: remove the repeat quorum size jugementsongbaisen2016-06-201-3/+1
| |/ / /
* | | | Merge pull request #8749 from Aran85/wip-check-failure-graceKefu Chai2016-06-171-20/+25
|\ \ \ \
| * | | | mon/osdmonitor: decouple adjust_heartbeat_grace and min_down_reportersZengran Zhang2016-04-261-20/+25
* | | | | Merge pull request #9524 from liewegas/wip-ctzSage Weil2016-06-151-1/+1
|\ \ \ \ \
| * | | | | osd/osd_types: pg_pool_t::calc_bits_of -> cbitsSage Weil2016-06-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #7741 from rjfd/wip-14527Matt Benjamin2016-06-141-0/+26
|\ \ \ \ \
| * | | | | mon: MonMap: support lookup monitor hosts from DNS SRV records.Ricardo Dias2016-05-301-0/+26
| | |_|/ / | |/| | |
* | | | | Merge pull request #9508 from x11562/auth_rmKefu Chai2016-06-111-1/+1
|\ \ \ \ \
| * | | | | mon: fix typo of 'ceph auth rm'x115622016-06-061-1/+1
* | | | | | MDSMonitor: handle fsmap.user subscriptionYan, Zheng2016-06-102-2/+23
* | | | | | Merge pull request #9315 from ShiqiCooperation/masterKefu Chai2016-06-081-2/+0
|\ \ \ \ \ \
| * | | | | | mon: Local variables("bufferlist proposal_bl") are not usedshiqi2016-06-051-2/+0
* | | | | | | Merge pull request #8008 from cernceph/dvanders_minsizeYuri Weinstein2016-06-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | mon: default ec min_size to k+1Dan van der Ster2016-03-091-1/+1
* | | | | | | | Merge pull request #9184 from liewegas/wip-addr-workYuri Weinstein2016-06-082-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | mon/MonMap: encode addrs with featuresSage Weil2016-05-311-3/+3
| * | | | | | | common/LogEntry: include features in addr encodeSage Weil2016-05-311-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | all: add const to operator<< paramMichal Jarzabek2016-06-053-3/+3
| |_|_|/ / / |/| | | | |
* | | | | | mon/MDSMonitor: fix wrongly set expiration time of blacklistxie xingguo2016-06-021-1/+2
* | | | | | mon/MDSMonitor: fix assertxie xingguo2016-06-021-1/+1
* | | | | | mon/MDSMonitor: drop redundant assignmentxie xingguo2016-06-021-2/+0
* | | | | | mon/MDSMonitor: require max_mds to be positivexie xingguo2016-06-011-1/+8
* | | | | | mon/MDSMonitor: fix wrong positive of jewel flag checkxie xingguo2016-06-011-1/+1
|/ / / / /
* | | | | Merge pull request #9222 from xiexingguo/xxg-wip-scrubq-assertYuri Weinstein2016-05-281-4/+4
|\ \ \ \ \
| * | | | | mon: fix assert triggerred by the deprecated "scrubq" statexie xingguo2016-05-201-4/+4
* | | | | | Merge pull request #9233 from vumrao/wip-vumrao-15809Yuri Weinstein2016-05-281-1/+2
|\ \ \ \ \ \
| * | | | | | mon : Display full flag in ceph status ifVikhyat Umrao2016-05-201-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #9262 from songbaisen/song27Yuri Weinstein2016-05-281-2/+1
|\ \ \ \ \ \
| * | | | | | mon: remove the redundant judge on dispatch_op functionsongbaisen2016-05-231-2/+1
| |/ / / / /
* | | | | | Merge pull request #8941 from xiexingguo/xxg-wip-reweight-filterYuri Weinstein2016-05-261-6/+25
|\ \ \ \ \ \
| * | | | | | mon/OSDMonitor: fix dump type mismatchxie xingguo2016-05-071-3/+3
| * | | | | | mon/OSDMonitor: avoid to reweight a currently out osdxie xingguo2016-05-061-2/+5
| * | | | | | mon/OSDMonitor: add sanity check for get_item_weightf() methodxie xingguo2016-05-061-0/+10
| * | | | | | mon/OSDMonitor: fix "pools" filter does not work for reweight_by_*xie xingguo2016-05-061-0/+6
| * | | | | | mon/OSDMonitor: fix wrong actual ratio calculation for sanity check as per OS...xie xingguo2016-05-051-1/+1
* | | | | | | Merge pull request #9065 from xiexingguo/xxg-wip-texttableSage Weil2016-05-261-100/+233
|\ \ \ \ \ \ \
| * | | | | | | mon/PGMap: use TextTable for dump_filtered_pg_stats()xie xingguo2016-05-111-23/+54
| * | | | | | | mon/PGMAP: use TextTable for dump_osd_sum_stats()xie xingguo2016-05-111-5/+14
| * | | | | | | mon/PGMAP: use TextTable for dump_osd_stats()xie xingguo2016-05-111-13/+24
| * | | | | | | mon/PGMap: use TextTable for dump_pg_sum_stats()xie xingguo2016-05-111-12/+36
| * | | | | | | mon/PGMAP: use TextTable for dump_pool_stats()xie xingguo2016-05-111-13/+36