Hide Forgot
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: "
This was updated: https://docs.openshift.com/enterprise/3.1/install_config/persistent_storage/persistent_storage_ceph_rbd.html#ceph-provisioning Closing this bug.