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 1127] New: Using phys instead of phy to describe VBD dev

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1127] New: Using phys instead of phy to describe VBD device results in misleading error message
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 20 Dec 2007 10:58:38 -0800
Delivery-date: Thu, 20 Dec 2007 10:58:47 -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=1127

           Summary: Using phys instead of phy to describe VBD device results
                    in misleading error message
           Product: Xen
           Version: 3.0.3
          Platform: x86-64
        OS/Version: Linux-2.6
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: ben.lavender@xxxxxxxxxxxxxxxxx


Creating a VM with this configuration:
name = "db1"
maxmem = 3072
memory = 1024
vcpus = 4
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [  ]
disk = [ "phys:/dev/VolGroup00/db1,xvda,w" ]
vif = [ '', 'bridge=xenbr0' ]
vif = [ '', 'bridge=xenbr1' ]

Results in this error:
Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.

After wasting some time on this error message, the problem is that this:
disk = [ "phys:/dev/VolGroup00/db1,xvda,w" ]

...needs to be this, with 'phys' instead 'phy':
disk = [ "phy:/dev/VolGroup00/db1,xvda,w" ]

My log files report nothing interesting.  After fixing the problem, all is
well; the only problem is that the error message is not useful.

>From RHEL5 stock packages, Xen 3.0.3-41 Kernel 2.6.18-53.1.4.


-- 
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 1127] New: Using phys instead of phy to describe VBD device results in misleading error message, bugzilla-daemon <=