YYYY-MM-DDTHH:MM:SS.277680+00:00 VCENTER systemd-tmpfiles[########]: /usr/lib/tmpfiles.d/static-nodes-permissions.conf:17: Failed to resolve group 'kvm'.
vCenter Server
1) vCenter Server does not use KVM.
2) "/dev/kvm" is not connected (or does not exist).
# ls /dev/ | grep "kvm"
#
1. Edit the configuration file: In /usr/lib/tmpfiles.d/static-nodes-permissions.conf, comment out the KVM entry:
#vi /usr/lib/tmpfiles.d/static-nodes-permissions.conf
From:
z /dev/kvm 0666 - kvm -
To:
# z /dev/kvm 0666 - kvm -
Restart the service: Execute the following command to apply the changes: systemctl restart systemd-tmpfiles-clean.service