summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #27141 into masterv15.0.0Sage Weil2019-04-0316-139/+150
|\
| * mon/OSDMonitor: fix osd boot feature vs require_osd_release checkSage Weil2019-04-021-4/+4
| * include/ceph_features: retire 7 other old featuresSage Weil2019-04-021-14/+8
| * include/ceph_features: retire ERASURE_CODE_PLUGINS_V2Sage Weil2019-04-021-2/+1
| * include/ceph_features: retire OSD_ERASURE_CODESSage Weil2019-04-021-2/+1
| * include/ceph_features: update comment to align with N+2 upgradesSage Weil2019-04-021-12/+9
| * include/ceph_features: adjust whitespace for retired and now usable featuresSage Weil2019-04-021-1/+7
| * mon: remove check for jewel monsSage Weil2019-04-021-5/+0
| * mds/FSMap: remove support for encoding jewel FSMapSage Weil2019-04-021-59/+21
| * include/ceph_features: enable SERVER_OCTOPUSSage Weil2019-04-021-0/+1
| * test/cli/osdmaptool/feature-set-unset-list: add octopus to outputSage Weil2019-04-021-18/+18
| * test/cli/osdmaptool/feature-set-unset-list: change unknown feature bitSage Weil2019-04-021-6/+6
| * qa/releases/octopus.yaml: add octopus upgrade final stepSage Weil2019-04-021-0/+6
| * osd/OSDMap: octopus encoding featuresSage Weil2019-04-021-0/+3
| * mon/OSDMonitor: add mon_debug_no_require_octopusSage Weil2019-04-024-12/+26
| * mon/OSDMonitor: allow 'osd require-osd-release octopus'Sage Weil2019-04-023-3/+14
| * mon: add ondisk incompat octopus featureSage Weil2019-04-012-0/+12
| * mon/mon_types: add mon feature for octopusSage Weil2019-04-012-1/+13
| * include/ceph_features: SERVER_O -> SERVER_OCTOPUSSage Weil2019-04-012-2/+2
* | Merge PR #27291 into masterSage Weil2019-04-0364-1/+299
|\ \
| * | qa/suites/upgrade/nautilus-x-singleton: upgrade mgrs earlySage Weil2019-04-022-1/+3
| * | qa/suites/upgrade/mimic-x-singleton: upgrade mgrs laterSage Weil2019-04-021-1/+1
| * | qa/suites: add upgrade/nautilus-x-singleton and symlink from rados/upgradeSage Weil2019-04-0232-0/+295
| * | qa/suites: move rados/upgrade/mimic-x-singleton to upgrade/ and symlinkSage Weil2019-04-0232-0/+1
* | | Merge PR #27146 into masterSage Weil2019-04-037-4/+431
|\ \ \
| * | | mon/MonMap: add min_quorum_size() helperSage Weil2019-04-012-4/+11
| * | | mon/MDSMonitor: add 'mds ok-to-stop' commandSage Weil2019-04-015-2/+147
| * | | mon: add 'mon ok-to-{stop,add-offline,rm}' commandsSage Weil2019-04-013-1/+276
* | | | Merge pull request #26572 from rhcs-dashboard/wip-37337-masterRicardo Marques2019-04-0350-2535/+2969
|\ \ \ \
| * | | | mgr/dashboard: add wording section to hacking.rstErnesto Puerta2019-04-031-0/+19
| * | | | mgr/dashboard: unify button/URL actions namingErnesto Puerta2019-04-0349-2535/+2950
* | | | | Merge pull request #26183 from letterwuyu/wip-rgw-get-detail-user-infoJ. Eric Ivancich2019-04-032-13/+80
|\ \ \ \ \
| * | | | | rgw: make rgw admin ops api get user info consistent with the command linelishuhao2019-03-282-13/+80
* | | | | | Merge pull request #26412 from theanalyst/rgw-orphan-fixesJ. Eric Ivancich2019-04-034-12/+76
|\ \ \ \ \ \
| * | | | | | rgw_orphan: fix detailed mode flagAbhishek Lekshmanan2019-03-182-3/+3
| * | | | | | rgw-admin: add a detailed modeAbhishek Lekshmanan2019-02-152-1/+6
| * | | | | | rgw: orphans find: don't process stale bucket instancesAbhishek Lekshmanan2019-02-131-3/+41
| * | | | | | rgw: orphan: introduce a detailed mode (off by default)Abhishek Lekshmanan2019-02-132-3/+21
| * | | | | | rgw: orphan: flush bucket index entries only after map is fullAbhishek Lekshmanan2019-02-131-6/+4
| * | | | | | rgw: orphans tool: align with rgw list bucket min readaheadAbhishek Lekshmanan2019-02-132-2/+7
* | | | | | | Merge PR #27343 into masterSage Weil2019-04-033-20/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | mon/LogMonitor: add mon_cluster_log_to_file bool optionSage Weil2019-04-033-20/+30
|/ / / / / /
* | | | | | Merge pull request #27280 from xiexingguo/wip-39039Kefu Chai2019-04-032-3/+4
|\ \ \ \ \ \
| * | | | | | mgr/BaseMgrModule: drop GIL in ceph_store_setxie xingguo2019-04-012-3/+2
| * | | | | | mgr/BaseMgrModule: drop GIL in set_configxie xingguo2019-04-011-0/+2
* | | | | | | Merge pull request #27245 from tspmelo/wip-nfs-typoRicardo Marques2019-04-032-10/+14
|\ \ \ \ \ \ \
| * | | | | | | mgr/dashboard: Fix typo in NFS formTiago Melo2019-04-022-10/+14
* | | | | | | | Merge pull request #27333 from tchaikov/wip-rpm-devtoolsset-8-on-aarch64Kefu Chai2019-04-032-5/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | install-deps,rpm: enable devtoolset-8 on aarch64 alsoKefu Chai2019-04-032-5/+1
|/ / / / / / / /
* | | | | | | | Merge PR #27328 into masterPatrick Donnelly2019-04-021-1/+6
|\ \ \ \ \ \ \ \