Skip to content

Commit

Permalink
Merge pull request #148 from pupaxxo/patch-1
Browse files Browse the repository at this point in the history
Remove `format` from disk ignored params
  • Loading branch information
ggongaware authored Nov 23, 2021
2 parents af0b2da + 15135b9 commit 062fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxmox/config_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 062fd1a

Please sign in to comment.