* [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
* [pve-devel] applied: [PATCH qemu-server] vmstatus: make memory description consistent with pve-container
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 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-12-18 15:41 UTC (permalink / raw)
To: Proxmox VE development discussion, Daniel Kral
Am 18.12.24 um 16:12 schrieb Daniel Kral:
> 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(-)
>
>
applied, thanks!
_______________________________________________
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