I am trying to make replication from one node to another.
When I try replication I get this error
Replication Log
2024-03-31 17:08:02 111-0: start replication job
2024-03-31 17:08:02 111-0: guest => VM 111, running => 2342099
2024-03-31 17:08:02 111-0: volumes => DISK10TB:vm-111-disk-0,SAS3TB:vm-111-disk-0,SAS4TB:vm-111-disk-0
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) zfs error: cannot open 'arhiv10tb': no such pool
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) zfs error: cannot open 'arhiv10tb': no such pool
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) could not activate storage 'DISK10TB', zfs error: cannot import 'arhiv10tb': no such pool available
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=yourtop' root@192.168.0.222 -- pvesr prepare-local-job 111-0 DISK10TB:vm-111-disk-0 SAS3TB:vm-111-disk-0 SAS4TB:vm-111-disk-0 --last_sync 0' failed: exit code
When I try to import pool I get this error
root@pve:~# zpool import arhiv10tb
cannot import 'arhiv10tb': a pool with that name already exists
use the form 'zpool import <pool | id> <newpool>' to give it a new name
root@pve:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
SAS3TB 2.72T 313G 2.41T - - 0% 11% 1.00x ONLINE -
SAS4TB 3.62T 1.93T 1.70T - - 0% 53% 1.00x ONLINE -
arhiv10tb 9.09T 1.19M 9.09T - - 0% 0% 1.00x ONLINE -
When I try replication I get this error
Replication Log
2024-03-31 17:08:02 111-0: start replication job
2024-03-31 17:08:02 111-0: guest => VM 111, running => 2342099
2024-03-31 17:08:02 111-0: volumes => DISK10TB:vm-111-disk-0,SAS3TB:vm-111-disk-0,SAS4TB:vm-111-disk-0
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) zfs error: cannot open 'arhiv10tb': no such pool
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) zfs error: cannot open 'arhiv10tb': no such pool
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: (remote_prepare_local_job) could not activate storage 'DISK10TB', zfs error: cannot import 'arhiv10tb': no such pool available
2024-03-31 17:08:04 111-0: (remote_prepare_local_job)
2024-03-31 17:08:04 111-0: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=yourtop' root@192.168.0.222 -- pvesr prepare-local-job 111-0 DISK10TB:vm-111-disk-0 SAS3TB:vm-111-disk-0 SAS4TB:vm-111-disk-0 --last_sync 0' failed: exit code
When I try to import pool I get this error
root@pve:~# zpool import arhiv10tb
cannot import 'arhiv10tb': a pool with that name already exists
use the form 'zpool import <pool | id> <newpool>' to give it a new name
root@pve:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
SAS3TB 2.72T 313G 2.41T - - 0% 11% 1.00x ONLINE -
SAS4TB 3.62T 1.93T 1.70T - - 0% 53% 1.00x ONLINE -
arhiv10tb 9.09T 1.19M 9.09T - - 0% 0% 1.00x ONLINE -