summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* cephadm: handle "systemctl start" failures during deployment betterAdam King2024-10-246-4/+84
* Merge pull request #59982 from rkachach/fix_issue_mgmt_gw_high_availabilityAdam King2024-10-2411-105/+249
|\
| * mgr/cephadm: adding UT for new mgmt-gateway functionalityRedouane Kachach2024-10-171-12/+72
| * mgr/cephadm: fixing deps handling for mgmt-gatewayRedouane Kachach2024-10-172-11/+17
| * mgr/cephadm: adding HA support for mgmt-gateway and ouath2-proxyRedouane Kachach2024-10-179-84/+155
| * mgr/cephadm: adding md5_hash stable hash to the utils collectionRedouane Kachach2024-10-171-0/+7
* | Merge pull request #58898 from neesingh-rh/wip-fix-strict-iec-castRishabh Dave2024-10-242-30/+68
|\ \
| * | src/test: test to check proper handling of units by strict_iec_castneeraj pratap singh2024-09-241-0/+27
| * | src/common : proper handling of units in `strict_iec_cast`neeraj pratap singh2024-09-241-30/+41
* | | Merge pull request #60119 from rishabh-d-dave/mgr-vol-commentsRishabh Dave2024-10-241-2/+8
|\ \ \
| * | | mgr/vol: add comments to explain queuing data structuresRishabh Dave2024-10-191-2/+8
* | | | Merge pull request #60355 from rhcs-dashboard/carbonize-hosts-formafreen232024-10-245-124/+128
|\ \ \ \
| * | | | mgr/dashboard: carbonize Cluster > Hosts formDnyaneshwari2024-10-235-124/+128
* | | | | Merge pull request #59027 from hit1943/65971_fixVenky Shankar2024-10-241-0/+3
|\ \ \ \ \
| * | | | | cephfs: Fixed a bug that read operation hung in Client::get_caps when...chentao.20222024-08-051-0/+3
* | | | | | Merge pull request #60276 from ceph/bypass_srYingxin2024-10-241-0/+13
|\ \ \ \ \ \
| * | | | | | test/crimson: disable stall-detector on aarch64 to fix asan failurescailianchun2024-10-231-0/+13
* | | | | | | Merge pull request #60413 from gbregman/mainGil Bregman2024-10-234-4/+44
|\ \ \ \ \ \ \
| * | | | | | | mgr/cephadm: Add namespace netmask parameters to nvmeof configurationGil Bregman2024-10-223-2/+17
| * | | | | | | python-common/ceph/deployment: Add namespace netmask parameters to nvmeof con...Gil Bregman2024-10-221-2/+27
* | | | | | | | Merge pull request #60399 from rhcs-dashboard/rgw-bucket-get-fix-for-accountafreen232024-10-236-28/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | mgr/dashboard: fix bucket get for s3 account owned bucketNizamudeen A2024-10-226-28/+87
* | | | | | | | | Merge pull request #58647 from rishabh-d-dave/mgr-vol-mod-disableHemanth2024-10-234-11/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mon/MgrMonitor: allow disabling always-on MGR modulesRishabh Dave2024-10-194-7/+102
| * | | | | | | | | mon/MgrMontitor: add log entry to support debuggingRishabh Dave2024-10-191-0/+1
| * | | | | | | | | mon/MgrMonitor: improve a log messageRishabh Dave2024-10-192-4/+6
* | | | | | | | | | Merge pull request #60157 from soumyakoduri/wip-skoduri-lc-nullinstanceSoumya Koduri2024-10-235-8/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rgw/lc: Fix issues with non-current objects with instance emptySoumya Koduri2024-10-225-8/+30
* | | | | | | | | | | Merge pull request #60258 from aclamk/wip-aclamk-cbt-improve-show-labelAdam Kupczyk2024-10-231-5/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | os/bluestore/ceph-bluestore-tool: Modify show-label for many devsAdam Kupczyk2024-10-111-5/+10
* | | | | | | | | | | Merge PR #60106 into mainPatrick Donnelly2024-10-222-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | msg/async/ProtocolV2: pass `desc` as `std::string_view` to write()Max Kellermann2024-10-072-4/+4
* | | | | | | | | | | | Merge PR #60174 into mainPatrick Donnelly2024-10-224-84/+70
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | common/Finisher: pass name as std::string_view to ctorMax Kellermann2024-10-102-3/+3
| * | | | | | | | | | | | common/Finisher: add method get_thread_name()Max Kellermann2024-10-102-4/+6
| * | | | | | | | | | | | mgr/ActivePyModule: build thread name with fmtMax Kellermann2024-10-101-1/+3
| * | | | | | | | | | | | mgr/ActivePyModule: return std::string_view instead of std::string copyMax Kellermann2024-10-102-4/+4
| * | | | | | | | | | | | common/Finisher: use fmt to build stringsMax Kellermann2024-10-101-2/+4
| * | | | | | | | | | | | common/Finisher: un-inline ctor and dtorMax Kellermann2024-10-102-25/+30
| * | | | | | | | | | | | common/Finisher: add `const` to several fieldsMax Kellermann2024-10-101-2/+2
| * | | | | | | | | | | | common/Finisher: merge duplicate field initializersMax Kellermann2024-10-101-8/+6
| * | | | | | | | | | | | common/Finisher: call notify_one() instead of notify_all()Max Kellermann2024-10-102-2/+2
| * | | | | | | | | | | | common/Finisher: wake up after pushing to the queueMax Kellermann2024-10-101-3/+4
| * | | | | | | | | | | | common/Finisher: do not wake up the thread if already runningMax Kellermann2024-10-101-3/+3
| * | | | | | | | | | | | common/Finisher: call logger without holding the lockMax Kellermann2024-10-101-7/+10
| * | | | | | | | | | | | common/Finisher: use `std::lock_guard` instead of `std::unique_lock`Max Kellermann2024-10-102-3/+3
| * | | | | | | | | | | | common/Finisher: merge all queue() container methods into one templateMax Kellermann2024-10-101-31/+4
* | | | | | | | | | | | | Merge PR #60214 into mainPatrick Donnelly2024-10-223-136/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mds/MDCache: use `auto`Max Kellermann2024-10-091-99/+97
| * | | | | | | | | | | | | mds/CDir: use the erase() return valueMax Kellermann2024-10-091-5/+2