From owner-freebsd-xen@FreeBSD.ORG Thu Sep 1 18:06:30 2011 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 00CE3106564A for ; Thu, 1 Sep 2011 18:06:30 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id B96E68FC15 for ; Thu, 1 Sep 2011 18:06:29 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p81I53ip080086; Thu, 1 Sep 2011 11:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1314900303; bh=uTn3UwUtIDkOyLtrzwFBuMzRhYNvcZWlsbkVVQOiEoY=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=joJT2kslh2dZST9CJX9wWYvGysC75nTbsDPIo8NQ1VtP+SBgwt2BS+3XgLbQb/EaU F8uf5uIFU80Mcb1WPJ5v4P+x97S5koySBhT02ocBf8guFHc8GdzPlpUSL4+lShMCuZ ZIV10Mt0gJVOQ61u5NmnCiDLMpVlBWKCC4C/RhQY= From: Sean Bruno To: "Justin T. Gibbs" In-Reply-To: <4E5FB8F0.9090204@scsiguy.com> References: <4E5FB8F0.9090204@scsiguy.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Sep 2011 11:05:03 -0700 Message-ID: <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-xen@freebsd.org" Subject: Re: [CFT/CFR] Improved Xen Suspend/Resume Support 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: Thu, 01 Sep 2011 18:06:30 -0000 On Thu, 2011-09-01 at 09:55 -0700, Justin T. Gibbs wrote: > This work was sponsored by BQ Internet Corporation and they have > successfully migrated 100+ FreeBSD VMs with these changes (slightly > modified for use in 8.x). I'd like to have feedback from other > developers and FreeBSD Xen users before submitting this and/or > asking for approval to push them into 9.0. > > Thanks, > Justin > hrm ... am I doing it right? [root@xen1 xen]# xm suspend ref9-xen64 Error: Domain is not managed by Xend lifecycle support. Usage: xm suspend Suspend a Xend managed domain [root@xen1 xen]# rpm -q -a|grep xen xen-libs-3.0.3-120.el5_6.2 xen-3.4.3-5.el5 xen-libs-3.4.3-5.el5 kernel-xen-2.6.18-238.12.1.el5 [root@xen1 xen]# Sean