summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMichal Koutný <mkoutny@suse.com>2024-09-30 19:27:29 +0200
committerMichal Koutný <mkoutny@suse.com>2024-10-08 17:49:13 +0200
commit64f173324ec98dc74a3057b6b36c1f24e882182e (patch)
treecc4a0708fb645b2a5bbccafbda98b6f1dc577c3d /NEWS
parentupdate TODO (diff)
downloadsystemd-64f173324ec98dc74a3057b6b36c1f24e882182e.tar.xz
systemd-64f173324ec98dc74a3057b6b36c1f24e882182e.zip
core/manager: Deprecate StartAuxiliaryScope() method
The method was added with migration of resources in mind (e.g. process's allocated memory will follow it to the new scope), however, such a resource migration is not in cgroup semantics. The method may thus have the intended users and others could be guided to StartTransientUnit(). Since this API was advertised in a regular release, start the removal with a deprecation message to callers. Eventually, the goal is to remove the method to clean up DBus API and simplify code (removal of cgroup_context_copy()). Part of DBus docs is retained to satisfy build checks.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 408a60ddf7..c9684f268b 100644
--- a/NEWS
+++ b/NEWS
@@ -66,6 +66,9 @@ CHANGES WITH 257 in spe:
filesystem. $SYSTEMD_NSPAWN_UNIFIED_HIERARCHY=0 can be used to override
this behavior.
+ * D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() becomes
+ deprecated (reach out if you have use cases).
+
libsystemd:
* New sd-json component is now available as part of libsystemd. The