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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---