Hi,
We are using iscsi storage.
After full cloning the template the disk of the VM contains invalid partition table.
The 10000 is the template, the 220 is the VM created by cloning. I'm cloning to the same storage on the same node.
The template was created using this tutorial: https://pve.proxmox.com/wiki/Cloud-Init_Support, I've tried with both Ubuntu 22.04 and Rocky Linux 9.2 cloud images and I experience the same problem with both.
Do you have any advice what can be wrong?
Thanks, Szabolcs
We are using iscsi storage.
After full cloning the template the disk of the VM contains invalid partition table.
Code:
root@l-rs4:~# fdisk -l /dev/mapper/istore-vm--10000--disk--0
Disk /dev/mapper/istore-vm--10000--disk--0: 2.2 GiB, 2361393152 bytes, 4612096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disklabel type: gpt
Disk identifier: BA057571-25C1-47A1-A98A-DBF197729E90
Device Start End Sectors Size Type
/dev/mapper/istore-vm--10000--disk--0-part1 227328 4612062 4384735 2.1G Linux filesystem
/dev/mapper/istore-vm--10000--disk--0-part14 2048 10239 8192 4M BIOS boot
/dev/mapper/istore-vm--10000--disk--0-part15 10240 227327 217088 106M EFI System
Partition table entries are not in disk order.
root@l-rs4:~# fdisk -l /dev/mapper/istore-vm--220--disk--0
Disk /dev/mapper/istore-vm--220--disk--0: 2.2 GiB, 2361393152 bytes, 4612096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/mapper/istore-vm--220--disk--0-part1 1 4612095 4612095 2.2G ee GPT
Partition 1 does not start on physical sector boundary.
The 10000 is the template, the 220 is the VM created by cloning. I'm cloning to the same storage on the same node.
The template was created using this tutorial: https://pve.proxmox.com/wiki/Cloud-Init_Support, I've tried with both Ubuntu 22.04 and Rocky Linux 9.2 cloud images and I experience the same problem with both.
Do you have any advice what can be wrong?
Thanks, Szabolcs
Last edited: