Bug 1580519
Summary: | the regression test "tests/bugs/posix/bug-990028.t" fails | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Raghavendra Bhat <rabhat> |
Component: | tests | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.12 | CC: | bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.12.10 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1574606 | Environment: | |
Last Closed: | 2018-10-23 14:42:11 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: | |||
Bug Depends On: | 1574606, 1580524, 1580536 | ||
Bug Blocks: | 1580511 |
Description
Raghavendra Bhat
2018-05-21 17:05:25 UTC
REVIEW: https://review.gluster.org/20049 (use awk to get a specific line from the output instead of cut) posted (#1) for review on release-3.12 by Raghavendra Bhat COMMIT: https://review.gluster.org/20049 committed in release-3.12 by "jiffin tony Thottan" <jthottan> with a commit message- use awk to get a specific line from the output instead of cut cut -d$'\n' is not separating the xattrs shown as part of getfattr output. Hence use awk to get the nth line of getfattr output for nth iteration in the for loop. Change-Id: I1a96cd3f72f4f407f9a783375f78d9a69d5d3885 fixes: bz#1580519 Signed-off-by: Raghavendra Bhat <raghavendra> (cherry picked from commit bef654f48c14bfd7ce20702edff41052f6f54bdc) This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.12.10, please open a new bug report. glusterfs-3.12.10 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] https://lists.gluster.org/pipermail/announce/2018-May/000099.html [2] https://www.gluster.org/pipermail/gluster-users/ |