Commit Graph

63 Commits

Author SHA1 Message Date
zhuzhengyi1
7ec1e318be add go test for docker
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-12-25 17:48:03 +08:00
Mofei Zhang
d609fedb5c feature: object storage interface
Add ObjectNode provides S3-compatibile APIs.
Fusion Storage interface expose two interface (POSIX and S3-compatible) for file operation.

Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
2019-12-17 17:36:53 +08:00
Shuoran Liu
7078944218 enhancement: use static ip for meta and data nodes
Use static ip addresses for meta/data nodes, so a developer can determine
which container to attach according to an ip address when debugging with
docker compose.

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2019-11-12 17:27:14 +08:00
zhuzhengyi1
354a66cf66 add monitor
add prometheus, grafana for chubaofs

Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-24 09:00:07 +08:00
zhuzhengyi1
718e26308c add privileged for docker-compose server node
Since server's startup requires root privilege to set rlimits, docker compose shall start the containers with privilege config

Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-21 19:40:31 +08:00
zhuzhengyi1
d346a7d835 remove docker client security opt
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-21 12:02:33 +08:00
zhuzhengyi1
5735625b3c add go mod
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-20 15:11:09 +08:00
zhuzhengyi1
7b240f21ba add cfs-base dockerfile
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-18 20:55:18 +08:00
Shuoran Liu
a7a00a4576 docker: update selected ltp test cases
Disable rwtest* and ftest* test cases since they will cause docker
container to hang forever. Looks like an issue when running LTP in
docker containers. So comments out these cases for now.

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2019-06-14 15:10:10 +08:00
zhuzhengyi1
5e00b4e902 Update docker helper script
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-12 15:14:28 +08:00
zhuzhengyi1
a091bfb0fa update run_docker with more options
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-11 12:53:17 +08:00
zhuzhengyi1
4a7bb8b851 add run docker script
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-11 12:53:17 +08:00
zhuzhengyi1
34a7290bae update ci 2019-04-30 09:22:46 +08:00