From owner-freebsd-xen@freebsd.org Wed Dec 7 16:22:10 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78429C6C42C for ; Wed, 7 Dec 2016 16:22:10 +0000 (UTC) (envelope-from prvs=1149a0a087=jwest@ezwind.net) Received: from ezwind.net (booby.ezwind.net [199.188.211.150]) by mx1.freebsd.org (Postfix) with ESMTP id 52C0618BC for ; Wed, 7 Dec 2016 16:22:10 +0000 (UTC) (envelope-from prvs=1149a0a087=jwest@ezwind.net) X-MDAV-Result: clean X-MDAV-Processed: ezwind.net, Wed, 07 Dec 2016 10:21:45 -0600 X-Spam-Processed: ezwind.net, Wed, 07 Dec 2016 10:21:45 -0600 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on Booby X-Spam-Level: X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,NO_RELAYS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from OwnerTHINK by ezwind.net (MDaemon PRO v16.0.4) with ESMTPA id 51-md50000015551.msg for ; Wed, 07 Dec 2016 10:21:44 -0600 X-MDRemoteIP: 68.184.8.34 X-MDHelo: OwnerTHINK X-MDArrival-Date: Wed, 07 Dec 2016 10:21:44 -0600 X-Authenticated-Sender: jwest@ezwind.net X-Return-Path: prvs=1149a0a087=jwest@ezwind.net X-Envelope-From: jwest@ezwind.net X-MDaemon-Deliver-To: freebsd-xen@freebsd.org From: "Jay West" To: Subject: 11-RELEASE and live migration Date: Wed, 7 Dec 2016 10:21:53 -0600 Message-ID: <001f01d250a6$05ca4160$115ec420$@ezwind.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Content-Language: en-us Thread-Index: AdJQpQTLkUaPmYqeQdWL9Zw7f2WwFg== X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 16:22:10 -0000 Not sure if anyone else has seen this.... Fresh install of xenserver 7 on two dell PE's, local storage only for xenserver 7 installation on each. All VM storage via iscsi to a nas (multipath, split between two stacked dell powerconnect switches that are properly configured for iscsi traffic). Freebsd11-Release iso used to spin up a few freebsd VM's, and xe-guest-utilities-6.2.0_2 added via 'pkg install'. Live migration from one host to the other works fine (doesn't matter which of the two hosts is the source and which is the destination). But after it is done migrating if you then do a live migration back to the server where it was a few minutes ago.... on the recipient host the VM reboots upon migration. It gets to the bios screen and then just hangs. So... 1) Why does it reboot, 2) Why does it then get stuck just after bios post but before OS load, and 3) Has anyone else seen this? J