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
This is the storage configuration:
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!
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!