]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd: return image id in info command output 20935/head
authorMykola Golub <mgolub@suse.com>
Thu, 15 Mar 2018 16:40:59 +0000 (18:40 +0200)
committerMykola Golub <mgolub@suse.com>
Sun, 18 Mar 2018 04:37:19 +0000 (06:37 +0200)
commit4784d6202bc670e3c74a426f5f7acda2eedd8fe7
tree56b975167b74e0a7faadb6b52b52cfd63db485d5
parentd75973f8b3f0e0e662ce36f271f8fdf80b5b4220
rbd: return image id in info command output

And as a side effect, previously when rbd info was called
with --image-id, the image id was shown instead of the image name,
so the user was not able to see the image name from info output.
Now it will show the image name.

Signed-off-by: Mykola Golub <mgolub@suse.com>
qa/workunits/rbd/cli_generic.sh
src/test/cli-integration/rbd/formatted-output.t
src/tools/rbd/action/Info.cc