Changeset 712


Ignore:
Timestamp:
Jul 22, 2008, 11:51:14 PM (16 years ago)
Author:
price
Message:

fix a race in listvms when a machine is shutting down

Also tell the remctl-auto changelog about YAML support.

Location:
trunk/packages/sipb-xen-remctl-auto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remctl-auto/debian/changelog

    r533 r712  
     1sipb-xen-remctl-auto (1.0.16) unstable; urgency=low
     2
     3  * support YAML as well as JSON (broder, quentin, andersk, long ago)
     4  * fix a race in listvms when a machine is shutting down
     5
     6 -- Greg Price <price@mit.edu>  Tue, 22 Jul 2008 23:46:49 -0400
     7
    18sipb-xen-remctl-auto (1.0.15) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-listvms

    r654 r712  
    1717        try:
    1818            name, data = get_dom(int(domid))
    19         except ValueError:
     19        except TypeError:
    2020            continue # went down since we started
    2121        if name.startswith('d_'):
Note: See TracChangeset for help on using the changeset viewer.