summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* erasure-code: return error using `ss` not derrKefu Chai2018-11-151-3/+2
* tests: do not check for invalid k/m combinationsKefu Chai2018-11-151-17/+1
* tests: use stoi() instead of atoi()Kefu Chai2018-11-151-2/+2
* Merge pull request #25048 from swinds24/master_fix_36764Kefu Chai2018-11-151-2/+3
|\
| * ceph-mgr: hold lock while accessing the request list and submitting requestJerry Lee2018-11-121-2/+3
* | Merge pull request #24458 from rzarzynski/wip-osd-drop-osd_instructionsKefu Chai2018-11-152-6/+7
|\ \
| * | osd: kill request_redirect_t::osd_instructions entirely.Radoslaw Zarzynski2018-10-272-5/+7
| * | osd: drop the unused request_redirect_t::set_instructions().Radoslaw Zarzynski2018-10-071-1/+0
* | | Merge pull request #24141 from liu-chunmei/ceph_seastar_perfcounterKefu Chai2018-11-1516-64/+292
|\ \ \
| * | | crimson:port perfcounters to seastarchunmei Liu2018-10-307-4/+131
| * | | common: move lock out of PerfCounterCollection and rename itchunmei Liu2018-10-3011-61/+162
* | | | Merge pull request #25072 from tchaikov/wip-silence-sign-compareKefu Chai2018-11-151-1/+1
|\ \ \ \
| * | | | os/tests: silence -Wsign-compare warningKefu Chai2018-11-141-1/+1
* | | | | Merge pull request #25098 from ceph/rm-27062Alfredo Deza2018-11-148-72/+37
|\ \ \ \ \
| * | | | | ceph-volume: update tests after removing the LVPath arg validatorAndrew Schoen2018-11-144-34/+16
| * | | | | ceph-volume: return lvs as vg/lv from ValidDevice if as_string is TrueAndrew Schoen2018-11-141-0/+3
| * | | | | ceph-volume: adds lv_name property to Device classAndrew Schoen2018-11-141-0/+2
| * | | | | ceph-volume: combine the LVPath arg validator with ValidDeviceAndrew Schoen2018-11-142-38/+11
| * | | | | ceph-volume: adds has_gpt_headers property to Device classAndrew Schoen2018-11-141-0/+4
| * | | | | ceph-volume: add PTTYPE to blkid parserAndrew Schoen2018-11-141-0/+1
* | | | | | Merge pull request #25093 from alfredodeza/wip-bz1644828Andrew Schoen2018-11-147-11/+116
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ceph-volume tests update tests to handle new SystemExit exceptions in mainAlfredo Deza2018-11-131-3/+6
| * | | | | ceph-volume tests.api verify that Volume object can be removedAlfredo Deza2018-11-131-0/+6
| * | | | | ceph-volume api.lvm allow passing a Volume object to remove_lvAlfredo Deza2018-11-131-1/+8
| * | | | | ceph-volume tests.functional.lvm test full removal of LVsAlfredo Deza2018-11-132-4/+82
| * | | | | ceph-volume main raise sys.exit to prevent garbage in helpAlfredo Deza2018-11-131-1/+1
| * | | | | ceph-volume lvm.zap remove vgs|lvs when --destroy is usedAlfredo Deza2018-11-131-2/+13
* | | | | | Merge pull request #24789 from Ranjitha-G/dashboard-test-erasureLenz Grimmer2018-11-141-0/+36
|\ \ \ \ \ \
| * | | | | | mgr/dashboard: Add unit test case for controller/erasure_code_profile.pyRanjitha G2018-11-091-0/+36
* | | | | | | Merge pull request #24788 from Ranjitha-G/dashboard-hacking-docLenz Grimmer2018-11-141-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | mgr/dashboard: Fix some setup steps in HACKING.rstRanjitha G2018-11-091-3/+3
| |/ / / / /
* | | | | | Merge pull request #25083 from iridescent-rsy/fix-typoJason Dillaman2018-11-143-3/+3
|\ \ \ \ \ \
| * | | | | | rbd_mirror: fix a typo.Shiyang Ruan2018-11-141-1/+1
| * | | | | | rbd_mirror: restore the header annotation.Shiyang Ruan2018-11-141-1/+1
| * | | | | | rbd: fix typos.Shiyang Ruan2018-11-142-2/+2
* | | | | | | Merge PR #24490 into masterPatrick Donnelly2018-11-132-4/+23
|\ \ \ \ \ \ \
| * | | | | | | mds: flush dirty dirfrags that weren't logged when deactivating mdsYan, Zheng2018-10-291-5/+8
| * | | | | | | mds: use MDlog::trim_all() to trim log when deactivating mdsYan, Zheng2018-10-292-4/+14
| * | | | | | | mds: don't cap log when there are replicated objectsYan, Zheng2018-10-291-0/+6
* | | | | | | | Merge pull request #25057 from joke-lee/wip-ceph-dencoder-supportCasey Bodley2018-11-133-0/+18
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | ceph-dencoder: add RGWRealm support.yuliyang2018-11-133-0/+18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | ceph-volume tests patch Device() by splitting parametrized methodAlfredo Deza2018-11-121-15/+35
* | | | | | | ceph-volume tests inventory should patch before using .get_devices()Alfredo Deza2018-11-121-12/+32
|/ / / / / /
* | | | | | Merge pull request #24830 from dillaman/wip-rbd-pool-statsMykola Golub2018-11-1012-11/+846
|\ \ \ \ \ \
| * | | | | | rbd: added new 'pool stats' actionJason Dillaman2018-11-092-5/+115
| * | | | | | librbd: new pool init/stat API methodsJason Dillaman2018-11-0910-6/+731
* | | | | | | Merge pull request #24265 from trociny/wip-36091Jason Dillaman2018-11-1020-57/+507
|\ \ \ \ \ \ \
| * | | | | | | mgr: support performance counter descriptors compatibilityMykola Golub2018-11-071-3/+59
| * | | | | | | osd: collect client perf stats when query is enabledMykola Golub2018-11-0721-85/+445
| * | | | | | | mgr: add OSDPerfMetricReport struct to MMgrReportJulien Collet2018-11-072-1/+35