[
https://issues.apache.org/jira/browse/CLOUDSTACK-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14747017#comment-14747017
]
ASF GitHub Bot commented on CLOUDSTACK-8863:
--------------------------------------------
Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/836#discussion_r39598913
--- Diff: systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh ---
@@ -93,4 +93,16 @@ done < $cfg
#remove the configuration file, log file should have all the records as
well
rm -f $cfg
+# Flush kernel conntrack table
+log_it "VR config: Flushing conntrack table"
+ps cax | grep conntrackd > /dev/null
+if [ $? -eq 0 ]; then
--- End diff --
instead of ps <args> | grep, why not use status result and start, like:
service conntrackd status || service conntrackd start (or other commands) etc.
> VM doesn't reconnect to internet post VR RESTART/STOP-START/RECREATE
> --------------------------------------------------------------------
>
> Key: CLOUDSTACK-8863
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8863
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.3.0
> Reporter: sudharma jain
> Fix For: Future
>
>
> The ongoing ICMP request reply session is broken when the VR is down, the
> expectation is that it would resume once the VR is up.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)