Skip to content

Commit 6a72b79

Browse files
committed
M #-: Add into Known Issues additional steps for enabling vTPM functionality
Signed-off-by: Mikalai Kutouski <[email protected]>
1 parent c5630c6 commit 6a72b79

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/intro_release_notes/release_notes/known_issues.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Drivers - Virtualization
1313

1414
- `libvirtd restarts in cycles each 10 minutes with error message in system logs <https://github.com/OpenNebula/one/issues/6463>`_, due to the way libvirtd gets activated per interaction by systemd in 120-second slices. As the default interval for the OpenNebula monitor probe is 600 seconds (10 minutes), each time a probe reactivates libvirtd, it sends those messages to syslog.
1515

16+
- Due to `Missing automation for enabling vTPM support <https://github.com/OpenNebula/one/issues/7422>`_ issue one needs to perform several additional steps on hypervisor nodes to make the vTPM work with OpenNebula. Please, find these steps below.
17+
18+
Add the following lines into the ``/etc/libvirt/qemu.conf`` file:
19+
20+
.. prompt:: bash $ auto
21+
22+
swtpm_user = "oneadmin"
23+
swtpm_group = "oneadmin"
24+
25+
and restart libvirtd.service:
26+
27+
.. prompt:: bash $ auto
28+
29+
systemctl restart libvirtd.service
30+
31+
Change the ownership of ``/run/libvirt/qemu/swtpm/`` and ``/var/lib/swtpm-localca`` dirs:
32+
33+
.. prompt:: bash $ auto
34+
35+
chown oneadmin:oneadmin -R /run/libvirt/qemu/swtpm/ /var/lib/swtpm-localca
36+
37+
1638
Drivers - Network
1739
================================================================================
1840

0 commit comments

Comments
 (0)