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 1494] New: Live migration clobbers VM filesystem

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1494] New: Live migration clobbers VM filesystem
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Sun, 16 Aug 2009 18:55:59 -0700
Delivery-date: Sun, 16 Aug 2009 18:56:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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=1494

           Summary: Live migration clobbers VM filesystem
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HVM
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: jiajun.xu@xxxxxxxxx


Environment:
------------
Service Arch (ia32/ia32e/IA64): x86_64
Guest Arch (ia32/ia32e/IA64): x86_64
Guest OS Type (Linux/Windows): FC10
Change Set: Cset#19745
Hardware: Weybridge
Other:

Bug detailed description:
--------------------------
VM server doing "sum gigabyte_file" and compare results gets "sum:
/home/www/Videos/Monkey.avi: Input/output error"


Reproduce steps:
----------------
1. run VM server (x86_64 FC10 w/ 512MB) 1 vp with following shell program -
where Monkey.avi is a gigabite sized file
    while true
    do
       date > /tmp/1
       cat /tmp/1
       sum Videos/Monkey.avi > /tmp/a
       sum Videos/Monkey.avi > /tmp/b
       diff /tmp/a /tmp/b
       sleep 3
    done
2. VM runs fine without any issue until live migration
3.  do "xm migrate --live ExampleHVMDomain OtherHost" - VM gets Iput.Out error
from sum operation

VM only runs with VNIF


-- 
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>
  • [Xen-bugs] [Bug 1494] New: Live migration clobbers VM filesystem, bugzilla-daemon <=