Skip to content
  • Leigh B Stoller's avatar
    A couple of tweaks to default named config that we install on new nodes · 82086802
    Leigh B Stoller authored
    (including the MEs and FEs and geni racks and ...):
    
    * Move the also-notify statement from top level into the external view.
      I noticed when I had debugging on the Mothership, that we are getting
      gobs of notifies for the 172 zones (16 of them) from all over the
      place over and over, which the Mothership just ignores. This was bad
      for two reasons; 1) it was exploding the debug file, and 2) it was
      tripping the "quota" for the actual zones that need to be transferred,
      so those were deferred for several minutes. This was especially
      annoying while I was debugging cause the zone I cared about was always
      at the end and deferred. Cue the thumb twiddling.
    
      OK, but this did not work, all those notifies kept getting sent. Turns
      out we also need a "notify explicit" at top level to turn of automatic
      notify of all zones to the masters.
    
    * For the ME/FEs I added a super hack to make sure that the special
      internal 10.10.10.0/29 n...
    82086802