[pve-devel] [PATCH qemu-server] qm list: Particularize parameter description
Dominic Jäger
d.jaeger at proxmox.com
Thu Aug 27 12:35:45 CEST 2020
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 at 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
More information about the pve-devel
mailing list