Skip to content
  • David Johnson's avatar
    Fix "nodes considered alive by Emulab" part of the query. This is · 3ee32576
    David Johnson authored
    complicated because we use one big huge query to filter out as much as we
    can in the db to speed things up, but there is already a search option
    that restricts based on pid/eid.  Thus, if pid/eid search is enabled, we
    have to do an additional postfilter pass to filter out nodes that are not
    both status='up' and not in hwdown.
    3ee32576