|
|
|
|
|
|
|
|
|
|
xen-users
Re: Fwd: [Xen-users] Overcoming loopback device limitation - revisited
On Tue, Aug 01, 2006 at 01:06:04AM +0100, john maclean wrote:
> still no joy. Managed to bring some domUs back to life though. Only
> had one, now I got four.
> acid:~# losetup -f
> losetup: could not find any free loop device
Remove the max_loop setting from the boot line.
Instead run:
echo 'options loop max_loop=255' > /etc/modprobe.d/loop.local
Now if you have no domains running you should be able to do:
rmmod loop
modprobe loop
dmesg | grep loop
The last line should show you that you have >8 loaded.
Steve
--
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|