0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00
terraform-provider-proxmox/proxmox/nodes/vms
Oto Petřík 6753582e4b
fix(vm): better check for disk ownership (#633)
Storage using .raw or .qcow2 files uses additional element in path,
which is not present in ZFS storage.
Support both patterns when determining disk ownership.

This fixes #632

Signed-off-by: Oto Petřík <oto.petrik@gmail.com>
2023-10-22 11:11:19 -04:00
..
firewall feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
client.go feat: API client cleanup and refactoring (#323) 2023-05-26 01:32:51 +00:00
vms_types_test.go chore(code): remove redundant types2 import aliases (#564) 2023-09-13 03:03:43 +00:00
vms_types.go fix(vm): better check for disk ownership (#633) 2023-10-22 11:11:19 -04:00
vms.go fet(vm): allow scsi and sata interfaces for CloudInit Drive (#598) 2023-10-01 22:23:11 -04:00