summaryrefslogtreecommitdiffstats
path: root/under_review
diff options
context:
space:
mode:
authorKaleb S KEITHLEY <kkeithle@redhat.com>2016-03-15 07:20:13 -0400
committerKaleb KEITHLEY <kkeithle@redhat.com>2016-04-21 05:10:17 -0700
commit8e2505141b6fdcd4030ae29dd82ab9604b8b6592 (patch)
tree99b60d26266709e4fc00da24dc59867ec8b230c4 /under_review
parentd05734c3b80f439edc4b423f827121eea0a2cf95 (diff)
gluster-nfs-off: change default value of nfs.disable to true [accepted]
move to accepted Change-Id: I2419d223edb9ced06696e2b8917dc41d31bda457 Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/13740 Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Diffstat (limited to 'under_review')
-rw-r--r--under_review/gluster-nfs-off.md117
1 files changed, 0 insertions, 117 deletions
diff --git a/under_review/gluster-nfs-off.md b/under_review/gluster-nfs-off.md
deleted file mode 100644
index 007d9fd..0000000
--- a/under_review/gluster-nfs-off.md
+++ /dev/null
@@ -1,117 +0,0 @@
-Feature
--------
-
-Gluster NFS Defaults to Off.
-
-Summary
--------
-
-Currently, when a volume is created and started, the default setting for nfs.disable
-is off/false; when the volume is started, a glusterfs nfs server process is started.
-
-The Gluster NFS server is NFSv3 only, and is not being actively developed. Meanwhile
-NFS-Ganesha supprts NFSv3, NFSv4, NFSv4.1, and pNFS; and NFSv4.2 is under development.
-
-Initial support for NFS-Ganesha first appeared in GlusterFS 3.7 with the introduction
-of CLI support for using ganesha.nfsd instead of the glusterfs nfs server, however
-the glusterfs nfs server remained enabled by default.
-
-The next step toward eventual deprecation of the glusterfs nfs server is to change the
-default setting for nfs.disable to on/true. Users who wish to continue to use the
-glusterfs nfs server will have to explicitly set nfs.disable to off/false after they
-create the volume. Existing volumes that had nfs.disable set to off/false will not be
-altered, those volumes will continue to start the glusterfs nfs server.
-
-Eventually the glusterfs nfs server will be fully deprecated in favor of NFS-Ganesha.
-
-Owners
-------
-
-Kaleb KEITHLEY <kkeithle [at] redhat.com>
-Niels De Vos <ndevos [at] redhat.com>
-
-Current status
---------------
-
-Under development
-
-Related Feature Requests and Bugs
----------------------------------
-
-None.
-
-Detailed Description
---------------------
-
-None
-
-Benefit to GlusterFS
---------------------
-
-Need to maintain the NFS server xlator is eliminated.
-
-
-Scope
------
-
-#### Nature of proposed change
-
-Change default option value in xlators/mgmt/glusterd/...
-
-#### Implications on manageability
-
-None
-
-#### Implications on presentation layer
-
-None
-
-#### Implications on persistence layer
-
-None
-
-#### Implications on 'GlusterFS' backend
-
-None
-
-#### Modification to GlusterFS metadata
-
-None
-
-#### Implications on 'glusterd'
-
-None
-
-How To Test
------------
-
-1. Start glusterd
-2. Create volume e.g. `gluster volume create $vol $host:$path [force]`
-3. Start volume, e.g. `gluster volume start $vol`
-4. check ps to see that glusterfs nfs process is not started
-
-User Experience
----------------
-
-None
-
-Dependencies
-------------
-
-None
-
-Documentation
--------------
-
-Change any reference to default value of nfs.disable
-
-Status
-------
-
-One line change to .../xlators/mgmt/glusterd/src/glusterd-nfs-svc.c has been
-posted for review at http://review.gluster.org/13738
-
-
-Comments and Discussion
------------------------
-