Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-use-queueing-for-dasd
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-use-queueing-for-dasd of Package multipath-tools
tree 4e56e4957cde0f669605652224c76d160a418544 parent 0c92d585bd803faac00a0dd77e42d34e57bd9ea9 author Hannes Reinecke <hare@suse.de> 1173948291 +0100 committer Hannes Reinecke <hare@suse.de> 1173948291 +0100 [hwtable] Use queue_if_no_path for DASD It is possible to terminate I/O on individual paths quickly enough so that occasionally all paths are down. So we should rather use the queue_if_no_path feature here. References: 254116 Signed-off-by: Stefan Bader <bader@de.ibm.com> Signed-off-by: Hannes Reinecke <hare@suse.de> 668c3b492216ecdb3cb77be5eb3eeea5691a0861 libmultipath/hwtable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index cb9dec7..a708051 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -408,7 +408,7 @@ static struct hwentry default_hw[] = { .bl_product = "S/390.*", .getuid = "dasdinfo -a -b %n", .getprio = NULL, - .features = DEFAULT_FEATURES, + .features = "1 queue_if_no_path", .hwhandler = DEFAULT_HWHANDLER, .selector = DEFAULT_SELECTOR, .pgpolicy = MULTIBUS,