From fcc2cb674f80052e58948b63d9ea88bf9dcf44be Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 29 Nov 2019 07:47:50 -0500 Subject: [PATCH] in KiB, not bytes. TODO: maybe convert to bytes? --- libvirt/better_virsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/better_virsh.py b/libvirt/better_virsh.py index 8be73b4..1a8e488 100755 --- a/libvirt/better_virsh.py +++ b/libvirt/better_virsh.py @@ -90,7 +90,7 @@ class LV(object): ('isPersistent', 'persistent'), ('isUpdated', 'updated')), 'int': (('ID', 'id'), - ('maxMemory', 'max_memory_bytes'), + ('maxMemory', 'max_memory_KiB'), ('maxVcpus', 'max_vCPUs'))} for t in targets: if not verbose: