* [pve-devel] [PATCH qemu-server] qm list: Particularize parameter description
@ 2020-08-27 10:35 Dominic Jäger
0 siblings, 0 replies; only message in thread
From: Dominic Jäger @ 2020-08-27 10:35 UTC (permalink / raw)
To: pve-devel
The only place where I have found a description about what "full status" (in
contrast to default) means has been the git log and I don't think the average
user looks there.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
---
PVE/API2/Qemu.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 8da616a..d04c6ea 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -394,7 +394,8 @@ __PACKAGE__->register_method({
full => {
type => 'boolean',
optional => 1,
- description => "Determine the full status of active VMs.",
+ description => "Determine the full status of active VMs.".
+ "This includes especially the 'paused' state.",
},
},
},
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-27 10:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 10:35 [pve-devel] [PATCH qemu-server] qm list: Particularize parameter description Dominic Jäger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.