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

[Xen-devel] Is Xend versioned?


  • To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • From: Jim Fehlig <jfehlig@xxxxxxxxxx>
  • Date: Tue, 18 Dec 2007 12:08:11 -0700
  • Delivery-date: Tue, 18 Dec 2007 11:08:43 -0800
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

When querying Xend for version this code is invoked in
tools/python/xen/xend/XendNode.py

    def xen_version(self):
        info = self.xc.xeninfo()

        try:
            from xen import VERSION
            info = {'Xen': '%(xen_major)d.%(xen_minor)d' % info,
                    'Xend': VERSION}
        except (ImportError, AttributeError):
            info = {'Xen': '%(xen_major)d.%(xen_minor)d' % info,
                    'Xend': '3.0.3'}

I cannot find a xen module from which to import VERSION, resulting in
the hardcoded one.  I would cook up a patch if I understood how, or even
if, it should be versioned.

Jim

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

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