gluster / glusterd2

[DEPRECATED] Glusterd2 is the distributed management framework to be used for GlusterFS.
GNU General Public License v2.0
167 stars 82 forks source link

bitrot management and API support in GD2 #431

Open atinmu opened 6 years ago

atinmu commented 6 years ago

Things to be done

Bitrot management daemon

ReST APIs to be defined:

volume bitrot {enable|disable} volume bitrot scrub-throttle {lazy|normal|aggressive} volume bitrot scrub-frequency {hourly|daily|weekly|biweekly|monthly} volume bitrot scrub {pause|resume|status|ondemand}

atinmu commented 6 years ago

Checklist

atinmu commented 6 years ago

@kotreshhr Please cross check the check list for the completion of the items and start ticking out the ones which are being completed here.

kotreshhr commented 6 years ago

The checked ones are working via REST API

kotreshhr commented 6 years ago

This is mostly done. Need to go through if there any pending TODOs and add tests