Clout-Init Drive Prevents Restore

douglasg14b

New Member
Dec 4, 2020
6
2
1
35
I am unable to restore VMs that have cloud-init drives in 6.3-2. These are being backed up to a CIFS share, and restored to an NFS share.

Log entry when I try this:


Code:
restore vma archive: zstd -q -d -c /mnt/pve/backups/dump/vzdump-qemu-1002-2020_12_04-08_20_28.vma.zst | vma extract -v -r /var/tmp/vzdumptmp28748.fifo - /var/tmp/vzdumptmp28748
CFG: size: 601 name: qemu-server.conf
DEV: dev_id=1 size: 34359738368 devname: drive-scsi0
CTIME: Fri Dec 4 08:20:29 2020
no lock found trying to remove 'create' lock
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /mnt/pve/backups/dump/vzdump-qemu-1002-2020_12_04-08_20_28.vma.zst | vma extract -v -r /var/tmp/vzdumptmp28748.fifo - /var/tmp/vzdumptmp28748' failed: error during cfs-locked 'storage-data' operation: unable to parse volume filename 'vm-1001-cloudinit'

Seems related to:

* https://www.reddit.com/r/Proxmox/comments/g8pbsi/issues_restoring_backups_with_cloudinit_drives/
* https://lists.proxmox.com/pipermail/pve-user/2019-February/170398.html
* https://forum.proxmox.com/threads/unable-to-parse-volume-filename.58941/
 
Last edited:
  • Like
Reactions: kelliston
I am having the same problem... is there a solution? Can I remove the cloud-init drive cleanly? Can I restore including the cloud-init drive?