nova/releasenotes/notes/bug-2052761-02a1f203c67f7124.yaml
Takashi Kajinami 9a11bb2523 libvirt: Ensure swtpm_ioctl is available for vTPM support
Libvirt uses swtpm_ioctl to terminate swtpm processes. If the binary
does not exist, swtpm processes are kept running after the associated
VM terminates, because QEMU does not send shutdown to swtpm.

Closes-Bug: #2052761
Change-Id: I682f71512fc33a49b8dfe93894f144e48f33abe6
2024-07-27 22:08:47 +09:00

7 lines
196 B
YAML

---
fixes:
- |
The libvirt driver now ensures the ``swtpm_ioctl`` binary, which is used
to terminate swtpm processes, is present when ``[libvirt] swtpm_enabled``
is set to ``True``.