From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schroeder Subject: Re: [XEN-3.4] any changes to time/clock handling? Date: Fri, 22 May 2009 21:31:11 +0200 Message-ID: <4A16FD7F.8080708@dschroeder.info> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > On 22/05/2009 09:47, "Daniel Schroeder" wrote: > >> hello *, >> >> with 3.4 i have massive clock differences between dom0 and domu... >> e.g. every domu is about two hours in the future... >> ...with < 3.4 everything was synced... > > Are the domUs HVM or PV? Could it be we are getting confused between GMT and > localtime? > > -- Keir > > yepp, i think so...they are pv domUs and their configs were without a localtime entry...i thought the default is 0...with releases before 3.4 the domUs behaved like localtime = 0. Interesting is the fact, that only a couple domUs are two hours in the future and the others are correct. With nearly identical configs... I have added "localtime = 0" and it seems to be fine...so, probably solved.. cheers, daniel