Feature: support broken disk check while starting and adding disk dynamically #788
Labels
type/config-change
Added or modified configuration that should be noted on release note of new version.
type/enhancement
Indicates new feature requests
Milestone
Feature Request
In current implementation, if a disk is broken, replica server will core, and server can't be started automically. It can be started after adding the broken disk path into black_list manually. If the disk repaired, we should stop replica server instance firstly, then remove the disk path from black_list, then restart the instance. This is not convenient when broken disk happened.
rdsn#834 supports disk check while initialization, if a disk is broken, its path will be excluded and replica instance can start succeed.
rdsn#839 supports a rpc for adding a new disk, no need to restart the replica instance.
NOTICE: if you add a totally new disk, not in the config files, you should add this disk path and tag in data_dir configuration.
[replication] +ignore_broken_disk=true
The text was updated successfully, but these errors were encountered: