wido commented on a change in pull request #2089: vRouters fixes & performance
improvement
URL: https://github.com/apache/cloudstack/pull/2089#discussion_r118879484
##########
File path: systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh
##########
@@ -27,39 +27,29 @@ log_it() {
echo "$(date) : $*" >> $log
}
-while getopts 'c:' OPTION
-do
- case $OPTION in
- c) cfg="$OPTARG"
- ;;
- esac
-done
+while getopts 'c:' OPTION; do
+ case $OPTION in
+ c) cfg="$OPTARG" ;;
+esac; done
-while read line
-do
+export DEFER_CONFIG=YESPLZ
Review comment:
@swill: It is ready by the Python code. If it's set it defers a restart of
dnsmasq and such
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services