[Bugs] [Bug 1319022] New: fix annoying tar command's warning
bugzilla at redhat.com
bugzilla at redhat.com
Fri Mar 18 12:51:12 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1319022
Bug ID: 1319022
Summary: fix annoying tar command's warning
Product: GlusterFS
Version: mainline
Component: tests
Assignee: bugs at gluster.org
Reporter: prasanna.kalever at redhat.com
CC: bugs at gluster.org
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:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list