Skip to content

Commit 90f0b66

Browse files
Tag deallocated state with version (#1336) (#1337)
The operations manual refers to the `Deallocated` state as it was always available. Actually it is a rather new invention, so it is worth pointing out that to the reader. Co-authored-by: Balazs Lendvai <[email protected]>
1 parent 6288c40 commit 90f0b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A server can exist in five different states within the DBMS:
1414
* Free
1515
* Enabled
1616
* Deallocating
17-
* Deallocated
17+
* Deallocated label:new[Introduced in 5.15]
1818
* Cordoned
1919
* Dropped
2020

@@ -85,7 +85,7 @@ When a server is no longer needed, it cannot be removed from the cluster while i
8585
The command `DEALLOCATE DATABASE[S] FROM SERVER[S] _server_[,...]` is used to transition servers to the _Deallocating_ state, reallocating all their hosted databases to other servers in the cluster.
8686
Additionally, servers which are deallocating will not have any further databases allocated to them.
8787

88-
=== Deallocated state
88+
=== Deallocated state label:new[Introduced in 5.15]
8989

9090
When a server is in the deallocated state it no longer hosts any databases any databases besides system and can be removed from the cluster.
9191
Additionally, deallocated servers cannot have any further databases allocated to them.

0 commit comments

Comments
 (0)