diff options
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 |