I was wondering why my astaro was getting the bad time everytime I rebooted. I just found what the issue is.
Since Hyper-V is a windows based hypervisor, it store the local time in the CMOS(BIOS) time. But as astaro is a linux based FW, it use the CMOS time in UTC time.
So lets say its 10:00, my timezone is -5, so windows store 10:00 in the CMOS, then at bootup astaro read 10:00 think its UTC, and do 10 - 5. So the time in astaro is set to 5:00...
I was able to prevent this from happening simply by editing the file: /etc/sysconfig/clock, change:
UTC = "yes", to UTC = "no"
then everything run smooth.
Would your dev be kind enough to put a checkmark inside the Data/Time tab to toggle the storage of the time in UTC(default) vs Local time ?
This is the only issue I know of with astaro && Hyper-v so far.
Thanks