mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-13 16:53:27 +01:00
- Add catch-all (*) case for storage types (LVM, LVM-thin, zfspool) Previously only nfs/dir/cifs and btrfs were handled, leaving DISK_EXT, DISK_REF, and DISK_IMPORT unset on LVM/LVM-thin storage - Fix error_handler to send numeric exit_code to API instead of bash command text (which caused 'Unknown error' in telemetry) - Replace fragile pvesm alloc for EFI disk with Proxmox-managed :0,efitype=4m (consistent with docker-vm.sh) - Modernize disk import: auto-detect qm disk import vs qm importdisk, parse output to get correct disk reference instead of guessing names - Use --format flag (double dash) consistent with modern Proxmox API - Remove unused FORMAT variable (EFI type now always set correctly) - Remove fragile eval-based disk name construction