rafaelweingartner commented on issue #2918: Improved perfomance on creating VM (KVM) URL: https://github.com/apache/cloudstack/pull/2918#issuecomment-432313431 > > > Opps, found some strange `-gt` condition. > `# is vlanBr up?` > `ip link show dev $vlanBr > /dev/null 2>/dev/null` > ` if [ $? -gt 0 ]` > Should be `-eq` there. > > Please don't commit until we test this. All changes will be ASAP. Thanks. It makes sense, right? I mean, if it is not up, we set it to up.
---------------------------------------------------------------- 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
