xcp having issues with dates for vms
-
Hello,
I found another strange thing - take a look at the attached screenshot:
It is utterly new host, within new pool. The date on the host itself is OK, is shows correct time started and all functions are working OK.
So - does anyone have any idea what is this and how it came to be?
Thx, rgD
-
@damjank The problem should be fixed on
master
, please keep us posted if you have any issueshttps://github.com/vatesfr/xen-orchestra/commit/473d091fa841dd2af5e0ebeeef530418e1e645ba
-
@damjank If I remember correctly you just need to restart your xo-server to solve this.
On your XOA VMsystemctl restart xo-server
.
Are you also sure your host as been restarted after update? -
@Darkbeldin OMG, that actually worked thank you!!!
-
-
-
FYIW, the apparent root cause is that -for whatever reason- XAPI is sending timestamp with milliseconds instead of just seconds (we expect always seconds) but maybe at some point XO is connecting early during XAPI boot process and get a wrong answer.
-
@damjank The problem should be fixed on
master
, please keep us posted if you have any issueshttps://github.com/vatesfr/xen-orchestra/commit/473d091fa841dd2af5e0ebeeef530418e1e645ba
-
@julien-f thank you, much appreciated!
-
-