You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metaserver_services:
config:
listen.ip: ${service_host}
listen.port: 6800
listen.external_port: 7800
global.enable_external_server: true
metaserver.loglevel: 0
# whether commit filesystem caches of raft wal to disk.
# it should be true if you wants data NEVER lost,
# of course, it will leads some performance skew.
braft.raft_sync: false
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
config:
metaserver.loglevel: 0
command: curveadm mount test1 /data/test1 --host client-host -c client.yaml
version: CurveAdm v0.2.0
docker version: Docker version 24.0.5, build ced0996
os: CentOS Linux release 7.9.2009 (Core)
logs: nothing
others:
cat hosts.yaml
global:
user: root
ssh_port: 22
private_key_file: /root/.ssh/id_rsa
forward_agent: false
become_user: root
hosts:
hostname: 192.168.133.141
hostname: 192.168.133.142
hostname: 192.168.133.143
hostname: 192.168.133.144
labels:
cat topology.yaml
kind: curvefs
global:
report_usage: true
data_dir: ${home}/curvefs/data/${service_role}
log_dir: ${home}/curvefs/logs/${service_role}
container_image: opencurvedocker/curvefs:latest
variable:
home: /tmp
machine1: hdss133-141.host.com
machine2: hdss133-142.host.com
machine3: hdss133-143.host.com
etcd_services:
config:
listen.ip: ${service_host}
listen.port: 2380
listen.client_port: 2379
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
mds_services:
config:
listen.ip: ${service_host}
listen.port: 6700
listen.dummy_port: 7700
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
metaserver_services:
config:
listen.ip: ${service_host}
listen.port: 6800
listen.external_port: 7800
global.enable_external_server: true
metaserver.loglevel: 0
# whether commit filesystem caches of raft wal to disk.
# it should be true if you wants data NEVER lost,
# of course, it will leads some performance skew.
braft.raft_sync: false
deploy:
- host: ${machine1}
- host: ${machine2}
- host: ${machine3}
config:
metaserver.loglevel: 0
cat client.yaml
kind: curvefs
s3.ak: minioadmin
s3.sk: minioadmin
s3.endpoint: 192.168.133.144:9000
s3.bucket_name: test
container_image: opencurvedocker/curvefs:latest
mdsOpt.rpcRetryOpt.addrs: 192.168.133.141:6700,192.168.133.142:6700,192.168.133.143:6700
log_dir: /home/curve/curvebs/logs/client
data_dir: /data/curvefs
The text was updated successfully, but these errors were encountered: