New images are no longer uploaded to the Docker Hub registry, so Docker users should point the upgrade
command to the quay.io image.
Fixes: https://tracker.ceph.com/issues/52683
Signed-off-by: Javier Cacheiro <javier.cacheiro.lopez@cesga.es>
ceph orch upgrade start --ceph-version <version>
-For example, to upgrade to v15.2.1, run the following command:
+For example, to upgrade to v16.2.6, run the following command:
.. prompt:: bash #
ceph orch upgrade start --ceph-version 15.2.1
+.. note::
+
+ From version v16.2.6 the Docker Hub registry is no longer used, so if you use Docker you have to point it to the image in the quay.io registry:
+
+.. prompt:: bash #
+
+ ceph orch upgrade start --image quay.io/ceph/ceph:v16.2.6
+
Monitoring the upgrade
======================