2 Setting multiple disk image files

Refer to module 0148 for the basic instructions. We will only address instructions that are specific to RAID and LVM configuration.

The first step is to set up multiple disk image files, one for each hard disk drive of the virtual machine. Use the following command to set up each image file (change the file name). Make sure you remember the path to the image files.

qemu-img create -f qcow2 hd1.qcow2 1GB  
  

Name your files hd1.qcow2, hd2.qcow2 and hd3.qcow2.