List Info

Thread: No blktap driver?




No blktap driver?
user name
2006-12-21 22:30:09
The blktap driver isn't built in the latest bits. Given the
problems 
with the block-loop driver, I expected it and for Yast to
have been 
converted to using it. Oversight? Or is there a reason?

Thanks,

John Byrne

_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
No blktap driver?
user name
2006-12-21 23:02:38
Oversight.  We just noticed this too; it will be on in the
next build.

Thanks...

>>> On Thu, Dec 21, 2006 at  3:30 PM, in message
<458B0AF1.4070705hp.com>, John
Byrne <john.l.byrnehp.com> wrote: 

> The blktap driver isn't built in the latest bits. Given
the problems 
> with the block- loop driver, I expected it and for Yast
to have been 
> converted to using it. Oversight? Or is there a reason?
> 
> Thanks,
> 
> John Byrne
> 
> _______________________________________________
> xenpreview- dev mailing list
> xenpreview- devforge.novell.com
> 
http://forge.novell.com/mailman/listinfo/xenpreview- dev


_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
No blktap driver?
user name
2006-12-22 01:51:09
There looked to be fix for qcow that just missed Xen 3.0.4.
Any chance 
of pulling it in? (Some of us are really interested in
qcow.)

Thanks,

John

Charles Coffing wrote:
> Oversight.  We just noticed this too; it will be on in
the next build.
> 
> Thanks...
> 
>>>> On Thu, Dec 21, 2006 at  3:30 PM, in
message <458B0AF1.4070705hp.com>, John
> Byrne <john.l.byrnehp.com> wrote: 
> 
>> The blktap driver isn't built in the latest bits.
Given the problems 
>> with the block- loop driver, I expected it and for
Yast to have been 
>> converted to using it. Oversight? Or is there a
reason?
>>
>> Thanks,
>>
>> John Byrne
>>
>> _______________________________________________
>> xenpreview- dev mailing list
>> xenpreview- devforge.novell.com
>> 
http://forge.novell.com/mailman/listinfo/xenpreview- dev
> 
> 
> 

_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
No blktap driver?
user name
2006-12-22 22:03:33
I'll do this next week.  Build guy is out next week, though,
so it'll be after the new year before it's on XTP.  :-/


>>> On Thu, Dec 21, 2006 at  6:51 PM, in message
<458B3A0D.6070009hp.com>, John
Byrne <john.l.byrnehp.com> wrote: 
> There looked to be fix for qcow that just missed Xen
3.0.4. Any chance 
> of pulling it in? (Some of us are really interested in
qcow.)
> 
> Thanks,
> 
> John
> 
> Charles Coffing wrote:
>> Oversight.  We just noticed this too; it will be on
in the next build.
>> 
>> Thanks...
>> 
>>>>> On Thu, Dec 21, 2006 at  3:30 PM, in
message <458B0AF1.4070705hp.com>, John
>> Byrne <john.l.byrnehp.com> wrote: 
>> 
>>> The blktap driver isn't built in the latest
bits. Given the problems 
>>> with the block-  loop driver, I expected it and
for Yast to have been 
>>> converted to using it. Oversight? Or is there a
reason?
>>>
>>> Thanks,
>>>
>>> John Byrne
>>>
>>> _______________________________________________
>>> xenpreview-  dev mailing list
>>> xenpreview-  devforge.novell.com
>>> 
http://forge.novell.com/mailman/listinfo/xenpreview- 
dev
>> 
>> 
>> 


_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
No blktap driver?
user name
2007-01-03 01:16:11
Charles,

A couple of things you may not yet have run in to.

1.) blktap won't build as a module. The patch I just
submitted to 
xen-devel is attached. You can work around it without the
patch by 
defining both CONFIG_XEN_BACKEND and CONFIG_XEN_BLKDEV_TAP
to "y" in the 
config.

