| Summary: | fix annoying tar command's warning | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Prasanna Kumar Kalever <prasanna.kalever> |
| Component: | tests | Assignee: | Prasanna Kumar Kalever <prasanna.kalever> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | 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: | |
REVIEW: http://review.gluster.org/13777 (tests: fix annoying tar command's warning) posted (#1) for review on master by Prasanna Kumar Kalever (pkalever) This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions 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. |
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: