Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 988467

Summary: SELinux boolean command for NFS missing parameter
Product: Red Hat OpenStack Reporter: Eric Harney <eharney>
Component: doc-Installation_and_Configuration_GuideAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED DUPLICATE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.0CC: hateya, sgordon, yeylon
Target Milestone: ---Keywords: Documentation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-25 17:03:43 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:
Bug Depends On:    
Bug Blocks: 1011085    

Description Eric Harney 2013-07-25 16:11:48 UTC
Document URL: https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/3/html/Installation_and_Configuration_Guide/Configuring_for_Red_Hat_Storage_Backend.html

Section Number and Name:
8.4.3. Configuring for NFS Storage Backend

Describe the issue:
SELinux setsebool command is wrong, specifies "# setsebool -P virt_use_nfs".  This is missing the "on" parameter.

Suggestions for improvement: 
Change to "# setsebool -P virt_use_nfs on".

Additional information: 
# setsebool -P virt_use_nfs
Usage:  setsebool [ -P ] boolean value | bool1=val1 bool2=val2...
# setsebool -P virt_use_nfs on
#

Comment 3 Stephen Gordon 2013-07-25 17:03:43 UTC

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