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:
Looks good to me. Verified the link in C#2.