-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #4068
Update README.md #4068
Conversation
Specify that serial must change for the zone file to be reloaded. Signed-off-by: Grant Garrett-Grossman <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #4068 +/- ##
==========================================
- Coverage 57.10% 57.08% -0.02%
==========================================
Files 222 222
Lines 11278 11278
==========================================
- Hits 6440 6438 -2
- Misses 4347 4348 +1
- Partials 491 492 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Co-authored-by: Miek Gieben <[email protected]> Signed-off-by: Grant Garrett-Grossman <[email protected]>
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by zouyee
* Update README.md Specify that serial must change for the zone file to be reloaded. Signed-off-by: Grant Garrett-Grossman <[email protected]> * Update plugin/auto/README.md Co-authored-by: Miek Gieben <[email protected]> Signed-off-by: Grant Garrett-Grossman <[email protected]> Co-authored-by: Miek Gieben <[email protected]>
Specify that serial must change for the zone file to be reloaded.
1. Why is this pull request needed and what does it do?
The caveat that
auto
only automatically reloads the zone file when serial changes was not very clear. This is just a small documentation change to make this clearer. This way, the behavior is mentioned within the scope of the whole plugin and not just within the description of thereload
parameter.2. Which issues (if any) are related?
This is related to the closed issue 4059.
3. Which documentation changes (if any) need to be made?
This is a documentation change.
4. Does this introduce a backward incompatible change or deprecation?
No, unless the behavior of
auto
regarding when it reloads the zone file has changed.