Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F2E511DEA for ; Thu, 17 Jul 2014 20:07:06 +0000 (UTC) Received: (qmail 34363 invoked by uid 500); 17 Jul 2014 20:07:06 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 34081 invoked by uid 500); 17 Jul 2014 20:07:05 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 33993 invoked by uid 99); 17 Jul 2014 20:07:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 20:07:05 +0000 Date: Thu, 17 Jul 2014 20:07:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-595) Support session affinity in GCE Load Balancer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LIBCLOUD-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14065476#comment-14065476 ] ASF GitHub Bot commented on LIBCLOUD-595: ----------------------------------------- GitHub user verb opened a pull request: https://github.com/apache/libcloud/pull/341 [LIBCLOUD-595] Support GCE LB session affinity Add support for sessionAffinity to the GCE Load Balancer driver. sessionAffinity has the effect of causing clients to "stick" to a particular backend server. Also, trivial documentation fixes: * resolve ambiguous type specification in create_balancer * fix typo in development doc https://issues.apache.org/jira/browse/LIBCLOUD-595 You can merge this pull request into a Git repository by running: $ git pull https://github.com/verb/libcloud LIBCLOUD-595_session_affinity Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/341.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #341 ---- commit fc16778166442c68211bfeaccf12f1ada51cc6b4 Author: Lee Verberne Date: 2014-07-10T20:31:34Z [LIBCLOUD-595] Support GCE LB session affinity Add support for sessionAffinity to the GCE Load Balancer driver. sessionAffinity has the effect of causing clients to "stick" to a particular backend server. Also, trivial documentation fixes: * resolve ambiguous type specification in create_balancer * fix typo in development doc ---- > Support session affinity in GCE Load Balancer > --------------------------------------------- > > Key: LIBCLOUD-595 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-595 > Project: Libcloud > Issue Type: New Feature > Components: LoadBalancer > Reporter: Lee Verberne > Priority: Minor > > The Compute Engine network load balancer supports a sessionAffinity parameter that modifies the default algorithm to cause clients to prefer a particular member node. -- This message was sent by Atlassian JIRA (v6.2#6252)