I have an existing cluster with two nodes and standard install, i.e., a single entry for local-zfs in storage.cfg with identical definition (ZFS pool/dataset named rpool/data on each node). Replication works without issue.
Now however, I have a new cluster where the pools are not called the same (and can't be called the same due to some legacy constraints).
Instead of naming them local-zfs, I just named them node1-zfs and node2-zfs for starters but this seems to break replication with the message:
I would love to name them local-zfs on both but storage.cfg is just a single file per cluster. I did this one where the only difference is "pool" and to avoid conflict, I explicitly use exclusive "nodes" in each definition:
Now zfs-local shows up on one node but it is "disabled" with pvesm status on the other node.
Also when I want to migrate now I am getting:
Very frustrating.
I don't think it would be reasonable if proxmox would force me to use a specific name for a ZFS pool ... hence I think I must be doing something wrong.
Now however, I have a new cluster where the pools are not called the same (and can't be called the same due to some legacy constraints).
Instead of naming them local-zfs, I just named them node1-zfs and node2-zfs for starters but this seems to break replication with the message:
Code:
(remote_prepare_local_job) storage 'local-zfs' is not available on node 'vicari'
I would love to name them local-zfs on both but storage.cfg is just a single file per cluster. I did this one where the only difference is "pool" and to avoid conflict, I explicitly use exclusive "nodes" in each definition:
Code:
zfspool: vicari-zfs
pool zpvicari/sys/proxmox
content rootdir,images
nodes vicari
sparse 1
zfspool: local-zfs
pool zpradix1imain/sys/proxmox
content images,rootdir
nodes radix
sparse 1
Now zfs-local shows up on one node but it is "disabled" with pvesm status on the other node.
Also when I want to migrate now I am getting:
Code:
(remote_prepare_local_job) storage 'local-zfs' is not available on node 'vicari'
Very frustrating.
I don't think it would be reasonable if proxmox would force me to use a specific name for a ZFS pool ... hence I think I must be doing something wrong.