Hi@all,
I am actually trying to understand pve-zsync but don't get it...
I have a working node and a backup node trying to sync snapshots every 15min to the backup node.
Here the behaivour of pve-zsync or zfs that I don't understand:
on working node
the second snapshot has only a few MB and is growing the whole time very very slowly
As the command show, pve-zsync should not do nothing
on backup node
I see a second snapshot with 0 Byte
So the question is, what is happaning here, why snapshot 2 on working node is growing the whole time (very very slowly) if pve-zsync is not working? And what is the second snapshot on backup node with 0 Byte?
Thanks a lot for any explanations
Regards
Andy
I am actually trying to understand pve-zsync but don't get it...
I have a working node and a backup node trying to sync snapshots every 15min to the backup node.
Here the behaivour of pve-zsync or zfs that I don't understand:
on working node
Code:
Every 2.0s: zfs list -t snapshot -r rpool2/data/vm-122-disk-1 node: Tue Apr 10 11:38:50 2018
NAME USED AVAIL REFER MOUNTPOINT
rpool2/data/vm-122-disk-1@rep_vm1-QUATERHOURLY_2018-04-10_11:25:10 2.63G - 76.8G -
rpool2/data/vm-122-disk-1@rep_vm1-QUATERHOURLY_2018-04-10_11:30:01 69.7M - 76.8G -
the second snapshot has only a few MB and is growing the whole time very very slowly
Code:
root@node:~# pve-zsync list
SOURCE NAME STATE LAST SYNC TYPE CON
122 vm1-QUATERHOURLY ok 2018-04-10_11:30:01 qemu ssh
As the command show, pve-zsync should not do nothing
on backup node
Code:
Every 2.0s: zfs list -t snapshot -r rpool/quaterhourly backup: Tue Apr 10 11:41:33 2018
NAME USED AVAIL REFER MOUNTPOINT
rpool/quaterhourly/vm-122-disk-1@rep_vm1-QUATERHOURLY_2018-04-10_11:25:10 2.63G - 76.8G -
rpool/quaterhourly/vm-122-disk-1@rep_vm1-QUATERHOURLY_2018-04-10_11:30:01 0B - 76.8G -
I see a second snapshot with 0 Byte
So the question is, what is happaning here, why snapshot 2 on working node is growing the whole time (very very slowly) if pve-zsync is not working? And what is the second snapshot on backup node with 0 Byte?
Thanks a lot for any explanations
Regards
Andy