Bug 589107

Summary: [patch] [man] Incorrect description for rd_LVM_LV
Product: [Fedora] Fedora Reporter: Alexander Todorov <atodorov>
Component: dracutAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 589109 (view as bug list) Environment:
Last Closed: 2010-06-25 12:40:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 589109    

Description Alexander Todorov 2010-05-05 12:25:32 UTC
Description of problem:

man dracut describes two different options with the same text:
       rd_LVM_VG=<volume group name>
              only activate the volume groups with the given name rd_LVM_VG can be specified multiple times on the kernel command line.

       rd_LVM_LV=<logical volume name>
              only activate the volume groups with the given name rd_LVM_LV can be specified multiple times on the kernel command line.


I believe the rd_LVM_LV description should read "logical volues" instead of "volume groups"

Version-Release number of selected component (if applicable):
git master from today

How reproducible:
Always

Steps to Reproduce:
1. man dracut
 
Actual results:
The descriptions of rd_LVM_VG and rd_LVM_LV are the same

Expected results:
The descriptions of rd_LVM_VG and rd_LVM_LV are different because those are two different options.

Additional info:
This patch fixes it for me.

 dracut.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dracut.8 b/dracut.8
index ca27728..404c2a1 100644
--- a/dracut.8
+++ b/dracut.8
@@ -203,7 +203,7 @@ only activate the volume groups with the given name
 rd_LVM_VG can be specified multiple times on the kernel command line.
 .TP
 .BR rd_LVM_LV= "<logical volume name>"
-only activate the volume groups with the given name
+only activate the logical volumes with the given name
 rd_LVM_LV can be specified multiple times on the kernel command line.
 .TP
 .BR rd_NO_LVMCONF