Hide Forgot
Description of problem: How reproducible: When primary volfile-server was incorrect but backupvolfile-server had the proper volfile-server name, the mount succeeded but still the mount command returned error. Version-Release number of selected component (if applicable): 3.3.0qa23 Steps to Reproduce: 1. mount -t glusterfs -o backupvolfile-server=shortwing 192.168.2.123:/test2 /falcon/mnt 2. 3. Actual results: # mount -t glusterfs -o backupvolfile-server=shortwing 192.168.2.123:/test2 /falcon/mnt Mount failed. Please check the log file for more details. # df -h & [1] 25347 root@shortwing:~# Filesystem Size Used Avail Use% Mounted on 192.168.2.123:/test2 191G 217M 191G 1% /falcon/mnt Expected results: It shouldn't given an error message.
CHANGE: http://review.gluster.com/2798 (mount.glusterfs: multiple fixes) merged in master by Vijay Bellur (vijay)
Verfied in 3.3.0qa24. This issue is fixed now.