Hi,
I'm trying to do replication but it's not working, here's my setup.
Cluster of 3 nodes.
Local ZFS storage on each node.
Each ZFS pool has to have a different pool name, this seems to be a consequence of each node being part of the cluster.
When doing the replication it asks that the storage name (pool name) be the same on each node.
This is the log entry from the failed replication job:
2019-07-23 08:53:03 100-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=prox03' root@192.168.140.23 -- pvesr prepare-local-job 100-0 pool1:subvol-100-disk-0 --last_sync 0' failed: exit code 255
If I run the command manually, I get this:
root@prox01:~# /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=prox03' root@192.168.140.23 -- pvesr prepare-local-job 100-0 pool1:subvol-100-disk-0 --last_sync 0
storage 'pool1' is not available on node 'prox03'
Is there any way to do replication, in a cluster, using local ZFS storage ?
Technically, the process just need to accept that the storage name be different on the target.
Worst case, could we just modify the process to accept different storage name ?
Thanks
I'm trying to do replication but it's not working, here's my setup.
Cluster of 3 nodes.
Local ZFS storage on each node.
Each ZFS pool has to have a different pool name, this seems to be a consequence of each node being part of the cluster.
When doing the replication it asks that the storage name (pool name) be the same on each node.
This is the log entry from the failed replication job:
2019-07-23 08:53:03 100-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=prox03' root@192.168.140.23 -- pvesr prepare-local-job 100-0 pool1:subvol-100-disk-0 --last_sync 0' failed: exit code 255
If I run the command manually, I get this:
root@prox01:~# /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=prox03' root@192.168.140.23 -- pvesr prepare-local-job 100-0 pool1:subvol-100-disk-0 --last_sync 0
storage 'pool1' is not available on node 'prox03'
Is there any way to do replication, in a cluster, using local ZFS storage ?
Technically, the process just need to accept that the storage name be different on the target.
Worst case, could we just modify the process to accept different storage name ?
Thanks