Bug 1293626

Summary: Service Ceph Start/Stop Examples in Documentation Incorrect
Product: Red Hat Ceph Storage Reporter: Benjamin Schmaus <bschmaus>
Component: DocumentationAssignee: ceph-docs <ceph-docs>
Status: CLOSED NOTABUG QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.3.0CC: bschmaus, flucifre, kdreyer, ngoswami
Target Milestone: rc   
Target Release: 1.3.2   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-08 16:14:45 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 Benjamin Schmaus 2015-12-22 13:16:05 UTC
Description of problem:

The following documentation link: https://access.redhat.com/documentation/en/red-hat-ceph-storage/1.3/red-hat-ceph-administration-guide/chapter-1-ceph-process-management

Contains incorrect start/stop examples:

1.2.2. Stopping all Daemons
To stop all daemons on a Ceph Node (irrespective of type), execute the following:

sudo stop ceph-all
1.2.3. Starting all Daemons by Type
To start all daemons of a particular type on a Ceph Node, execute one of the following:

sudo start ceph-osd-all
sudo start ceph-mon-all
sudo start ceph-mds-all
1.2.4. Stopping all Daemons by Type
To stop all daemons of a particular type on a Ceph Node, execute one of the following:

sudo stop ceph-osd-all
sudo stop ceph-mon-all
sudo stop ceph-mds-all


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

How reproducible:
100%

Steps to Reproduce:
1. Try running the commands
2.
3.

Actual results:


Expected results:


Additional info: