Can't restore backup on LVM-thin lvcreate error

nicolasemmanuelc

New Member
Sep 27, 2018
1
0
1
34
Hello, I'm trying to restore a backup file create in one standalone pve node on a node which is part of a cluster and I this error

Code:
TASK ERROR: command 'set -o pipefail && lzop -d -c /var/lib/vz/dump/vzdump-qemu-171-2019_01_25-09_36_10.vma.lzo | vma extract -v -r /var/tmp/vzdumptmp1155893.fifo - /var/tmp/vzdumptmp1155893' failed: lvcreate 'vmdata/vm-1081-disk-0' error: Failed to suspend vmdata/vmstore with queued messages.

This is the storage configuration:
Code:
root@bart:~# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content vztmpl,backup,iso

lvmthin: local-lvm
        thinpool data
        vgname pve
        content images

lvmthin: VMs
        thinpool vmstore
        vgname vmdata
        content images,rootdir

I can restore this same backup in another node in this same cluster.

I was reading on the forum and they say what the problem cloud be that the pool are full, but the pool has 1% used.

Thanks in advance!