Deprecate and remove configurable disk usage check (#6016)

This commit is contained in:
Harshavardhana
2018-06-05 18:53:44 -07:00
committed by kannappanr
parent eafc15cd47
commit 3143454982
8 changed files with 2 additions and 113 deletions

View File

@@ -47,15 +47,6 @@ var (
"MINIO_CACHE_EXPIRY: Valid cache expiry duration is in days.",
)
uiErrInvalidUsageCheckIntervalValue = newUIErrFn(
"Invalid usage check interval value",
"Please check the passed value",
`MINIO_USAGE_CHECK_INTERVAL: Valid usage check interval duration string is a signed sequence of decimal numbers,
each with optional fraction and a unit suffix, such as "2h45m". Valid time units are "ns", "us", "ms", "s", "m", "h".
Minimum supported value is '2h'.
`,
)
uiErrInvalidCredentials = newUIErrFn(
"Invalid credentials",
"Please provide correct credentials",