mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2024-12-22 13:34:06 +03:00
vmstatus: make memory description consistent with pve-container
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>
This commit is contained in:
parent
f6c7916749
commit
6b2091da7f
@ -2794,7 +2794,7 @@ our $vmstatus_return_properties = {
|
|||||||
enum => ['stopped', 'running'],
|
enum => ['stopped', 'running'],
|
||||||
},
|
},
|
||||||
mem => {
|
mem => {
|
||||||
description => "Current memroy usage in bytes.",
|
description => "Currently used memory in bytes.",
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
renderer => 'bytes',
|
renderer => 'bytes',
|
||||||
|
Loading…
Reference in New Issue
Block a user