You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/10/23 16:11:39 UTC

[GitHub] rafaelweingartner commented on issue #2918: Improved perfomance on creating VM (KVM)

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:
users@infra.apache.org


With regards,
Apache Git Services