Bug 709100

Summary: Include information about nfs mount in the installation guide
Product: Red Hat Satellite 5 Reporter: Šimon Lukašík <slukasik>
Component: Docs Installation GuideAssignee: Lana Brindley <lbrindle>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 541CC: cperry, mhideo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-29 21:09:11 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: 715343    

Description Šimon Lukašík 2011-05-30 15:45:00 UTC
Description of problem:
Please include the following (or equivalent) in the documenation:


When using Satellite with SELinux enabled, if /var/satellite/ is
changed to an NFS mount after the initial installation, you must run the following command:

    /usr/sbin/setsebool -P spacewalk_nfs_mountpoint on

In addition, on Red Hat Enterprise Linux 6 you must run:

    /usr/sbin/setsebool -P cobbler_use_nfs on

Comment 1 Šimon Lukašík 2011-05-30 15:45:48 UTC
See also bug 708357.

Comment 2 Lana Brindley 2011-06-13 20:12:22 UTC
Slated for 5.4.2.

LKB

Comment 3 Lana Brindley 2011-10-25 03:45:50 UTC
I included this as an FAQ:

<qandaentry>
	<question>
		<para>
			I changed <filename>/var/satellite</filename> to an NFS mount, and now SELinux is stopping it working properly. What do I need to do?
		</para>
	</question>
	<answer>
		<para>
			You will need to tell SELinux about the NFS mount in order for it to allow that traffic. You can do this with the command:
		</para>
			
<screen>
# /usr/sbin/setsebool -P spacewalk_nfs_mountpoint on
</screen>
		<para>
			If you are using &RHEL; 6, you will also need to run the command:
		</para>
				
<screen>
# /usr/sbin/setsebool -P cobbler_use_nfs on
</screen>
	</answer>
</qandaentry>

Revision 2-6

LKB