Description of problem: some of the commands are missing in upgrade documentation : https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-installation-guide-ubuntu/blob/v1.3/red-hat-ceph-storage-upgrade.adoc In debian upgrade 1. Admin node: 1.1 ----missing: ceph-deploy install --no-adjust-repos --cli <hostname> this is to upgrade ceph on admin node. 1.2 ----correction : we need to remove .cephdeploy.conf which is hidden home directory. The document says we need to remove cephdeply.conf from ceph-config directory. Even after removing cephdeply.conf from this directory, the hidden .cephdeploy.conf still exists and it causes not to upgrade. This needs to be changed in documentation. 2. RGW upgrade. 2.1 correction from : ceph-deploy install --rgw <rgw-node> to ceph-deploy install --no-adjust-repos --rgw <rgw node> the current command installs Hammer version of Ceph and not 0.94.1.7
Fixed in the following commit: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-installation-guide-ubuntu/commit/f471da76add274bffb788a98c660ef0a98183acb See: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-installation-guide-ubuntu/blob/v1.3/red-hat-ceph-storage-upgrade.adoc
Fixed in 1.3.2 release.