REVIEW: http://review.gluster.org/12704 (glusterd: cli command implementation for bitrot scrub status) posted (#1) for review on release-3.7 by Gaurav Kumar Garg (ggarg)
patch url: http://review.gluster.org/12704
REVIEW: http://review.gluster.org/12704 (glusterd: cli command implementation for bitrot scrub status) posted (#2) for review on release-3.7 by Gaurav Kumar Garg (ggarg)
COMMIT: http://review.gluster.org/12704 committed in release-3.7 by Atin Mukherjee (amukherj) ------ commit 164a8dda2cbf10862483e0333ebf7e727fc87f07 Author: Gaurav Kumar Garg <garg.gaurav52> Date: Fri Nov 20 14:00:38 2015 +0530 glusterd: cli command implementation for bitrot scrub status This patch is backport of: http://review.gluster.org/10231 CLI command for bitrot scrub status will be : gluster volume bitrot <volname> scrub status Above command will show the statistics of bitrot scrubber. Upon execution of this command it will show some common scrubber tunable value of volume <VOLNAME> followed by statistics of scrubber statistics of individual nodes. sample ouput for single node: Volume name : <VOLNAME> State of scrub: Active Scrub frequency: biweekly Bitrot error log location: /var/log/glusterfs/bitd.log Scrubber error log location: /var/log/glusterfs/scrub.log ========================================================= Node name: Number of Scrubbed files: Number of Unsigned files: Last completed scrub time: Duration of last scrub: Error count: ========================================================= This is just infrastructure. list of bad file, last scrub time, error count value will be taken care by http://review.gluster.org/#/c/12503/ and http://review.gluster.org/#/c/12654/ patches. >> Change-Id: I3ed3c7057c9d0c894233f4079a7f185d90c202d1 >> BUG: 1207627 >> Signed-off-by: Gaurav Kumar Garg <ggarg> >> Reviewed-on: http://review.gluster.org/10231 >> Reviewed-by: Atin Mukherjee <amukherj> >> Tested-by: NetBSD Build System <jenkins.org> >> Tested-by: Gluster Build System <jenkins.com> Change-Id: I45ed94e5e0e78a1e007c30eb0b252f74cf3c9187 BUG: 1283881 Signed-off-by: Gaurav Kumar Garg <ggarg> Reviewed-on: http://review.gluster.org/12704 Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Atin Mukherjee <amukherj>
REVIEW: http://review.gluster.org/12715 (features/bit-rot: stub changes for showing bad objects in the status) posted (#1) for review on release-3.7 by Raghavendra Bhat (raghavendra)
REVIEW: http://review.gluster.org/12716 (features/bit-rot: scrubber changes for getting the list of bad objects from stub) posted (#1) for review on release-3.7 by Raghavendra Bhat (raghavendra)
COMMIT: http://review.gluster.org/12715 committed in release-3.7 by Venky Shankar (vshankar) ------ commit 98cbfba23434254bb603d93ec154ba65bbbf86cc Author: Raghavendra Bhat <raghavendra> Date: Mon Nov 2 11:43:12 2015 +0530 features/bit-rot: stub changes for showing bad objects in the status Backport of http://review.gluster.org/12503 > Change-Id: If905132f6f1df4aebd9ab255e1e8c59902f84fe5 > BUG: 1207627 > Signed-off-by: Raghavendra Bhat <raghavendra> > Reviewed-on: http://review.gluster.org/12503 > Tested-by: NetBSD Build System <jenkins.org> > Tested-by: Gluster Build System <jenkins.com> > Reviewed-by: Venky Shankar <vshankar> > Signed-off-by: Raghavendra Bhat <raghavendra> Change-Id: I310b71c215913c590b2747e53eea00c2261e975c BUG: 1283881 Signed-off-by: Raghavendra Bhat <raghavendra> Reviewed-on: http://review.gluster.org/12715 Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Venky Shankar <vshankar>
COMMIT: http://review.gluster.org/12716 committed in release-3.7 by Venky Shankar (vshankar) ------ commit abff11e77918a355550fdc3591743cee6cc7103d Author: Raghavendra Bhat <raghavendra> Date: Tue Nov 17 14:45:30 2015 +0530 features/bit-rot: scrubber changes for getting the list of bad objects from stub Backport of http://review.gluster.org/12654 > Change-Id: I62885e4aba4a9b345db3c78c3291d563ff3d3567 > BUG: 1207627 > Signed-off-by: Raghavendra Bhat <raghavendra> > Reviewed-on: http://review.gluster.org/12654 > Tested-by: NetBSD Build System <jenkins.org> > Tested-by: Gluster Build System <jenkins.com> > Reviewed-by: Venky Shankar <vshankar> > Signed-off-by: Raghavendra Bhat <raghavendra> Change-Id: I8e1f04f3f730cbd90bdf3cdc7b2149d0de53ea37 BUG: 1283881 Signed-off-by: Raghavendra Bhat <raghavendra> Reviewed-on: http://review.gluster.org/12716 Tested-by: Gluster Build System <jenkins.com> Tested-by: NetBSD Build System <jenkins.org> Reviewed-by: Venky Shankar <vshankar>
REVIEW: http://review.gluster.org/12725 (glusterd/bitrot : Integration of bad files from bitd with scrub status command) posted (#1) for review on release-3.7 by Gaurav Kumar Garg (ggarg)
REVIEW: http://review.gluster.org/12725 (glusterd/bitrot : Integration of bad files from bitd with scrub status command) posted (#2) for review on release-3.7 by Gaurav Kumar Garg (ggarg)
COMMIT: http://review.gluster.org/12725 committed in release-3.7 by Atin Mukherjee (amukherj) ------ commit 974837c3da9deb45cd2dc31afe56e5960268cf01 Author: Gaurav Kumar Garg <garg.gaurav52> Date: Mon Nov 23 17:00:07 2015 +0530 glusterd/bitrot : Integration of bad files from bitd with scrub status command This patch is backport of: http://review.gluster.org/#/c/12720/ Currently scrub status command is not displaying list of all the bad files. All the bad files are avaliable in the bitd daemon. With this patch it will dispaly list of all the bad file's in the scrub status command. >> Change-Id: If09babafaf5d7cf158fa79119abbf5b986027748 >> BUG: 1207627 >> Signed-off-by: Gaurav Kumar Garg <ggarg> Change-Id: If09babafaf5d7cf158fa79119abbf5b986027748 BUG: 1283881 Signed-off-by: Gaurav Kumar Garg <ggarg> Reviewed-on: http://review.gluster.org/12725 Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Atin Mukherjee <amukherj>
GlusterFS v 3.7.8 contain this fix. closing this bug.
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.7, please open a new bug report. glusterfs-3.7.7 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] https://www.gluster.org/pipermail/gluster-users/2016-February/025292.html [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user