Project

General

Profile

Actions

Bug #54588

closed

cephadm: pull command does not pull latest image

Added by Michael Fritch about 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Normal
Category:
cephadm (binary)
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
quincy,pacific, octupus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

the usage for the `cephadm pull` command claims it will `pull latest image version`

However, it actually infers the last pulled ceph image (by digest):

# cephadm pull
Using recent ceph image docker.io/ceph/daemon-base@sha256:673ed6755ec01f8ba5ceb01598318bcd349375e136d16f7cde01b45e898822a5
Pulling container image docker.io/ceph/daemon-base@sha256:673ed6755ec01f8ba5ceb01598318bcd349375e136d16f7cde01b45e898822a5...
{   
    "ceph_version": "ceph version 17.0.0-7183-g54142666 (54142666e5705ced88e3e2d91ddc0ff29867a362) quincy (dev)",
    "image_id": "75e3d7089cea6d20368af487d639b5c9028e0086b7bc7ccfe047b8ce6d6d14d0",
    "repo_digests": [
        "docker.io/ceph/daemon-base@sha256:673ed6755ec01f8ba5ceb01598318bcd349375e136d16f7cde01b45e898822a5" 
    ]
}

... which already exists locally, when it would probably make more sense to actually pull the defined default container image.

Actions

Also available in: Atom PDF