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
+2 -5
View File
@@ -603,8 +603,8 @@ type serverConfigV23 struct {
Notify notifier `json:"notify"`
}
// serverConfigV24 is just like version '23' with addition of usage interval
// field.
// serverConfigV24 is just like version '23', we had to revert
// the changes which were made in 6fb06045028b7a57c37c60a612c8e50735279ab4
//
// IMPORTANT NOTE: When updating this struct make sure that
// serverConfig.ConfigDiff() is updated as necessary.
@@ -623,9 +623,6 @@ type serverConfigV24 struct {
// Cache configuration
Cache CacheConfig `json:"cache"`
// Usage configuration
Usage usageConfig `json:"usage"`
// Notification queue configuration.
Notify notifier `json:"notify"`
}