summaryrefslogtreecommitdiffstats
path: root/doc/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst34
1 files changed, 4 insertions, 30 deletions
diff --git a/doc/install.rst b/doc/install.rst
index d256376..5d0ed84 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -1,7 +1,7 @@
Installation
============
-Install glusterfs:
+Install glusterfs libgfapi C library:
.. code-block:: console
@@ -15,32 +15,6 @@ Install libgfapi-python from source:
$ cd libgfapi-python
$ sudo python setup.py install
-Mount GlusterFS volume as non-root user
----------------------------------------
-
-One can follow the following steps to allow a non-root user to virtual mount
-a GlusterFS volume over libgfapi. This requires a configuration change which
-enables GlusterFS server to accept client connections from non-priveledged
-ports.
-
-.. code-block:: console
-
- # gluster volume set <volname> server.allow-insecure on
- # gluster volume stop <volname>
- # gluster volume start <volname>
-
-Edit `/etc/glusterfs/glusterd.vol` or `/usr/local/etc/glusterfs/glusterd.vol`
-and set:
-
-.. code-block:: aconf
-
- option rpc-auth-allow-insecure on
-
-Restart glusterd service:
-
-.. code-block:: console
-
- # service glusterd restart
-
-Further, use `chown` and/or `chmod` commands to change permissions on mount
-point or required directories to allow non-root access to appropriate users.
+.. note::
+ libgfapi-python bindings has been tested only against **Linux x86-64** and
+ Python versions **2.6** and **2.7**