Added one node with different ZFS pool name to cluster, how to fix?

Tony

Renowned Member
Nov 4, 2010
113
11
83
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):
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?