| Summary: | resolve-gids is not needed for Linux kernels v3.8 and newer | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> |
| Component: | fuse | Assignee: | Csaba Henk <csaba> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | mainline | CC: | atumball, bugs, lav, nbalacha |
| Target Milestone: | --- | Keywords: | EasyFix, FutureFeature, Reopened, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-12 14:50: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: | |
|
Description
Niels de Vos
2016-01-17 11:10:45 UTC
Please see the pull request for inline comments and suggested approach. Checking the OS (should be "Linux") and the kernel version can be done with uname() (see 'man 2 uname' for details). I just checked in gluster 3.12.x frame_fill_groups() returns no limited groups when used getgrouplist (if resolve-gids if enabled) and limiting groups to 32 groups (defined by FUSE_MAX_AUX_GROUPS 32) when read it from /proc/PID/status. There are no reason in fuse code returns only 32 groups from /proc/PID/status. Can someone send patch from the pull request to remove that restriction? REVIEW: https://review.gluster.org/20500 (fuse: use GF_MAX_AUX_GROUPS instead FUSE_MAX_AUX_GROUPS in frame_fill_groups) posted (#1) for review on master by Vitaly Lipatov Hi Vitaly Lipatov, marking it as DEFERRED, as the issue is not being looked at actively. We will revisit later. REVIEW: https://review.gluster.org/24111 (rebased and fixed commit from https://review.gluster.org/20500) posted (#1) for review on master by Vitaly Lipatov This bug is moved to https://github.com/gluster/glusterfs/issues/1075, and will be tracked there from now on. Visit GitHub issues URL for further details |