Hello.
root@samba:~# pve-zsync sync --source 100 --dest 10.1.1.207:tankb/Weekly --verbose --maxsnap 3 --name pve-weekly-samba
WARN: COMMAND:
zfs destroy tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
could not find any snapshots to destroy; check snapshot names.
WARN: COMMAND:
ssh root@10.1.1.207 -- zfs destroy tankb/Weekly/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
cannot open 'tankb/Weekly/vm-100-disk-1': dataset does not exist
Job --source 100 --name pve-weekly-samba got an ERROR!!!
ERROR Message:
COMMAND:
zfs snapshot tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
cannot create snapshot 'tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09': out of space
It turns out that he creates a local snapshot first, and only then he sends it to a remote computer?
I created a pool for the entire disk, what should I recreate it for, so that zpool would take up less space?
I thought he was sending a snapshot over the network right away.
root@samba:~# zfs list -o name,quota,refquota,reservation,refreservation
NAME QUOTA REFQUOTA RESERV REFRESERV
rpool none none none none
rpool/ROOT none none none none
rpool/ROOT/pve-1 none none none none
rpool/data none none none none
rpool/swap - - none 8.50G
tank none none none none
tank/vm-100-disk-1 - - none 3.51T
root@samba:~# pve-zsync sync --source 100 --dest 10.1.1.207:tankb/Weekly --verbose --maxsnap 3 --name pve-weekly-samba
WARN: COMMAND:
zfs destroy tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
could not find any snapshots to destroy; check snapshot names.
WARN: COMMAND:
ssh root@10.1.1.207 -- zfs destroy tankb/Weekly/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
cannot open 'tankb/Weekly/vm-100-disk-1': dataset does not exist
Job --source 100 --name pve-weekly-samba got an ERROR!!!
ERROR Message:
COMMAND:
zfs snapshot tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09
GET ERROR:
cannot create snapshot 'tank/vm-100-disk-1@rep_pve-weekly-samba_2017-05-12_13:00:09': out of space
It turns out that he creates a local snapshot first, and only then he sends it to a remote computer?
I created a pool for the entire disk, what should I recreate it for, so that zpool would take up less space?
I thought he was sending a snapshot over the network right away.
root@samba:~# zfs list -o name,quota,refquota,reservation,refreservation
NAME QUOTA REFQUOTA RESERV REFRESERV
rpool none none none none
rpool/ROOT none none none none
rpool/ROOT/pve-1 none none none none
rpool/data none none none none
rpool/swap - - none 8.50G
tank none none none none
tank/vm-100-disk-1 - - none 3.51T