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 14:42:33 UTC

[GitHub] alexanderbazhenoff edited a comment on issue #2918: Improved perfomance on creating VM (KVM)

alexanderbazhenoff edited a comment on issue #2918: Improved perfomance on creating VM (KVM)
URL: https://github.com/apache/cloudstack/pull/2918#issuecomment-432274527
 
 
   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.

----------------------------------------------------------------
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