Bug 720803

Summary: "Invalid keyword" errors on configuration directives that should not be invalid
Product: Red Hat Enterprise Linux 5 Reporter: Zach Carlson <zcarlson>
Component: device-mapper-multipathAssignee: LVM and device-mapper development team <lvm-team>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.6CC: agk, bmarzins, bmr, dwysocha, heinzm, mbroz, prajnoha, prockai, zkabelac
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-12 19:59:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Zach Carlson 2011-07-12 19:47:26 UTC
Description of problem:

Anytime multipath is run, it warns about invalid keywords in multipath.conf even though those exact keywords are also present in /usr/share/doc/device-mapper-multipath-0.4.7/multipath.conf.annotated

Version-Release number of selected component (if applicable):

device-mapper-multipath 0.4.7

How reproducible:

Always

Steps to Reproduce:
1. Run multipath -l in console
2. Watch errors come up
  
Actual results:

mulipath.conf line 69, invalid keyword: path_checker
mulipath.conf line 72, invalid keyword: features
mulipath.conf line 81, invalid keyword: path_checker
mulipath.conf line 84, invalid keyword: features
mulipath.conf line 93, invalid keyword: path_checker
mulipath.conf line 96, invalid keyword: features
mulipath.conf line 132, invalid keyword: fallback
mulipath.conf line 133, invalid keyword: path_selected


Expected results:

No warnings of this sort whatsoever

Additional info:

Most functionality doesn't appear hindered, but I'm not entirely certain at this point that multipath is behaving as expected. 

[root@<server> ~]# grep -E 'path_checker|features|fallback|path_selected' /usr/share/doc/device-mapper-multipath-0.4.7/multipath.conf.annotated
#	# name    : path_checker
#	#path_checker	readsector0
#	# name    : features
#	# desc    : The default extra features of multipath devices. The
#	features        "1 queue_if_no_path"
#		# name    : path_checker
#		path_checker		readsector0
#		# name    : features
#		# desc    : The default extra features of multipath devices. The
#		features        "1 queue_if_no_path"
#		path_checker		tur

Comment 1 Zach Carlson 2011-07-12 19:56:26 UTC
I did not read the documentation as thoroughly as I should have and that is why the misconfiguration slipped in -- plus, when it was introduced, that version of the software didn't warn about things like that. My sincerest apologies.