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'),
|
('isPersistent', 'persistent'),
|
||||||
('isUpdated', 'updated')),
|
('isUpdated', 'updated')),
|
||||||
'int': (('ID', 'id'),
|
'int': (('ID', 'id'),
|
||||||
('maxMemory', 'max_memory_bytes'),
|
('maxMemory', 'max_memory_KiB'),
|
||||||
('maxVcpus', 'max_vCPUs'))}
|
('maxVcpus', 'max_vCPUs'))}
|
||||||
for t in targets:
|
for t in targets:
|
||||||
if not verbose:
|
if not verbose:
|
||||||
|
Loading…
Reference in New Issue
Block a user