All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Can Xen deal with minors greater than 255?
       [not found] ` <bc0c36d30602030954o936c010tb5ed2f683ce331f6@mail.gmail.com>
@ 2006-02-06 22:25   ` David Muench
  2006-02-06 22:32     ` Henning Sprang
  0 siblings, 1 reply; 4+ messages in thread
From: David Muench @ 2006-02-06 22:25 UTC (permalink / raw)
  To: xen-users, xen-devel List

Anybody?

Should I file a bug?

Thanks,
Dave

On 2/3/06, David Muench <davemuench@gmail.com> wrote:
> Forgot to mention, I'm running Xen 2.0.7.
>
> Dave
>
> On 2/3/06, David Muench <davemuench@gmail.com> wrote:
> > I've been reworking my Xen setup again, and am having problems adding
> > an AOE (ata over ethernet) device to a domU. If I assign the
> > /dev/etherd/e1.0p1 directly to the domU, I get this error:
> >
> > root@sol:/dom/luna# xm create luna.conf -c
> > Using config file "luna.conf".
> > Error: Adding extent to vbd failed: device (vbd (uname
> > phy:etherd/e1.0p1) (dev sda1) (mode w)), error 8
> > root@sol:/dom/luna#
> >
> > Here is the disk line from my luna.conf:
> >
> > disk = ['phy:etherd/e1.0p1,sda1,w', 'phy:etherd/e1.0p2,sdb1,w']
> >
> > I noticed my e1.0 devices have a minor greater than 255:
> >
> > brw-rw----  1 root disk 152,  256 Feb  3 08:04 e1.0
> > brw-rw----  1 root disk 152,  257 Feb  3 10:21 e1.0p1
> > brw-rw----  1 root disk 152,  258 Feb  3 10:21 e1.0p2
> >
> > I made a test e0.0 device to test the theory:
> >
> > brw-rw----  1 root disk 152,    0 Feb  3 11:30 e0.0
> > brw-rw----  1 root disk 152,    1 Feb  3 11:30 e0.0p1
> >
> > And I can assign that without problems.
> >
> > My AOE minors go well up into the thousands - is there a workaround?
> >
> > Thanks,
> > Dave
> >
> > --
> > David Muench - davemuench@gmail.com
> > Jabber/Google Talk: davemuench@gmail.com
> >
>
>
> --
> David Muench - davemuench@gmail.com
> Jabber/Google Talk: davemuench@gmail.com
>


--
David Muench - davemuench@gmail.com
Jabber/Google Talk: davemuench@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: Can Xen deal with minors greater than 255?
  2006-02-06 22:25   ` Can Xen deal with minors greater than 255? David Muench
@ 2006-02-06 22:32     ` Henning Sprang
  2006-02-07  0:00       ` David Muench
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Sprang @ 2006-02-06 22:32 UTC (permalink / raw)
  To: xen-users; +Cc: xen-devel List

David Muench wrote:
> Anybody?
> 
> Should I file a bug?

Maybe check first if the problem still exists in xen 3.0.1

Henning

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: Can Xen deal with minors greater than 255?
  2006-02-06 22:32     ` Henning Sprang
@ 2006-02-07  0:00       ` David Muench
  2006-02-07  0:10         ` Re: [Xen-users] " Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: David Muench @ 2006-02-07  0:00 UTC (permalink / raw)
  To: Henning Sprang; +Cc: xen-devel List, xen-users

On 2/6/06, Henning Sprang <henning_sprang@gmx.de> wrote:
> David Muench wrote:
> > Anybody?
> >
> > Should I file a bug?
>
> Maybe check first if the problem still exists in xen 3.0.1
>
> Henning

Can't, I am dependent on PCI passthrough. I'm hoping 2.0 isn't abandoned yet..

Dave

--
David Muench - davemuench@gmail.com
Jabber/Google Talk: davemuench@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: [Xen-users] Re: Can Xen deal with minors greater than 255?
  2006-02-07  0:00       ` David Muench
@ 2006-02-07  0:10         ` Keir Fraser
  0 siblings, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2006-02-07  0:10 UTC (permalink / raw)
  To: David Muench; +Cc: Henning Sprang, xen-devel List, xen-users


On 7 Feb 2006, at 00:00, David Muench wrote:

>> David Muench wrote:
>>> Anybody?
>>>
>>> Should I file a bug?
>>
>> Maybe check first if the problem still exists in xen 3.0.1
>>
>> Henning
>
> Can't, I am dependent on PCI passthrough. I'm hoping 2.0 isn't 
> abandoned yet..

2.0 is only receiving simple bug fixes. This one would be painful 
enough to fix that we're unlikely to bother, unless we are sent a 
patch. I think it would break the 2.0 I/O interfaces anyway, as the 8+8 
major/minor split is baked into the control interfaces.

PCI passthrough will be in 3.0 series within a week or two.

  -- Keir

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-07  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bc0c36d30602030834o40776dfbya1f930093513863b@mail.gmail.com>
     [not found] ` <bc0c36d30602030954o936c010tb5ed2f683ce331f6@mail.gmail.com>
2006-02-06 22:25   ` Can Xen deal with minors greater than 255? David Muench
2006-02-06 22:32     ` Henning Sprang
2006-02-07  0:00       ` David Muench
2006-02-07  0:10         ` Re: [Xen-users] " Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.