Re: [pve-devel] [PATCH guest-common v2 1/6] guest helpers: add helper to overrule active tasks of a specific type

2024-04-06 Thread Thomas Lamprecht
Am 05/04/2024 um 15:13 schrieb Friedrich Weber: > On 04/04/2024 17:20, Thomas Lamprecht wrote: >> Or does it even make sense to check this at all? >> As long as the user has the rights to execute a stop they probably >> should also be able to force it at any time, even for other users? > > The use

Re: [pve-devel] [PATCH container v2 3/6] fix #4474: lxc api: add overrule-shutdown parameter to stop endpoint

2024-04-06 Thread Thomas Lamprecht
Am 30/01/2024 um 18:10 schrieb Friedrich Weber: > The new `overrule-shutdown` parameter is boolean and defaults to 0. If > it is 1, all active `vzshutdown` tasks by the current user for the same > CT are aborted before attempting to stop the CT. > > Passing `overrule-shutdown=1` is forbidden for H