Created attachment 1351846 [details] Queries Description of problem: Following change in: https://bugzilla.redhat.com/show_bug.cgi?id=1460401 After the node was deleted in OSE it's not being archived in the DB Version-Release number of selected component (if applicable): 5.9.0.9 How reproducible: Always Steps to Reproduce: 1. Log into the appliance's console 2. Run psql vmdb_production 3. Run SELECT * FROM container_nodes; and check all the nodes are here 4. Log into OSE and delete a node with: $ oc delete node <node> 5. Open Appliance’s GUI, refresh the provider 6. Check that the recently removed node was removed in GUI as well 7. Run SELECT * FROM container_nodes; and check all the nodes are still here, incl. the one that was just removed in OSE Actual results: The node that was removed in OSE was removed from the DB as well Expected results: The node should remain in the DB even after it was deleted in OSE Additional info: Attached query result before and after deletion. For further details please contact me
Why is the severity high? Was this functionality available before (i.e. regression) or is this an RFE?
This is the original RFE: https://bugzilla.redhat.com/show_bug.cgi?id=1460401 Its' severity is High
Pavel, is this just a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1460401 ?
Greg, that was the requirement: https://bugzilla.redhat.com/show_bug.cgi?id=1460401, this is bug with the details. Do you think they should be merged?
*** This bug has been marked as a duplicate of bug 1460401 ***