summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* cephadm: add a pythonic build.py for constructing the cephadm binaryJohn Mulligan2022-09-132-43/+159
* behave_test: compile cephadmMichael Fritch2022-09-131-9/+11
* mgr/dashboard: compile cephadmMichael Fritch2022-09-131-4/+5
* cephadm: compile cephadmMichael Fritch2022-09-131-1/+1
* cpatch: compile the cephadm binaryMichael Fritch2022-09-131-1/+1
* cstart.sh: compile cephadmMichael Fritch2022-09-132-4/+20
* stop.sh: compile cephadmMichael Fritch2022-09-131-3/+6
* cephadm: allow execution from a relative pathMichael Fritch2022-09-131-4/+5
* cephadm: zipapp module requires Python35 or laterMichael Fritch2022-09-131-1/+4
* cephadm: locate path to the python3 binaryMichael Fritch2022-09-131-3/+5
* rpm, debian: use cmake to install the cephadm binaryMichael Fritch2022-09-131-1/+5
* cmake: add cephadm to vstart targetMichael Fritch2022-09-131-0/+4
* cephadm: Only compress cephadm on Python >= 3.7Patrick Seidensal2022-09-132-8/+32
* cephadm: compile cephadmPatrick Seidensal2022-09-1311-13/+42
* Merge pull request #47521 from adk3798/iscsi-ip-listAdam King2022-09-132-9/+17
|\
| * mgr/cephadm: reconfig iscsi daemons if trusted_ip_list changesAdam King2022-09-132-9/+17
* | Merge pull request #47640 from adk3798/no-cgroupsAdam King2022-09-133-1/+16
|\ \
| * | mgr/cephadm: make setting --cgroups=split configurableAdam King2022-08-163-1/+16
* | | Merge pull request #47936 from adk3798/tuned-profile-dashesAdam King2022-09-131-1/+24
|\ \ \
| * | | mgr/cephadm: fix tuned profiles getting removed if name has dashesAdam King2022-09-131-1/+24
* | | | Merge pull request #47786 from rkachach/fix_issue_57192Adam King2022-09-135-6/+193
|\ \ \ \ | |_|_|/ |/| | |
| * | | mgr/cephadm: validating tuned profile specificationRedouane Kachach2022-09-135-6/+193
* | | | Merge pull request #47898 from adk3798/no-sudo-trueAdam King2022-09-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mgr/cephadm: don't use "sudo" in commands if user is rootAdam King2022-09-011-1/+1
* | | | Merge pull request #47469 from lxbsz/cleanup_C_MDC_EmptyImportVenky Shankar2022-09-131-15/+0
|\ \ \ \
| * | | | mds: remove the stale class C_MDC_EmptyImport codeXiubo Li2022-08-261-15/+0
* | | | | Merge pull request #48033 from joscollin/wip-kill-cephfs-topVenky Shankar2022-09-131-1/+1
|\ \ \ \ \
| * | | | | stop.sh: kill cephfs-topJos Collin2022-09-091-1/+1
* | | | | | Merge pull request #48006 from rkachach/fix_issue_57422Adam King2022-09-136-8/+92
|\ \ \ \ \ \
| * | | | | | mgr/cephadm: Adding --storage.tsdb.retention.size prometheus optionRedouane Kachach2022-09-086-8/+92
* | | | | | | Merge pull request #47574 from rhcs-dashboard/osd-form-hostname-filterNizamudeen A2022-09-136-8/+39
|\ \ \ \ \ \ \
| * | | | | | | mgr/dashboard: osd form preselect db/wal device filtersNizamudeen A2022-09-096-8/+39
* | | | | | | | Merge pull request #48001 from aisakaki/wip-omap-inclusive-fixLiu-Chunmei2022-09-132-5/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | test/crimson/seastore: lack of config.inclusive==true situation in omap_manag...Xinyu Huang2022-09-071-4/+21
| * | | | | | | | crimson/os/seastore/omap: fix assert bugXinyu Huang2022-09-071-1/+5
* | | | | | | | | Merge pull request #47968 from rhcs-dashboard/add-alert-silence-buttonNizamudeen A2022-09-1312-44/+186
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mgr/dashboard: Add a Silence button shortcut to alert notificationsAashish Sharma2022-09-1212-44/+186
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #47771 from linuxbox2/wip-librgw-frontendsMatt Benjamin2022-09-1319-1404/+1659
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rgw/main: if !nfs, register service map as "rgw"Matt Benjamin2022-09-121-1/+1
| * | | | | | | | | rgwlib: ensure AppMain is destructed before CephContextMatt Benjamin2022-09-091-1/+1
| * | | | | | | | | rgw/main: cause ratelimiter to destruct in AppMain::shutdown()Matt Benjamin2022-09-091-1/+1
| * | | | | | | | | librgw: fix mismatched register/unregister sigterm handlerMatt Benjamin2022-09-091-1/+1
| * | | | | | | | | rgw/main: fix init order of rgw_main's init_storage()Matt Benjamin2022-09-092-4/+6
| * | | | | | | | | rgw/main: move service_map_meta into AppMainMatt Benjamin2022-09-092-1/+1
| * | | | | | | | | rgw/main: move signal handler actions out of shutdown()Matt Benjamin2022-09-094-18/+21
| * | | | | | | | | rgwlib: robustify non-default initializationMatt Benjamin2022-09-091-1/+7
| * | | | | | | | | rgw_main: remove unused tracepoint declsMatt Benjamin2022-09-091-5/+0
| * | | | | | | | | rgwlib: rework linkageMatt Benjamin2022-09-0910-697/+736
| * | | | | | | | | rgw_a: build reorganizationMatt Benjamin2022-09-0910-677/+792
| * | | | | | | | | rgw/main: remove friends, see_alsoMatt Benjamin2022-09-094-6/+9