Bug 1296046 - [DOCS] Installation guide wrongly mentions ceph-fuse (cephfs) while OSE uses RBD
Summary: [DOCS] Installation guide wrongly mentions ceph-fuse (cephfs) while OSE uses RBD
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Alex Dellapenta
QA Contact: Xiaoli Tian
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-06 09:46 UTC by François Cami
Modified: 2017-12-31 05:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-31 05:46:41 UTC
Target Upstream Version:


Attachments (Terms of Use)

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: "


Note You need to log in before you can comment on or make changes to this bug.