pve-zsync broken

efeu

Renowned Member
Nov 6, 2015
92
10
73
pve-zsync gives me following error:
Code:
pve-zsync sync --source 101 --dest 192.168.1.11:poolWDz1/vm-101-disk-1 --verbose --maxsnap 2 --name test101 --limit 512000
Vm include no disk on zfs.
Code:
zfs list | grep vm-101
rpool/data/vm-101-disk-1      1.98G   632G  1.98G  -
Code:
cat /etc/pve/qemu-server/101.conf | grep disk
bootdisk: scsi0
scsi0: local-zfs:vm-101-disk-1,cache=none,discard=on,size=32G
Code:
cat /etc/pve/storage.cfg
dir: local
    path /var/lib/vz
    content iso,vztmpl,backup

zfspool: local-zfs
    pool rpool/data
    sparse
    content images,rootdir
Code:
pveversion -v
proxmox-ve: 4.4-76 (running kernel: 4.4.35-1-pve)
pve-manager: 4.4-1 (running version: 4.4-1/eb2d6f1e)
pve-kernel-4.4.35-1-pve: 4.4.35-76
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-48
qemu-server: 4.0-101
pve-firmware: 1.1-10
libpve-common-perl: 4.0-83
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-70
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.4-1
pve-qemu-kvm: 2.7.0-9
pve-container: 1.0-88
pve-firewall: 2.0-33
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.6-2
lxcfs: 2.0.5-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80
The vm 101 is up and running without any error.
 
Hi,

can you please give me the pve-zsync version.
 
I can reproduce it.
As temporary workaround set cache on default.
Default is also cache=none
 
You should also mention, that you must be able to login without password from the host you are sending to the host you are receiving, elso you get following error:
Code:
GET ERROR:
    Permission denied (publickey,password)

But now it works.

Thanks