Bug 4707
| Summary: | knfsd has problems with exporting setgid on directories | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | George Karabin <gkarabin> |
| Component: | nfs-utils | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-12-15 04:28:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
George Karabin
1999-08-25 19:22:14 UTC
OK - that makes sense. I didn't know about that locking mechanism. Still, the knfsd server doesn't appear to be handling the locks properly, or at least not the same as a locally mounted disk, from what I can see. The description of the problem I gave yesterday was pretty lame. Here's a more understandable problem description: Machine A: /vol1 is local, /vol2 is NFS mounted from B:/vol2 Machine B: exports /vol2 via knfsd From machine A: 'mkdir /vol1/foo /vol2/foo; chmod 2700 /vol1/foo /vol2/foo' . 'rm -rf /vol1/foo' works, but 'rm -rf /vol2/foo' fails. I'd think that the locking should behave the same way whether the disk is local or NFS mounted. Likewise, the behavior with 'touch foobar' in /vol1/foo/ and /vol2/foo/ is different when the lock is on. assigned to johnsonm |