public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] vmstatus: make memory description consistent with pve-container
@ 2024-12-18 15:12 Daniel Kral
  2024-12-18 15:41 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Kral @ 2024-12-18 15:12 UTC (permalink / raw)
  To: pve-devel

Fixes a small typo and uses the same wording as used in pve-container's
description of the `mem` property.

Signed-off-by: Daniel Kral <d.kral@proxmox.com>
---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 90d43b78..5cde94a1 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -2794,7 +2794,7 @@ our $vmstatus_return_properties = {
 	enum => ['stopped', 'running'],
     },
     mem => {
-	description => "Current memroy usage in bytes.",
+	description => "Currently used memory in bytes.",
 	type => 'integer',
 	optional => 1,
 	renderer => 'bytes',
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-18 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-18 15:12 [pve-devel] [PATCH qemu-server] vmstatus: make memory description consistent with pve-container Daniel Kral
2024-12-18 15:41 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal