From 3284c6ec713f3c511dcbba28d29698bf9fb82fc3 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 16 Feb 2012 03:00:07 +0000 Subject: [PATCH] Per Paul Hargrove: add another file system name This commit was SVN r25939. --- test/util/opal_path_nfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/util/opal_path_nfs.c b/test/util/opal_path_nfs.c index 3d5e2467dc..06aea8fe0e 100644 --- a/test/util/opal_path_nfs.c +++ b/test/util/opal_path_nfs.c @@ -154,6 +154,7 @@ void get_mounts (int * num_dirs, char ** dirs[], bool * nfs[]) nfs_tmp[mount_known] = false; if (0 == strcasecmp (fs, "nfs") || + 0 == strcasecmp (fs, "nfs4") || 0 == strcasecmp (fs, "lustre") || 0 == strcasecmp (fs, "panfs") || 0 == strcasecmp (fs, "gpfs"))