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

[Xen-bugs] [Bug 1133] New: xm restore can restore same domains

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1133] New: xm restore can restore same domains
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 8 Jan 2008 02:52:11 -0800
Delivery-date: Tue, 08 Jan 2008 02:52:21 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1133

           Summary: xm restore can restore same domains
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: kanno.masaki@xxxxxxxxxxxxxx


When I tested xm save/restore command, I could restore domains of same name.
The domains were same UUID too.

# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   487     2     r-----   2246.3
# xm restore /xen/save.vm1
# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   487     2     r-----   2253.7
vm1                                          3   256     1     -b----      0.0
# xm restore /xen/save.vm1
# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   487     2     r-----   2260.7
vm1                                          3   256     1     -b----      0.0
vm1                                          4   256     1     -b----      0.0
# xm list --long | grep uuid
    (uuid 00000000-0000-0000-0000-000000000000)
    (uuid 03692cec-ccdb-1970-692f-ee3f4b012297)
            (uuid ac06abf8-5e12-6a21-6034-0d4e34d6cb57)
            (uuid 60845ca4-df31-930d-8658-531adb0a0e84)
            (uuid 797ed45d-4b49-a9e9-3073-afaf458714fe)
    (uuid 03692cec-ccdb-1970-692f-ee3f4b012297)
            (uuid ac06abf8-5e12-6a21-6034-0d4e34d6cb57)
            (uuid 60845ca4-df31-930d-8658-531adb0a0e84)
            (uuid 797ed45d-4b49-a9e9-3073-afaf458714fe)


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>