1
0
mirror of https://gitlab.isc.org/isc-projects/bind9.git synced 2025-07-30 07:03:15 +03:00

Replace "master/slave" terms in documentation

Replace those terms with the preferred "primary/secondary" keywords.
This commit is contained in:
Matthijs Mekking
2021-10-05 11:15:06 +02:00
committed by Evan Hunt
parent 71b92d4d19
commit af17ca9704
10 changed files with 26 additions and 26 deletions

View File

@ -136,7 +136,7 @@ Currently supported commands are:
This sample ``addzone`` command adds the zone ``example.com`` to This sample ``addzone`` command adds the zone ``example.com`` to
the default view: the default view:
``rndc addzone example.com '{ type master; file "example.com.db"; };'`` ``rndc addzone example.com '{ type primary; file "example.com.db"; };'``
(Note the brackets around and semi-colon after the zone configuration (Note the brackets around and semi-colon after the zone configuration
text.) text.)

View File

@ -22,8 +22,8 @@ The response is converted to DNS wire format by named. This conversion,
and the lack of any internal caching, places significant limits on the and the lack of any internal caching, places significant limits on the
query performance of DLZ modules. Consequently, DLZ is not recommended query performance of DLZ modules. Consequently, DLZ is not recommended
for use on high-volume servers. However, it can be used in a hidden for use on high-volume servers. However, it can be used in a hidden
master configuration, with slaves retrieving zone updates via AXFR. primary configuration, with secondaries retrieving zone updates via AXFR.
(Note, however, that DLZ has no built-in support for DNS notify; slaves (Note, however, that DLZ has no built-in support for DNS notify; secondaries
are not automatically informed of changes to the zones in the database.) are not automatically informed of changes to the zones in the database.)
CONFIGURING DLZ: CONFIGURING DLZ:

View File

@ -353,7 +353,7 @@ External (bastion host) DNS server configuration:
zone "site2.example.com" { zone "site2.example.com" {
type secondary; type secondary;
file "s/site2.foo.com"; file "s/site2.foo.com";
masters { another_bastion_host_maybe; }; primaries { another_bastion_host_maybe; };
allow-transfer { internals; externals; } allow-transfer { internals; externals; }
}; };

View File

@ -243,5 +243,5 @@ configuration file.
Note that none of the global records for an option are inherited if any Note that none of the global records for an option are inherited if any
records are defined for that option for the specific zone. For example, records are defined for that option for the specific zone. For example,
if the zone had a ``masters`` record of type A but not AAAA, it if the zone had a ``primaries`` record of type A but not AAAA, it
would *not* inherit the type AAAA record from the global option. would *not* inherit the type AAAA record from the global option.

View File

@ -96,7 +96,7 @@ the primary server for ``example.com`` and a secondary server for the subdomain
type secondary; type secondary;
file "eng.example.com.bk"; file "eng.example.com.bk";
// IP address of eng.example.com primary server // IP address of eng.example.com primary server
masters { 192.168.4.12; }; primaries { 192.168.4.12; };
}; };
.. _load_balancing: .. _load_balancing:

View File

@ -35,8 +35,8 @@ validation status, may change.
Database Updates Database Updates
A master zone is updated by a Dynamic Update message. A slave zone is A primary zone is updated by a Dynamic Update message. A secondary zone
updated by IXFR or AXFR. AXFR provides the entire contents of the new is updated by IXFR or AXFR. AXFR provides the entire contents of the new
zone version, and replaces the entire contents of the database. IXFR zone version, and replaces the entire contents of the database. IXFR
and Dynamic Update, although completely different protocols, have the and Dynamic Update, although completely different protocols, have the
same basic database requirements. They are differential update same basic database requirements. They are differential update

View File

@ -17,7 +17,7 @@ See COPYRIGHT in the source root or https://isc.org/copyright.html for terms.
[view]]'. [view]]'.
Err: DNS_R_NOTFOUND Err: DNS_R_NOTFOUND
zone must be a master (signed inline == master) or normal zone must be a primary (signed inline == primary) or normal
dynamic zone. dynamic zone.
Err: DNS_R_NOTMASTER Err: DNS_R_NOTMASTER

View File

