Fix case and remove yuque links

This commit is contained in:
wanhong.wwh
2023-03-09 10:41:41 +00:00
committed by ob-robot
parent 51c2177230
commit 5fa334e240
6 changed files with 8 additions and 9 deletions

View File

@ -31,7 +31,7 @@ DEF_STR(redundancy_level, OB_CLUSTER_PARAMETER, "NORMAL",
"HIGH: tolerate two disk failure if disk count is enough",
ObParameterAttr(Section::SSTABLE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE))
// background information about disk space configuration
// https://yuque.antfin-inc.com/ob/rootservice/buzmfz
// ObServerUtils::get_data_disk_info_in_config()
DEF_CAP(datafile_size, OB_CLUSTER_PARAMETER, "0", "[0M,)", "size of the data file. Range: [0, +∞)",
ObParameterAttr(Section::SSTABLE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_INT(datafile_disk_percentage, OB_CLUSTER_PARAMETER, "0", "[0,99]",