Incus storage pool name issue

I setup incus to play around when i first upgraded to Community edition. I don’t have any VM’s running so I have no container/VM data to save.
Issue is…
I renamed one of my pools, everything went fine I had to repoint some of the instance to the new pool but all is ok. It has been a few days and I noticed an error on the dashboard referencing the old pool name. I have searched and found that it is incus giving the error. if i do a incus storage list it shows the old pool which has been renamed so it is gone. All the research I’ve done doesn’t allow for a pool name change. Is there a way to change a incus storage pool?
incus storage show Pool2TB
config:
source: Pool2TB/.ix-virt
zfs.pool_name: Pool2TB/.ix-virt
description: “”
name: Pool2TB
driver: zfs
used_by:
status: Unavailable
It looks like a simple change but TNC hides the incus config stuff as far as I can tell. I’m sure this is something that will be addressed but right now I get the error constantly and I cant use Instances/VM’s :frowning: Anyone have any ideas?
I have tried:
incus move Pool2TB --storage megatech
zfs destroy -r Pool2TB/.ix-virt

Is the new pool available and the issue is the old pool is still being referenced?