1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-06 15:46:00 +01:00
Files
glusterd2/plugins/bitrot/const.go
Aravinda VK 95db1b2296 volgen: volgen changes for bitrot
Fixes: #1111 and #1190
Signed-off-by: Aravinda VK <avishwan@redhat.com>
2018-11-09 09:11:18 +05:30

13 lines
457 B
Go

package bitrot
const (
// keyFeaturesBitrot is the key which enables/disables bitrot-stub
keyFeaturesBitrot = "features/bit-rot"
// keyFeaturesScrub is the key which controls bit-rot.so to be scrubber/bitd
keyFeaturesScrub = "bit-rot.scrubber"
// keyScrubFrequency is the key for scrubber frequency
keyScrubFrequency = "bit-rot.scrub-freq"
// keyScrubThrottle is the key for controls scrubber throttle
keyScrubThrottle = "bit-rot.scrub-throttle"
)