Bug 1452141
Summary: | distribute: log flooded with "invalid argument: loc->parent" warnings | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Kaleb KEITHLEY <kkeithle> |
Component: | distribute | Assignee: | Nithya Balachandran <nbalacha> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.11 | CC: | bugs, nbalacha, ndevos, srangana, vladkopy |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-20 18:26:18 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
Kaleb KEITHLEY
2017-05-18 12:26:45 UTC
This should be fixed with https://review.gluster.org/#/c/17312 The dht_local_init was modified to remove a recently added line of code: local->hashed_subvol = dht_subvol_get_hashed (frame->this, loc); same with 3.12.5-2.el7 [2018-01-26 02:59:32.948789] E [dht-helper.c:945:dht_subvol_get_hashed] (-->/usr/lib64/glusterfs/3.12.5/xlator/performance/write-behind.so(+0xbbda) [0x7f05ff956bda] -->/usr/lib64/glusterfs/3.12.5/xlator/cluster/nufa.so(+0x7a7b1) [0x7f05ffbd97b1] -->/usr/lib64/glusterfs/3.12.5/xlator/cluster/nufa.so(+0xb378) [0x7f05ffb6a378] ) 0-vmail-dht: invalid argument: loc->parent [Invalid argument] [2018-01-26 02:59:33.075111] E [dht-helper.c:945:dht_subvol_get_hashed] (-->/usr/lib64/glusterfs/3.12.5/xlator/performance/write-behind.so(+0xbbda) [0x7f05ff956bda] -->/usr/lib64/glusterfs/3.12.5/xlator/cluster/nufa.so(+0x7a7b1) [0x7f05ffbd97b1] -->/usr/lib64/glusterfs/3.12.5/xlator/cluster/nufa.so(+0xb378) [0x7f05ffb6a378] ) 0-vmail-dht: invalid argument: loc->parent [Invalid argument] This appears to be originating from the nufa translator. We don't currently support this translator. This bug reported is against a version of Gluster that is no longer maintained (or has been EOL'd). See https://www.gluster.org/release-schedule/ for the versions currently maintained. As a result this bug is being closed. If the bug persists on a maintained version of gluster or against the mainline gluster repository, request that it be reopened and the Version field be marked appropriately. |