[pve-devel] [PATCH qemu-server] document for end users the differences between shutdown and stop
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Mar 3 13:53:26 CET 2016
> Emmanuel Kasper <e.kasper at proxmox.com> hat am 3. März 2016 um 13:46
> geschrieben:
>
> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
> index efac2c7..1bff2f7 100644
> --- a/PVE/API2/Qemu.pm
> +++ b/PVE/API2/Qemu.pm
> @@ -1623,7 +1623,8 @@ __PACKAGE__->register_method({
> method => 'POST',
> protected => 1,
> proxyto => 'node',
> - description => "Stop virtual machine.",
> + description => "Stop virtual machine. The qemu process will exit
> immediatly. This" .
> + "is akin to pulling the power plug of a running computer and may damage the
> VM data",
> permissions => {
> check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],
> },
s/immediatly/immediately/
More information about the pve-devel
mailing list