[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] Problem with blktap2
- To: xen-devel@xxxxxxxxxxxxxxxxxxx
- From: Jun Koi <junkoi2004@xxxxxxxxx>
- Date: Fri, 19 Jun 2009 11:38:03 +0900
- Delivery-date: Thu, 18 Jun 2009 19:38:28 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Rp9yh0chFROE/cTfCsehi6TOEkjXt9LxOb46Cy33GQY=; b=VF/XCZyeKygncLKGM80HfGVd1rUWLR6Bv1Eq+gGLYhTY60aKVFxMYdSuPniMUNLpAx wzz3OhtSylReXpwcJ0W8R78cDOtwhqALEwdCGf2QTH9lO+HunTedz9obwY9zlS2fP9Qx 4TRh+s3OCJjHV96CBOwvlygSgMcvD4YNcUaQQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Fbb7WV26hrsNZgJpAXuBkG1zMMQn/K1DnW3rGbmxSVtaSFo/G3mqnAwSnPuLKCQrsc DMKCtj30ZJ3/rfVM+YtV930lp/wvhupR+Rxwwafs4jd152lYLdyeN4bSjZng2s/eFt52 G41hg+h7vBicItUjk0vCbFO1URZmQXWSXSZ0s=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
Hi,
I am trying to use the unstable tree (changeset: 19738) to run some old images.
My old configuration file has:
disk = ['tap:qcow2:/home/xen/img.qcow2.ubuntu904,hda,w']
I got the error like:
----
Using config file "./ubuntu904.cfg".
Error: need more than 3 values to unpack
I guess that I should modify the disk configuration for new blktap2,
so I changed it to :
disk = ['tap:aio:qcow:/home/xen/img.qcow2.ubuntu904,hda,w']
----
but then i still got the error like below:
----
Using config file "./ubuntu904.cfg".
Error: Failed to create device.
stdout: vbd open failed: -1
stderr:
Check that target "/home/xen/img.qcow2.ubuntu904" exists and that
blktap2 driver installed in dom0.
----
I can confirm that I have blktap2 installed, as in
/boot/config-2.6.18.8-xen I have:
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_BLKDEV_TAP2=y
So how can I fix the problem now?
Thanks,
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel