From owner-freebsd-xen@FreeBSD.ORG Fri Aug 10 01:34:41 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83CEB106564A for ; Fri, 10 Aug 2012 01:34:41 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2818FC14 for ; Fri, 10 Aug 2012 01:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Cc:Date:References:Subject:To:Content-Type; bh=NfMRRRb9X/0CGpstWZoSEhFFaPq+KvK10va/tyLxsgg=; b=DARmdkQBfqIlMeC4ToOTl8Ng4v8jHpKZzqVZ53g382863j+QZyPay0xxA0N4pVYDFL1nKLecZOnFrh89Cthcjg87Fzn3JXvewGfsg0c9j8Lr6vHafVtlx97S1YFCFlYC; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1Sze7Y-000J8M-Er; Thu, 09 Aug 2012 20:34:39 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1344562470-41577-41576/5/53; Fri, 10 Aug 2012 01:34:30 +0000 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-xen@freebsd.org References: <20120809.094910.243541404.moto@kawasaki3.org> <61BCA99E-2574-4987-ACD9-E84A3AEBD2A3@ramattack.net> <20120810.034203.52110126.moto@kawasaki3.org> Date: Thu, 9 Aug 2012 20:34:30 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <20120810.034203.52110126.moto@kawasaki3.org> User-Agent: Opera Mail/12.00 (Win32) X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 Cc: Subject: Re: Citrix Xenserver and FreeBSD migration/suspend scripts X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 01:34:41 -0000 On Thu, 09 Aug 2012 13:42:03 -0500, moto kawasaki wrote: > 1) XenCenter shows warning as; > "XenServer Tools out of date (version 6.0 installed)" > Changing MicroVersion from 0 to 2 in xe-update-guest-attr file > doesn't have effect on this issue. > xenstore_write_cached "attr/PVAddons/MicroVersion" "2" > ^^^ > 0 to 2 On XenServer 6.0.0 the current settings work fine. I imagine we need to investigate what version the tools are on other platforms and emulate that version accordingly. > 2) "Shutdown" button on XenCenter works but doesn't complete. > I guess XenServer/XenCenter expect something like "shutdown -p now" > on the FreeBSD VM, but actually it runs like "shutdown -h now". > Thus, FreeBSD VM has shut down, but doesn't cut its power, thus > XenCenter remains on the way shutting down (VM icon stays in > green, not goes to red.). I haven't looked to see how this is handled at all, but I bet it's something we can fix. > 3) Moving VM from one member host to another in the pool works. > wow!! Thanks for giving us another confirmation!