ustcweizhou commented on issue #2319: CLOUDSTACK-10138: Load br_netfilter in 
security_group management script
URL: https://github.com/apache/cloudstack/pull/2319#issuecomment-343692713
 
 
   What if module br_netfilter does not exist ? for example on Ubuntu 12.04 or 
CentOS 7 ?
   
   As I know, the issue only happens on Ubuntu 16.04.
   
   Actually we fixed it by chef
   ```
   execute 'modprobe br_netfilter' do
     command 'if [[ $(modinfo br_netfilter 2>1 /dev/null) ]]; then 
/sbin/modprobe br_netfilter; fi'
     only_if { node['platform_version'] == '16.04' }
   end
   ```

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