common/config: honor NFS_MOUNT_OPTIONS in _test_mount_opts

NFS_MOUNT_OPTIONS is always not applied on TEST_DEV when it has been
defined.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Xiao Yang
2017-03-15 18:37:26 +08:00
committed by Eryu Guan
parent c26958bc5d
commit 643c685027
+3
View File
@@ -347,6 +347,9 @@ _test_mount_opts()
ceph)
export TEST_FS_MOUNT_OPTS=$CEPHFS_MOUNT_OPTIONS
;;
nfs)
export TEST_FS_MOUNT_OPTS=$NFS_MOUNT_OPTIONS
;;
*)
;;
esac