Background
As #3210 was merged, youki now supports the exec command in sub-cgroups.
However, the unified systemd (D-Bus) cgroup manager still does not support this.
The AttachProcessesToUnit D-Bus message can take a sub-cgroup path as its second argument, but it is currently left empty, as shown below:
|
self.client |
|
.add_process_to_unit(&self.unit_name, "", pid.as_raw() as u32)?; |
Feature Request
Support sub-cgroups for unified systemd (D-Bus) cgroup manager.
Is the request related to some problem running youki?
No response
Proposed Solution
No response
Considerations
No response
Additional Context
refs #3342
refs #3347
dependent #3564
Background
As #3210 was merged,
youkinow supports theexeccommand in sub-cgroups.However, the unified systemd (D-Bus) cgroup manager still does not support this.
The
AttachProcessesToUnitD-Bus message can take a sub-cgroup path as its second argument, but it is currently left empty, as shown below:youki/crates/libcgroups/src/systemd/manager.rs
Lines 399 to 400 in e84ed5b
Feature Request
Support sub-cgroups for unified systemd (D-Bus) cgroup manager.
Is the request related to some problem running youki?
No response
Proposed Solution
No response
Considerations
No response
Additional Context
refs #3342
refs #3347
dependent #3564