From 961a4fcffa9bae348810a8542c08ca38947ed111 Mon Sep 17 00:00:00 2001 From: Javier Cacheiro Date: Tue, 21 Sep 2021 11:37:42 +0200 Subject: [PATCH] doc: from v16.2.6 you have to point to the quay.io image if using docker 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 --- doc/cephadm/upgrade.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index dd6bd875977dd..429f4f2803e04 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -37,12 +37,20 @@ To upgrade (or downgrade) to a specific release, run the following command: ceph orch upgrade start --ceph-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 ====================== -- 2.39.5