@ -37,7 +37,7 @@ as it is not used for *signing* that zone.
BIND 9 also does not allow unsupported algorithms to be used with `auto-dnssec`: BIND 9 also does not allow unsupported algorithms to be used with `auto-dnssec`:
zone "example" IN { zone "example" IN {
type master; type primary;
file "db/example.db"; file "db/example.db";
key-directory "keys/example"; key-directory "keys/example";
inline-signing yes; inline-signing yes;

View File

@ -15,14 +15,14 @@ Overview
* name * name
* class * class
* master / slave / stub / hint / cache / forward * primary / secondary / stub / hint / cache / forward
* serial number * serial number
* signed / unsigned * signed / unsigned
* update periods (refresh / retry) (slave / stub) * update periods (refresh / retry) (secondary / stub)
* last update time (slave / stub) * last update time (slave / stub)
* access restrictions * access restrictions
* transfer restrictions (master / slave) * transfer restrictions (primary / slave)
* update restictions (master / slave) * update restictions (primary / slave)
* expire period (slave / stub) * expire period (slave / stub)
* children => bottom * children => bottom
* glue * glue
@ -30,8 +30,8 @@ Overview
* transfer "in" in progress * transfer "in" in progress
* transfers "out" in progress * transfers "out" in progress
* "current" check in progress * "current" check in progress
* our masters * our primaries
* primary master name (required to auto generate our masters) * primary server name (required to auto generate our primaries)
* master file name * master file name
* database name * database name
* database type * database type
@ -96,7 +96,7 @@ Overview
slave setups are continual and ongoing sources of problems in the slave setups are continual and ongoing sources of problems in the
DNS. Periodic checks to ensure parent and child servers agree on DNS. Periodic checks to ensure parent and child servers agree on
the list of nameservers and that slaves are tracking the changes the list of nameservers and that slaves are tracking the changes
made in the master server's zone will allow problems in made in the primary server's zone will allow problems in
configurations to be identified earlier providing for a more stable configurations to be identified earlier providing for a more stable
DNS. DNS.
@ -175,7 +175,7 @@ Functions:
dns_zone_axfrin(dns_zone_t *zone, isc_sockaddr_t *addr); dns_zone_axfrin(dns_zone_t *zone, isc_sockaddr_t *addr);
Initiate transfer of the zone from the given server or the Initiate transfer of the zone from the given server or the
masters masters listed in the zone structure. primary servers listed in the zone structure.
dns_zone_maintenance(dns_zone_t *zone); dns_zone_maintenance(dns_zone_t *zone);
@ -186,15 +186,15 @@ Functions:
dns_zone_locateprimary(dns_zone_t *zone); dns_zone_locateprimary(dns_zone_t *zone);
Working from the root zone locate the primary master for the zone. Working from the root zone locate the primary server for the zone.
Used if masters are not given in named.conf. Used if primaries are not given in named.conf.
dns_zone_locateservers(dns_zone_t *zone); dns_zone_locateservers(dns_zone_t *zone);
Working from the root zone locate the servers for the zone. Working from the root zone locate the servers for the zone.
Primary master moved to first in list if in NS set. Remove self Primary server moved to first in list if in NS set. Remove self
from list. from list.
Used if masters are not given in named.conf. Used if primaries are not given in named.conf.
dns_zone_notify(dns_zone_t *); dns_zone_notify(dns_zone_t *);
@ -204,7 +204,7 @@ Functions:
check that the parent nameservers NS lists for this zone agree with check that the parent nameservers NS lists for this zone agree with
the NS list this zone, check glue A records. Warn if not identical. the NS list this zone, check glue A records. Warn if not identical.
This operation is performed on master zones. This operation is performed on primary zones.
dns_zone_checkchildren(dns_zone_t *); dns_zone_checkchildren(dns_zone_t *);
@ -229,11 +229,11 @@ Functions:
dns_zone_addmaster(dns_zone_t *zone, isc_sockaddr_t *addr); dns_zone_addmaster(dns_zone_t *zone, isc_sockaddr_t *addr);
Add addr to the set of masters for the zone. Add addr to the set of primaries for the zone.
dns_zone_clearmasters(dns_zone_t *zone); dns_zone_clearmasters(dns_zone_t *zone);
Clear the master set. Clear the primary set.
dns_zone_setreadacl(dns_zone_t *, dns_acl_t *) dns_zone_setreadacl(dns_zone_t *, dns_acl_t *)

View File

@ -136,7 +136,7 @@ after a restart.
This sample \fBaddzone\fP command adds the zone \fBexample.com\fP to This sample \fBaddzone\fP command adds the zone \fBexample.com\fP to
the default view: the default view:
.sp .sp
\fBrndc addzone example.com \(aq{ type master; file "example.com.db"; };\(aq\fP \fBrndc addzone example.com \(aq{ type primary; file "example.com.db"; };\(aq\fP
.sp .sp
(Note the brackets around and semi\-colon after the zone configuration (Note the brackets around and semi\-colon after the zone configuration
text.) text.)