Bug 1303248

Summary: [Doc] Upgrade Document needs to be updated for monitor/OSD daemon restart process
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Rachana Patel <racpatel>
Component: DocumentationAssignee: Aron Gunn <agunn>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.3.2CC: agunn, asriram, hnallurv, kdreyer, ngoswami, smanjara
Target Milestone: rcKeywords: Documentation, ZStream
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-03-01 08:22:16 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:

Description Rachana Patel 2016-01-29 22:37:07 UTC
Description of problem:
=======================
upgrade to Ceph 1.3.2

In Document:
https://gitlab.cee.redhat.com/red-hat-ceph-storage-documentation/doc-Red_Hat_Ceph_Storage_1.3-Installation_Guide_for_Red_Hat_Enterprise_Linux/blob/271c530ec4ce86d78bc4bf2c9b2529dcebed3d6b/red-hat-ceph-storage-upgrade.adoc


Upgrading v1.3.0 to v1.3.2  & Upgrading v1.3.1 to v1.3.2 for CDN-based Installations has section about monitor daemon. Unlike other section here example only ask to start daemon (without stopping)


Actual results:
===============
Doc snippet:-

To upgrade a monitor node, re-install the monitor daemon from the admin node, and reconnect monitor node to Calamari. Finally, upgrade and restart the monitor daemon.
From the admin node, execute:
ceph-deploy install --mon <monitor-node>
ceph-deploy calamari connect --master '<FQDN for the Calamari admin node>' <monitor-node>
Finally, upgrade and restart the monitor daemon:
sudo yum update
sudo /etc/init.d/ceph [options] start mon.[id]


Same is true for OSD upgrade.

Expected results:
=================
example should say restart daemon

or it should first ask to stop and then start like other upgrade section in doc


Additional info:

Comment 3 shilpa 2016-02-03 09:10:16 UTC
Looks good to me. Verified the link in C#2.