Stéphane Graber
Stéphane Graber
https://github.com/lxc/incus/pull/2747 has the fix for the paused case
If you can somehow implement it, it'd definitely be nice to have it but last I checked, the NVRAM format wasn't exactly the most trivial thing to interact with from...
I seem to remember $someone having a rough implementation of the NVRAM structures in python. No idea how good those were and if they actually work in all situations given...
https://github.com/awslabs/python-uefivars is what I had in mind
We're trying to avoid them like the plague but we don't always control what a distro may be shipping :)
Given we should be in control of what key namespace is supported (as we're not on hardware with vendor specific extensions), the latter should be fine, though I'd probably want...
Hmm, what happens if I have custom ownership (user/group), ACLs or xattrs on the config file?
The ExecStop would be fine I think.
A CLI flag would be somewhat tricky as the scope logic is pretty deep into the cgroup handling. But an additional config option would be pretty easy to reach from...
@tomponline thoughts?