summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #39003 into masterv17.0.0Sage Weil2021-01-221-2/+2
|\
| * cephadm: fix 2> syntax in unit.runSage Weil2021-01-221-2/+2
* | Merge PR #38990 into masterSage Weil2021-01-221-0/+2
|\ \
| * | mgr/devicehealth: fix 'device monitoring on|off' return valueSage Weil2021-01-201-0/+2
* | | Merge pull request #38938 from rhcs-dashboard/rgw-user-validationErnesto Puerta2021-01-223-21/+20
|\ \ \
| * | | mgr/dashboard: Fix for incorrect validation in rgw user formNizamudeen A2021-01-223-21/+20
* | | | Merge pull request #39016 from sebastian-philipp/cephadm-mypy-status-noneKefu Chai2021-01-222-2/+5
|\ \ \ \
| * | | | mgr/cephadm: Minor pep8 fixSebastian Wagner2021-01-221-1/+4
| * | | | mgr/cephadm: mypy says: dd.status can be NoneSebastian Wagner2021-01-221-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #38999 from tchaikov/wip-crimson-bootstrapKefu Chai2021-01-228-20/+85
|\ \ \ \
| * | | | vstart.sh: print out osd mkfs commandKefu Chai2021-01-221-1/+1
| * | | | mon/MonClient: do not include unused headerKefu Chai2021-01-221-1/+0
| * | | | crimson/os: do not use __func__ in lambdaKefu Chai2021-01-221-1/+1
| * | | | crimson/mon: use switch case for checking return codeKefu Chai2021-01-221-13/+15
| * | | | crimson/osd: fetch_config() before mkfsKefu Chai2021-01-221-0/+39
| * | | | crimson/net: move implementation of dtor into .cc fileKefu Chai2021-01-222-1/+6
| * | | | crimson/mon: add mon::Client::wait_for_config()Kefu Chai2021-01-222-1/+14
| * | | | crimson/mon: fallback to msgr v2 for unbound msgrKefu Chai2021-01-221-1/+7
| * | | | crimson/mon: print out entity addr type when non peer address matchesKefu Chai2021-01-221-1/+2
* | | | | Merge PR #32027 into masterJan Fajerski2021-01-222-647/+1028
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | librados: avoid symbol versioning on WindowsLucian Petrut2021-01-062-647/+1028
* | | | | Merge pull request #38978 from liewegas/cephadm-daemon-healthSebastian Wagner2021-01-222-15/+28
|\ \ \ \ \
| * | | | | mgr/cephadm: raise HEALTH_WARN when cephadm daemon in 'error' stateSage Weil2021-01-191-5/+21
| * | | | | mgr/cephadm: fix host maintenance health check updateSage Weil2021-01-191-10/+7
* | | | | | Merge pull request #38967 from liewegas/wip-cephadm-pacificSebastian Wagner2021-01-221-1/+1
|\ \ \ \ \ \
| * | | | | | cephadm: latest stable release is now pacificSage Weil2021-01-191-1/+1
* | | | | | | Merge pull request #38739 from jecluis/wip-cephadm-splitsSebastian Wagner2021-01-223-1112/+1414
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | cephadm: fix stuffJoao Eduardo Luis2021-01-201-12/+13
| * | | | | | cephadm: annotate variable type for mypyJoao Eduardo Luis2021-01-201-1/+1
| * | | | | | cephadm/test: support context classJoao Eduardo Luis2021-01-202-17/+28
| * | | | | | cephadm: have context handle config optionsJoao Eduardo Luis2021-01-201-433/+458
| * | | | | | cephadm: drop ctx class from where we don't need itJoao Eduardo Luis2021-01-201-10/+9
| * | | | | | cephadm/bootstrap: move mon net discovery to functionJoao Eduardo Luis2021-01-201-21/+20
| * | | | | | cephadm: don't forget ipv6 behindJoao Eduardo Luis2021-01-201-4/+7
| * | | | | | cephadm: split-off config work on bootstrapJoao Eduardo Luis2021-01-201-53/+77
| * | | | | | cephadm: split-off dashboard setup on bootstrapJoao Eduardo Luis2021-01-201-45/+54
| * | | | | | cephadm: split-off ssh preparations on bootstrapJoao Eduardo Luis2021-01-201-81/+89
| * | | | | | cephadm: split-off mgr creationJoao Eduardo Luis2021-01-201-20/+29
| * | | | | | cephadm: split mon prepare and createJoao Eduardo Luis2021-01-201-5/+13
| * | | | | | cephadm: move configuration out of the wayJoao Eduardo Luis2021-01-201-8/+8
| * | | | | | cephadm/bootstrap: spin-off waiting for monJoao Eduardo Luis2021-01-201-24/+34
| * | | | | | cephadm: split some of bootstrap to other functionsJoao Eduardo Luis2021-01-201-105/+150
| * | | | | | cephadm: fix linting/types issuesJoao Eduardo Luis2021-01-201-19/+26
| * | | | | | cephadm: split main into an init functionJoao Eduardo Luis2021-01-201-38/+41
| * | | | | | cephadm: introduce context, drop global variablesJoao Eduardo Luis2021-01-201-704/+845
* | | | | | | Merge pull request #39010 from mdw-at-linuxbox/wip-master-barbicany2021Casey Bodley2021-01-211-1/+7
|\ \ \ \ \ \ \
| * | | | | | | qa/tasks/barbican.py: fix year2021 problemMarcus Watts2021-01-211-1/+7
* | | | | | | | Merge pull request #39008 from mdw-at-linuxbox/wip-master-vaultunzipCasey Bodley2021-01-211-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | qa/tasks/vault.py: unzip: try harder to find a working unzip.Marcus Watts2021-01-211-3/+15
| |/ / / / / / /
* | | | | | | | Merge pull request #38988 from orozery/librbd-crypto-empty-copyupJason Dillaman2021-01-212-14/+64
|\ \ \ \ \ \ \ \