Hello,
I am trying to create a Xen guest Domain via NFS .
The server is also located on the same subnet.
On trying to do so am getting the error :
Device 769 (vbd) could not be connected. Hotplug
scripts not working.
And here are the logs:
Any help would be appreciated
Thanks,
Dakshina
[2006-07-25 19:55:50 xend] INFO (image:131)
buildDomain os=linux dom=5 vcpus=1
[2006-07-25 19:55:50 xend] DEBUG (image:169) dom
= 5
[2006-07-25 19:55:50 xend] DEBUG (image:170) image
= /boot/vmlinuz-xen
[2006-07-25 19:55:50 xend] DEBUG (image:171)
store_evtchn = 1
[2006-07-25 19:55:50 xend] DEBUG (image:172)
console_evtchn = 2
[2006-07-25 19:55:50 xend] DEBUG (image:173) cmdline
=
ip=129.158.239.225:129.158.239.223:::suse-xen:eth0:off
root=/dev/nfs nfsroot=129.158.239.223:/suse 3
[2006-07-25 19:55:50 xend] DEBUG (image:174) ramdisk
=
[2006-07-25 19:55:50 xend] DEBUG (image:175) vcpus
= 1
[2006-07-25 19:55:50 xend] DEBUG (DevController:256)
DevController: writing {'virtual-device': '769',
'backend-id': '0', 'backend':
'/local/domain/0/backend/vbd/5/769'} to
/local/domain/5/device/vbd/769.
[2006-07-25 19:55:50 xend] DEBUG (DevController:258)
DevController: writing {'domain': 'myxen', 'params':
'/suse/suse.img', 'frontend-id': '5', 'type': 'file',
'dev': 'hda1', 'frontend':
'/local/domain/5/device/vbd/769'} to
/local/domain/0/backend/vbd/5/769.
[2006-07-25 19:57:50 xend.XendDomainInfo] ERROR
(XendDomainInfo:160) Domain construction failed
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 154, in create
vm.initDomain()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1060, in initDomain
self.createDevices()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1173, in createDevices
self.createDevice(n, c)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 848, in createDevice
return
self.getDeviceController(deviceClass).createDevice(devconfig)
File
"/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py",
line 66, in createDevice
raise VmError( ("Device %s (%s) could not be
connected. "
VmError: Device 769 (vbd) could not be connected.
Hotplug scripts not working
[2006-07-25 19:57:50 xend.XendDomainInfo] DEBUG
(XendDomainInfo:1107) XendDomainInfo.destroy: domid=5
[2006-07-25 19:57:50 xend.XendDomainInfo] DEBUG
(XendDomainInfo:1115) XendDomainInfo.destroyDomain(5)
[2006-07-25 19:57:50 xend] ERROR (xswatch:50)
read_watch failed
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 48, in watchMain
watch.fn(*watch.args, **watch.kwargs)
File
"/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py",
line 267, in hotplugStatus
status = self.readBackend(devid,
HOTPLUG_STATUS_NODE)
File
"/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py",
line 201, in readBackend
return xstransact.Read(backpath, *args)
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 225, in Read
t = cls(path)
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 17, in __init__
self.path = path.rstrip("/")
AttributeError: 'NoneType' object has no attribute
'rstrip'
[2006-07-25 19:57:50 xend] ERROR (SrvBase:87) Request
create failed.
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/xen/web/SrvBase.py",
line 85, in perform
return op_method(op, req)
File
"/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py",
line 82, in op_create
raise XendError("Error creating domain: " +
str(ex))
XendError: Error creating domain: Device 769 (vbd)
could not be connected. Hotplug scripts not working
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|