Revision 37b77b18 daemons/ganeti-watcher

b/daemons/ganeti-watcher
306 306
    check_nodes = []
307 307
    for name, new_id in self.bootids.iteritems():
308 308
      old = notepad.GetNodeBootID(name)
309
      if new_id is None:
310
        # Bad node, not returning a boot id
311
        logging.debug("Node %s missing boot id, skipping secondary checks",
312
                      name)
313
        continue
309 314
      if old != new_id:
310 315
        # Node's boot ID has changed, proably through a reboot.
311 316
        check_nodes.append(name)

Also available in: Unified diff