Bug 1319022 - fix annoying tar command's warning
Summary: fix annoying tar command's warning
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: tests
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Prasanna Kumar Kalever
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-18 12:51 UTC by Prasanna Kumar Kalever
Modified: 2018-08-29 03:37 UTC (History)
1 user (show)

Fixed In Version: glusterfs-4.1.3 (or later)
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-29 03:37:20 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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.


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