<div dir="ltr"><div><div><div>Hi, I need to create a vdi with the exact same size of a logical volume (in general, of a block device).<br><br>lvdisplay --unit K /dev/vg00/test | grep 'LV Size'<br>  LV Size                524288,00 kB<br>
<br>dog vdi list -r test_mirror<br>= test_mirror 0 536870912 0 0 1391435637 fc8681 2:1<br><br></div>As you can see, device size doesn't match.<br></div><div>Is there a specific reason?<br></div><div>Is it possible to get the exact size I require?<br>
</div><br><br></div><div>Nonetheless I can't use Byte unit to create a vdi.<br></div><div>In the above example, LV Size is multiple of 1024 but, in other cases, I need to specify a size that is not a multiple of 1024.<br>
<br></div><div>Eg:<br><br>lvdisplay --unit K /dev/ssd/win7office  | grep 'LV Size'<br>  LV Size                54760833,02 kB<br><br></div><div>It would be cool to be able to use Byte as unit<br><br>lvdisplay --unit B /dev/ssd/win7office  | grep 'LV Size'<br>
  LV Size                54760833024 B<br><br></div><div>dog vdi create win7office_mirror 54760833024B<br><br>'You may use k, M, G, T or P suffixes for kilobytes, megabytes, gigabytes, terabytes and petabytes.'<br>
<br></div><div>Thank you.<br></div></div>