From owner-freebsd-xen@FreeBSD.ORG Thu Sep 1 18:57:39 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 8C8751065672 for ; Thu, 1 Sep 2011 18:57:39 +0000 (UTC) (envelope-from nenolod@systeminplace.net) Received: from mail.systeminplace.net (mail.systeminplace.net [204.152.223.2]) by mx1.freebsd.org (Postfix) with ESMTP id 719C88FC0C for ; Thu, 1 Sep 2011 18:57:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.systeminplace.net (Postfix) with ESMTP id 282CA5E45; Thu, 1 Sep 2011 11:57:39 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail.systeminplace.net Received: from mail.systeminplace.net ([127.0.0.1]) by localhost (mail.systeminplace.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZdPOTlBNdt02; Thu, 1 Sep 2011 11:57:38 -0700 (PDT) Received: from petrie (petrie.dereferenced.org [99.32.97.100]) by mail.systeminplace.net (Postfix) with ESMTPSA id 1A7B85DBE; Thu, 1 Sep 2011 11:57:38 -0700 (PDT) Date: Thu, 1 Sep 2011 14:02:20 -0500 From: William Pitcock To: Sean Bruno Message-ID: <20110901140220.5b7a5e19@petrie> In-Reply-To: <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> References: <4E5FB8F0.9090204@scsiguy.com> <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> Organization: SystemInPlace, Inc. X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:57:39 -0000 On Thu, 01 Sep 2011 11:05:03 -0700 Sean Bruno wrote: > 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]# > > No, you want 'xm save ref9-xen64 /path/to/checkpoint/file/here'. William