Bug 1331924 - [geo-rep]: schedule_georep.py doesn't work when invoked using cron
Summary: [geo-rep]: schedule_georep.py doesn't work when invoked using cron
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: geo-replication
Version: 3.7.11
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Aravinda VK
QA Contact:
URL:
Whiteboard:
Depends On: 1331376 1331658
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-30 04:16 UTC by Aravinda VK
Modified: 2016-06-28 12:16 UTC (History)
7 users (show)

Fixed In Version: glusterfs-3.7.12
Doc Type: Bug Fix
Doc Text:
Clone Of: 1331658
Environment:
Last Closed: 2016-06-28 12:16:09 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Aravinda VK 2016-04-30 04:16:01 UTC
+++ This bug was initially created as a clone of Bug #1331658 +++

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

Description of problem:
=======================

When ran the schedule_georep.py using cron, it failed with the following traceback:

Traceback (most recent call last):
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 470, in <module>
    main(args)
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 362, in main
    execute(cmd)
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 86, in execute
    p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 470, in <module>
    main(args)
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 362, in main
    execute(cmd)
  File "/usr/share/glusterfs/scripts/schedule_georep.py", line 86, in execute
    p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory



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

glusterfs-3.7.9-2.el7rhgs.x86_64


How reproducible:
=================

1/1

--- Additional comment from Vijay Bellur on 2016-04-29 04:03:35 EDT ---

REVIEW: http://review.gluster.org/14111 (geo-rep: Fix gluster binary invocation while running as cron) posted (#1) for review on master by Aravinda VK (avishwan)

--- Additional comment from Vijay Bellur on 2016-04-29 05:28:36 EDT ---

REVIEW: http://review.gluster.org/14111 (geo-rep: Fix gluster binary invocation while running as cron) posted (#2) for review on master by Aravinda VK (avishwan)

--- Additional comment from Vijay Bellur on 2016-04-29 10:11:22 EDT ---

REVIEW: http://review.gluster.org/14111 (geo-rep: Fix gluster binary invocation while running as cron) posted (#3) for review on master by Aravinda VK (avishwan)

--- Additional comment from Vijay Bellur on 2016-04-30 00:14:03 EDT ---

COMMIT: http://review.gluster.org/14111 committed in master by Vijay Bellur (vbellur) 
------
commit 80e3832ec16f69d4184172cfc9afa9e42533e0ef
Author: Aravinda VK <avishwan>
Date:   Fri Apr 29 13:03:40 2016 +0530

    geo-rep: Fix gluster binary invocation while running as cron
    
    When scheduler script was executed as cron, it was unable to detect
    the Gluster binaries.
    
    BUG: 1331658
    Change-Id: Ic9c533586ed9a472765f69aa2f87d004c46d4340
    Signed-off-by: Aravinda VK <avishwan>
    Reviewed-on: http://review.gluster.org/14111
    CentOS-regression: Gluster Build System <jenkins.com>
    Tested-by: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Vijay Bellur <vbellur>

Comment 1 Vijay Bellur 2016-04-30 04:16:57 UTC
REVIEW: http://review.gluster.org/14122 (geo-rep: Fix gluster binary invocation while running as cron) posted (#1) for review on release-3.7 by Aravinda VK (avishwan)

Comment 2 Vijay Bellur 2016-05-03 06:57:29 UTC
REVIEW: http://review.gluster.org/14122 (geo-rep: Fix gluster binary invocation while running as cron) posted (#2) for review on release-3.7 by Aravinda VK (avishwan)

Comment 3 Vijay Bellur 2016-05-10 11:33:54 UTC
COMMIT: http://review.gluster.org/14122 committed in release-3.7 by Aravinda VK (avishwan) 
------
commit 956c064c4f7b52f893f2865652417f3c6dd420c1
Author: Aravinda VK <avishwan>
Date:   Fri Apr 29 13:03:40 2016 +0530

    geo-rep: Fix gluster binary invocation while running as cron
    
    When scheduler script was executed as cron, it was unable to detect
    the Gluster binaries.
    
    BUG: 1331924
    Change-Id: Ic9c533586ed9a472765f69aa2f87d004c46d4340
    Signed-off-by: Aravinda VK <avishwan>
    Reviewed-on: http://review.gluster.org/14111
    CentOS-regression: Gluster Build System <jenkins.com>
    Tested-by: Gluster Build System <jenkins.com>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.com>
    Reviewed-by: Vijay Bellur <vbellur>
    (cherry picked from commit 80e3832ec16f69d4184172cfc9afa9e42533e0ef)
    Reviewed-on: http://review.gluster.org/14122
    Reviewed-by: Kotresh HR <khiremat>

Comment 4 Kaushal 2016-06-28 12:16:09 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.12, please open a new bug report.

glusterfs-3.7.12 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] https://www.gluster.org/pipermail/gluster-devel/2016-June/049918.html
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


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