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 439] New: vifname support should be resurrected

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 439] New: vifname support should be resurrected
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 07 Dec 2005 16:38:34 +0000
Delivery-date: Wed, 07 Dec 2005 16:39:19 +0000
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/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=439

           Summary: vifname support should be resurrected
           Product: Xen
           Version: 3.0.0
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: ewan@xxxxxxxxxxxxx


>From Ian Pratt and Andy Smith:

vifname support (present in previous versions of Xen), has been removed.  It
should be resurrected.

The following config file:

name   = "ircd"
kernel = "/boot/vmlinuz-2.6.12.6-xenU_dnuk_1"
root   = "/dev/sda1 ro"
memory = 128
disk   = [ 'phy:vg00/domu_ircd_root,sda1,w',
           'phy:vg00/domu_ircd_swap,sda2,w' ]
nics   = 1
vif    = [ 'mac=00:16:3e:6b:18:81, bridge=xenbr0, vifname=vif-ircd.0' ]

after creation results in the following in dom0:

$ sudo xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0      128     1 r----- 37.0
ircd                               2      128     1 -b---- 11.4
$ brctl show
bridge name     bridge id               STP enabled     interfaces
xenbr0          8000.feffffffffff       no              peth0
                                                        vif0.0
                                                        vif2.0

Networking works fine, so it just looks like the vifname parameter was
ignored.

-- 
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 439] New: vifname support should be resurrected, bugzilla-daemon <=