]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: improve cephadm pull usage message
authorAdam King <adking@redhat.com>
Fri, 1 Mar 2024 18:22:44 +0000 (13:22 -0500)
committerAdam King <adking@redhat.com>
Mon, 4 Mar 2024 19:40:55 +0000 (14:40 -0500)
commit90b8ba9fc09ace4e4114152b194239061c7acb31
tree6b0984110fe63caf5ffefd03b76d0626a9e57219
parent7280a2412d6d9bed5e72ec5c9881bc7c2ef81975
cephadm: improve cephadm pull usage message

Generally, it's uncommon for users to run this
directly, but in case they need to for debugging
purposes, we should include how to pass the
image to be pulled in the usage message.

Additionally, include that this is only to be used
for pulling ceph images in the help message, as
that isn't necessarily clear. Pulling anything
else will result in a traceback as it tries
to run `ceph --version` inside the container.

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py