fix debug string virtual size
This commit is contained in:
parent
b19c70d0ea
commit
9dfa9e97d8
1 changed files with 1 additions and 1 deletions
|
|
@ -964,7 +964,7 @@ sub volume_underlay_resize {
|
|||
}
|
||||
|
||||
my $virtual_size = int($json_decode->{'virtual-size'} / 1024);
|
||||
syslog("info", "current qcow2 virtual size $virtual_size B\n");
|
||||
syslog("info", "current qcow2 virtual size $virtual_size KiB\n");
|
||||
|
||||
my $underlay_size = lv_size($path, 10);
|
||||
syslog("info", "current underlay size $underlay_size B\n ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue