forked from cubefs/cubefs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ObjectNode provides S3-compatibile APIs. Fusion Storage interface expose two interface (POSIX and S3-compatible) for file operation. Signed-off-by: Mofei Zhang <[email protected]>
- Loading branch information
Showing
301 changed files
with
28,398 additions
and
2,992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.gitignore | ||
build/bin | ||
build/rocksdb | ||
build/snappy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
before_script: | ||
- go version | ||
- echo $CI_PROJECT_DIR | ||
- export GOPATH=/export/workspace/go | ||
- echo $GOPATH | ||
- echo ${CI_COMMIT_REF_NAME} | ||
- rm -fr $GOPATH/src/github.com/chubaofs/chubaofs | ||
- ln -s $CI_PROJECT_DIR $GOPATH/src/github.com/chubaofs/ | ||
- echo $CI_PROJECT_DIR | ||
- echo $GOPATH/src/github.com/chubaofs/ | ||
- cd $GOPATH/src/github.com/chubaofs/chubaofs | ||
|
||
stages: | ||
- build | ||
- deploy | ||
- restart | ||
- ltptest | ||
|
||
build_main: | ||
stage: build | ||
tags: | ||
- cfs | ||
script: | ||
- sh /export/App/cfsci/scripts/build.sh | ||
|
||
deploy: | ||
stage: deploy | ||
tags: | ||
- cfs | ||
script: | ||
- sh /export/App/cfsci/scripts/deploy.sh | ||
|
||
restart: | ||
stage: restart | ||
tags: | ||
- cfs | ||
script: | ||
- sh /export/App/cfsci/scripts/stop-ltp.sh | ||
- sh /export/App/cfsci/scripts/stop-client.sh | ||
- sh /export/App/cfsci/scripts/stop-server.sh | ||
- sh /export/App/cfsci/scripts/start-server.sh | ||
- sh /export/App/cfsci/scripts/start-client.sh | ||
|
||
ltptest: | ||
stage: ltptest | ||
tags: | ||
- cfs | ||
script: | ||
- sh /export/App/cfsci/scripts/start-ltp.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,12 @@ The ChubaoFS maintainers are: | |
* Shuoran Liu <[email protected]> @sjzlsr: Client and SDK | ||
* Hongyin Zhu <[email protected]> @zhuhyc: Master | ||
* Jianxing Zhao <[email protected]> @znlstar: MetaNode | ||
* Mofei Zhang <[email protected]> @mervinkid: MetaNode and S3 Gateway | ||
* Mofei Zhang <[email protected]> @mervinkid: MetaNode and ObjectNode | ||
* Tianpeng Li <[email protected]> @Skypigltp: DataNode and Raft | ||
* Yubo Li <[email protected]> @yuboLee: S3 Gateway and Console | ||
* Yubo Li <[email protected]> @yuboLee: ObjectNode and Console | ||
* Wei Ding <[email protected]> @wding109: Research and Open Source Strategy | ||
* Zhengyi Zhu <[email protected]> @zhuzhengyi: Monitoring and S3 Gateway | ||
* Zhengyi Zhu <[email protected]> @zhuzhengyi: Monitoring and ObjectNode | ||
* Liying Zhang <[email protected]> @Vivian7755: Product Management & Advocate | ||
* Junyuan Zeng <[email protected]> @jzeng4: Authorization Node | ||
* Xihao Xu<[email protected]> @xxscott: CSI Driver | ||
* Wenjia Wu<[email protected]> @wenjia322: Authorization Node | ||
* Chengyu Liu<[email protected]> @@chengyu-l: Helm and CSI Driver | ||
* Wenjia Wu<[email protected]> @wenjia322: Authorization Node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.