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. |
||
---|---|---|
.. | ||
boot_image_spec.rb | ||
cert_server_setup_spec.rb | ||
cloud_hypervisor_spec.rb | ||
slice_setup_spec.rb | ||
spdk_rpc_spec.rb | ||
spdk_setup_spec.rb | ||
storage_key_encryption_spec.rb | ||
storage_key_tool_spec.rb | ||
storage_volume_spec.rb | ||
vm_path_spec.rb | ||
vm_setup_spec.rb |