[Bugs] [Bug 1355599] New: volume heal do not heal missing or zero length file
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jul 12 04:13:55 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1355599
Bug ID: 1355599
Summary: volume heal do not heal missing or zero length file
Product: GlusterFS
Version: 3.7.13
Component: glusterd
Severity: medium
Assignee: bugs at gluster.org
Reporter: dm at belkam.com
CC: bugs at gluster.org
Description of problem:
gluster volume heal does nothing
Version-Release number of selected component (if applicable):
3.7.13
How reproducible:
inside one of bricks:
[root at father brick]# ls -l gstatus-0.64-3.el7.x86_64.rpm
-rw-r--r-- 2 root root 52268 июл 11 13:00 gstatus-0.64-3.el7.x86_64.rpm
[root at father brick]#
[root at father brick]# > gstatus-0.64-3.el7.x86_64.rpm
[root at father brick]# ls -l gstatus-0.64-3.el7.x86_64.rpm
-rw-r--r-- 2 root root 0 июл 11 13:54 gstatus-0.64-3.el7.x86_64.rpm
[root at father brick]#
so now file has 0 length.
try to heal:
[root at father brick]# gluster volume heal pool
Launching heal operation to perform index self heal on volume pool has been
successful
Use heal info commands to check status
[root at father brick]# ls -l gstatus-0.64-3.el7.x86_64.rpm
-rw-r--r-- 2 root root 0 июл 11 13:54 gstatus-0.64-3.el7.x86_64.rpm
[root at father brick]#
nothing!
[root at father brick]# gluster volume heal pool full
Launching heal operation to perform full self heal on volume pool has been
successful
Use heal info commands to check status
[root at father brick]# ls -l gstatus-0.64-3.el7.x86_64.rpm
-rw-r--r-- 2 root root 52268 июл 11 13:00 gstatus-0.64-3.el7.x86_64.rpm
[root at father brick]#
full heal is OK.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list