Hello,
on new Proxmox (on Hetzner) 8.3.5, i setup LVM-Thin storage like this :
And add to LVM-Thin storage datacenter.
I add vm template with cloud-init disk (on local storage):
When I clone (full) template (with disk on local storage in qcow2 format) and start the vm, the startup stuck :

Problem seems to be related to LVM-Thin and raw format but I'm not sure about that.
Has anyone reproduce same errors ?
on new Proxmox (on Hetzner) 8.3.5, i setup LVM-Thin storage like this :
Bash:
wipefs -a /dev/sda4 /dev/sdb
wipefs -a /dev/sda4 /dev/sdb
pvcreate /dev/sda4 /dev/sdb
vgcreate data_hdd /dev/sda4 /dev/sdb
lvcreate -T -l +100%FREE --poolmetadatasize 16G -Zn data_hdd
And add to LVM-Thin storage datacenter.
I add vm template with cloud-init disk (on local storage):
Code:
qm create 907 --name debian12-cloudinit --description "Debian 12 cloud-init template" --template 1 --ostype l26 --machine q35 --cpu host --scsihw virtio-scsi-single --scsi0 local:0,iothread=1,discard
=on,backup=off,format=qcow2,import-from=/root/debian-12-generic-amd64.qcow2 --tablet 0 --boot order=scsi0 --scsi1 local:cloudinit --ciupgrade 0 --net0 virtio,bridge=vmbr10
When I clone (full) template (with disk on local storage in qcow2 format) and start the vm, the startup stuck :

Problem seems to be related to LVM-Thin and raw format but I'm not sure about that.
Has anyone reproduce same errors ?