Skip to content

Conversation

@AArdeev
Copy link
Contributor

@AArdeev AArdeev commented May 27, 2025

The ```isolated:true``` option moves the instance to RO mode
In this mode, various debugging & maintanance operations can be performed

Fixes #4632
@AArdeev AArdeev requested a review from Totktonada May 27, 2025 14:03
@AArdeev AArdeev self-assigned this May 27, 2025
@AArdeev AArdeev added documentation Improvements or additions to documentation config 3.3 labels May 27, 2025
@AArdeev AArdeev added the server [area] Task relates to Tarantool's server (core) functionality label May 28, 2025
@AArdeev AArdeev requested a review from Totktonada May 29, 2025 10:55

See also: :ref:`configuration_labels`

.. _configuration_reference_isolated_mode:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to say it on the previous review iteration: AFAIR, options/sections on each level are sorted alphabetically. Here isolated goes after labels.

Since version :doc:`3.3.0 </release/3.3.0>`, a new ``isolated`` option is added to instance configuration.

The option takes boolean values, by default it is set to ``false``.
``isolated:true`` moves the instance it has been applied at to the **isolated** mode.
Copy link
Contributor

@Totktonada Totktonada May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: isolated: true looks better for me (comparing to isolated:true).

Copy link
Contributor

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on it!

@AArdeev AArdeev merged commit 00a19a3 into latest Jun 2, 2025
1 check passed
@AArdeev AArdeev deleted the AArdeev/gh-4632-add-isolated-mode-on-instance branch June 2, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.3 config documentation Improvements or additions to documentation server [area] Task relates to Tarantool's server (core) functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

config: isolated mode for an instance

3 participants