Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-correct-dasdinfo-args
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-correct-dasdinfo-args of Package multipath-tools
tree a6e03b855babafde1adb72368cd9882788292acc parent 9cecc14d5bd90dfc35ef041faae58b150d0c3de4 author Hannes Reinecke <hare@suse.de> 1177321882 +0200 committer Hannes Reinecke <hare@suse.de> 1177321882 +0200 [hwtable] Fixup uid callout for DASD 'dasdinfo' should be called with arguments '-u -b'. References: 245342 Signed-off-by: Hannes Reinecke <hare@suse.de> 5e3a841e232b2bf29fc4ea46aa5af2fc26cf0c22 libmultipath/hwtable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index b774eb2..9132ca0 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -406,7 +406,7 @@ static struct hwentry default_hw[] = { .vendor = "IBM", .product = "S/390 DASD ECKD", .bl_product = "S/390.*", - .getuid = "dasdinfo -a -b %n", + .getuid = "dasdinfo -u -b %n", .getprio = NULL, .features = "1 queue_if_no_path", .hwhandler = DEFAULT_HWHANDLER,