fix debug string virtual size

This commit is contained in:
Tiago Sousa 2025-09-26 21:41:48 +01:00
parent b19c70d0ea
commit 9dfa9e97d8

View file

@ -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 ");