diff --git a/proxmox/config_qemu.go b/proxmox/config_qemu.go index 4df27a80..a80f958a 100644 --- a/proxmox/config_qemu.go +++ b/proxmox/config_qemu.go @@ -1085,7 +1085,7 @@ func FormatDiskParam(disk QemuDevice) string { } // Keys that are not used as real/direct conf. - ignoredKeys := []string{"key", "slot", "type", "storage", "file", "size", "cache", "volume", "container", "vm", "mountoptions", "storage_type", "format"} + ignoredKeys := []string{"key", "slot", "type", "storage", "file", "size", "cache", "volume", "container", "vm", "mountoptions", "storage_type"} // Rest of config. diskConfParam = diskConfParam.createDeviceParam(disk, ignoredKeys)