[Bugs] [Bug 1223083] New: daemons abstraction & refactoring

bugzilla at redhat.com bugzilla at redhat.com
Tue May 19 18:46:33 UTC 2015


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

            Bug ID: 1223083
           Summary: daemons abstraction & refactoring
           Product: GlusterFS
           Version: mainline
         Component: glusterd
          Keywords: Triaged
          Assignee: bugs at gluster.org
          Reporter: ggarg at redhat.com
                CC: amukherj at redhat.com, bugs at gluster.org,
                    gluster-bugs at redhat.com, kaushal at redhat.com,
                    kparthas at redhat.com, rcyriac at redhat.com
        Depends On: 1191486



+++ This bug was initially created as a clone of Bug #1191486 +++

Description of problem:
Currently, the daemon management code is fragmented and this bug is to address
following things:

- Provide an abstract data type that encapsulates what is common among daemons
  that are managed by glusterd.

- 'Port' existing code to make use of the abstract type. This would help in
  making this change self-documented to an extent.

- Prescribe a way to maintain per-feature daemon code separate to glusterd's
  common code.

the approach suggested in
    http://www.gluster.org/pipermail/gluster-devel/2014-December/043180.html

--- Additional comment from Anand Avati on 2015-02-11 06:42:41 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#18) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-11 06:44:18 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#19) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-11 07:14:57 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#20) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-12 06:08:30 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#21) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-12 07:59:13 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#22) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-13 02:17:39 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#23) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-13 05:28:45 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#24) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-19 04:14:57 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#25) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-19 04:48:51 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#26) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-19 05:34:25 EST ---

REVIEW: http://review.gluster.org/9428 (glusterd: nfs,shd,quotad,snapd daemons
refactoring) posted (#27) for review on master by Atin Mukherjee
(amukherj at redhat.com)

--- Additional comment from Anand Avati on 2015-02-20 07:04:17 EST ---

COMMIT: http://review.gluster.org/9428 committed in master by Krishnan
Parthasarathi (kparthas at redhat.com) 
------
commit 9d842f965655bf70c643b4541844e83bc4e74190
Author: Atin Mukherjee <amukherj at redhat.com>
Date:   Wed Feb 11 17:13:45 2015 +0530

    glusterd: nfs,shd,quotad,snapd daemons refactoring

    This patch ports nfs, shd, quotad & snapd with the approach suggested in
    http://www.gluster.org/pipermail/gluster-devel/2014-December/043180.html

    Change-Id: I4ea5b38793f87fc85cc9d2cf873727351dedffd2
    BUG: 1191486
    Signed-off-by: Atin Mukherjee <amukherj at redhat.com>
    Signed-off-by:  Krishnan Parthasarathi <kparthas at redhat.com>
    Reviewed-on: http://review.gluster.org/9428
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Anand Nekkunti <anekkunt at redhat.com>

--- Additional comment from Anand Avati on 2015-02-24 04:55:35 EST ---

REVIEW: http://review.gluster.org/9732 (glusterd: add list of services
abstraction for daemons) posted (#1) for review on master by Krishnan
Parthasarathi (kparthas at redhat.com)

--- Additional comment from Anand Avati on 2015-05-05 09:42:51 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting daemon svc
objects as array of objects .) posted (#1) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-06 10:03:53 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting daemon svc
objects as array of objects .) posted (#3) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-07 01:39:02 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#4) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-07 05:27:52 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#5) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-09 13:27:25 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#7) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-11 05:51:56 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#8) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-12 06:43:21 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#9) for review on master by Anand
Nekkunti (anekkunt at redhat.com)

--- Additional comment from Anand Avati on 2015-05-14 07:15:08 EDT ---

REVIEW: http://review.gluster.org/10586 (glusterd : Converting all daemon svc
objects to array of svc objects .) posted (#10) for review on master by Anand
Nekkunti (anekkunt at redhat.com)


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1191486
[Bug 1191486] daemons abstraction & refactoring
-- 
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