<div dir="ltr">Hi all<div><br></div><div>As the subject states, I&#39;m doing glusterfs native client testing.</div><div><br></div><div>I&#39;ve configured two test gluster servers (RHEL7) running glusterfs 3.7.18.</div><div><br></div><div>My test client is RHEL5.11 with the glusterfs-fuse RPM 3.7.18 installed. </div><div><br></div><div>The client has the following in /etc/fstab:</div><div>devfil01:/gv0   /share   glusterfs    defaults,backupvolfile-server=devfil02   0 0</div><div><br></div><div>I used the following shell snippet to test gluster native client failover:</div><div>for I in `seq -w 1 1000`; do sleep 0.05; touch /share/test$I; echo $I; done</div><div><br></div><div>A hundred or so iterations in, I rebooted devfil01.  The snippet stopped while devfil01 was down.  It didn&#39;t swap over to devfil02.</div><div><br></div><div>I&#39;ve manually tested that devfil02 is working.</div><div><br></div><div>Any ideas what I&#39;m doing wrong?</div><div><br></div><div>Thanks</div></div>