Project

General

Profile

Actions

Bug #54471

closed

cephadm pull help doesn't list all the options

Added by Redouane Kachach Elhichou about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

cephadm pull -h doesn't show the available options (--insecure in this case)

[root@ceph-node-0 ~]# cephadm pull -h
usage: cephadm pull [-h]
optional arguments:
  -h, --help  show this help message and exit

Actions #1

Updated by Sebastian Wagner about 2 years ago

Thing is: cephadm pull --insecure doesn't actually work for users: every run command might pull the container image (i.e. starting a daemon via systemd) an then podman might pull the container image. Like, if you want to advertise cephadm pull --insecure to users, you should make it work properly

Actions #2

Updated by Redouane Kachach Elhichou about 2 years ago

Thanks Sebastian. Do you mean that even if the podman pull fails we don't detect this properly?

Actions #3

Updated by Sebastian Wagner about 2 years ago

what I mean is:

0. ssh host1
1. cephadm pull --insecure
2. # deploy mon.host1
3. ceph orch daemon stop mon.host1
4. podman image rm ceph/ceph:v16
5. ceph orch daemon start mon.host1  # this fails, as the image cannot be downlaoded here anymore
Actions #4

Updated by Redouane Kachach Elhichou about 2 years ago

Thanks for the clarification Sebastian. I'll close this issue since we can't expose this option by now.

Actions #5

Updated by Redouane Kachach Elhichou about 2 years ago

  • Status changed from New to Won't Fix
Actions #6

Updated by Redouane Kachach Elhichou about 2 years ago

  • Category changed from cephadm (binary) to cephadm
Actions #7

Updated by Redouane Kachach Elhichou almost 2 years ago

  • Status changed from Won't Fix to Closed
Actions

Also available in: Atom PDF