[pve-devel] [PATCH qemu-server] vmstatus: make memory description consistent with pve-container

Daniel Kral d.kral at proxmox.com
Wed Dec 18 16:12:21 CET 2024


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 at 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





More information about the pve-devel mailing list