Advertisement
peetaur

ntpq -c pe - ceph clock sync skew

Sep 26th, 2013
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. (the bad node):~# ntpq -c pe
  2. remote refid st t when poll reach delay offset jitter
  3. ==============================================================================
  4. +dns 141.4.4.26 2 u 70 128 377 0.432 -0.898 0.106
  5. *dns3 141.4.4.26 2 u 136 128 377 0.234 0.932 0.132
  6. localhost .INIT. 16 l - 512 0 0.000 0.000 0.000
  7.  
  8. (one of 3 good nodes):~# ntpq -c pe
  9. remote refid st t when poll reach delay offset jitter
  10. ==============================================================================
  11. *dns 141.4.4.26 2 u 504 1024 377 0.508 -1.887 0.206
  12. +dns3 141.4.4.26 2 u 242 1024 377 0.266 -0.253 0.136
  13. localhost .STEP. 16 l - 1024 0 0.000 0.000 0.000
  14.  
  15. $ ceph -s
  16. cluster d3eb47e8-358a-41d8-af7e-92280e200a70
  17. health HEALTH_WARN clock skew detected on mon.node70, mon.node71, mon.node72
  18. monmap e1: 4 mons at {node69=10.3.20.70:6789/0,node70=10.3.20.71:6789/0,node71=10.3.20.72:6789/0,node72=10.3.20.73:6789/0}, election epoch 10, quorum 0,1,2,3 node69,node70,node71,node72
  19. osdmap e79: 12 osds: 11 up, 11 in
  20. pgmap v1600: 192 pgs: 192 active+clean; 8996 MB data, 19467 MB used, 34159 GB / 34178 GB avail
  21. mdsmap e1: 0/0/1 up
  22.  
  23.  
  24. dns:~$ ntpq -p
  25. remote refid st t when poll reach delay offset jitter
  26. ==============================================================================
  27. localhost .STEP. 16 l - 1024 0 0.000 0.000 0.000
  28. *time1.hzg.de .PPS. 1 u 934 1024 377 0.830 0.524 0.669
  29.  
  30. dns3:~$ ntpq -p
  31. remote refid st t when poll reach delay offset jitter
  32. ==============================================================================
  33. localhost .STEP. 16 l - 1024 0 0.000 0.000 0.000
  34. *time1.hzg.de .PPS. 1 u 469 1024 377 0.795 -1.209 0.302
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement