]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: fix get_version for nvmeof 56099/head
authorAdam King <adking@redhat.com>
Mon, 29 Jan 2024 16:23:54 +0000 (11:23 -0500)
committerAdam King <adking@redhat.com>
Sun, 10 Mar 2024 20:19:09 +0000 (16:19 -0400)
commit160dd6fc944a3cfa556e0cfde704851d58705af5
tree31d60333d93dbfc526a35ce2f7d310bf1b18e888
parentc2ea977b6956d1f694ccf66acc692fdd979e3baa
cephadm: fix get_version for nvmeof

This needed to be using the container id it was
passed, instead of ctx.image which is likely to
be `None` when this is run.

Fixes: https://tracker.ceph.com/issues/64229
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 70c00e8ba787d9e9106934cfee0e0afa606ce326)

Conflicts:
src/cephadm/cephadmlib/daemons/nvmeof.py
src/cephadm/cephadm.py