mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
Use UMP performance monitor if exporter is not enabled See merge request chubaofs/chubaofs!43 |
||
|---|---|---|
| client | ||
| cmd | ||
| datanode | ||
| docs | ||
| master | ||
| metanode | ||
| proto | ||
| raftstore | ||
| repl | ||
| sdk | ||
| storage | ||
| util | ||
| vendor | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| MAINTAINERS.md | ||
| NOTICE | ||
| README.md | ||
ChubaoFS
Overview
ChubaoFS (储宝文件系统) is a distributed file system for cloud native applications. It has the following features:
-
scale-out metadata management
-
strong replication consistency for both append and random write
-
specific storage optimizations for large and small files
-
multiple volumes
-
POSIX-compatible
For more details, please refer to our SIGMOD 2019 paper "ChubaoFS: A Distributed File System for Large Scale Container Platforms".
Document
https://chubaofs.readthedocs.io/en/latest/
https://chubaofs.readthedocs.io/zh_CN/latest/
License
Licensed under the Apache License, Version 2.0. For detail see LICENSE and NOTICE.