[Bugs] [Bug 1209329] New: BitRot:BitD is not handled properly when re configuring the glusterfs services

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 7 04:52:58 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1209329

            Bug ID: 1209329
           Summary: BitRot:BitD is not handled properly when re
                    configuring the glusterfs services
           Product: GlusterFS
           Version: mainline
         Component: bitrot
          Assignee: bugs at gluster.org
          Reporter: rkavunga at redhat.com
                CC: bugs at gluster.org
      Docs Contact: bugs at gluster.org



Description of problem:

When doing a volume set or reset on a volume, all the glusterfs services will
be restarted. But if quota daemon is not enabled, then BitD deamon will fail to
reconfigure.

Version-Release number of selected component (if applicable):


How reproducible:

1/1

Steps to Reproduce:
1.create and start a volume.
2.Enable BitD daemon
3.Disable quota daemon
4.do a reset for this volume (gluster volume reset vol)

Actual results:

BitD still running

Expected results:

BitD should show the default behavior after a volume reset 

Additional info:

<snip from xlators/mgmt/glusterd/src/glusterd-svc-helper.c >

 49         if (volinfo && !glusterd_is_volume_quota_enabled (volinfo))
 50                 goto out;
 51 
 52         ret = glusterd_quotadsvc_reconfigure ();
 53         if (ret)
 54                 goto out;
 55 
 56         ret = glusterd_bitdsvc_reconfigure ();
 57         if (ret)
 58                 goto out;
 59 
 60         ret = glusterd_scrubsvc_reconfigure ();
 61         if (ret)
 62                 goto out;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are the Docs Contact for the bug.


More information about the Bugs mailing list