From 0cbecf2763cf323a36e4b07ced7f436b1aeacb3f Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Wed, 8 Jan 2020 12:44:13 +0530 Subject: [Doc] Changing all text files to markdown files Change-Id: I36949296607b09e66ce0a56029359481c0b76b8b Signed-off-by: kshithijiyer --- tests/functional/nfs_ganesha/README | 21 --------------------- tests/functional/nfs_ganesha/README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 tests/functional/nfs_ganesha/README create mode 100644 tests/functional/nfs_ganesha/README.md (limited to 'tests/functional/nfs_ganesha') diff --git a/tests/functional/nfs_ganesha/README b/tests/functional/nfs_ganesha/README deleted file mode 100644 index 24c26df04..000000000 --- a/tests/functional/nfs_ganesha/README +++ /dev/null @@ -1,21 +0,0 @@ -Scope of Testing: - -Nfs Ganesha functional tests includes test scripts specific to nfs ganesha -component such as high availability, nfsv4 acls, root squash, locks, -volume exports, subdirectory exports from client and server side, dynamic -refresh config. - -Configs to change in glusto_tests_config.yml file for running the tests: - -In cluster_config -> nfs_ganesha section, - - Set enable: True - - Give the number of nodes to participate in nfs ganesha cluster in - integer format. - - Virtual IPs for each nodes which will be part of nfs ganesha cluster - in list format. - -In mounts section, for each mount - - Set protocol to 'nfs'. - - For v3 mount, set options: 'vers=3' - - For v4 mount, set options: 'vers=4.0' - - If 'options' is set to empty string, it takes v3 mount by default. diff --git a/tests/functional/nfs_ganesha/README.md b/tests/functional/nfs_ganesha/README.md new file mode 100644 index 000000000..d67544bf8 --- /dev/null +++ b/tests/functional/nfs_ganesha/README.md @@ -0,0 +1,22 @@ +# NFS Ganesha Tests + +Scope of Testing: +Nfs Ganesha functional tests includes test scripts specific to nfs ganesha +component such as high availability, nfsv4 acls, root squash, locks, +volume exports, subdirectory exports from client and server side, dynamic +refresh config. + +Configs to change in glusto_tests_config.yml file for running the tests: + +In cluster_config -> nfs_ganesha section, +- Set enable: True +- Give the number of nodes to participate in nfs ganesha cluster in + integer format. +- Virtual IPs for each nodes which will be part of nfs ganesha cluster + in list format. + +In mounts section, for each mount +- Set protocol to 'nfs'. +- For v3 mount, set options: 'vers=3' +- For v4 mount, set options: 'vers=4.0' +- If 'options' is set to empty string, it takes v3 mount by default. -- cgit