summaryrefslogtreecommitdiffstats
path: root/src/mds/FSMap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51993 from dparmar18/wip-58072Rishabh Dave2024-04-041-2/+8
|\
| * mon: allow 'ceph fs new' set fs options from 'ceph fs set'Dhairya Parmar2023-12-251-2/+8
* | mds/quiesce: resolve the quiesce cluster at the mds monitorLeonid Usov2024-03-041-3/+13
|/
* cephfs: add command "ceph fs swap"Rishabh Dave2023-11-031-0/+9
* mds/FSMap: allow upgrades if no up mdsPatrick Donnelly2023-10-021-2/+10
* mds: rework FSMap to avoid shared_ptrsPatrick Donnelly2023-07-121-47/+91
* fsmap: switch to using iterator based loopAliaksei Makarau2022-07-041-12/+22
* mds/FSMap: allow upgrade when no MDS is "in"Patrick Donnelly2021-11-091-1/+2
* mds/FSMap: do not assert allow_standby_replay on old FSMapsPatrick Donnelly2021-10-121-1/+1
* Merge PR #42763 into masterPatrick Donnelly2021-09-211-1/+1
|\
| * mon/FSCommands: add 'recover' flag in `fs new` commandRamana Raja2021-09-131-1/+1
* | MDSMonitor: handle damaged from standby-replayPatrick Donnelly2021-09-101-0/+6
* | mds: build without "using namespace std"Kefu Chai2021-08-131-6/+6
|/
* mon,mds: use per-MDS compat to inform replacementPatrick Donnelly2021-07-311-12/+9
* mon/MDSMonitor: propose if FSMap struct_v is too oldPatrick Donnelly2021-07-281-1/+13
* mds: create file system with specific IDRamana Raja2021-07-101-1/+2
* mon: simplify fs 'services' view of 'ceph status'Sage Weil2021-02-171-0/+1
* mds: add volumes + status to data: section of 'ceph status'Sage Weil2021-02-171-0/+1
* mon,mds: mark multifs stablePatrick Donnelly2020-12-141-2/+2
* mds/FSMap: do not set legacy_client_fscid after filteringPatrick Donnelly2020-09-141-2/+0
* mon/MDSMonitor: add mon auth caps for CephFS namesDouglas Fuller2020-09-101-5/+55
* blacklist -> blocklistSage Weil2020-08-241-2/+2
* mds: track filesystem mirror peers in fsmapVenky Shankar2020-08-121-0/+131
* mds: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-12/+12
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* mon/MDSMonitor: enforce mds_join_fs cluster affinityPatrick Donnelly2020-02-131-28/+15
* MDSMonitor: handle standby already without fscidPatrick Donnelly2020-01-091-1/+1
* mon/MDSMonitor: respect mfs fscid preferenceSage Weil2019-12-181-1/+1
* mds/FSMap: track preferred fscid for standby daemonsSage Weil2019-12-181-1/+17
* mds: Reorganize class members in FSMap headerVarsha Rao2019-08-091-144/+29
* mon/MDSMonitor: add 'mds ok-to-stop' commandSage Weil2019-04-011-2/+37
* mds: convert unnecessary list usage to vectorPatrick Donnelly2019-03-151-1/+1
* mds: list to std::listPatrick Donnelly2019-03-151-1/+1
* mds: Fix use of auto prototype, it is a non std extensionWillem Jan Withagen2019-03-011-2/+4
* mon: add freeze MDS commandPatrick Donnelly2019-02-281-0/+2
* fs: obsolete standby_for config optionsPatrick Donnelly2019-02-281-22/+13
* mds: alias reference type for FilesystemPatrick Donnelly2019-01-161-21/+30
* mds: add missing memory header includePatrick Donnelly2019-01-161-0/+1
* mds/FSMap: specialize for WITH_SEASTARKefu Chai2018-09-061-2/+0
* mds: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-2/+2
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-1/+0
* Merge pull request #22015 from tchaikov/wip-dencKefu Chai2018-05-171-3/+3
|\
| * mds: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* | Merge PR #21842 into masterPatrick Donnelly2018-05-151-19/+7
|\ \ | |/ |/|
| * mds: refactor FSMap initPatrick Donnelly2018-05-061-12/+6
| * mds: refactor Filesystem initPatrick Donnelly2018-05-061-7/+1
| * mds: move compat set methods to MDSMapPatrick Donnelly2018-05-061-1/+1
* | MDSMonitor: promote standby after fs creationPatrick Donnelly2018-05-041-3/+3
|/
* MDSMonitor: do not resize cluster when MDS is startingPatrick Donnelly2018-04-241-0/+1
* MDSMonitor: cleanup and protect fsmap accessPatrick Donnelly2018-04-171-0/+1