Proxmox add USB stick image as ISO: import a ready-made .img with qm importdisk
Proxmox add USB stick image as ISO? Skip the ISO conversion. Upload the .img to local storage and use qm importdisk to attach it as a VM disk.
Homelab & Vietnam
39 posts
Proxmox add USB stick image as ISO? Skip the ISO conversion. Upload the .img to local storage and use qm importdisk to attach it as a VM disk.
Import Disk VMDK-qcow2 Unsupported image type 'onolithicFlat' error means your VMDK is a flat preallocated image.
Enterprise iSCSI support in PVE works fine with a TrueNAS target. Set up multipath for failover and CHAP for auth, but expect some quirks with LUN mapping.
When the Proxmox Backup Server host itself dies, the datastore usually survives. Here's how to rebuild the host, reattach the datastore, and get backups running
NVMe passthrough performance on Proxmox: I benchmarked virtio-blk vs PCIe passthrough. Passthrough wins on latency but loses flexibility.
PBS prune and GC protect against disk-full, not against someone with root on the backup host. A Veeam hardened repository is a different threat model.
ZFS over iSCSI from Proxmox to TrueNAS SCALE fails because SCALE uses LIO, not istgt. Here's the targetcli config and Proxmox storage plugin settings that
Shrinking an LVM-thin pool on Proxmox isn't directly possible. Here's the safe workaround: create a new smaller pool and move your VMs over.
A gateway in front of your LLM calls gives you per-call cost attribution, one place to swap models, and retries. Here's what the logs actually told me.
Running multipath -a breaks Proxmox local-lvm with 'no such logical volume pve/data (500)'. Here's why and how to recover the thin pool.