summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds: fix typosKefu Chai2018-09-211-1/+1
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-4/+4
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-5/+3
* mds: remove ascii art version of mds state diagramPatrick Donnelly2018-07-241-24/+5
* mds: introduce "ceph fs set <fs_name> min_compat_client <release_name>"Yan, Zheng2018-07-121-0/+5
* mds: addr -> addrvecSage Weil2018-07-031-2/+2
* mds/MDSMap: remove inst and addr accessorsSage Weil2018-05-311-24/+0
* mds/MDSMap: add addrvec accessorsSage Weil2018-05-311-0/+7
* Merge pull request #22015 from tchaikov/wip-dencKefu Chai2018-05-171-3/+3
|\
| * mds: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* | mds: refactor MDSMap initPatrick Donnelly2018-05-061-40/+22
* | mds: move compat set methods to MDSMapPatrick Donnelly2018-05-061-4/+3
|/
* Merge PR #21374 into masterPatrick Donnelly2018-05-031-0/+9
|\
| * mds: automaticly allow multi-active MDS after removing all old snapshotsYan, Zheng2018-04-191-0/+6
| * mds: disallow multi-active MDS if snapshot was ever created by pre-mimic mdsYan, Zheng2018-04-191-0/+3
* | MDSMonitor: do not resize cluster when MDS is startingPatrick Donnelly2018-04-241-0/+11
|/
* cephfs: kill allow_dirfragsDouglas Fuller2018-04-171-8/+0
* cephfs: Kill allow_multimdsDouglas Fuller2018-04-171-8/+0
* cephfs: Change behavior of cluster_down flagDouglas Fuller2018-04-171-0/+4
* mds: add incompat feature and bump protocol for snapshot changesYan, Zheng2018-02-091-0/+1
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-7/+8
* mds: obsolete MDSMap option configsPatrick Donnelly2017-12-141-4/+10
* Merge PR #18791 into masterPatrick Donnelly2017-12-061-3/+2
|\
| * mds: introduce MDSMap::get_mds_set_lower_bound()Yan, Zheng2017-11-091-3/+2
* | Merge PR #18274 into masterPatrick Donnelly2017-11-211-0/+5
|\ \ | |/ |/|
| * client: add delegation support for cephfsJeff Layton2017-11-141-0/+5
* | Merge PR #18646 into masterPatrick Donnelly2017-11-031-1/+1
|\ \
| * | mds: fix MDS_FEATURE_INCOMPAT_FILE_LAYOUT_V2 definitionYan, Zheng2017-10-311-1/+1
* | | mds: pass a reference of function to sanitize() not a copyKefu Chai2017-10-301-1/+1
|/ /
* / mds: clean up non-existent data pools in MDSMapPatrick Donnelly2017-10-051-1/+1
|/
* mon: uniform way of referring to MDS daemonsJohn Spray2017-08-011-0/+4
* mds/MDSMap: init mds_featuresSage Weil2017-07-251-1/+1
* Merge PR 15982 into masterPatrick Donnelly2017-07-181-1/+4
|\
| * mds/MDSMap: use find in is_data_poolJan Fajerski2017-06-291-1/+4
* | mon/MDSMonitor: implement new-style cephfs health checksSage Weil2017-07-121-0/+3
* | mon: move health_status_t to health.hSage Weil2017-07-121-0/+1
|/
* mds: change the type of data_poolsVicente Cheng2017-05-251-5/+6
* mon/MDSMonitor: only allow deactivating the mds with max rankYan, Zheng2017-05-111-0/+4
* mds: enable dirfrags by default in new filesystemsJohn Spray2017-03-291-1/+1
* mds: warn if insufficient standbys existPatrick Donnelly2017-02-281-0/+16
* mds: fix MDSMap::get_recovery_mds_set()Yan, Zheng2017-01-181-5/+5
* mds: fix MDSMap::is_resolving()Yan, Zheng2017-01-181-1/+1
* mds: fix MDSMap::is_rejoining()Yan, Zheng2017-01-101-1/+1
* mantle: re-design and fixesMichael Sevilla2016-10-251-2/+2
* mantle: store balancer in RADOS, balancer version in MDSMapMichael Sevilla2016-10-251-0/+4
* mds/MDSMap.h: add const to member functionsMichal Jarzabek2016-10-161-16/+19
* mon: validate states transmitted in beaconsJohn Spray2016-07-281-0/+2
* mds/MDSMap output -1 instead of 0 when no fs present.Xiaoxi Chen2016-07-191-1/+1
* mds/MDSMap: change test_flag() return type from int to boolxie xingguo2016-06-141-1/+1
* all: add const to operator<< paramMichal Jarzabek2016-06-051-1/+1