All of lore.kernel.org
 help / color / mirror / Atom feed
* feature="1 queue_if_no_path" vs. no_path_retry=queue
@ 2011-09-16 22:47 Oren Held
  2011-09-20  3:05 ` Kiyoshi Ueda
  0 siblings, 1 reply; 2+ messages in thread
From: Oren Held @ 2011-09-16 22:47 UTC (permalink / raw)
  To: dm-devel

Hi,

According to all docs I've read, and some code, the following settings seem to have the same effect:
1. Setting features = "1 queue_if_no_path"
2. Setting no_path_retry = "queue"

Now that's confusing, especially when having conflicting configuration, e.g., from hwtable.c:
                /* IBM DS4100 */
                .vendor        = "IBM",
                .product       = "1724",
                .features      = "1 queue_if_no_path",
                .no_path_retry = 300,

It's not clear enough what would be the resulting behavior of this configuration.

Did I get it right? Is there a reason for keeping the features = "1 queue_if_no_path" option available in multipath-tools?

Thanks

Regards

- Oren

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

end of thread, other threads:[~2011-09-20  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 22:47 feature="1 queue_if_no_path" vs. no_path_retry=queue Oren Held
2011-09-20  3:05 ` Kiyoshi Ueda

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.