Skip to content

Commit

Permalink
fix: nebd-server.conf in ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai authored and ilixiaocui committed Jan 29, 2021
1 parent fef25e0 commit 4b269d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions curve-ansible/roles/generate_config/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ nebd_client_heartbeat_inverval_s: 5
nebd_client_heartbeat_rpc_timeout_ms: 500
nebd_server_heartbeat_timeout_s: 30
nebd_server_heartbeat_check_interval_ms: 3000
nebd_server_response_return_rpc_when_io_error: false

# s3配置默认值
s3_http_scheme: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ heartbeat.timeout.sec={{ nebd_server_heartbeat_timeout_s }}

#文件超时检测时间间隔
heartbeat.check.interval.ms={{ nebd_server_heartbeat_check_interval_ms }}

# return rpc when io error
response.returnRpcWhenIoError={{ nebd_server_response_return_rpc_when_io_error }}

0 comments on commit 4b269d8

Please sign in to comment.