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

@ -91,8 +91,9 @@ int ObServerUtils::cal_all_part_disk_size(const int64_t suggested_data_disk_size
{
int ret = OB_SUCCESS;
// background information about default disk percentage
// https://yuque.antfin-inc.com/ob/rootservice/buzmfz
// background information about default disk percentage:
// If not in shared mode, disk will be used up to 90%.
// If in shared mode, data and clog disk usage will be up to 60% and 30%
const int64_t DEFAULT_DISK_PERCENTAGE_IN_SEPRATE_MODE = 90;
const int64_t DEFAULT_DATA_DISK_PERCENTAGE_IN_SHARED_MODE = 60;
const int64_t DEFAULT_CLOG_DISK_PERCENTAGE_IN_SHARED_MODE = 30;