Is there any reason why syncing would have to remove all snapshots on the destination?
Should this be considered a bug?
This is done by pvesr (GUI synchronization).
Would pve-zsync behave differently in pull method?
See:
Should this be considered a bug?
This is done by pvesr (GUI synchronization).
Would pve-zsync behave differently in pull method?
See:
Code:
root@p27:~# zfs list -t all | grep 100
rpool/data/vm-100-disk-1 2.41G 5.23T 2.41G -
rpool/data/vm-100-disk-1@__replicate_100-0_1528282804__ 0B - 2.41G -
root@p27:~# zfs snapshot rpool/data/vm-100-disk-1@test
root@p27:~# zfs list -t all | grep 100
rpool/data/vm-100-disk-1 2.41G 5.23T 2.41G -
rpool/data/vm-100-disk-1@__replicate_100-0_1528282804__ 0B - 2.41G -
rpool/data/vm-100-disk-1@test 0B - 2.41G -
root@p27:~# #sync run from source node
root@p27:~# zfs list -t all | grep 100
rpool/data/vm-100-disk-1 2.41G 5.23T 2.41G -
rpool/data/vm-100-disk-1@__replicate_100-0_1528283161__ 0B - 2.41G -