[pve-devel] applied-series: [PATCH V2 pve-common 0/4] add generic CGroup module

Alexandre Derumier aderumier at odiso.com
Sun Nov 8 15:10:30 CET 2020


Thanks Thomas,

don't forget related pve-container && qemu-server patches

https://lists.proxmox.com/pipermail/pve-devel/2020-October/045714.html
https://lists.proxmox.com/pipermail/pve-devel/2020-October/045720.html

Le ven. 6 nov. 2020 à 09:31, Thomas Lamprecht
<t.lamprecht at proxmox.com> a écrit :
>
> On 06.11.20 09:24, Alexandre Derumier wrote:
> > This move Cgroup module from LXC to pve-common,
> > to be able to use it in qemu-server too.
> > (and add support for cgroupv2 only for qemu)
> >
> > I have also included a bugfix for cpushares from cgroup v1,
> > when value is not defined,it's currently set to 100 instead 1024.
> > (can be trigerred by pct --delete cpuunits)
> >
> >
> > Changelog v2:
> >
> > - keep get_subdir in base class
> >
> > Alexandre Derumier (4):
> >   move PVE::LXC::CGroup to PVE::CGroup
> >   Cgroups: remove specific lxc code
> >   bugfix: cpushares : default value is 1024 for cgroup v1
> >   systemd: add CPUWeight encoding
> >
> >  src/Makefile       |   1 +
> >  src/PVE/CGroup.pm  | 551 +++++++++++++++++++++++++++++++++++++++++++++
> >  src/PVE/Systemd.pm |   2 +-
> >  3 files changed, 553 insertions(+), 1 deletion(-)
> >  create mode 100644 src/PVE/CGroup.pm
> >
>
>
>
> applied series, thanks!
>




More information about the pve-devel mailing list