Bug 1296046

Summary: [DOCS] Installation guide wrongly mentions ceph-fuse (cephfs) while OSE uses RBD
Product: OpenShift Container Platform Reporter: François Cami <fcami>
Component: DocumentationAssignee: Alex Dellapenta <adellape>
Status: CLOSED CURRENTRELEASE QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 3.1.0CC: aos-bugs, jokerman, mmccomas
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: 2017-12-31 05:46:41 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:

Description François Cami 2016-01-06 09:46:19 UTC
Description of problem:
The Installation Guide at:
https://access.redhat.com/documentation/en/openshift-enterprise/3.1/installation-and-configuration/chapter-11-configuring-persistent-storage#using-ceph-rbd

mentions:
" You must also ensure ceph-fuse is installed on all OpenShift nodes in the cluster: "
"# yum install ceph ceph-common"

which is confusing. ceph-fuse would be useful only with cephfs (which Origin has code for, btw, but Enterprise does not support), but to use Ceph/RBD volumes, ceph+ceph-common are indeed enough.


Version-Release number of selected component (if applicable):
3.1


Document URL: 
https://access.redhat.com/documentation/en/openshift-enterprise/3.1/installation-and-configuration/chapter-11-configuring-persistent-storage#using-ceph-rbd


Section Number and Name: 
11.5.2. Provisioning


Suggestions for improvement: 
" You must also ensure ceph-fuse is installed on all OpenShift nodes in the cluster: "
should be rewritten to
" You must also ensure the necessary Ceph packages are installed on all OpenShift nodes in the cluster: "