From 708a717e12b2b3c6fba0fb1b6d2a5a2ddadf6c78 Mon Sep 17 00:00:00 2001 From: Daniel Andersen Date: Mon, 23 Oct 2017 12:48:33 +0200 Subject: [PATCH] Added Sheepdog distributed file system Added Sheepdog, which is a already mature distributed block storage, S3 Storage and distributed file systems. Created by the japanese NTT and licenced as GPL2. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81af70d..f7cd0e6 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ * [OpenAFS](http://www.openafs.org/) - Distributed network file system with read-only replicas and multi-OS support. * [Ori Filesystem](http://ori.scs.stanford.edu/) - A Secure Distributed File System built for offline operation. * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. + * [SheepDog](https://sheepdog.github.io/sheepdog/) - A distributed Blockdevice, Rest, QEMU and distributed Filesystem storage. * [TahoeLAFS](https://tahoe-lafs.org/trac/tahoe-lafs) - secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system. * [XtreemFS](http://www.xtreemfs.org/) - XtreemFS is a fault-tolerant distributed file system for all storage needs.