1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

CNV-41615: Updated TPM/EFI related notes

This commit is contained in:
Jaromir Hradilek
2025-01-20 14:51:22 +01:00
committed by openshift-cherrypick-robot
parent b26216e618
commit 25aa2ae9ba
2 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-using-vtpm-devices.adoc
// * virt/managing_vms/virt-using-vtpm-devices.adoc
:_mod-docs-content-type: CONCEPT
[id="virt-about-vtpm-devices_{context}"]
@@ -29,7 +29,3 @@ spec:
# ...
----
[NOTE]
====
The storage class must be of type `Filesystem` and support the `ReadWriteMany` (RWX) access mode.
====

View File

@@ -1,6 +1,6 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-using-vtpm-devices.adoc
// * virt/managing_vms/virt-using-vtpm-devices.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-adding-vtpm-to-vm_{context}"]
@@ -12,7 +12,6 @@ TPM device. A vTPM device also stores secrets for that VM.
.Prerequisites
* You have installed the OpenShift CLI (`oc`).
* You have configured a Persistent Volume Claim (PVC) to use a storage class of type `Filesystem` that supports the `ReadWriteMany` (RWX) access mode. This is necessary for the vTPM device data to persist across VM reboots.
.Procedure