[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Help/problems with blktap on xen-unstable
Am Mittwoch, den 20.09.2006, 08:37 +0200 schrieb Roland Paterson-Jones: > I've been trying to play with the new blktap support in xen-unstable. > > First, an observation - blktapctrl is pinned at 100% CPU: Do you have a 3Ware controller or something? On my machine, the controller management interface (/dev/twe*) gets assigned the major 254, and XEN has the same major hardcoded, and the registration therefore fails. blktapctrl then creates its device nodes /dev/xen/tapctrl* with major 254 and tries to talk to it. The twe driver doesn't understand its ioctl's and blktapctrl tries to resend its commands in an infinite loop. The plan (according to blktap.c) is to make the registration of the device node major number dynamic: #define BLKTAP_DEV_MAJOR 254 /* TODO: Make major number dynamic * * and create devices in the kernel * */ Nobody has done so yet. Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |