Files
ubicloud/rhizome/host/spec
Maciek Sarnowicz 82ce73988c Rhizome part - Retaining bursting limits after VM restart
Vm restart was simply calling systemctl directly and that was wiping out the cpu burst limit from a cgroup settings. Those settings are not persisted anywhere and have to be re-set every time the service restarts. This was handled for the host restart, but not for the VM restart.

To fix, I added a new method in the vm_setup and call it from setup-vm master script. The nexus will call that script.
2025-02-19 09:20:28 -08:00
..