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-api

[Xen-API] [XCP] bug with xe vm-import preserve=true (VDI uuid does not p

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [XCP] bug with xe vm-import preserve=true (VDI uuid does not preserved)
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Fri, 19 Nov 2010 00:34:00 +0300
Delivery-date: Thu, 18 Nov 2010 13:33:57 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=m8EiKsYhczZHlBtlCKrPbEPUT7OT7KLYakdhz6FIzeA=; b=sb0fWiBeLTX6KQN1eJcWSLbe2gp1/D7jEjNCnEYB7DscCbnJRzkzfbYn5bWxkcyk8I y4dwJUaS4d3x4Q+tDhh6pjJkAa+/DNLobictSJWd5Il+WqrpdW8wDsygRBwO8nCM8Bim 9n3C274PasPq6uEjWelIuLcxqqO2ljETHRaYc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=qtfxL91wQTTh6mWtHC8fif20kjQkR1LHJGjGMz65+oFT5ZQsvx6sn9IiXKARoxoRhu qVlTV866OX0nKHYFqlLTktbftAPPcaf3MD0YCESi8KHYAxKdbbkf0cpB3BZZ90EdYLhK NdlggTfEiMafhfXhIZ5crv3FCYYxTCI68LmvM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Good day.

XCP 0.5, found following bug: if vm exported and imported (to different
pool) with preserve=true option all UUIDS are preserved except UUIDs for
VDI. 

VDI was custom-made (xe vdi-create, xe vbd-create).

Steps to reproduce

xe vm-install
xe vif-create
xe vdi-create ... type=user
xe vm-shutdown
xe vm-export

(on different pool)

xe vm-import preserve=true
xe vbd-list vm-uuid=...



_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [XCP] bug with xe vm-import preserve=true (VDI uuid does not preserved), George Shuklin <=