cubefs/cli
true1064 5af7084e0e refactor(data): optimize the determination of datanode disk's unavailable status:
(1) add 2 conf item: diskUnavailableErrorCount and diskUnavailablePartitionErrorCount.
(2) when encounter disk error, set disk as unavailable if disk error count reaches diskUnavailableErrorCount or partition count with disk error reaches diskUnavailablePartitionErrorCount.
(3) if a partition encounter 1 disk error, set the partition's status as unavailable.

Signed-off-by: true1064 <tangjingyu@oppo.com>
2023-11-01 11:47:58 +08:00
..
api chore(cli): golangci lint apply into cli 2023-10-23 15:31:07 +08:00
cmd refactor(data): optimize the determination of datanode disk's unavailable status: 2023-11-01 11:47:58 +08:00
cli-sample.json docs. update to cubefs 2023-05-26 11:17:10 +08:00
cli.go chore(cli): golangci lint apply into cli 2023-10-23 15:31:07 +08:00
cluster-example.yaml docs. update to cubefs 2023-05-26 11:17:10 +08:00