xen每次只能启动8个domailn,再打开时就会报错误.
[root@localhost auto]# xm create **
Using config file "./**".
Error: destroyDevice() takes exactly 3 arguments (2 given)
解决方法:
shutdown all guests.
rmmod loop
echo 'options loop max_loop=255' > /etc/modprobe.d/loop.local
modprobe loop
Look for this afterwards:
#dmesg |grep loop
loop: loaded (max 255 devices)
xend stop
xend start
xm create **
子系统正常启动
阅读(751) | 评论(0) | 转发(0) |