[Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started
Vijay Bellur
vbellur at redhat.com
Thu Mar 14 10:59:49 UTC 2013
On 03/14/2013 04:18 PM, 符永涛 wrote:
> Hi Vijay Bellur,
> I just change static char oldvolfile[131072] to a larger value, please
> correct me if there're any side effect of it.
The better fix is to convert static char to a static char * and
dynamically allocate a buffer based on the size of the new volume file.
This way you would not need a very large static buffer if you are
dealing with volume files of smaller sizes.
Thanks,
Vijay
More information about the Gluster-users
mailing list