Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1749676

Summary: [cee/sd][doc] typo in installation guide for MDS
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Tomas Petr <tpetr>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: Ameena Suhani S H <amsyedha>
Severity: medium Docs Contact:
Priority: high    
Version: 3.3CC: bancinco, kdreyer
Target Milestone: z1   
Target Release: 3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-23 10:48:13 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1743515    

Description Tomas Petr 2019-09-06 08:26:33 UTC
Description of problem:
There is typo in non-containerized installation guide in MDS section:
 3.4. Installing Metadata Servers
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html-single/installation_guide_for_red_hat_enterprise_linux/index#installing-metadata-servers

Currently the guide tells to run following command:
ansible-playbook site-docker.yml --limit mdss
 - which causes playbook run to fail for non-containerized deployment

but as the guide in for non-containerized ceph, the correct command is
ansible-playbook site.yml --limit mdss

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

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 4 Ameena Suhani S H 2019-09-19 11:04:09 UTC
The content has been changed successfully 
moving this BZ to verified state.