Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2CDD187E9 for ; Wed, 14 Oct 2015 09:32:12 +0000 (UTC) Received: (qmail 14752 invoked by uid 500); 14 Oct 2015 09:32:12 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 14697 invoked by uid 500); 14 Oct 2015 09:32:12 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 14686 invoked by uid 99); 14 Oct 2015 09:32:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 09:32:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB326E027D; Wed, 14 Oct 2015 09:32:11 +0000 (UTC) From: wilderrodrigues To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-8947 - Load Balancer not worki... Content-Type: text/plain Message-Id: <20151014093211.DB326E027D@git1-us-west.apache.org> Date: Wed, 14 Oct 2015 09:32:11 +0000 (UTC) Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/931#discussion_r41972411 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py --- @@ -150,6 +150,8 @@ def compare(self, list): new_rule.set_table(fw[0]) if isinstance(fw[1], int): new_rule.set_count(fw[1]) + + logging.debug("Checking if the rule already exists: rule=%s table=%s chain=%s", new_rule.get_rule(), new_rule.get_table(), new_rule.get_chain()) --- End diff -- We really need some logging, during dev or prod, to be able to see what is going on. Once we get more confidence with the current implementation, we can remove some logging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---