Bug 1319022

Summary: fix annoying tar command's warning
Product: [Community] GlusterFS Reporter: Prasanna Kumar Kalever <prasanna.kalever>
Component: testsAssignee: Prasanna Kumar Kalever <prasanna.kalever>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-4.1.3 (or later) Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-29 03:37:20 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 Prasanna Kumar Kalever 2016-03-18 12:51:12 UTC
Description of problem:
cleanup function uses tar command with ${LOGDIR}, which always
has trailing '/', so every time we run a test we see warning
"tar: Removing leading `/' from member names"
    
we can fix this by tar option:
    
-P, --absolute-names
    Don't strip leading slashes from file names when creating
    archives.

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

How reproducible:
run any test

Steps to Reproduce:
1.
2.
3.

Actual results:
"tar: Removing leading `/' from member names"

Expected results:
no such warning 

Additional info:

Comment 1 Vijay Bellur 2016-03-18 12:51:38 UTC
REVIEW: http://review.gluster.org/13777 (tests: fix annoying tar command's warning) posted (#1) for review on master by Prasanna Kumar Kalever (pkalever)

Comment 2 Mike McCune 2016-03-28 23:22:56 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 3 Amar Tumballi 2018-08-29 03:37:20 UTC
This update is done in bulk based on the state of the patch and the time since last activity. If the issue is still seen, please reopen the bug.