Go to file
bjguoweilong b9bf0e8ab7 Merge branch 'add-ump-in-exporter' into 'master'
Use UMP performance monitor if exporter is not enabled

See merge request chubaofs/chubaofs!43
2019-05-22 10:02:13 +08:00
client sync with github master branch 2019-05-21 16:22:18 +08:00
cmd sync with github master branch 2019-05-21 16:22:18 +08:00
datanode Use UMP performance monitor if exporter is not enabled 2019-05-21 21:15:49 +08:00
docs sync with github master branch 2019-05-21 16:22:18 +08:00
master sync with github master branch 2019-05-21 16:22:18 +08:00
metanode Use UMP performance monitor if exporter is not enabled 2019-05-21 21:15:49 +08:00
proto rename repo from cfs to chubaofs repo 2019-04-28 16:51:13 +08:00
raftstore rename repo from cfs to chubaofs repo 2019-04-28 16:51:13 +08:00
repl Use UMP performance monitor if exporter is not enabled 2019-05-21 21:15:49 +08:00
sdk Use UMP performance monitor if exporter is not enabled 2019-05-21 21:15:49 +08:00
storage sync with github master branch 2019-05-21 16:22:18 +08:00
util Use UMP performance monitor if exporter is not enabled 2019-05-21 21:15:49 +08:00
vendor rename juju error to our error packet 2019-04-28 12:22:06 +08:00
.gitignore refactor master 2019-01-07 21:41:23 -08:00
.gitlab-ci.yml rename repo from cfs to chubaofs repo 2019-04-28 16:51:13 +08:00
Gopkg.lock modify doc 2019-04-28 14:46:43 +08:00
Gopkg.toml rename juju error to our error packet 2019-04-28 12:22:06 +08:00
LICENSE sync with github master branch 2019-05-21 16:22:18 +08:00
MAINTAINERS.md sync with github master branch 2019-05-21 16:22:18 +08:00
NOTICE cleanup readme & notice 2019-02-21 15:44:47 +08:00
README.md sync with github master branch 2019-05-21 16:22:18 +08:00

ChubaoFS

Build Status LICENSE Language Go Report Card Docs FOSSA Status CII Best Practices

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.

FOSSA Status