diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
| commit | de3b09d6ac10405b72dfefdfe750a92d8eea30f6 (patch) | |
| tree | fc493ef372dbe11ca9fea91d8a070b7e76a5ad25 /docs/clustering.rst | |
| parent | 8d843d4a17ff0c249256a4be902607f3e83f16ab (diff) | |
| download | vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.tar.gz vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.zip | |
Refactor "code-block:: console" to "code-block:: none"
Diffstat (limited to 'docs/clustering.rst')
| -rw-r--r-- | docs/clustering.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/clustering.rst b/docs/clustering.rst index 3462ee73..97678445 100644 --- a/docs/clustering.rst +++ b/docs/clustering.rst @@ -17,7 +17,7 @@ General cluster configuration  In the general cluster configuration the network interfaces used for monitoring and negotiation of the cluster health is defined.  Additionally, the communication interval settings, multicast group (for sending/receiving heartbeat messages), and pre-shared secret used in this monitoring is defined. -.. code-block:: console +.. code-block:: none    vyos@vyos# set cluster    Possible completions: @@ -35,7 +35,7 @@ Cluster group configuration  For the cluster group configuration, the group name must be defined before the groups configuration can be set (See Example below).  After the group name is defined, the specific service to be clustered between primary and secondary nodes is configured. -.. code-block:: console +.. code-block:: none    vyos@vyos# set cluster group GROUPNAME    Possible completions: @@ -48,7 +48,7 @@ After the group name is defined, the specific service to be clustered between pr  Review cluster status  --------------------- -.. code-block:: console +.. code-block:: none    vyos@vyos:~$ show cluster status @@ -58,7 +58,7 @@ Example  In the example below SSH is clustered between two nodes. -.. code-block:: console +.. code-block:: none    cluster {        dead-interval 20000 | 
