Comment 4 for bug 1475019

Revision history for this message
Hamza (h16mara) wrote :

Hi,

Hit the same bug on MOS 7.0 too, and due to this timing issue, Ceph triggered a WARN state:
root@node-120:~# ceph health detail
HEALTH_WARN clock skew detected on mon.node-120
mon.node-120 addr 192.168.0.11:6789/0 clock skew 0.0667655s > max 0.05s (latency 0.00134925s):

root@node-120:~# ntpq -p
ntpq: read: Connection refused

NTP daemon is running:
root@node-120:~# pgrep -lf ntp
7221 ntpd

This is the same error message:
root@node-120:~# dmesg | grep ntp | tail -3
[2607440.438987] type=1400 audit(1456327372.337:216): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sbin/ntpd" name="dev/log" pid=7221 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[2607440.439037] type=1400 audit(1456327372.337:217): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sbin/ntpd" name="dev/log" pid=7221 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[2607440.439086] type=1400 audit(1456327372.337:218): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sbin/ntpd" name="dev/log" pid=7221 comm="ntpd" requested_mask="w" denied_mask="w" fsuid=0 ouid=0

Regards,
Hamza