Skip to content

Commit

Permalink
Tag deallocated state with version (#1336) (#1337)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
AlexicaWright and gfx54b authored Jan 18, 2024
1 parent 6288c40 commit 90f0b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/clustering/servers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A server can exist in five different states within the DBMS:
* Free
* Enabled
* Deallocating
* Deallocated
* Deallocated label:new[Introduced in 5.15]
* Cordoned
* Dropped

Expand Down Expand Up @@ -85,7 +85,7 @@ When a server is no longer needed, it cannot be removed from the cluster while i
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.
Additionally, servers which are deallocating will not have any further databases allocated to them.

=== Deallocated state
=== Deallocated state label:new[Introduced in 5.15]

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.
Additionally, deallocated servers cannot have any further databases allocated to them.
Expand Down

0 comments on commit 90f0b66

Please sign in to comment.