summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/877498
blob: b4040d94b2e756bb8283a250ffd58e04295862cb (plain) (blame)
1
2
3
4
qemu does not pass sector size from physical devices to virtual devices

When passing a physical disk (i.e. a multipathed fcal volume in my case) with a 4k sector size as raw image to qemu (-drive file=/dev/mapper/hartebeest-sys,if=none,id=drive-virtio-disk0,boot=on,format=raw), the resulting virtual device has a sector size of 512b, rendering the partition table unusable!