-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
proxmox_kvm: support for tpmstate0 parameter #6533
Conversation
adds hash of options for a TPM state disk, which is required for Windows 11 installations
This reverts commit 772ed98.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I've added some first comments.
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6600 🤖 @patchback |
* proxmox_kvm: added support for tmpstate adds hash of options for a TPM state disk, which is required for Windows 11 installations * updated wrong version in docs * bump version 7.1.0 -> 7.1.1 * fixed parameter name typo * updated to pass sanity; assumed version_added to be next major (7.2.0) * replaced 'tpmstate' with 'tpmstate0'; added suboptions to kvm_args * fixed line too long * use get() instead of pop() to preserve verbose invocation.module_args * update comment to include tpmstate0 * added changelog fragment * Revert "bump version 7.1.0 -> 7.1.1" This reverts commit 772ed98. * Include PR link in changelog fragment Co-authored-by: Felix Fontein <[email protected]> * Corrected version_added Co-authored-by: Felix Fontein <[email protected]> * corrected semantic markup for option name Co-authored-by: Felix Fontein <[email protected]> * set suboptions of tpmstate0 to required * set default for tpmstate0.version (2.0) * fixed typo Co-authored-by: Felix Fontein <[email protected]> * wrapped default version string in quotes Co-authored-by: Felix Fontein <[email protected]> * Improve changelog formatting. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 01f21b1)
@J4RF thanks for your contribution! |
…ate0 parameter (#6600) proxmox_kvm: support for tpmstate0 parameter (#6533) * proxmox_kvm: added support for tmpstate adds hash of options for a TPM state disk, which is required for Windows 11 installations * updated wrong version in docs * bump version 7.1.0 -> 7.1.1 * fixed parameter name typo * updated to pass sanity; assumed version_added to be next major (7.2.0) * replaced 'tpmstate' with 'tpmstate0'; added suboptions to kvm_args * fixed line too long * use get() instead of pop() to preserve verbose invocation.module_args * update comment to include tpmstate0 * added changelog fragment * Revert "bump version 7.1.0 -> 7.1.1" This reverts commit 772ed98. * Include PR link in changelog fragment Co-authored-by: Felix Fontein <[email protected]> * Corrected version_added Co-authored-by: Felix Fontein <[email protected]> * corrected semantic markup for option name Co-authored-by: Felix Fontein <[email protected]> * set suboptions of tpmstate0 to required * set default for tpmstate0.version (2.0) * fixed typo Co-authored-by: Felix Fontein <[email protected]> * wrapped default version string in quotes Co-authored-by: Felix Fontein <[email protected]> * Improve changelog formatting. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 01f21b1) Co-authored-by: Jeff Turner <[email protected]>
SUMMARY
Adds the tpmstate0 parameter, which is a hash containing two options (storage and version) to configure the TPM state disk. The TPM (Trusted Platform Module) is required for Windows 11 installations.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ADDITIONAL INFORMATION
Before
After