Skip to content

Commit 05f4e4d

Browse files
committed
Code lines convertes to code blocks and fixed to lua lang
1 parent 144fdaf commit 05f4e4d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3690,15 +3690,24 @@ The ``replication`` section defines configuration parameters related to :ref:`re
36903690

36913691
2. Open terminal window and start three instances using the following commands:
36923692

3693-
``tarantool --name r-001-i-001 --config config.yaml -i``
3693+
.. code-block:: lua
3694+
3695+
tarantool --name r-001-i-001 --config config.yaml -i
3696+
36943697
3695-
``tarantool --name r-001-i-002 --config config.yaml -i``
3698+
.. code-block:: lua
3699+
3700+
tarantool --name r-001-i-002 --config config.yaml -i``
36963701
3697-
``tarantool --name r-001-i-003 --config config.yaml -i``
3702+
3703+
.. code-block:: lua
3704+
3705+
tarantool --name r-001-i-003 --config config.yaml -i
36983706
36993707
3. Edit ``config.yaml`` and remove the following entry for ``r-001-i-003``:
37003708

3701-
``r-001-i-003: {}``
3709+
.. code-block:: lua
3710+
r-001-i-003: {}
37023711
37033712
37043713
The updated ``config.yaml`` should look like this:
@@ -3734,7 +3743,9 @@ The ``replication`` section defines configuration parameters related to :ref:`re
37343743
37353744
6. Verify the changes:
37363745

3737-
``box.space._cluster:fselect()``
3746+
.. code-block:: lua
3747+
3748+
box.space._cluster:fselect()
37383749
37393750
After the reload, ``r-001-i-003`` should no longer appear in the ``_cluster`` system space.
37403751

0 commit comments

Comments
 (0)