alexanderbazhenoff commented 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 and change this. 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to