diff options
author | mrpa <miruna.paun@enea.com> | 2021-02-25 00:52:09 +0100 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2021-02-25 14:55:45 +0100 |
commit | 58507abed96e1bfd96cbd6d2689774b5b87fa14e (patch) | |
tree | c8dd52aa973ae0c5a2e1951861342a3fc18ba50c /doc/book-enea-nfv-access-getting-started | |
parent | 0e1f14feda9b1105b4a0e4a3258f203631f31fae (diff) | |
download | nfv-access-documentation-feature_CPDX-3521.tar.gz |
Updated the release info with needed fixes and infoEnea_NFV_Access_2.4.0_RC2feature_CPDX-3521
Updated overflow issue in advanced config.
Change-Id: Ia9329872ea444de1f1acad3e921c09a8f2f3779f
Signed-off-by: mrpa <miruna.paun@enea.com>
Diffstat (limited to 'doc/book-enea-nfv-access-getting-started')
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml index 2a479b9..cb0ae5b 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | |||
@@ -760,12 +760,14 @@ galera-4-26.4.6-1.el7.centos.x86_64</programlisting> | |||
760 | <emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis> | 760 | <emphasis role="bold">wsrep_cluster_address="gcomm://192.168.10.11,192.168.10.12,..,192.168.10.16"</emphasis> |
761 | 761 | ||
762 | # Human-readable node name (non-unique). Hostname by default. | 762 | # Human-readable node name (non-unique). Hostname by default. |
763 | <emphasis role="bold">wsrep_node_name=Node1</emphasis> # current node's name. set node name for each server in the cluster | 763 | <emphasis role="bold">wsrep_node_name=Node1</emphasis> # current node's name. set node name for each server in \ |
764 | the cluster | ||
764 | 765 | ||
765 | # Base replication <address|hostname>[:port] of the node. | 766 | # Base replication <address|hostname>[:port] of the node. |
766 | # The values supplied will be used as defaults for state transfer receiving, | 767 | # The values supplied will be used as defaults for state transfer receiving, |
767 | # listening ports and so on. Default: address of the first network interface. | 768 | # listening ports and so on. Default: address of the first network interface.\ |
768 | <emphasis role="bold">wsrep_node_address=192.168.10.11</emphasis> #current node's interface IP . must be set for each node in the cluster</programlisting> | 769 | <emphasis role="bold">wsrep_node_address=192.168.10.11</emphasis> |
770 | #current node's interface IP . must be set for each node in the cluster</programlisting> | ||
769 | 771 | ||
770 | <note> | 772 | <note> |
771 | <para>Steps 2, 3 and 4 must be performed for each MariaDB node | 773 | <para>Steps 2, 3 and 4 must be performed for each MariaDB node |