GitHub user TheKunalSen added a comment to the discussion: Failed to delete storage pool on host.
@svatec then your prev host deletion did not clean up every details in acs db try this line and this should not return anything ```SELECT * FROM host WHERE id = 2;``` also check for volumes ```SELECT * FROM volumes WHERE pool_id = your_pool_id;``` then you can manually delete the entry ```DELETE FROM cloud.storage_pool_host_ref WHERE host_id = 2;``` but before that make sure the this is the correct host id and then try removing the ps again from gui GitHub link: https://github.com/apache/cloudstack/discussions/13392#discussioncomment-17320879 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
