From: Niklas Hambuechen <[email protected]> They will be part of Ganeti 2.13. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/NEWS b/NEWS index efe59ff..32bfbc4 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,13 @@ 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 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
