mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-21 13:47:05 +00:00

This essentially performas the task of systemd-run while also waiting for the job to finish. With the systemd-run version in jessie we run into a race condition where the executed process can start forking child processes before the systemd daemon is done setting up the scope's cgroups, causing the children to NOT be included in the cgroups. This means the child processes (in our case qemu) will not adhere to the limits we want to apply to it via cgroups. enter_systemd_scope() performs the setup task of systemd-run and waits for the job to finish, after this we can spawn the qemu process without systemd-run.
13 lines
578 B
Plaintext
13 lines
578 B
Plaintext
Source: libpve-common-perl
|
|
Section: perl
|
|
Priority: extra
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper (>= 7.0.50~)
|
|
Standards-Version: 3.8.4
|
|
|
|
Package: libpve-common-perl
|
|
Architecture: all
|
|
Depends: ${perl:Depends} ${misc:Depends}, libclone-perl, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl, libfilesys-df-perl, libnet-dbus-perl
|
|
Description: Proxmox VE base library
|
|
This package contains the base library used by other Proxmox VE components.
|