You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/06/27 03:57:34 UTC

[1/2] incubator-guacamole-manual git commit: GUACAMOLE-317: Document new "failover_only" column.

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master 344b3e8d3 -> 51bd15411


GUACAMOLE-317: Document new "failover_only" column.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/78b7fd0e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/78b7fd0e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/78b7fd0e

Branch: refs/heads/master
Commit: 78b7fd0ed161633379fc2da60f051f0cad1a637a
Parents: 344b3e8
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Jun 26 14:52:37 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Jun 26 14:52:37 2017 -0700

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/78b7fd0e/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index 63fa74f..6718808 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -1065,6 +1065,25 @@ INSERT INTO guacamole_user (username, password_salt, password_hash)
                         default weight of <constant>1</constant>.</para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>failover_only</property></term>
+                    <listitem>
+                        <para>Whether this connection should be used for failover situations only,
+                            also known as a "hot spare". If this column is set to
+                                <constant>TRUE</constant> or <constant>1</constant>, this connection
+                            will be used only when another connection within the same
+                                <type>BALANCING</type> connection group has failed due to an error
+                            within the remote desktop. </para>
+                        <para><emphasis>Connection groups will always transparently switch to the
+                                next available connection in the event of remote desktop failure,
+                                regardless of the value of this column.</emphasis> This column
+                            simply dictates whether a particular connection should be
+                                <emphasis>reserved</emphasis> for such situations, and left unused
+                            otherwise.</para>
+                        <para>This column only has an effect on connections within
+                                <type>BALANCING</type> groups.</para>
+                    </listitem>
+                </varlistentry>
             </variablelist>
             <para>As there are potentially multiple parameters per connection, where the names of
                 each parameter are completely arbitrary and determined only by the protocol in use,


[2/2] incubator-guacamole-manual git commit: GUACAMOLE-317: Merge documentation for new "failover_only" column.

Posted by jm...@apache.org.
GUACAMOLE-317: Merge documentation for new "failover_only" column.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/51bd1541
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/51bd1541
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/51bd1541

Branch: refs/heads/master
Commit: 51bd15411e3e3520e6433c420d2b89ac7cb68509
Parents: d9d9629 78b7fd0
Author: James Muehlner <ja...@guac-dev.org>
Authored: Mon Jun 26 20:56:31 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Mon Jun 26 20:56:31 2017 -0700

----------------------------------------------------------------------
 src/chapters/configuring.xml | 39 +++++++++++++++++++++++++++++++++++++++
 src/chapters/installing.xml  |  4 ++--
 src/chapters/jdbc-auth.xml   | 31 +++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 2 deletions(-)
----------------------------------------------------------------------