Bug 865734

Summary: Add configure support for adding userspace probes in systemtap
Product: [Community] GlusterFS Reporter: krishnan parthasarathi <kparthas>
Component: buildAssignee: krishnan parthasarathi <kparthas>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: gluster-bugs, nsathyan, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 18:00:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description krishnan parthasarathi 2012-10-12 09:27:49 UTC
Description of problem:
Support for adding support for adding userspace probes in glusterfs is missing.

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

How reproducible:
N/A

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
For more details on systemtap: http://sourceware.org/systemtap/

Comment 1 krishnan parthasarathi 2012-10-12 10:12:59 UTC
Submitted http://review.gluster.org/3638 for review.

Comment 2 Vijay Bellur 2012-10-12 16:17:08 UTC
CHANGE: http://review.gluster.org/3638 (core: Add support for systemtap) merged in master by Anand Avati (avati)

Comment 3 Anand Avati 2015-02-03 10:35:01 UTC
REVIEW: http://review.gluster.org/9564 (build: don't report (hide) systemtap config option) posted (#1) for review on master by Kaleb KEITHLEY (kkeithle)

Comment 4 Anand Avati 2015-03-10 15:42:20 UTC
REVIEW: http://review.gluster.org/9564 (build: don't report (hide) systemtap config option) posted (#2) for review on master by Kaleb KEITHLEY (kkeithle)

Comment 5 Anand Avati 2015-03-10 17:22:27 UTC
COMMIT: http://review.gluster.org/9564 committed in master by Kaleb KEITHLEY (kkeithle) 
------
commit 8f34055a2300cafadc03178ce03c7ce998399991
Author: Kaleb S. KEITHLEY <kkeithle>
Date:   Tue Feb 3 05:30:50 2015 -0500

    build: don't report (hide) systemtap config option
    
    We don't actually support systemtap. We don't have any systemtap
    enablement. The configure doesn't actually do anything to configure
    systemtap support. It's confusing to show that systemtap is disabled,
    someone might try to run --enable-systemtap, and then we'll show that
    it's enabled, but it still doesn't actually do anything.
    
    Hide it until such time as we actually have some real systemtap support
    
    Change-Id: I8617121bee5bc724027e5f4d5eed00fd3c5a4ab2
    BUG: 865734
    Signed-off-by: Kaleb S. KEITHLEY <kkeithle>
    Reviewed-on: http://review.gluster.org/9564