[Bugs] [Bug 1141167] New: include.rc has typo for 3rd mount

bugzilla at redhat.com bugzilla at redhat.com
Fri Sep 12 11:29:22 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1141167

            Bug ID: 1141167
           Summary: include.rc has typo for 3rd mount
           Product: GlusterFS
           Version: mainline
         Component: tests
          Assignee: gluster-bugs at redhat.com
          Reporter: pkarampu at redhat.com
                CC: bugs at gluster.org



Description of problem:
M2 is declared wrong.

Following patch fixes it.

diff --git a/tests/include.rc b/tests/include.rc
index 64a9d34..68b3464 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -1,6 +1,6 @@
 M0=${M0:=/mnt/glusterfs/0};   # 0th mount point for FUSE
 M1=${M1:=/mnt/glusterfs/1};   # 1st mount point for FUSE
-M2=${M1:=/mnt/glusterfs/2};   # 2nd mount point for FUSE
+M2=${M2:=/mnt/glusterfs/2};   # 2nd mount point for FUSE
 N0=${N0:=/mnt/nfs/0};         # 0th mount point for NFS
 N1=${N1:=/mnt/nfs/1};         # 1st mount point for NFS
 V0=${V0:=patchy};             # volume name to use in tests


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uOlSiY3ixl&a=cc_unsubscribe


More information about the Bugs mailing list