Hi Vivek
The ideal way is to add new primary storage, and secondary storage and migrate the existing volumes and snapshots to the new storages Note: Updating the database is not recommended and may lead to inconsistency You please try updating the following tables in the database mysql> select * from storage_pool; mysql> update storage_pool set host_address="", path ="" where id=""; Secondary storage mysql> select * from image_store; mysql> update image_store set url="" where id=""; Make sure there is no data on primary storage and secondary storage (volumes, templates, iso Snapshot,) Destroy the secondary storage vm once the change is done Unmanage and Manage the cluster Regards Kiran ________________________________ From: Jeremy Hansen Sent: Tuesday, February 14, 2023 14:30 To: Vivek Kumar via users Subject: Updating storage addresses I have to update the primary and secondary storage address just to a new IP for NFS. I can’t seem to find a way to do this through the interface. Do I have to do an update to the db? Any notes on how to do that? Thanks -jeremy