]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: remove image name field from 'orch ps' and 'orch ls'
authorAdam King <adking@redhat.com>
Thu, 18 Mar 2021 17:20:46 +0000 (13:20 -0400)
committerSage Weil <sage@newdream.net>
Fri, 26 Mar 2021 12:36:23 +0000 (07:36 -0500)
commitb4b700fa3d8821d0945baa7a3d936b3ec1150582
treeeb0a2847871cf2f8e742d4d8579949d90ca0e5d2
parent0922f512cb158aec07bfcea8338a295a6417de3e
mgr/orchestrator: remove image name field from 'orch ps' and 'orch ls'

Now that we're typically using the image digests the name isn't as helpful. We also
end up in scenarios where some images use tags for their name and others use the
digest so the image name comes out as "mix" in orch ls despite it being the same image.

Fixes: https://tracker.ceph.com/issues/47333
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 30c9210d9763ff01f4780194342fcfad6c6b6344)
src/pybind/mgr/orchestrator/module.py