1
0
mirror of https://github.com/gluster/glusterd2.git synced 2026-02-06 06:45:35 +01:00

2 Commits

Author SHA1 Message Date
Prashanth Pai
4f7c8135bf plugins: Create 'api' package for each plugin
In Go, every directory is a distinct package. There is no such thing as
a subpackage. Having `api` is a separate package as a subdirectory in
each plugin ensures that we will not run into cyclic dependency issues.

Signed-off-by: Prashanth Pai <ppai@redhat.com>
2018-07-26 11:53:42 +05:30
Kotresh HR
1faa85b254 bitrot: Add cli support
Usage:
glustercli bitrot <volname> {enable|disable}
glustercli bitrot <volname> scrub-throttle {lazy|normal|aggressive}
glustercli bitrot <volname> scrub-frequency {hourly|daily|weekly|biweekly|monthly}
glustercli bitrot <volname> scrub {pause|resume|status|ondemand}

Issue: #431
Signed-off-by: Kotresh HR <khiremat@redhat.com>
2018-02-07 01:15:12 -05:00