Skip to content

Commit 6f76bd3

Browse files
authored
Update modules/ROOT/pages/clustering/servers.adoc
1 parent 2e30830 commit 6f76bd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ Once enabled, the server may be allocated databases to host.
8484

8585
When a server is no longer needed, it cannot be removed from the cluster while it is still allocated to host any databases.
8686
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.
87-
This is an irreversible state and servers which are deallocating will not have any further databases allocated to them.
87+
[WARNING]
88+
====
89+
This state is *irreversible*.
90+
Once a server is in a deallocating state, it subsequently cannot have databases allocated to it.
91+
====
8892
Note, if you wish to deallocate databases from a server in a reversible manner then see xref:clustering/databases.adoc#deallocate-databases[Deallocate databases] for more information.
8993

9094
=== Deallocated state

0 commit comments

Comments
 (0)