2.) The "tap:aio" driver doesn't work if
CONFIG_NFS_DIRECTIO is set to 
"y". You might consider disabling this in your
config.

John

Charles Coffing wrote:
> I'll do this next week.  Build guy is out next week,
though, so it'll be after the new year before it's on XTP. 
:-/
> 
> 
>>>> On Thu, Dec 21, 2006 at  6:51 PM, in
message <458B3A0D.6070009hp.com>, John
> Byrne <john.l.byrnehp.com> wrote: 
>> There looked to be fix for qcow that just missed
Xen 3.0.4. Any chance 
>> of pulling it in? (Some of us are really interested
in qcow.)
>>
>> Thanks,
>>
>> John
>>
>> Charles Coffing wrote:
>>> Oversight.  We just noticed this too; it will
be on in the next build.
>>>
>>> Thanks...
>>>
>>>>>> On Thu, Dec 21, 2006 at  3:30 PM,
in message <458B0AF1.4070705hp.com>, John
>>> Byrne <john.l.byrnehp.com> wrote: 
>>>
>>>> The blktap driver isn't built in the latest
bits. Given the problems 
>>>> with the block-  loop driver, I expected it
and for Yast to have been 
>>>> converted to using it. Oversight? Or is
there a reason?
>>>>
>>>> Thanks,
>>>>
>>>> John Byrne
>>>>
>>>>
_______________________________________________
>>>> xenpreview-  dev mailing list
>>>> xenpreview-  devforge.novell.com
>>>> 
http://forge.novell.com/mailman/listinfo/xenpreview- 
dev
>>>
>>>
> 
> 
> 

_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
No blktap driver?
user name
2007-01-03 01:17:26
Oops. (Trivial) Patch attached.

John Byrne wrote:
> Charles,
> 
> A couple of things you may not yet have run in to.
> 
> 1.) blktap won't build as a module. The patch I just
submitted to 
> xen-devel is attached. You can work around it without
the patch by 
> defining both CONFIG_XEN_BACKEND and
CONFIG_XEN_BLKDEV_TAP to "y" in the 
> config.
> 
> 2.) The "tap:aio" driver doesn't work if
CONFIG_NFS_DIRECTIO is set to 
> "y". You might consider disabling this in
your config.
> 
> John
> 
> Charles Coffing wrote:
>> I'll do this next week.  Build guy is out next
week, though, so it'll 
>> be after the new year before it's on XTP.  :-/
>>
>>
>>>>> On Thu, Dec 21, 2006 at  6:51 PM, in
message 
>>>>> <458B3A0D.6070009hp.com>, John
>> Byrne <john.l.byrnehp.com> wrote:
>>> There looked to be fix for qcow that just
missed Xen 3.0.4. Any 
>>> chance of pulling it in? (Some of us are really
interested in qcow.)
>>>
>>> Thanks,
>>>
>>> John
>>>
>>> Charles Coffing wrote:
>>>> Oversight.  We just noticed this too; it
will be on in the next build.
>>>>
>>>> Thanks...
>>>>
>>>>>>> On Thu, Dec 21, 2006 at  3:30
PM, in message 
>>>>>>> <458B0AF1.4070705hp.com>, John
>>>> Byrne <john.l.byrnehp.com> wrote:
>>>>> The blktap driver isn't built in the
latest bits. Given the 
>>>>> problems with the block-  loop driver,
I expected it and for Yast 
>>>>> to have been converted to using it.
Oversight? Or is there a reason?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> John Byrne
>>>>>
>>>>>
_______________________________________________
>>>>> xenpreview-  dev mailing list
>>>>> xenpreview-  devforge.novell.com
>>>>> 
http://forge.novell.com/mailman/listinfo/xenpreview- 
dev
>>>>
>>>>
>>
>>
>>
> 
> 

_______________________________________________
xenpreview-dev mailing list
xenpreview-devforge.novell.com
http://forge.novell.com/mailman/listinfo/xenpreview-dev
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )