How to debug container upgrade issue?
HI all, Upgrading ceph containers is failing, how do I debug it? 'cephadm pull' seems to work on the node, but the upgrade fails. $ ceph orch upgrade start --ceph-version 15.2.8 "message": "Error: UPGRADE_FAILED_PULL: Upgrade: failed to pull target image thanks Darrin -- CONFIDENTIALITY NOTICE: This email is intended for the named recipients only. It may contain privileged, confidential or copyright information. If you are not the named recipients, any use, reliance upon, disclosure or copying of this email or any attachments is unauthorised. If you have received this email in error, please reply via email or telephone +61 2 8004 5928.
Hi, have you tried specifying the image instead of the ceph version? I found a bug report [1] stating that the option '--ceph-version' will be removed. When I tried that the last time it worked for me with '--image': ceph orch upgrade start --image <registry>/ceph/ceph:latest Regards, Eugen [1] https://bugzilla.redhat.com/show_bug.cgi?id=1917552 Zitat von Darrin Hodges <darrin@catalyst-au.net>:
HI all,
Upgrading ceph containers is failing, how do I debug it? 'cephadm pull' seems to work on the node, but the upgrade fails.
$ ceph orch upgrade start --ceph-version 15.2.8
"message": "Error: UPGRADE_FAILED_PULL: Upgrade: failed to pull target image
thanks Darrin
-- CONFIDENTIALITY NOTICE: This email is intended for the named recipients only. It may contain privileged, confidential or copyright information. If you are not the named recipients, any use, reliance upon, disclosure or copying of this email or any attachments is unauthorised. If you have received this email in error, please reply via email or telephone +61 2 8004 5928. _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
On Wed, Feb 10, 2021 at 1:11 AM Eugen Block <eblock@nde.ag> wrote:
I found a bug report [1] stating that the option '--ceph-version' will be removed.
Note that bugzilla ticket is about the downstream RH Ceph Storage product, where we have a very different infrastructure for building and tagging container images, so it should not be relevant for the upstream Ceph project. I cannot speak directly to the way --ceph-version works upstream, or how to debug it, though, since I'm not really involved in that infrastructure. - Ken
participants (3)
-
Darrin Hodges
-
Eugen Block
-
Ken Dreyer