Bug 755967

Summary: Typo in the DM Multipath documentation
Product: Red Hat Enterprise Linux 6 Reporter: Sébastien BAGUETTE <sebaguette>
Component: doc-DM_MultipathAssignee: Steven J. Levine <slevine>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.1CC: jha
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-22 18:21:33 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 Sébastien BAGUETTE 2011-11-22 14:53:55 UTC
Good afternoon,

There is a little typo in the documentation of DM Multipath.
Document version : rh-DM_Multipath(EN)-6 (2011-05-19T15:15)

Location : 
 
Chapter 5.2 (Moving root File Systems from a Single Path Device to a Multipath Device), point 4
It's on page 31 of the PDF version.
 
Actual results:

The documentation state the following command :
dracut --force -H -add multipath --include /etc/multipath /etc/multipath

Expected results:

The command should be :

dracut --force -H --add multipath --include /etc/multipath /etc/multipath
or
dracut --force -H -a multipath --include /etc/multipath /etc/multipath

Comment 2 Steven J. Levine 2011-11-22 18:20:13 UTC
Thanks for the catch. As it happens, BZ #623450 involved a rewriting of this procedure for the 6.2 release, and this particular error was found and corrected when that bug was addressed. The error will be fixed in the 6.2 release.

Comment 3 Steven J. Levine 2011-11-22 18:21:33 UTC

*** This bug has been marked as a duplicate of bug 623450 ***