Automatically determines the cgroup values to allow at the LXC level#3
Automatically determines the cgroup values to allow at the LXC level#3lcotonea wants to merge 2 commits intojammsen:mainfrom
Conversation
| read -r -p "Enter gateway [$GW_TEMPLATE]: " GATEWAY | ||
| GATEWAY=${GATEWAY:-$GW_TEMPLATE} | ||
|
|
||
| ROOT_FS_LOCATION_TEMPLATE="local-zfs" |
There was a problem hiding this comment.
Didnt you create for this code-change a different PR already?
There was a problem hiding this comment.
Right. Mishandling. (again :) )
There was a problem hiding this comment.
Update 2026-03: Please remove this version then, see comment below
|
I can test this on the weekend. |
|
fyi i did test this myself and can confirm it worked. the only thing i needed to adapt was to change card0 to card1. also i am not using zfs thus i needed to change the filesystem to ROOT_FS_LOCATION_TEMPLATE="local-lvm" you can see this in my fork over at https://github.com/eikaramba/proxmox-setup-scripts |
| --ostype ubuntu \ | ||
| --password testing \ | ||
| --rootfs local-zfs:160 \ | ||
| --rootfs $ROOT_FS_LOCATION:160 \ |
There was a problem hiding this comment.
Update 2026-03: I would rather have 1 pr for 1 major change, can we remove this from this PR, because we have already 1 for this exact thing.
In my case, the cgroups values are differents. So this pull request is a purpose to automatically compute the right cgroup values