SOA serial is rewriten to each reverse even if no modification is made to any record related to these domains
SOA serial is rewriten to each reverse even if no modification is made to any record related to these domains
Requirements
- Filling out the template is required. Any Enhancement request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
- All new code requires tests to ensure against regressions
Descriptive title for this enhancement
The tests look ok : no more deletion. The speed is improved, the remaining time mainly being used by the fact that SOA serial is rewriten to each reverse even if no modification is made to any record related to these domains.
Knowing that updating the serials triggers zone transfers, it may not be wanted for large zones. In our setup it is quite small so no issue on this side.
Actual behavior
Each time we update a zone the SOA of each reverse is rewritten, no only the one we are updating
Expected behavior
SOA of the reverse for the actual zone should be modified not all of them
Step by step description of new behaviour
- [First Step]
- [Second Step]
- [and so on...]
Benefits
it will not trigger zone transfer on all the zone, reducing traffic and possibles issues
Possible Drawbacks
Difficult to make it right ?