docs/doc/source/guest_integration/openstack/configure-kvm-virtual-ptp-driver.rst
Keane Lim 02fbcbe3df Add KVM Virtual PTP Driver topic to OpenStack VNF section
Change-Id: I20f80b3614128a2462e87461b9cb9898683fc8fc
Signed-off-by: Keane Lim <keane.lim@windriver.com>
2021-05-27 14:12:17 -04:00

1.1 KiB

Configure KVM Virtual PTP Driver

The virtual driver allows guests to sync the reference clock to the host's high precision PTP clock reference.

must be enabled on in order to use the virtual driver in guest .

To leverage in a and sync the reference clock with the hosting compute or -controller node, do the following in the :

  1. Load the driver:

    ~(keystone_admin)$ modprobe kvm_ptp
  2. Update the reference clock in the chrony config file (/etc/chrony.conf):

    ~(keystone_admin)$ refclock PHC /dev/ptp0 poll 3 dpoll -2 offset 0
  3. Restart the chronyd service:

    ~(keystone_admin)$ systemctl restart chronyd.service
  4. Confirm that the device is in the list of time sources:

    ~(keystone_admin)$ systemctl restart chronyd.service