Skip to content

Commit

Permalink
Change typo in warn log for disk_space_warning_threshold (#14042)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieTien97 authored and HTHou committed Nov 11, 2024
1 parent 7984b19 commit eb66c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ private void sampleDiskLoad(TLoadSample loadSample) {
"The available disk space is : {}, "
+ "the total disk space is : {}, "
+ "and the remaining disk usage ratio: {} is "
+ "less than disk_spec_warning_threshold: {}, set system to readonly!",
+ "less than disk_space_warning_threshold: {}, set system to readonly!",
RamUsageEstimator.humanReadableUnits((long) availableDisk),
RamUsageEstimator.humanReadableUnits((long) totalDisk),
freeDiskRatio,
Expand Down

0 comments on commit eb66c59

Please sign in to comment.