Hide Forgot
Testing [harsha@sysrq extras]$ sudo ./glusterfs-volgen.py --name test --export-directory=/export/home store1 store2 printing volume files Traceback (most recent call last): File "./glusterfs-volgen.py", line 401, in <module> main () File "./glusterfs-volgen.py", line 397, in main print_export_volume (exp_fd, export_dir) File "./glusterfs-volgen.py", line 199, in print_export_volume mount_fd.write ("# TRANSPORT-TYPE %s\n" % transport_type) NameError: global name 'mount_fd' is not defined [harsha@sysrq extras]$
PATCH: http://patches.gluster.com/patch/1544 in release-2.0 (volgen script failed initial tests due to wrong fd definition)