Several physical disks to KVM guest

antechno

Member
Feb 9, 2017
9
0
21
41
Hi guys,
I would like to know if it is possible to assign more than one physical disk to a Linux KVM guest already working (Debian 10 buster)

I'm going to assign one passthrough SSD disk (1.92 TB) to VM, create an LVM volume group and one LV to extend, if it's necessary, with a second SSD disk passthrough for increase the total size.

Do you think is feasiblea?

Thanks a lot
 
Last edited:
Without shutting down the VM? Not sure. But you should be able to pass through multiple physical disks to the VM.
 
Without shutting down the VM? Not sure. But you should be able to pass through multiple physical disks to the VM.

I can shutdown the VM safely.
Is it a good job create an LVM structure between the two SSD passthrough? Is it safe and reliable? I want to create the logical volume from the bash of Debian VM and mount it inside.
Thanks for your help