]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 36831/head
authorLennart Poettering <lennart@poettering.net>
Sat, 22 Mar 2025 12:10:04 +0000 (13:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 Apr 2025 16:56:01 +0000 (18:56 +0200)
TODO

diff --git a/TODO b/TODO
index 71077b8f4f46d7e5ca9c6d9532f80595f3fda229..4cab81e7cc87587e4744bc907c5b1fdbceae3d1a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -400,19 +400,6 @@ Features:
 * in pid1: include ExecStart= cmdlines (and other Exec*= cmdlines) in polkit
   request, so that policies can match against command lines.
 
-* account number of units currently in activating/active/deactivating state in
-  each slice, and expose this as a property of the slice, given this is a key
-  metric of the resource management entity that a slice is. (maybe add a 2nd
-  metric for units assigned to the slice, that also includes those with pending
-  jobs)
-
-* maybe allow putting a "soft" limit on the number concurrently active units in
-  a slice, as per the previous item. When the limit is reached delay further
-  activations until number is below the threshold again, leaving the unit in
-  the job queue. Thus, multiple resource intensive tasks can be scheduled as
-  units in the same slice and they will be executed with an upper limit on
-  concurrently running tasks.
-
 * importd: introduce a per-user instance, that downloads into per-user DDI dirs
 
 * sysupdated: similar