You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/07 16:53:26 UTC

[1/2] incubator-guacamole-manual git commit: GUACAMOLE-102: Document new connection_weight field in database.

Repository: incubator-guacamole-manual
Updated Branches:
  refs/heads/master d9d9629dc -> 0c5b488ad


GUACAMOLE-102: Document new connection_weight field in database.


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/e34abec4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/e34abec4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/e34abec4

Branch: refs/heads/master
Commit: e34abec4ecdd7f19b82e89ce42b24dffe1c2a50d
Parents: d9d9629
Author: Nick Couchman <vn...@apache.org>
Authored: Wed Jun 7 09:41:01 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Wed Jun 7 09:41:01 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/e34abec4/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index 5e5736f..63fa74f 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -1053,6 +1053,18 @@ INSERT INTO guacamole_user (username, password_salt, password_hash)
                                 <filename>guacamole.properties</filename>.</para>
                     </listitem>
                 </varlistentry>
+                <varlistentry>
+                    <term><property>connection_weight</property></term>
+                    <listitem>
+                        <para>The weight for a connection, used for applying weighted load balancing
+                        algorithms when connections are part of a BALANCING group.  This is an
+                        integer value, where values <constant>1</constant> or greater will weight 
+                        the connection relative to other connections in that group, and values 
+                        below <constant>1</constant> cause the connection to be disabled in the 
+                        group.  If <constant>NULL</constant>, the connection will be assigned a 
+                        default weight of <constant>1</constant>.</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-102: Merge documentation for new "connection_weight" column.

Posted by mj...@apache.org.
GUACAMOLE-102: Merge documentation for new "connection_weight" 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/0c5b488a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/0c5b488a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/0c5b488a

Branch: refs/heads/master
Commit: 0c5b488ad99189d5a56d9c642241c7a888ca2d0d
Parents: d9d9629 e34abec
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Jun 7 09:51:38 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Wed Jun 7 09:51:38 2017 -0700

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