Bug 1119795

Summary: Syntax of /etc/fstab edit is fatally wrong.
Product: OpenShift Container Platform Reporter: Judd Maltin <judd>
Component: DocumentationAssignee: Alex Dellapenta <adellape>
Status: CLOSED CURRENTRELEASE QA Contact: Bilhar <baulakh>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.0.0CC: adellape, baulakh, jokerman, libra-onpremise-devel, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://access.redhat.com/documentation/en-US/OpenShift_Enterprise/2/html/Deployment_Guide/Configuring_Disk_Quotas.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 20635, Deployment Guide-2-1.0 Build Date: 24-06-2014 12:35:12 Topic ID: 20597-674626 [Latest]
Last Closed: 2014-08-07 04:10:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Judd Maltin 2014-07-15 14:11:40 UTC
Title: Configuring Disk Quotas

Describe the issue:
Syntax of edit for /etc/fstab are fatally wrong.

In Example 8.5, text says:
UUID=4f182963-5e00-4bfc-85ed-9f14149cbc79 /    ext4    defaults,userquota       1 1

Find it here: https://access.redhat.com/documentation/en-US/OpenShift_Enterprise/2/html/Deployment_Guide/Configuring_Disk_Quotas.html


Suggestions for improvement:
The parameter "userquota" is wrong.  It should be "usrquota", without the "e".  The incorrect spelling leads to a Kernel Panic.

Additional information: