Skip to content

Commit

Permalink
Merge pull request apache#2162 from nuagenetworks/vrouter_preformance…
Browse files Browse the repository at this point in the history
…_fix

 	CLOUDSTACK-9980: Fix for DNS after network restart with clean up.
  • Loading branch information
karuturi authored Jul 3, 2017
2 parents d577ade + 77da97a commit 3bef901
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 5 deletions.
7 changes: 6 additions & 1 deletion systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ mv $cfg /var/cache/cloud/processed/

unset DEFER_CONFIG
# trigger finish_config()
/opt/cloud/bin/configure.py
if [ -f /etc/cloudstack/dhcpentry.json ]; then
/opt/cloud/bin/configure.py vm_dhcp_entry.json
fi
if [ -f /etc/cloudstack/vmdata.json ]; then
/opt/cloud/bin/configure.py vm_metadata.json
fi

# Flush kernel conntrack table
log_it "VR config: Flushing conntrack table"
Expand Down
Loading

0 comments on commit 3bef901

Please sign in to comment.