]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: improve cephadm pull usage message 56292/head
authorAdam King <adking@redhat.com>
Fri, 1 Mar 2024 18:22:44 +0000 (13:22 -0500)
committerAdam King <adking@redhat.com>
Tue, 19 Mar 2024 14:14:42 +0000 (10:14 -0400)
commitc84020b9acc8d57a35f42ba579f33081d43ec001
tree8112b47192158e253ab8ecd770561166006d3db2
parentfd67e6fe635bd0b872a9dcaba786048cb76d9fbb
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>
(cherry picked from commit 90b8ba9fc09ace4e4114152b194239061c7acb31)
src/cephadm/cephadm.py