File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -1920,9 +1920,23 @@ The ``ha-scopes`` Command
1920
1920
-------------------------
1921
1921
1922
1922
This command allows an administrator to modify the HA scopes being served.
1923
+ It can be useful when recovering from a failure or when performing maintenance.
1923
1924
Consult :ref: `ha-load-balancing-config ` and :ref: `ha-hot-standby-config ` to
1924
- learn which scopes are available for the different HA modes of operation. The
1925
- :isccmd: `ha-scopes ` command has the following structure (in a DHCPv4 example):
1925
+ learn which scopes are available for the different HA modes of operation.
1926
+
1927
+ .. warning ::
1928
+
1929
+ The :isccmd: `ha-scopes ` command can put Kea servers into conflicting states,
1930
+ which can lead to unexpected behavior. Changing scopes does not automatically
1931
+ change the state of the server or its relationship with a partner.
1932
+
1933
+ For example, when we add primary scopes to the standby server it will start
1934
+ responding to DHCP traffic for those scopes. This can lead to a situation where
1935
+ both servers are responding to the same traffic, which can lead to IP address
1936
+ collisions.
1937
+
1938
+ The :isccmd: `ha-scopes ` command has the following structure;
1939
+ using an example in DHCPv4.:
1926
1940
1927
1941
::
1928
1942
You can’t perform that action at this time.
0 commit comments