Hide Forgot
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
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.
*** This bug has been marked as a duplicate of bug 623450 ***