From c7baba53635c78b899a165d1de6b6982bb520325 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 30 Nov 2012 11:28:54 +0530 Subject: tests/README: add a note about usage of 'mount -t glusterfs' Change-Id: Ic9e02c34e8d7c8eb4a18c459d2a8899d85a59189 Signed-off-by: Amar Tumballi Reviewed-on: http://review.gluster.org/4249 Reviewed-by: Anand Avati Tested-by: Anand Avati --- tests/README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/README') diff --git a/tests/README b/tests/README index fe45f5bb8..857230acb 100644 --- a/tests/README +++ b/tests/README @@ -1,9 +1,15 @@ -How to use use -============== +How to use test script framework. +================================= - Build and install the version of glusterfs with your changes. Make sure the installed version is accessible from $PATH. +- To mount glusterfs, NEVER use 'mount -t glusterfs', instead use + 'glusterfs -s ' method. This is because with the patch build setup + doesnot install the /sbin/mount.glusterfs necessary, where as the + glusterfs binary will be accessible with $PATH, and will pick the + right version. + - (optional) Set environment variables to specify location of export directories and mount points. Unless you have special requirements, the defaults should just work. The variables -- cgit