From: Niklas Hambuechen <[email protected]> These new features will be part of Ganeti 2.13. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/NEWS b/NEWS index efe59ff..49012a5 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,14 @@ Incompatible/important changes New features ~~~~~~~~~~~~ +- A new job filter rules system allows to define iptables-like rules for the + job scheduler, making it easier to (soft-)drain the job queue, perform + maintenance, and rate-limit selected job types. See gnt-filter(8) for + details. +- Ganeti jobs can now be ad-hoc rate limited via the reason trail. + For a set of jobs queued with "--reason=rate-limit:n:label", the job + scheduler ensures that not more than n will be scheduled to run at the same + time. See ganeti(7), section "Options", for details. - The monitoring daemon has now variable sleep times for the data collectors. This currently means that the granularity of cpu-avg-load can be configured. -- 2.1.3
