You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
@adanielov please check if Time sync Integration service is enabled for your VM.
PS > Get-VMIntegrationService rhel_7.5
VMName Name Enabled PrimaryStatusDescription SecondaryStatusDescription
------ ---- ------- ------------------------ --------------------------
rhel_7.5 Time Synchronization True OK
Try to toggle this On/Off from the VM settings or via PS, inside the VM this will be presented by an event in dmesg similar to this:
hv_utils: TimeSync IC version 3.0
If you're missing that line in dmesg, then most likely the TimeSync Integration Service is not enabled for the VM.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are trying to use PTP devices for time sync. But simply cannot see the devices.
kernel: 3.10.0-957.5.1.el7.x86_64
But
$ ls -la /sys/class/ptp/
produces empty output.Any suggestions how to make the PTP devices show up?
The text was updated successfully, but these errors were encountered: