I have a PVE cluster, where all nodes have a zfs pool with name `zpool`. I have a ZFS storage as follows (from /etc/pve/storage.cfg):
Recently I added a new node which was installed on ZFS by the installer, and it has the pool name `rpool`. I added on that node a storage with same ID `vm-disk-images` and was not aware that the zpool name must be identical on all nodes. Now after joining the cluster, `vm-disk-images` is not available on the new node.
How can I fix this situation?
Code:
zfspool: vm-disk-images
pool zpool/vm-disk-images
content rootdir,images
mountpoint /zpool/vm-disk-images
sparse 0
Recently I added a new node which was installed on ZFS by the installer, and it has the pool name `rpool`. I added on that node a storage with same ID `vm-disk-images` and was not aware that the zpool name must be identical on all nodes. Now after joining the cluster, `vm-disk-images` is not available on the new node.
How can I fix this situation?