Skip to content
  • Leigh B. Stoller's avatar
    * A bit more support for swapmod from Start Run. Mostly bookkeeping · a8631011
    Leigh B. Stoller authored
      info so we have a record of it.
    
    * First attempt at dealing with nodes that do not respond to the
      synchronous events that are sent from start and stop run. Rather
      then failing, attempt to figure out which nodes are actually dead,
      and save some state in the DB associated with the run. The current
      method for figuring out which nodes are dead is the node_status
      table, since the event scheduler is the only thing that knows what
      nodes did not respond. Will probably revisit this very soon.
    
    * Bug fixes of course.
    
    * Start implementing a Run object so replace some of the code in the
      Instance object.
    a8631011