mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Use the block device aware resize from RawFileDisk. For block devices, verify the externally set size matches instead of calling ftruncate. For regular files, truncate as usual. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>