I have a 3 node cluster all using LVMThin (PERC raid) where the storage pool name is the same for all nodes. Works great.
I want to add a 4th node that is NVMe/ZFS based and use the same storage name for migration purposes - is this possible?
In storage.cfg can I have:
Trying to do this via the GUI throws an "id already exists error"
Is there a work around for this so migrations still work?
I want to add a 4th node that is NVMe/ZFS based and use the same storage name for migration purposes - is this possible?
In storage.cfg can I have:
Code:
lvmthin: SSD-R10
thinpool SSD-RAID10
vgname SSD-RAID10
content images,rootdir
nodes pve03,pve02,pve01
zfspool: SSD-R10
pool SSD-R10
content images,rootdir
mountpoint /SSD-R10
nodes pve04
sparse 0
Trying to do this via the GUI throws an "id already exists error"
Is there a work around for this so migrations still work?