I'm trying to debug a lvm / iscsi / lxc issue. there may be a bug or something set up wrong.
when I try to ue pve-zsync to backup up a lxc at iscsi :
yet at 10.2.2.21 the data set seems to exist:
here is /etc/pve/lxc/3040.conf :
any clues to fix the issue?
when I try to ue pve-zsync to backup up a lxc at iscsi :
Code:
pve-zsync create --source 10.2.2.21:3040 --name 3040-test --maxsnap 7 --dest tank/pve-zsync/Daily
Job --source 10.2.2.21:3040 --name 3040-test got an ERROR!!!
ERROR Message:
COMMAND:
ssh root@10.2.2.21 -- zfs list -r -t snapshot -Ho name -S creation dev/lxc-iscsi-vg/vm-3040-disk-1
GET ERROR:
cannot open 'dev/lxc-iscsi-vg/vm-3040-disk-1': dataset does not exist
Code:
sys5 /etc/pve/lxc # ip a|grep 10.2.2.21
inet 10.2.2.21/24 brd 10.2.2.255 scope global eth3
sys5 /etc/pve/lxc # ls -l /dev/lxc-iscsi-vg/vm-3040-disk-1
lrwxrwxrwx 1 root root 7 Apr 13 12:27 /dev/lxc-iscsi-vg/vm-3040-disk-1 -> ../dm-2
here is /etc/pve/lxc/3040.conf :
Code:
arch: amd64
cpulimit: 1
cpuunits: 1024
hostname: 3032-jessie
memory: 1024
net0: bridge=vmbr1,hwaddr=66:36:62:30:64:64,ip=dhcp,name=eth0,type=veth
onboot: 1
ostype: debian
rootfs: iscsi-for-lxc:vm-3040-disk-1,size=6G
swap: 512
any clues to fix the issue?