Issues resolutions requiring manual application

Issues resolutions requiring manual application


[36461] Failure to upgrade Ceph to Nautilus on RADOS Gateway nodes

Fixed the issue occurring during the Ceph upgrade from Luminous to Nautilus and causing the ceph_version change not to apply to standalone RADOS Gateway nodes. As a result, the Ceph upgrade to Nautilus did not apply to such nodes.

To apply the issue resolution:

  1. Open your Git project repository with the Reclass model on the cluster level.

  2. In ceph/rgw.yaml, move all Ceph classes to the bottom of the classes list. Consider the following example:

    - cluster.your_cluster_name.ceph
    - cluster.your_cluster_name.ceph.common
    - cluster.your_cluster_name.infra
    

    In this case, move the Ceph classes as shown below:

    - cluster.your_cluster_name.infra
    - cluster.your_cluster_name.ceph
    - cluster.your_cluster_name.ceph.common
    

Once done, proceed with the steps described in Apply maintenance updates.