Skip to content

Commit

Permalink
add kind for client.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Wangpan <[email protected]>
  • Loading branch information
aspirer authored and Wine93 committed Feb 16, 2023
1 parent 8bbe40c commit 806f337
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configs/bs/cluster/client.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
kind: curvebs
user: curve
host: 10.0.1.1
ssh_port: 22
private_key_file: /home/curve/.ssh/id_rsa
container_image: opencurvedocker/curvebs:v1.2
mds.listen.addr: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
log_dir: /home/curve/curvebs/logs/client
log_dir: /home/curve/curvebs/logs/client
3 changes: 2 additions & 1 deletion configs/bs/stand-alone/client.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
kind: curvebs
user: curve
host: 10.0.1.1
ssh_port: 22
private_key_file: /home/curve/.ssh/id_rsa
container_image: opencurvedocker/curvebs:v1.2
mds.listen.addr: 10.0.1.1:16700,10.0.1.1:26700,10.0.1.1:36700
log_dir: /home/curve/curvebs/logs/client
log_dir: /home/curve/curvebs/logs/client
1 change: 1 addition & 0 deletions configs/fs/cluster/client.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kind: curvefs
container_image: opencurvedocker/curvefs:latest
mdsOpt.rpcRetryOpt.addrs: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
log_dir: /home/curve/curvefs/logs/client
Expand Down
1 change: 1 addition & 0 deletions configs/fs/stand-alone/client.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kind: curvefs
container_image: opencurvedocker/curvefs:latest
mdsOpt.rpcRetryOpt.addrs: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
log_dir: /home/curve/curvefs/logs/client
Expand Down

0 comments on commit 806f337

Please sign in to comment.