index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pybind
/
mgr
/
cephadm
/
schedule.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr/cephadm: fix placement with label and host pattern
Adam King
2024-03-01
1
-0
/
+2
*
mgr/cephadm: filter hosts that can't support VIP for ingress
Adam King
2023-08-04
1
-2
/
+2
*
mgr/cephadm: lower log level when logging about related services
Adam King
2023-05-08
1
-6
/
+1
*
Merge pull request #51226 from jsoref/spelling-orchestrator
Adam King
2023-05-03
1
-1
/
+1
|
\
|
*
orchestrator: fix spelling errors
Josh Soref
2023-04-26
1
-1
/
+1
*
|
mgr/cephadm: prefer same hosts as related service daemons when picking arbitr...
Adam King
2023-05-01
1
-0
/
+28
|
/
*
pybind/mgr: use annotation style without comment
Kefu Chai
2022-11-24
1
-2
/
+2
*
mgr/cephadm: allow binding to loopback for rgw daemons
Redouane Kachach
2022-08-31
1
-0
/
+8
*
mgr/cephadm: fix handling of draining hosts with explicit placement specs
Adam King
2022-08-11
1
-2
/
+5
*
mgr/cephadm: fixing scheduler consistent hashing
Redouane Kachach
2022-06-29
1
-12
/
+7
*
mgr/cephadm: offline host watcher
Adam King
2022-03-26
1
-1
/
+2
*
mgr/cephadm: Reschedule nfs daemons from offline hosts
Adam King
2022-03-22
1
-0
/
+16
*
cephadm: fix upgrade name already in use
Daniel Pivonka
2021-11-05
1
-2
/
+2
*
mgr/cephadm: Fixed spawning ip addresses list for public network interface.
AndrewSharapov
2021-10-29
1
-2
/
+2
*
mgr/cephadm: make scheduler able to accomodate offline/maintenance hosts
Adam King
2021-08-05
1
-3
/
+19
*
mgr/cephadm/schedule: assign/map ranks
Sage Weil
2021-05-19
1
-21
/
+117
*
mgr/cephadm: add rank[_generation] properties
Sage Weil
2021-05-19
1
-0
/
+6
*
mgr/cephadm: simplify
Sage Weil
2021-05-19
1
-2
/
+1
*
mgr/cephadm/schedule: make placement shuffle deterministic
Sage Weil
2021-05-19
1
-3
/
+7
*
Merge pull request #41257 from liewegas/cephadm-filter-net-message
Kefu Chai
2021-05-13
1
-3
/
+0
|
\
|
*
mgr/cephadm/schedule: fix filter message
Sage Weil
2021-05-10
1
-3
/
+0
*
|
mgr/cephadm: misc. autopep8 changes
Adam King
2021-05-05
1
-1
/
+2
|
/
*
mgr/cephadm: use per_host_daemon feature in scheduler
Sage Weil
2021-04-13
1
-1
/
+1
*
mgr/cephadm/schedule: add per_host_daemon_type support
Sage Weil
2021-04-13
1
-7
/
+37
*
mgr/cephadm: include daemon_type in DaemonPlacement
Sage Weil
2021-04-13
1
-6
/
+18
*
mgr/cephadm: update list-networks to report interface names too
Sage Weil
2021-04-13
1
-2
/
+4
*
mgr/cephadm/schedule: handle multiple ports per daemon
Sage Weil
2021-04-13
1
-18
/
+22
*
mgr/cephadm: make DaemonPlacement print nicer
Sage Weil
2021-03-17
1
-3
/
+1
*
mgr/cephadm/schedule: choose an IP from a subnet list
Sage Weil
2021-03-17
1
-1
/
+24
*
mgr/cephadm/schedule: match placement ip only combination with port
Sage Weil
2021-03-16
1
-4
/
+5
*
mgr/cephadm/schedule: dynamically assign ports for rgw
Sage Weil
2021-03-15
1
-6
/
+23
*
mgr/cephadm/schedule: only 1 port in DaemonPlacement
Sage Weil
2021-03-15
1
-4
/
+4
*
mgr/cephadm/schedule: return DaemonPlacement instead of HostPlacementSpec
Sage Weil
2021-03-15
1
-29
/
+66
*
mgr/cephadm/schedule: remove unused methods
Sage Weil
2021-03-15
1
-18
/
+0
*
mgr/cephadm: handle bare 'count-per-host:NNN', fix comments
Sage Weil
2021-03-10
1
-3
/
+4
*
mgr/cephadm/schedule: remove Scheduler abstraction (for now at least)
Sage Weil
2021-03-10
1
-39
/
+1
*
mgr/cephadm/schedule: calculate additions/removals in place()
Sage Weil
2021-03-10
1
-58
/
+30
*
mgr/cephadm/schedule: allow colocation of certain daemon types
Sage Weil
2021-03-10
1
-63
/
+48
*
mgr/cephadm/schedule: shuffle candidates, not final placements
Sage Weil
2021-03-10
1
-4
/
+4
*
mgr/cephadm/schedule: pass per-type allow_colo to the scheduler
Sage Weil
2021-03-10
1
-0
/
+11
*
mgr/cephadm/schedule: pass daemons, not get_daemons_func
Sage Weil
2021-03-10
1
-3
/
+3
*
mgr/cephadm/schedule: move host filtering into get_candidates()
Sage Weil
2021-03-10
1
-34
/
+22
*
mgr/cephadm/schedule: respect count-per-host
Sage Weil
2021-03-10
1
-8
/
+15
*
mgr/cephadm: adjust deployment logic to allow multiple daemons per host
Sage Weil
2021-03-10
1
-5
/
+13
*
mgr/cephadm: do not worry about even # of monitors
Sage Weil
2021-03-10
1
-24
/
+0
*
mgr/cephadm: Module imported but unused (F401)
Michael Fritch
2021-02-05
1
-1
/
+1
*
mgr/cephadm: Do not use variables named 'I', 'O', or 'l' (E741)
Michael Fritch
2021-02-05
1
-9
/
+9
*
mgr/cephadm: Missing whitespace around arithmetic operator (E226)
Michael Fritch
2021-02-05
1
-2
/
+3
*
mgr/cephadm: fix capitalization, level; drop elipses of log msgs
Sage Weil
2021-02-02
1
-5
/
+5
*
cephadm: HA for RGW endpoints
Daniel-Pivonka
2021-01-08
1
-5
/
+22
[next]