Hide Forgot
Description of problem: An object which is created by CLI is not shown on UI. Similar for changes and deletion. Objects changed/deleted by CLI remains same on UI. Version-Release number of selected component (if applicable): rhscon-ui-0.0.19-1.el7.noarch rhscon-ceph-0.0.6-10.el7.x86_64 rhscon-core-0.0.8-9.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. create some pool and remove some existing one on UI # rados mkpool test # rados rmpool uipool0 uipool0 --yes-i-really-really-mean-it 2. check the pools on UI Actual results: There's no test pool present. uipool0 is still there. Expected results: The test pool will be listed and uipool0 should not be there any more. Additional info:
This bug has been fixed as follows: Whenever a new pool or osd is created/deleted from the CLI, calamari will emit events to USM server regarding the action. USM server will interpret this and query extra information about the new entity and add/delete it to/from DB. This in turn will be reflected in UI.
Tested with ceph-ansible-1.0.5-31.el7scon.noarch ceph-installer-1.0.14-1.el7scon.noarch rhscon-ceph-0.0.36-1.el7scon.x86_64 rhscon-core-0.0.36-1.el7scon.x86_64 rhscon-core-selinux-0.0.36-1.el7scon.noarch rhscon-ui-0.0.50-1.el7scon.noarch and it works.