From a8e82297873324fc8f79fbcbfc71f7d0326d25ef Mon Sep 17 00:00:00 2001 From: gyptazy Date: Thu, 10 Apr 2025 09:33:17 +0200 Subject: [PATCH] change: Change the default banalcing mode to used instead of assigned. Fixes: #180 --- .changelogs/1.1.1/168_add_more_flexible_schedules.yml | 2 +- .changelogs/1.1.1/174_honor_balancing_activation_value.yml | 2 +- .changelogs/1.1.1/176_change_turn_daemon_mode_on_default.yml | 2 +- .../180_change_default_balancing_to_used_instead_assigned.yml | 2 ++ README.md | 2 +- config/proxlb_example.yaml | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .changelogs/1.1.1/180_change_default_balancing_to_used_instead_assigned.yml diff --git a/.changelogs/1.1.1/168_add_more_flexible_schedules.yml b/.changelogs/1.1.1/168_add_more_flexible_schedules.yml index 1932658..1704f98 100644 --- a/.changelogs/1.1.1/168_add_more_flexible_schedules.yml +++ b/.changelogs/1.1.1/168_add_more_flexible_schedules.yml @@ -1,2 +1,2 @@ feature: - - Add a more flexible way to define schedules in minutes or hours (by @gyptazy). [#168] + - Add a more flexible way to define schedules in minutes or hours (by @gyptazy) [#168] diff --git a/.changelogs/1.1.1/174_honor_balancing_activation_value.yml b/.changelogs/1.1.1/174_honor_balancing_activation_value.yml index f4581da..1ac13df 100644 --- a/.changelogs/1.1.1/174_honor_balancing_activation_value.yml +++ b/.changelogs/1.1.1/174_honor_balancing_activation_value.yml @@ -1,2 +1,2 @@ fixed: - - Honor the value when balancing should not be performed and stop balancing. [#174] + - Honor the value when balancing should not be performed and stop balancing [#174] diff --git a/.changelogs/1.1.1/176_change_turn_daemon_mode_on_default.yml b/.changelogs/1.1.1/176_change_turn_daemon_mode_on_default.yml index ff38e24..3be89f6 100644 --- a/.changelogs/1.1.1/176_change_turn_daemon_mode_on_default.yml +++ b/.changelogs/1.1.1/176_change_turn_daemon_mode_on_default.yml @@ -1,2 +1,2 @@ changed: - - Change the default behaviour of the daemon mode to active. [#176] + - Change the default behaviour of the daemon mode to active [#176] diff --git a/.changelogs/1.1.1/180_change_default_balancing_to_used_instead_assigned.yml b/.changelogs/1.1.1/180_change_default_balancing_to_used_instead_assigned.yml new file mode 100644 index 0000000..42b9b69 --- /dev/null +++ b/.changelogs/1.1.1/180_change_default_balancing_to_used_instead_assigned.yml @@ -0,0 +1,2 @@ +changed: + - Change the default banalcing mode to used instead of assigned [#180] diff --git a/README.md b/README.md index a56c746..a8bb009 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ balancing: max_job_validation: 1800 balanciness: 5 method: memory - mode: assigned + mode: used service: daemon: True diff --git a/config/proxlb_example.yaml b/config/proxlb_example.yaml index daeb219..e85cfd9 100644 --- a/config/proxlb_example.yaml +++ b/config/proxlb_example.yaml @@ -23,7 +23,7 @@ balancing: max_job_validation: 1800 balanciness: 5 method: memory - mode: assigned + mode: used service: daemon: True