If file based guest images are used you may have to increase the number of configured loop devices. The default configuration allows up to 8 active loop devices. If more than 8 file based guests or loop devices are needed the number of loop devices configured can be adjusted in /etc/modprobe.conf
. Edit /etc/modprobe.conf
and add the following line to it:
options loop max_loop=64
This example uses 64 but you can specify another number to set the maximum loop value. You may also have to implement loop device backed guests on your system. To employ loop device backed guests for a para-virtualized guest, use the phy: block device
or tap:aio
commands. To employ loop device backed guests for a full virtualized system, use the phy: device
or file: file
commands.