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-devel

[Xen-devel] getting 0 vbd's on probe.

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] getting 0 vbd's on probe.
From: "Ronald G. Minnich" <rminnich@xxxxxxxx>
Date: Thu, 21 Oct 2004 16:37:21 -0600 (MDT)
Delivery-date: Thu, 21 Oct 2004 23:42:10 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
My plan 9 kernel sends the probe message but is getting 0 vbd's back. 

Does this config file look even close to correct? (comments elided)
def vmid_check(var, val):
    val = int(val)
    if val <= 0:
        raise ValueError
    return val

xm_vars.var('vmid',
            use="Virtual machine id. Integer greater than 0.",
            check=vmid_check)
xm_vars.check()
kernel = "9pccpu"
builder='plan9'
memory = 64
name = "This is VM %d" % vmid
cpu = vmid  # set based on vmid (mod number of CPUs)
nics=1
vif = [ 'mac=aa:00:00:00:00:11, bridge=xen-br0' ]
disk = [ 'phy:hda1,hda1,r']
extra = "4 VMID=%d " % vmid
restart = 'never'


anything else to look for? 

status returned in rsp.status is 0. I do get the irq for the returned 
packet for the message. All seems right except I'm getting no disks :-)

ron


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] getting 0 vbd's on probe., Ronald G. Minnich <=