Description of problem: In section 3.2.6 of the install guide step 5 addresses running the ansible-playbook to create the Ceph cluster. This step assumes the user is in the directory where the site.yml resides. We should clarify this command needs to be run in the directory where the site.yml resides. 5. As root, run the Ansible playbook: # ansible-playbook site.yml [-u <user_name>] Once the playbook runs, it creates a running Ceph cluster. We could say: 5. As root, run the Ansible playbook from the directory where the playbook resides: # ansible-playbook site.yml [-u <user_name>] Once the playbook runs, it creates a running Ceph cluster. Version-Release number of selected component (if applicable): RHCS 2.2 Doc: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html-single/installation_guide_for_red_hat_enterprise_linux/#deploying_a_ceph_cluster
Closing this bug as the documentation has been published with the release