From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Berthault Subject: Major BUG in xm restore command Date: Thu, 06 Apr 2006 12:20:32 +0200 Message-ID: <4434EB70.5040106@Bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: Xen-Devel , Xen-Users List-Id: xen-devel@lists.xenproject.org Xen release 3.0.0 With 'xm rename' and 'xm restore' commands, it's possible to start several domains with the same properties (same config file). Example: - create a config file named 'A' - xm create A - xm rename A B - xm save B B.save - xm create A - xm restore B.save At this time, there is two domains A and B with the same properties (same hard disk, same IP address, etc..). The correct behavior would be to reject the "xm restore B.save".