summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/schedule.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/cephadm: fix placement with label and host patternAdam King2024-03-011-0/+2
* mgr/cephadm: filter hosts that can't support VIP for ingressAdam King2023-08-041-2/+2
* mgr/cephadm: lower log level when logging about related servicesAdam King2023-05-081-6/+1
* Merge pull request #51226 from jsoref/spelling-orchestratorAdam King2023-05-031-1/+1
|\
| * orchestrator: fix spelling errorsJosh Soref2023-04-261-1/+1
* | mgr/cephadm: prefer same hosts as related service daemons when picking arbitr...Adam King2023-05-011-0/+28
|/
* pybind/mgr: use annotation style without commentKefu Chai2022-11-241-2/+2
* mgr/cephadm: allow binding to loopback for rgw daemonsRedouane Kachach2022-08-311-0/+8
* mgr/cephadm: fix handling of draining hosts with explicit placement specsAdam King2022-08-111-2/+5
* mgr/cephadm: fixing scheduler consistent hashingRedouane Kachach2022-06-291-12/+7
* mgr/cephadm: offline host watcherAdam King2022-03-261-1/+2
* mgr/cephadm: Reschedule nfs daemons from offline hostsAdam King2022-03-221-0/+16
* cephadm: fix upgrade name already in useDaniel Pivonka2021-11-051-2/+2
* mgr/cephadm: Fixed spawning ip addresses list for public network interface.AndrewSharapov2021-10-291-2/+2
* mgr/cephadm: make scheduler able to accomodate offline/maintenance hostsAdam King2021-08-051-3/+19
* mgr/cephadm/schedule: assign/map ranksSage Weil2021-05-191-21/+117
* mgr/cephadm: add rank[_generation] propertiesSage Weil2021-05-191-0/+6
* mgr/cephadm: simplifySage Weil2021-05-191-2/+1
* mgr/cephadm/schedule: make placement shuffle deterministicSage Weil2021-05-191-3/+7
* Merge pull request #41257 from liewegas/cephadm-filter-net-messageKefu Chai2021-05-131-3/+0
|\
| * mgr/cephadm/schedule: fix filter messageSage Weil2021-05-101-3/+0
* | mgr/cephadm: misc. autopep8 changesAdam King2021-05-051-1/+2
|/
* mgr/cephadm: use per_host_daemon feature in schedulerSage Weil2021-04-131-1/+1
* mgr/cephadm/schedule: add per_host_daemon_type supportSage Weil2021-04-131-7/+37
* mgr/cephadm: include daemon_type in DaemonPlacementSage Weil2021-04-131-6/+18
* mgr/cephadm: update list-networks to report interface names tooSage Weil2021-04-131-2/+4
* mgr/cephadm/schedule: handle multiple ports per daemonSage Weil2021-04-131-18/+22
* mgr/cephadm: make DaemonPlacement print nicerSage Weil2021-03-171-3/+1
* mgr/cephadm/schedule: choose an IP from a subnet listSage Weil2021-03-171-1/+24
* mgr/cephadm/schedule: match placement ip only combination with portSage Weil2021-03-161-4/+5
* mgr/cephadm/schedule: dynamically assign ports for rgwSage Weil2021-03-151-6/+23
* mgr/cephadm/schedule: only 1 port in DaemonPlacementSage Weil2021-03-151-4/+4
* mgr/cephadm/schedule: return DaemonPlacement instead of HostPlacementSpecSage Weil2021-03-151-29/+66
* mgr/cephadm/schedule: remove unused methodsSage Weil2021-03-151-18/+0
* mgr/cephadm: handle bare 'count-per-host:NNN', fix commentsSage Weil2021-03-101-3/+4
* mgr/cephadm/schedule: remove Scheduler abstraction (for now at least)Sage Weil2021-03-101-39/+1
* mgr/cephadm/schedule: calculate additions/removals in place()Sage Weil2021-03-101-58/+30
* mgr/cephadm/schedule: allow colocation of certain daemon typesSage Weil2021-03-101-63/+48
* mgr/cephadm/schedule: shuffle candidates, not final placementsSage Weil2021-03-101-4/+4
* mgr/cephadm/schedule: pass per-type allow_colo to the schedulerSage Weil2021-03-101-0/+11
* mgr/cephadm/schedule: pass daemons, not get_daemons_funcSage Weil2021-03-101-3/+3
* mgr/cephadm/schedule: move host filtering into get_candidates()Sage Weil2021-03-101-34/+22
* mgr/cephadm/schedule: respect count-per-hostSage Weil2021-03-101-8/+15
* mgr/cephadm: adjust deployment logic to allow multiple daemons per hostSage Weil2021-03-101-5/+13
* mgr/cephadm: do not worry about even # of monitorsSage Weil2021-03-101-24/+0
* mgr/cephadm: Module imported but unused (F401)Michael Fritch2021-02-051-1/+1
* mgr/cephadm: Do not use variables named 'I', 'O', or 'l' (E741)Michael Fritch2021-02-051-9/+9
* mgr/cephadm: Missing whitespace around arithmetic operator (E226)Michael Fritch2021-02-051-2/+3
* mgr/cephadm: fix capitalization, level; drop elipses of log msgsSage Weil2021-02-021-5/+5
* cephadm: HA for RGW endpointsDaniel-Pivonka2021-01-081-5/+22