[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
  • 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
  • List-id: List for Xen developers <xen-devel.lists.sourceforge.net>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.