Bug 1341243
Summary: | fsx crash in 3.8rc2 while running as non-root user | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijay Bellur <vbellur> |
Component: | nfs | Assignee: | Niels de Vos <ndevos> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.8 | CC: | bugs, sarumuga, vbellur |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-07 10:39:47 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
Vijay Bellur
2016-05-31 14:10:28 UTC
Unable to add attachments to bugzilla atm. Will try later. Not sure why this bug is assigned to me as I am not looking into fixing this problem actively :). Here are some more strace details from the time of failure: 1330455 lseek(3, 31537, SEEK_SET) = 31537 1330455 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 41834) = 41834 1330455 fstat(3, {st_mode=S_IFREG|0664, st_size=250822, ...}) = 0 1330455 lseek(3, 0, SEEK_END) = 250822 1330455 ftruncate(3, 226593) = 0 1330455 fstat(3, {st_mode=S_IFREG|0664, st_size=250822, ...}) = 0 1330455 lseek(3, 0, SEEK_END) = 250822 1330455 write(1, "Size error: expected 0x37521 sta"..., 55) = 55 1330455 write(1, "LOG DUMP (39834221 total operati"..., 38) = 38 It does look like we obtained a wrong attribute value for size and hence the problem? The nfs client is on a machine running RHEL Server release 7.1. $ uname -r 3.10.0-229.el7.x86_64 All 3.8.x bugs are now reported against version 3.8 (without .x). For more information, see http://www.gluster.org/pipermail/gluster-devel/2016-September/050859.html This bug is getting closed because the 3.8 version is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. |