Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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