in KiB, not bytes. TODO: maybe convert to bytes?
This commit is contained in:
parent
add247d622
commit
fcc2cb674f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user