[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xen-bugs
Subject:    [Xen-bugs] [Bug 1127] New: Using phys instead of phy to describe
From:       bugzilla-daemon () lists ! xensource ! com
Date:       2007-12-20 18:58:38
Message-ID: bug-1127-3 () http ! bugzilla ! xensource ! com/bugzilla/
[Download RAW message or body]

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@lists.xensource.com
        ReportedBy: ben.lavender@mcdean-europe.com


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@lists.xensource.com
http://lists.xensource.com/xen-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic