I'm completely new to IT and Proxmox (started an apprenticeship 2 month ago) and I was asked to test Proxmox' replication feature and see how it works.
I have 2 test servers with 1 node each in a cluster. I want to create a replication job from ServerA to ServerB and then restore the VM from ServerB to ServerA.
I created "virtual" (I'm probably going to use wrong terminology more than once) zPool drives on both servers, since those servers only have 1 drive each by creating files with "fallocate -l 15G filename" and then "zpool create zPoolx /home/filename". "zpool list" shows those drives.
Then I went to Datacenter>Storage>Add>ZFS and chose zPoolA from ServerA. Let's call it StorageA.
I also successfully installed a VM on the ZFS storageA. I then wanted to create StorageB on ServerB, but it wont let me choose zPoolB.
After that I just tried to create a replication job. VmA>Replication>Add>Target=ServerB. I then get following error:
2020-10-23 13:51:01 101-0: (remote_prepare_local_job) storage 'StorageA' is not available on node 'ServerB'
2020-10-23 13:51:01 101-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=ServerB' root@xxx.xxx.xxx.xxx -- pvesr prepare-local-job 101-0 StorageA:vm-101-disk-0 --last_sync 0' failed: exit code 255
I hope my post is somewhat comprehensible. Any help would be appreciated.
Kind regards
tzzui0
I have 2 test servers with 1 node each in a cluster. I want to create a replication job from ServerA to ServerB and then restore the VM from ServerB to ServerA.
I created "virtual" (I'm probably going to use wrong terminology more than once) zPool drives on both servers, since those servers only have 1 drive each by creating files with "fallocate -l 15G filename" and then "zpool create zPoolx /home/filename". "zpool list" shows those drives.
Then I went to Datacenter>Storage>Add>ZFS and chose zPoolA from ServerA. Let's call it StorageA.
I also successfully installed a VM on the ZFS storageA. I then wanted to create StorageB on ServerB, but it wont let me choose zPoolB.
After that I just tried to create a replication job. VmA>Replication>Add>Target=ServerB. I then get following error:
2020-10-23 13:51:01 101-0: (remote_prepare_local_job) storage 'StorageA' is not available on node 'ServerB'
2020-10-23 13:51:01 101-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=ServerB' root@xxx.xxx.xxx.xxx -- pvesr prepare-local-job 101-0 StorageA:vm-101-disk-0 --last_sync 0' failed: exit code 255
I hope my post is somewhat comprehensible. Any help would be appreciated.
Kind regards
tzzui0
Last edited: