lhmachado commented on issue #2805: Start timeout - Virtual router
URL: https://github.com/apache/cloudstack/issues/2805#issuecomment-414346638
 
 
   @PaulAngus , the version with this problem was 4.11.0.0.  
   But the real problem was arping command in virtual-router was called anyway 
on python code.
   Maybe on 4.11.1.0 default command have a different timeout like @bwsw said.
   
   on file: merge.py 
   line 239, in this code : "dp['gateway'] ='None' ''
   
   later on CsAddress.py line 303
   
   if 'gateway' in self.address:
                   self.arpPing()
   
   This string 'None' makes if steatement  always be true
   the solution on #2806 makes dp['gateway'] =''
   
   cannot be None type because there is a string operation later on code. 
   

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

Reply via email to