mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #322] [MERGED] Feature: TPM State #392
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#392
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/322
Author: @Tinyblargon
Created: 3/14/2024
Status: ✅ Merged
Merged: 4/9/2024
Merged by: @Tinyblargon
Base:
master← Head:Feature#241📝 Commits (2)
4a24c6ffeat: TPM state075ecadtest: TPM State📊 Changes
4 files changed (+257 additions, -13 deletions)
View changed files
📝
proxmox/config_qemu.go(+36 -3)📝
proxmox/config_qemu_test.go(+62 -10)➕
proxmox/config_qemu_tpm.go(+94 -0)➕
proxmox/config_qemu_tpm_test.go(+65 -0)📄 Description
Adding support for
tpmstate0During testing of #321
I came to the conclusion that there isn't a way of updating the TPM state in proxmox, it has to be recreated.
The TPM state also acts like a Disk in the sense that it can be migrated to a different storage.
Closes #241
P.S. at some point I'll restructure the test in
proxmox/config_qemu_test.goas it is becoming quite unwieldy.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
NodeName#435