in KiB, not bytes. TODO: maybe convert to bytes?

This commit is contained in:
brent s. 2019-11-29 07:47:50 -05:00
parent add247d622
commit fcc2cb674f
1 changed files with 1 additions and 1 deletions

View File

@ -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: