Project

General

Profile

Bug #45086

cephadm: upgrade from v15 to v15.2.1 not working

Added by Tobias Fischer almost 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
cephadm
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

start updgrade:

ceph orch upgrade start --version v15.2.1
ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)


check status:
ceph orch upgrade status
{
    "target_image": null,
    "in_progress": false,
    "services_complete": [],
    "message": "" 
}

stop upgrade:

ceph orch upgrade stop
No upgrade in progress

check cephadm logs:

ceph -W cephadm
-> no activity

looks like upgrade is not starting. cephadm just ignores request for upgrade. no information provided.

when started with:

ceph orch upgrade start --image docker.io/ceph/ceph:v15.2.1
Initiating upgrade to docker.io/ceph/ceph:v15.2.1

it works. status:

{
    "target_image": "docker.io/ceph/ceph:v15.2.1",
    "in_progress": true,
    "services_complete": [],
    "message": "" 
}

History

#1 Updated by Sebastian Wagner almost 4 years ago

  • Description updated (diff)

have you tried without the v prefix?

ceph orch upgrade start --version 15.2.1

?

#2 Updated by Sebastian Wagner almost 4 years ago

  • Description updated (diff)

#3 Updated by Tobias Fischer almost 4 years ago

I tried both - v15.2.1 and 15.2.1 (as stated in documentation) - same result

#5 Updated by Sebastian Wagner almost 4 years ago

  • Status changed from New to Need More Info

#6 Updated by Tobias Fischer almost 4 years ago

yes - thank you!

ceph orch upgrade start --ceph-version 15.2.1
Initiating upgrade to docker.io/ceph/ceph:v15.2.1

#7 Updated by Sebastian Wagner almost 4 years ago

  • Status changed from Need More Info to Resolved

Also available in: Atom PDF