Is there an existing issue for this?
What are you currently unable to do
Currently when running non-clustered, incus admin recover will prompt for additional information about the pool you are trying to recover.
Its currently not possible via the command to recover an lvmcluster or other shared storage pool in a clustered environment.
What do you think would need to be added
It would be good if incus admin recover could detect when its running on a cluster and then prompt specifically for shared storage pools like lvmcluster, ceph, etc...
The would cover the use case where an FC LUN (or other) from an old cluster could be mounted on a new cluster and the storage pool could be recovered.
It would obviously be up to the user to ensure the same storage is presented to each member in the cluster.
Is there an existing issue for this?
What are you currently unable to do
Currently when running non-clustered,
incus admin recoverwill prompt for additional information about the pool you are trying to recover.incus/cmd/incus/admin_recover.go
Line 71 in 010dd79
Its currently not possible via the command to recover an
lvmclusteror other shared storage pool in a clustered environment.What do you think would need to be added
It would be good if
incus admin recovercould detect when its running on a cluster and then prompt specifically for shared storage pools likelvmcluster,ceph, etc...The would cover the use case where an FC LUN (or other) from an old cluster could be mounted on a new cluster and the storage pool could be recovered.
It would obviously be up to the user to ensure the same storage is presented to each member in the cluster.