Skip to content

Commit c608cbe

Browse files
committed
added info on fsx to readme, removed experimental python 3.7 support
1 parent e76f527 commit c608cbe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python:
3737
- "3.4"
3838
- "3.5"
3939
- "3.6"
40-
- "3.7-dev"
40+
# - "3.7-dev"
4141

4242
# Install dependencies
4343
addons:

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is a pure Python re-implementation of `LoggedFS`_ by `Rémi Flament`_ maintai
2222
The project is heavily inspired by `Stavros Korokithakis`_' 2013 blog post entitled
2323
"`Writing a FUSE filesystem in Python`_" (`source code repository`_).
2424
The filesystem is fully `POSIX`_ compliant (passing the `pjdfstest test-suite`_)
25-
and intended to be suitable for production system.
25+
and intended to be suitable for production systems (it is not yet!).
2626

2727
.. _LoggedFS: https://github.com/rflament/loggedfs
2828
.. _Rémi Flament: https://github.com/rflament
@@ -37,14 +37,19 @@ CAVEATS
3737
=======
3838

3939
* PROJECT STATUS: **BETA**
40-
* THE FILESYSTEM HAS YET **NOT** BEEN **STRESS-TESTED**.
40+
* THE FILESYSTEM HAS RECEIVED **SOME STRESS TESTS WITH FSX-LINUX**
41+
BASED ON THE `FSX-FLAVOR`_ RELEASED BY THE `LINUX TEST PROJECT`_.
42+
**FSX REPORTS WRITE HOLES!**
43+
FULL TESTS UND RELATED BUG-FIXES ARE UNDER WAY.
4144
* A `CUSTOM BUG-FIXED VERSION OF FUSEPY`_ IS REQUIRED FOR FULL POSIX COMPLIANCE.
4245
IF THE LATEST OFFICIAL RELEASE OF FUSEPY IS USED INSTEAD, TIMESTAMPS WILL BE
4346
INACCURATE ON A NANOSECOND TO MICROSECOND SCALE AND UTIME_NOW AS WELL AS
4447
UTIME_OMIT WILL NOT BE HONORED. THERE IS A `PENDING PULL REQUEST`_.
4548
* THE FILESYSTEM IS CURRENTLY **ONLY** BEING DEVELOPED FOR AND TESTED ON **LINUX**.
4649
ANYONE INTERESTED IN ADDING MAC OS X AND/OR BSD SUPPORT?
4750

51+
.. _FSX-FLAVOR: http://codemonkey.org.uk/projects/fsx/
52+
.. _LINUX TEST PROJECT: https://github.com/linux-test-project/ltp
4853
.. _CUSTOM BUG-FIXED VERSION OF FUSEPY: https://github.com/s-m-e/fusepy
4954
.. _PENDING PULL REQUEST: https://github.com/fusepy/fusepy/pull/79
5055

@@ -60,7 +65,7 @@ This project has intentionally not yet been published in the `Python Package Ind
6065
It will be released on PyPI once critical changes have been merged into `fusepy`_,
6166
a dependency of LoggedFS-python.
6267

63-
**Supports Python 3.{4,5,6,7}.**
68+
**Supports Python 3.{4,5,6}.**
6469

6570
**Supports Linux.**
6671
Support for MAC OS X and BSD likely requires minor changes only, but has yet not been added.

0 commit comments

Comments
 (0)