WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] RE: XCP: xe host-evacuate generates wrong error

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] RE: XCP: xe host-evacuate generates wrong error message
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Thu, 23 Sep 2010 21:42:56 +0400
Delivery-date: Thu, 23 Sep 2010 10:43:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=bDLLVTjiBvtNRhVBAb4YH7ydBOfGm/bg49T1OtpFqx8=; b=OWOjGVOpobBCy5UnaNZnrNnbvA+2UMxOJNwrpZVQLK+vHzRhpTUY9XfA0HbqnjCOBm Ef8LRAm+7BfilFkU0ioqLixc1jXgwqGT7ZH2A0hhQ2SdWaKwJZPygdIyxozThAFhI8iP jSArAtcKb4oxDaHpBUgBlN+VHWq3iNUWroph4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=L1BI1jbiDp8uqA0KiEP+kqM4YLKaOFawEIC7IFYpuweDIghuvSQCdYnXEBIHhMe46i ukZE3nVu8af5RaaQ2i7Vh/HaZe6SY3MwZ4lSqR/TaCPhZ2fj8BkNWsBp/eCSrpfWGmoq BHohO1pv7rl2Bh9XI2C7LIbTU66xywnhVd9Dw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7EA643C653F17F4C80DE959E978F10ED7991553275@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1281995580.4595.14.camel@xxxxxxxxxxxxxxxx> <7EA643C653F17F4C80DE959E978F10ED7991553275@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thank you.

I have other question. Why guest tools is requied for pure PV virtual
machines?

I'm trying to adopt XCP for cloud services and found that user in guest
machine can 'disable' migration just by uninstalling xe-guest-tools...
And I don't see any reason, why those tools are really requied for PV
machines (not HVM, but PV).


В Втр, 17/08/2010 в 09:44 +0100, Rob Hoes пишет:
> Hi George,
> 
> I think the error shows the uuid of the vm_guest_metrics instance for your 
> VM, rather than the uuid of the VM itself.
> 
> The patch below would probably solve it.
> 
> Cheers,
> Rob
> 
> ----
> 
> Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>
> 
> diff -r 3c74a4a1c6e8 ocaml/xapi/xapi_pv_driver_version.ml
> --- a/ocaml/xapi/xapi_pv_driver_version.ml
> +++ b/ocaml/xapi/xapi_pv_driver_version.ml
> @@ -148,4 +148,4 @@
>      | (Linux(major, minor, micro, _) | Windows(major, minor, micro, _)) as x 
> -> 
>       if is_up_to_date x 
>       then None
> -     else Some(Api_errors.vm_old_pv_drivers, [ Ref.string_of self; 
> string_of_int major; string_of_int minor; string_of_int micro])
> +     else Some(Api_errors.vm_old_pv_drivers, [ Ref.string_of vm; 
> string_of_int major; string_of_int minor; string_of_int micro])
> 
> 
> > -----Original Message-----
> > From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-
> > bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of George Shuklin
> > Sent: 16 August 2010 22:53
> > To: xen-devel@xxxxxxxxxxxxxxxxxxx
> > Subject: [Xen-devel] XCP: xe host-evacuate generates wrong error
> > message
> > 
> > Good day.
> > 
> > XCP 0.5
> > 
> > xe host-evacuate uuid=f9458b0b-5e35-4ee0-adcf-c8945a37868c
> > You attempted an operation on a VM which requires a more recent version
> > of the PV drivers. Please upgrade your PV drivers.
> > vm: a84aaf23-8afe-2ccc-0299-83b9dfd08c35
> > 
> > But at really vm uuid with bad PV-drivers is
> > 42e397c7-3d76-02c0-a1f9-c78d79cac6c6 and no uuid a84aaf23... present in
> > pool.
> > 
> > I think, it is an error in error message.
> > 
> > 
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-devel




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [PATCH] RE: XCP: xe host-evacuate generates wrong error message, George Shuklin <=