Comments on How to Install and Configure SeaweedFS Cluster on Ubuntu 20.04

SeaweedFS is an open-source, simple and highly scalable distributed file system to store and serve billions of files fast. It is very similar to other file systems including, Ceph, GlusterFS and HDFS.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Baptiste Mille-Mathias

Hello,

 

I've created an ansible role for deploying seaweedfs (master, volume and filer).

The source code is available at https://github.com/bmillemathias/ansible-role-seaweedfs

it can be installed with the command `ansible-galaxy role install bmillemathias.seaweedfs`

 

Best.