GitHub user svatec added a comment to the discussion: Failed to delete storage pool on host.
1. I try **SELECT * FROM cloud.host WHERE id = "2" and removed is null;** , no record 2. I try **SELECT * FROM cloud.volumes WHERE pool_id ="26" and removed is null;** , no records Ok, next step i try **DELETE FROM cloud.storage_pool_host_ref WHERE host_id = 2;**. After deleting the record, do I need to restart the cloudstack management service and then try to delete the problematic primary storage? So I take this as confirmation of my assumption that I can delete this record from the cloud.storage_pool_host_ref table without any negative impact. Thank you for you assistance. Gabriel GitHub link: https://github.com/apache/cloudstack/discussions/13392#discussioncomment-17321177 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
