From: "Dominic Jäger" <d.jaeger@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server] qm list: Particularize parameter description
Date: Thu, 27 Aug 2020 12:35:45 +0200 [thread overview]
Message-ID: <20200827103545.63007-1-d.jaeger@proxmox.com> (raw)
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
reply other threads:[~2020-08-27 10:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200827103545.63007-1-d.jaeger@proxmox.com \
--to=d.jaeger@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.