Hide Forgot
+++ This bug was initially created as a clone of Bug #1037267 +++ Description of problem: When the network to a server goes down (pull out network cable, or iptables -j DROP) and comes back up, if the rpc client had witnessed a disconnect then the reconnection to the server is always incomplete Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 0. Create a distribute volume, mount a client, run df and note size 1. On one server, run iptables -I INPUT -p tcp --dport 111:65535 -j DROP 2. Run df on client and wait for size to decrease 3. iptables -F to "resume" network, Actual results: df never shows original size even after waiting however long and retrying many times Expected results: df should show original size indicating connectivity to the server which was down Additional info: Logs have the line "Server and Client lk-version numbers are same, no need to reopen the fds" --- Additional comment from Anand Avati on 2013-12-02 22:38:30 EST --- REVIEW: http://review.gluster.org/6396 (protocol/client: handle network disconnect/reconnect properly) posted (#1) for review on master by Anand Avati (avati)
Verified as per Comment 0. This works as expected. Used and available space on df are reflected as expected when iptables rules are flushed.
Please verify the edited doc text for technical accuracy.
doctext looks good to me.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html