summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* python-common/ceph/deployment: Make the discovery and gateway IPs configurabl...Gil Bregman2024-09-111-0/+6
* Merge pull request #59066 from xxhdx1985126/wip-67380Matan Breizman2024-09-1110-7/+66
|\
| * crimson/osd: cancel ongoing pglog-based recoveries on recovery deferingXuehan Xu2024-08-2810-7/+66
* | Merge pull request #59485 from mcv21/cephadm_image_warnAdam King2024-09-101-0/+2
|\ \
| * | cephadm: emit warning if daemon's image is not to be usedMatthew Vernon2024-08-281-0/+2
* | | Merge pull request #59599 from rhcs-dashboard/fix-67893-mainafreen232024-09-101-2/+2
|\ \ \
| * | | mgr/dashboard: Rephrase dedicated pool helper in rbd create formAashish Sharma2024-09-041-2/+2
* | | | Merge pull request #59447 from afreen23/wip-nvmeof-microcopyafreen232024-09-107-8/+8
|\ \ \ \
| * | | | mgr/dashboard: Update nvmeof microcopiesAfreen Misbah2024-08-297-8/+8
* | | | | Merge pull request #59569 from afreen23/wip-nvme-nsafreen232024-09-106-13/+20
|\ \ \ \ \
| * | | | | mgr/dashboard: Increase maximum namespace count to 1024Afreen Misbah2024-09-056-13/+20
* | | | | | Merge pull request #56858 from rhcs-dashboard/fix-grafana-server-depreciationAdam King2024-09-101-2/+2
|\ \ \ \ \ \
| * | | | | | mgr/dashboard: use grafana server instead of grafana-server in grafanaAashish Sharma2024-07-241-2/+2
* | | | | | | Merge pull request #59610 from adk3798/cephadm-ssh-configurable-keepaliveAdam King2024-09-102-5/+18
|\ \ \ \ \ \ \
| * | | | | | | mgr/cephadm: stop running "true" before every commandAdam King2024-09-061-4/+0
| * | | | | | | mgr/cephadm: make ssh keepalive settings configurableAdam King2024-09-042-1/+18
* | | | | | | | Merge pull request #59643 from rkachach/fix_issue_67939Adam King2024-09-103-5/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | mgr/cephadm: changing the nginx upstream image used by mgmt-gatewayRedouane Kachach2024-09-093-5/+23
* | | | | | | | | Merge pull request #59658 from phlogistonjohn/jjm-remove-object-deleting-funcAdam King2024-09-101-5/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mgr/smb: stop trying to clean external store during cluster syncJohn Mulligan2024-09-091-5/+0
* | | | | | | | | | Merge pull request #58994 from phlogistonjohn/jjm-smb-vfs-ceph-newAdam King2024-09-103-13/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mgr/smb: add support for new ceph vfs moduleJohn Mulligan2024-09-043-13/+39
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #58880 from aclamk/wip-aclamk-bs-faster-objectstore-testAdam Kupczyk2024-09-101-48/+77
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test/store_test: Make ceph_test_objectstore run fasterAdam Kupczyk2024-07-261-48/+77
* | | | | | | | | | | Merge pull request #59107 from nbalacha/wip-nbalacha-async-sorted-snapsIlya Dryomov2024-09-1010-60/+480
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cls/rbd: async methods for group snap listN Balachandran2024-08-3010-60/+480
* | | | | | | | | | | | Merge pull request #58986 from NitzanMordhai/wip-nitzan-crimson-op_gate-alian...Matan Breizman2024-09-107-23/+107
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | crimson/common/gated: Comment out ceph_assert for shard ID checkNitzan Mordechai2024-09-051-3/+3
| * | | | | | | | | | | | crimson/net/io_handler: ctor add gate ctor with shard idNitzan Mordechai2024-09-052-1/+2
| * | | | | | | | | | | | seastar: re-enable gate debugNitzan Mordechai2024-08-281-0/+0
| * | | | | | | | | | | | crimson: use gate per shard for AlienStore and OSDNitzan Mordechai2024-08-285-22/+105
* | | | | | | | | | | | | Merge pull request #58868 from xxhdx1985126/wip-crimson-clean_region-based-cl...Matan Breizman2024-09-1013-127/+238
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | crimson/osd/ops_executer: pass MutFunc by valueMatan Breizman2024-09-091-2/+2
| * | | | | | | | | | | | | crimson/osd/ops_executer: avoid seastar::async commentMatan Breizman2024-09-091-0/+1
| * | | | | | | | | | | | | crimson/osd/osd_operations/snaptrim_event: make use of process_and_submitMatan Breizman2024-09-091-24/+2
| * | | | | | | | | | | | | crimson/osd/osd_operations/snaptrim_event: introduce process_and_submitMatan Breizman2024-09-092-0/+31
| * | | | | | | | | | | | | crimson/osd/ops_executer: flush_changes_n_do_ops_effects to useMatan Breizman2024-09-091-39/+37
| * | | | | | | | | | | | | crimson/osd/osd_operations/snaptrim_event: start to use coroutinesMatan Breizman2024-09-091-25/+18
| * | | | | | | | | | | | | crimson/osd/pg: make use of SnapMapper::update_snap_mapMatan Breizman2024-09-091-45/+11
| * | | | | | | | | | | | | osd/SnapMapper: introduce SnapMapper::update_snap_mapMatan Breizman2024-09-042-0/+48
| * | | | | | | | | | | | | crimson/osd/osd_operations/snaptrim_event: encapsulate new snaps in theXuehan Xu2024-09-042-4/+7
| * | | | | | | | | | | | | crimson/osd: update snaps based on log entries on primary and replicaSamuel Just2024-09-048-52/+124
| * | | | | | | | | | | | | crimson/osd/pg: convert PG::handle_rep_op to coroutineSamuel Just2024-09-041-12/+18
| * | | | | | | | | | | | | crimson/osd/pg: convert PG::handle_rep_op to logging macrosSamuel Just2024-09-041-2/+3
| * | | | | | | | | | | | | crimson/osd/pg: skip unnecessary stopping check in PG::handle_rep_opSamuel Just2024-09-041-5/+0
| * | | | | | | | | | | | | crimson/osd/object_metadata_helper: take clone objects' clean regionsXuehan Xu2024-09-042-2/+20
| * | | | | | | | | | | | | crimson/osd/ops_executer: set correct clean regions for CLONE pg logXuehan Xu2024-09-041-0/+1
* | | | | | | | | | | | | | Merge pull request #58603 from cbodley/wip-rgw-sal-concrete-lcCasey Bodley2024-09-0917-437/+248
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | rgw/sal: LCHead and LCEntry don't need abstractionCasey Bodley2024-08-2315-425/+246
| * | | | | | | | | | | | | rgw: remove RGWRados::list_lc_progress()Casey Bodley2024-08-223-12/+2