]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix RBD task metadata 22088/head
authorTiago Melo <tmelo@suse.com>
Fri, 18 May 2018 15:08:37 +0000 (16:08 +0100)
committerTiago Melo <tmelo@suse.com>
Fri, 18 May 2018 15:15:54 +0000 (16:15 +0100)
commit27d4d3d5694b475fb59d285ab48b9e3507a42cef
tree08225851741ffb2556704bd882e1643235b6deef
parent42dac1669fcb92b4c4427a16155af274e6f1f93b
mgr/dashboard: Fix RBD task metadata

Error message template for RBD copy was trying to read
an unexistent property of the returned metada.

Metadata for RBD edit was missing the new image name.
The new name should be displayed, instead of the old one,
when the user tries to use an existent image name.

Fixes: https://tracker.ceph.com/issues/24171
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager-message.service.ts