diff options
| author | Alan Conway <aconway@apache.org> | 2013-08-27 13:40:55 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-08-27 13:40:55 +0000 |
| commit | d4d83e24f1fea2993e24954e1e6c989c2271f8dd (patch) | |
| tree | d48cff238106595e30d1a5ba0eab0667c525a52b /qpid | |
| parent | 692b5b5e56bfeb6d7bf96a7865e5c8b4bc86cc43 (diff) | |
| download | qpid-python-d4d83e24f1fea2993e24954e1e6c989c2271f8dd.tar.gz | |
NO-JIRA: Minor corrections to qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1517815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index 8ddd87a2c4..271d5b46a6 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -113,12 +113,12 @@ under the License. been replicated to a backup, then it doesn't need to be replicated. </para> <variablelist> - <title>Status of a HA broker</title> + <title>HA Broker States</title> <varlistentry> <term>Joining</term> <listitem> <para> - Initial status of a new broker that has not yet connected to the primary. + Initial state of a new broker that has not yet connected to the primary. </para> </listitem> </varlistentry> @@ -499,9 +499,8 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl <command>qpidd</command> broker to primary status. </para> <para> - The <literal>resources</literal> section also defines a pair of virtual IP - addresses on different sub-nets. One will be used for broker-to-broker - communication, the other for client-to-broker. + The <literal>resources</literal> section also defines a virtual IP + address for clients. </para> <para> To take advantage of the virtual IP addresses, <filename>qpidd.conf</filename> |
