rhtyd commented on a change in pull request #189: URL: https://github.com/apache/cloudstack-documentation/pull/189#discussion_r637846419
########## File path: source/installguide/hypervisor/kvm.rst ########## @@ -613,7 +613,7 @@ Modify the interfaces file to look like this: auto cloudbr0 iface cloudbr0 inet static bridge_ports eth0 - bridge_fd 5 + bridge_fd 0 Review comment: This is `how long` it'll be before the interface will be able to do anything. During this time the bridge will be discovering other bridges and checking that no loops are created. For a better description and the reason for it you need to read up on spanning tree protocol. ref: https://serverfault.com/questions/39298/what-is-bridge-fd Q - does `0` mean, infinite or just 0 (don't wait?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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