You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EFI should use the following struct. When the value is nil we wont change the value in PVE, this means that for updates we need to know the current settings.
typeQemuEfiDiskstruct {
Deletebool`json:"delete,omitempty"`Storage*string`json:"storage,omitempty"`// required during creationFormat*QemuDiskFormat`json:"format,omitempty"`// required during creationPreEnrollKeys*bool`json:"pre_enroll_keys,omitempty"`// changing recreates the disk
}
The text was updated successfully, but these errors were encountered:
EFI should use the following struct. When the value is
nil
we wont change the value in PVE, this means that for updates we need to know the current settings.The text was updated successfully, but these errors were encountered: