diff options
author | Michal Koutný <mkoutny@suse.com> | 2024-09-30 19:27:29 +0200 |
---|---|---|
committer | Michal Koutný <mkoutny@suse.com> | 2024-10-08 17:49:13 +0200 |
commit | 64f173324ec98dc74a3057b6b36c1f24e882182e (patch) | |
tree | cc4a0708fb645b2a5bbccafbda98b6f1dc577c3d /NEWS | |
parent | update TODO (diff) | |
download | systemd-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |