Bug 843009
| Summary: | Issues mapping uids and usernames between RHEL5 server and Gentoo client for NFSv4 mount | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Dennis Schridde <heri> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.8 | CC: | gregory.lee.bartholomew, jlayton |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-05 21:47:23 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
Dennis Schridde
2012-07-25 09:58:05 UTC
(In reply to comment #0) > Description of problem: > When I run "chown -R portage: /var/cache/portage" (portage is mounted via > NFSv4 from a RHEL5 server) on my Gentoo machine, the uids of the > files/directories will be nobody instead of portage. > > The issue appears to be that somewhere along the way uid 250 gets > misinterpreted as a username, which the server obviously cannot resolve and > hence maps to nobody. > > It also appears that the transmission of usernames from the server to the > client works, as they appear correctly as "portage". Only when changing uids > of files on the client, the server maps it to the wrong uid. > > I need assistance in debugging this issue further. in /etc/idmap.conf set Verbose=9 (In reply to comment #1) > (In reply to comment #0) > > I need assistance in debugging this issue further. > in /etc/idmap.conf set Verbose=9 I have in /etc/idmapd.conf: [General] Verbosity = 10 There is no file /etc/idmap.conf. Did you mean this setting? Is 9 more verbose than 10 - i.e. is the verbosity some bitflag? Otherwise the logs given above were created with Verbosity=10. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |