All of lore.kernel.org
 help / color / mirror / Atom feed
* multipathing Sun 6140
@ 2008-06-04 21:14 Gustavo Riveros
  2008-06-13 14:27 ` Konrad Rzeszutek
  2008-06-13 17:32 ` Chandra Seetharaman
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Riveros @ 2008-06-04 21:14 UTC (permalink / raw)
  To: dm-devel; +Cc: julio.pacheco

Hi dm-developers,

I'm having problem with multipathing device-mapper with my linux server, 
but this was resolved by Thread "multipathing flip flopping on Sun 6140" 
very well 
(http://www.redhat.com/archives/dm-devel/2007-August/msg00066.html)

The configuration is the same:

X4600 Server
2 HBA's Emulex
SAN STK6140

but in dmesg i have the following error message:

Buffer I/0 error on device sdf, logical block 0
end_request: I/0 error, dev sdf, sector 0

Did you know the error message?

Thanks,
Gustavo Riveros

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

* Re: multipathing Sun 6140
  2008-06-04 21:14 multipathing Sun 6140 Gustavo Riveros
@ 2008-06-13 14:27 ` Konrad Rzeszutek
  2008-06-13 17:32 ` Chandra Seetharaman
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek @ 2008-06-13 14:27 UTC (permalink / raw)
  To: device-mapper development; +Cc: julio.pacheco

On Wed, Jun 04, 2008 at 05:14:57PM -0400, Gustavo Riveros wrote:
> Hi dm-developers,
>
> I'm having problem with multipathing device-mapper with my linux server, 
> but this was resolved by Thread "multipathing flip flopping on Sun 6140" 
> very well 
> (http://www.redhat.com/archives/dm-devel/2007-August/msg00066.html)

That multipath.conf entry seems to be missing some key elements:

     device {
                vendor                  "SUN"
                product                 "CSM200_R"
                product_blacklist       "Universal Xport"
                features                "1 queue_if_no_path"
                path_checker    rdac
                hardware_handler        "1 rdac"
                path_grouping_policy    group_by_prio
                prio                    "rdac"
                failback                immediate
        }

>
> The configuration is the same:
>
> X4600 Server
> 2 HBA's Emulex
> SAN STK6140
>
> but in dmesg i have the following error message:
>
> Buffer I/0 error on device sdf, logical block 0
> end_request: I/0 error, dev sdf, sector 0
>
> Did you know the error message?

That would imply you are using the 'readsector0' checker program
instead of the 'rdac' one.

The multipath.conf above assumes that this controller is indeed an RDAC
one. I don't have one so the configuration might be completly wrong.

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

* Re: multipathing Sun 6140
  2008-06-04 21:14 multipathing Sun 6140 Gustavo Riveros
  2008-06-13 14:27 ` Konrad Rzeszutek
@ 2008-06-13 17:32 ` Chandra Seetharaman
  1 sibling, 0 replies; 3+ messages in thread
From: Chandra Seetharaman @ 2008-06-13 17:32 UTC (permalink / raw)
  To: device-mapper development; +Cc: julio.pacheco


On Wed, 2008-06-04 at 17:14 -0400, Gustavo Riveros wrote:
> Hi dm-developers,
> 
> I'm having problem with multipathing device-mapper with my linux server, 
> but this was resolved by Thread "multipathing flip flopping on Sun 6140" 
> very well 
> (http://www.redhat.com/archives/dm-devel/2007-August/msg00066.html)
> 
> The configuration is the same:
> 
> X4600 Server
> 2 HBA's Emulex
> SAN STK6140
> 
> but in dmesg i have the following error message:
> 
> Buffer I/0 error on device sdf, logical block 0
> end_request: I/0 error, dev sdf, sector 0
> 
> Did you know the error message?

This is the error message that is printed when the lun is accesses thru
the passive paths. These are _not_ a problem.

They will not appear if all the access to the luns are thru the dm
devices (in which case you will see these only during device probing
time.

I am pushing a set of patches (currently in -mm, and hopefully will get
into 2.6.27) that will get rid of these messages.

> 
> Thanks,
> Gustavo Riveros
> 
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel

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

end of thread, other threads:[~2008-06-13 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 21:14 multipathing Sun 6140 Gustavo Riveros
2008-06-13 14:27 ` Konrad Rzeszutek
2008-06-13 17:32 ` Chandra Seetharaman

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.