Bug 476917
Summary: | Minor typo error | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | keith.d.schincke |
Component: | Documentation-cluster | Assignee: | Steven J. Levine <slevine> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Joshua Wulf <jwulf> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.2 | CC: | cluster-maint, jbastian, lcarlon, pkennedy |
Target Milestone: | --- | Keywords: | Documentation |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Cluster_Logical_Volume_Manager/mirror_create.html | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-19 14:31:15 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: |
Description
keith.d.schincke
2008-12-17 22:55:09 UTC
Here is the existing line: lvcreate -L 50G -m1 -n gfslv vg0 It should be: lvcreate -L 50G -m1 -n mirrorlv vg0 For further clarification: Based on description and version cited, the book referenced appears to be the LVM Administrator's Guide, Section 4.3.1.3: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Cluster_Logical_Volume_Manager/mirror_create.html This has been fixed in a later version of the documentation cited. The most current documentation is available here: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/index.html Content affected is here: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/Logical_Volume_Manager_Administration/LV.html#LV_create I don't know if this is a duplicate bug -- there are several closed small bugs related to typos, but not this one in particular. But I have fixed this and I am closing the bug. |