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 979] New: Xen fails to transfer eth0 to peth0 on an nfsr

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 979] New: Xen fails to transfer eth0 to peth0 on an nfsroot system
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 11 May 2007 00:11:08 -0700
Delivery-date: Fri, 11 May 2007 00:12:04 -0700
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=979

           Summary: Xen fails to transfer eth0 to peth0 on an nfsroot system
           Product: Xen
           Version: 3.0.4
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: mb@xxxxxxxxxx


We have a cluster with nodes that mount their root directory over NFS.
Therefore, PERMANENT network access is required. This situation currently is
not well supported by the Xen network scripts.

When we start xend in bridged mode, network connectivity and therefore access
to the root filesystem is lost. Rebooting the node is required.

The cause of the problem probably is that peth0 cannot not created. I presume,
that the Xen scripts cannot rename eth0 to peth0 because it is in use by the
kernel to keep the root filesystem NFS mounted. 

This situation should be detected by the bridge script and handled accordingly,
i.e. not expecting peth0 to exist but continuing to set up the bridge with eth0
instead of peth0.

Our workaround is to disable the network-bridge script and use a modified
script. This script transfers the addresses and routes from eth0 to xenbr0
while keeping the network online all the time.

Occurs on 3.0.2 and 3.0.4 (x86).


-- 
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 979] New: Xen fails to transfer eth0 to peth0 on an nfsroot system, bugzilla-daemon <=