Skip to content

Commit 806f337

Browse files
aspirerWine93
authored andcommitted
add kind for client.yaml
Signed-off-by: Wangpan <[email protected]>
1 parent 8bbe40c commit 806f337

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

configs/bs/cluster/client.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
kind: curvebs
12
user: curve
23
host: 10.0.1.1
34
ssh_port: 22
45
private_key_file: /home/curve/.ssh/id_rsa
56
container_image: opencurvedocker/curvebs:v1.2
67
mds.listen.addr: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
7-
log_dir: /home/curve/curvebs/logs/client
8+
log_dir: /home/curve/curvebs/logs/client

configs/bs/stand-alone/client.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
kind: curvebs
12
user: curve
23
host: 10.0.1.1
34
ssh_port: 22
45
private_key_file: /home/curve/.ssh/id_rsa
56
container_image: opencurvedocker/curvebs:v1.2
67
mds.listen.addr: 10.0.1.1:16700,10.0.1.1:26700,10.0.1.1:36700
7-
log_dir: /home/curve/curvebs/logs/client
8+
log_dir: /home/curve/curvebs/logs/client

configs/fs/cluster/client.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
kind: curvefs
12
container_image: opencurvedocker/curvefs:latest
23
mdsOpt.rpcRetryOpt.addrs: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
34
log_dir: /home/curve/curvefs/logs/client

configs/fs/stand-alone/client.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
kind: curvefs
12
container_image: opencurvedocker/curvefs:latest
23
mdsOpt.rpcRetryOpt.addrs: 10.0.1.1:6700,10.0.1.2:6700,10.0.1.3:6700
34
log_dir: /home/curve/curvefs/logs/client

0 commit comments

Comments
 (0)