Xen 时间问题

2010-09-27

默认情况下 xen domU 的时间是和 dom0同步的。

由于一些时区问题,不想让 domU的时间和 dom0同步。

# [Default] All domains have the same time synchronized from ntp-client in dom0.
echo 0 > /proc/sys/xen/independent_wallclock

# If, however, this is not the case, you will have to run ntp-client on all guests. For this to work, you will need to set  to 1, i.e.
echo 1 > /proc/sys/xen/independent_wallclock