diff options
author | Niels de Vos <ndevos@redhat.com> | 2015-01-01 13:15:45 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-03-18 22:16:34 -0700 |
commit | a1755ee2765f3d1c9c26d51a49ad63d133932710 (patch) | |
tree | 71982c048f2c6deb8d05e894f14d568a1da978a4 /tests/configfiles/netgroups | |
parent | 5394f3cf60b0815d2919d24e9945ba47e3bb1f9b (diff) |
glusterfsd: add "print-netgroups" and "print-exports" command
NFS now has the ability to use a separate file for "netgroups" and
"exports". An administrator should have the ability to check the
validity of the files before applying the configuration.
The "glusterfsd" command now has the following additional arguments that
can be used to check the configuration:
--print-netgroups: Validate the netgroups file and print it out
--print-exports: Validate the exports file and print it out
BUG: 1143880
Change-Id: I24c40d50110d49d8290f9fd916742f7e4d0df85f
URL: http://www.gluster.org/community/documentation/index.php/Features/Exports_Netgroups_Authentication
Original-author: Shreyas Siravara <shreyas.siravara@gmail.com>
CC: Richard Wareing <rwareing@fb.com>
CC: Jiffin Tony Thottan <jthottan@redhat.com>
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/9365
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/configfiles/netgroups')
-rw-r--r-- | tests/configfiles/netgroups | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/configfiles/netgroups b/tests/configfiles/netgroups new file mode 100644 index 00000000000..a4ed2c53df4 --- /dev/null +++ b/tests/configfiles/netgroups @@ -0,0 +1,3 @@ +asdf ng1 +ng1 ng2 +ng2 (dev1763.prn2.example.com,,) |