Bug 1376685 - Introduce graceful mode in stop-all-gluster-processes.sh
Summary: Introduce graceful mode in stop-all-gluster-processes.sh
Keywords:
Status: CLOSED DUPLICATE of bug 1294754
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: unclassified
Version: rhgs-3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Atin Mukherjee
QA Contact: Rahul Hinduja
URL:
Whiteboard:
Depends On: 1367771
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-16 07:30 UTC by Prasanna Kumar Kalever
Modified: 2016-09-16 07:42 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1367771
Environment:
Last Closed: 2016-09-16 07:42:05 UTC
Embargoed:


Attachments (Terms of Use)

Description Prasanna Kumar Kalever 2016-09-16 07:30:30 UTC
+++ This bug was initially created as a clone of Bug #1367771 +++

Description of problem:
Currently all of brick, gsyncd and other glustershd services/processes are
killed without checking for ongoing tasks such as geo-rep, self-heal, rebalance
and etc. which may lead to inconsistency after the node is brought back.


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

Actual results:
inconsistency in data


Expected results:
Smooth resume with no data inconsistency

COMMIT: http://review.gluster.org/15188 committed in master by Atin Mukherjee (amukherj) 
------
commit 14b46be09c98c1ef75f55af34ec762b3e34899f1
Author: Prasanna Kumar Kalever <prasanna.kalever>
Date:   Wed Aug 17 17:31:17 2016 +0530

    extras: kill processes gracefully
    
    Currently all of brick, gsyncd and other glustershd services/processes
    are killed without checking for ongoing tasks such as geo-rep,
    self-heal, rebalance and etc. which may lead to inconsistency after
    the node is brought back.
    
    This patch introduce an option '-g' which ensures whether all the
    gluster processes are ready (not busy) to be terminated before we
    executing 'kill' on them
    
    Usage: ./extras/stop-all-gluster-processes.sh [-g] [-h]
        options:
        -g  Terminate in graceful mode
        -h  Show this message, then exit
    
     eg:
      1. ./extras/stop-all-gluster-processes.sh
      2. ./extras/stop-all-gluster-processes.sh -g
    
    By default, this script executes in force mode, processes are killed
    without checking for ongoing tasks, on specifying '-g' option this
    script works in graceful mode, which returns exitcode if some of gluster
    processes are busy in doing their jobs.
    
    exitcodes include:
       0       No errors/Success
       64      Rebalance is in progress
       65      Self-Heal is in progress
       66      Tier daemon running on this node
       127     option not found
    
    Change-Id: I2f924b2bf9f04a81788d0f5604895a42755b33a1
    BUG: 1367771
    Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever>
    Reviewed-on: http://review.gluster.org/15188
    Tested-by: Prasanna Kumar Kalever <pkalever>
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Rajesh Joseph <rjoseph>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Ravishankar N <ravishankar>
    Reviewed-by: mohammed rafi  kc <rkavunga>
    Reviewed-by: Atin Mukherjee <amukherj>

--- Additional comment from Worker Ant on 2016-08-29 07:55:20 EDT ---

COMMIT: http://review.gluster.org/15187 committed in master by Atin Mukherjee (amukherj) 
------
commit 87303b77ddbdc29a415acc2c73bfaafa9be10609
Author: Prasanna Kumar Kalever <prasanna.kalever>
Date:   Wed Aug 17 17:47:08 2016 +0530

    extras: kill gsyncd before glusterfsd
    
    It's a good practice to kill gsyncd before brick process, else we see
    unnecessary loops and logs of bring up the faulty bricks
    
    Change-Id: I2d2176f2bf5014f3afd622194a8b2d60c86926af
    BUG: 1367771
    Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever>
    Reviewed-on: http://review.gluster.org/15187
    Tested-by: Prasanna Kumar Kalever <pkalever>
    CentOS-regression: Gluster Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Atin Mukherjee <amukherj>
    Reviewed-by: Kotresh HR <khiremat>

Comment 2 Prasanna Kumar Kalever 2016-09-16 07:42:05 UTC

*** This bug has been marked as a duplicate of bug 1294754 ***


Note You need to log in before you can comment on or make changes to this bug.