From 0eb0cac0bf027f17439ada98b64fb923717bb14c Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 17 Jun 2016 12:08:45 +0530 Subject: doc: Add troubleshooting section * Mention glusterfs versions which requires additional steps to allow non-root users to mount the volume. * Add note on tested platform and python versions. * Remove TODOs and add them as issues on GitHub Change-Id: I36a63ff2b9f98de82c2fd58542584565dab7dda0 Signed-off-by: Prashanth Pai --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1fa9fba..c7710b5 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,5 @@ This is the official python bindings for the Complete API reference and documentation can be found at [ReadTheDocs](http://libgfapi-python.readthedocs.io/) -### TODOs - -* Submit to pypy to enable installing using pip -* Add support for py3 -* Implement async I/O APIs -* Implement file locking APIs -* Implement os.scandir() like API that leverages d\_type -* Improve Volume.walk() by leveraging scandir. -* Test and allow protocols other than TCP such as rdma and socket. - -Please follow the [Developer Guide](doc/markdown/dev_guide.md) to contribute code. +Please follow the [Developer Guide](doc/markdown/dev_guide.md) to +contribute code. -- cgit