This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 5efb94234db IGNITE-28251 Supplementing the documentation regarding
maintenance mode scheduling (#12899)
5efb94234db is described below
commit 5efb94234dbd7e5b5f09b358dec4716043061784
Author: Denis <[email protected]>
AuthorDate: Fri Mar 27 17:23:01 2026 +1000
IGNITE-28251 Supplementing the documentation regarding maintenance mode
scheduling (#12899)
---
docs/_docs/maintenance-mode.adoc | 2 +-
docs/_docs/tools/control-script.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_docs/maintenance-mode.adoc b/docs/_docs/maintenance-mode.adoc
index af9b7e40c7a..50fc0344917 100644
--- a/docs/_docs/maintenance-mode.adoc
+++ b/docs/_docs/maintenance-mode.adoc
@@ -94,7 +94,7 @@ Another restart will then be needed to bring the node back
into the cluster.
Commands that trigger maintenance mode on the next restart:
-- `control.sh --defragmentation` - node defragmentation;
+- `control.sh --defragmentation schedule` - node defragmentation scheduling;
- `control.sh --cache schedule_indexes_rebuild` - schedule rebuilding cache
data indexes in Maintenance Mode.
More details about these commands can be found in the "Control Script" section
under subsections "link:tools/control-script#defragmentation[Defragmentation]"
and "link:tools/control-script#rebuild_index[Rebuild index]".
diff --git a/docs/_docs/tools/control-script.adoc
b/docs/_docs/tools/control-script.adoc
index 1097921ba6b..f52c3b7f880 100644
--- a/docs/_docs/tools/control-script.adoc
+++ b/docs/_docs/tools/control-script.adoc
@@ -1613,7 +1613,7 @@ control.sh|bat --cache metrics enable --caches
cache-2,cache-1
== Rebuild index
-The `schedule_indexes_rebuild` commands Apache Ignite to rebuild indexes for
specified caches or cache groups. Target caches or cache groups must be in
link:maintenance-mode[Maintenance Mode].
+The `schedule_indexes_rebuild` command instructs Apache Ignite to schedule the
rebuild of indexes for the specified caches or cache groups. This will result
in the specified nodes being scheduled to start in
link:maintenance-mode[Maintenance Mode] during the next startup.
[source, shell]
----