Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Add minfs POSIX compatible section
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored and minio-trusted committed Sep 22, 2017
1 parent d155909 commit 385f933
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ MinFS helps legacy applications use modern object stores with minimal config cha

> Be careful, it is always possible to remove boltdb cache. Cache will be recreated by MinFS synchronizing metadata from the server.
## POSIX Compatibility
> MinFS is not a full POSIX filesystem, neither it intends to be one. MinFS is built simply for applications which like to use modern object stores but do not hard requirements on full POSIX compatibility. Please choose your use cases wisely.
Common use cases not suited for MinFS are

- Running a database on MinFS such as postgres.
- Running virtual machines on MinFS such as qemu/kvm.
- Running rich POSIX applications relying on POSIX locks, extended attribute operations etc.

## MinFS RPMs

### Minimum Requirements
Expand Down

0 comments on commit 385f933

Please sign in to comment.