mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 08:41:39 +00:00
api: stop: reword overrule-shutdown parameter description
The previous wording made it sound like all "visible" tasks were aborted, which is not the case: A user with Sys.Audit but without Sys.Modify may see a task that was started by a different user, but overrule-shutdown would not abort the task. Change wording to better reflect that not all visible tasks may be aborted. Also, add a full-stop that was previously missing. Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
This commit is contained in:
parent
b04a334eab
commit
9f3651d9b7
@ -3043,7 +3043,7 @@ __PACKAGE__->register_method({
|
||||
default => 0,
|
||||
},
|
||||
'overrule-shutdown' => {
|
||||
description => "Abort any active and visible 'qmshutdown' tasks before stopping",
|
||||
description => "Try to abort active 'qmshutdown' tasks before stopping.",
|
||||
optional => 1,
|
||||
type => 'boolean',
|
||||
default => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user