Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement: Qemu EFI disk #378

Open
Tinyblargon opened this issue Nov 24, 2024 · 0 comments
Open

Re-implement: Qemu EFI disk #378

Tinyblargon opened this issue Nov 24, 2024 · 0 comments
Labels
type/enhancement An improvement of existing functionality

Comments

@Tinyblargon
Copy link
Collaborator

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.

type QemuEfiDisk struct {
	Delete        bool            `json:"delete,omitempty"`
	Storage       *string         `json:"storage,omitempty"`         // required during creation
	Format        *QemuDiskFormat `json:"format,omitempty"`          // required during creation
	PreEnrollKeys *bool           `json:"pre_enroll_keys,omitempty"` // changing recreates the disk
}
@Tinyblargon Tinyblargon added the type/enhancement An improvement of existing functionality label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement An improvement of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant