Description of problem: rhq storage node data model - record is not being removed from db and ui after uninventory Version-Release number of selected component (if applicable): rhq 4.8 build e59e69d How reproducible: always Steps to Reproduce: 1. install rhq 4.8 with storage (ip1) 2. install agent and storage on another vm (ip2) 3. stop agent on ip2 and uninventory platform from inventory list Actual results: After step 2 Exception is vislbe on the top ofthe page -> http://d.pr/i/4z6L After step 3 removed storage still visible in Administration -> Topology -> Storage nodes without resouce id -> click on which leads to exception removed storage node details visible in rhq_storage_nodes table without resource id --> http://d.pr/i/gNr0 Expected results: After step 2 storage node data without exceptions visible under Administration -> Topology -> Storage nodes -- http://d.pr/i/6hgR After step 3 removed storage removed from in Administration -> Topology -> Storage nodes without resouce id removed storage node details removed from rhq_storage_nodes table Additional info:
This is not fully implemented yet. Removing a storage node from inventory is going to have to do several things including, * Remove the resource hierarchy from the database * Remove the storage node entity from the database * Remove the node from the Cassandra cluster The last one is the tricky part. There are JMX operations we want to invoke to let other nodes in the cluster know that we are permanently removing the node. Then depending the cluster size, we may have to change the replication factor for the cluster and perform maintenance to make sure data is where it belongs in the cluster.
Per 7/1 BZ triage: target jon32 This needs to be implemented as part of the JON3.2 Beta/RHQ4.9
Support for undeployment is available with master builds. https://docs.jboss.org/author/display/RHQ/Deploying+Storage+Nodes provides the details of what is involved in the process. Moving to ON_QA.
create a separate bug#1002174 closing this bug as won't fix