Bug 214114
| Summary: | nfs very verbose when exporting the same mount twice | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Jones <davej> | ||||
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | CC: | ahabig, kzak, pfrields, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | fs-utils-1.0.10-12.fc6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-06-29 13:43:00 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: | |||||||
| Attachments: |
|
||||||
|
Description
Dave Jones
2006-11-05 20:35:30 UTC
Ahh good, it's not just me :) Although no activity on this bug in a couple months. I'd settle for verbosity switch - this is making logreading a lot uglier than it should be. Any suggestions? I'm not seeing these messages with nfs-utils-1.0.10-5.fc6 or nfs-utils-1.0.12-3.fc7 (the latest rawhide version) my exports look something like: /var 10.12.32.32(rw,fsid=1) /var *(ro,fsid=1) and all I'm getting in the systlog when I mount from any and all clients is: mountd[4477]: authenticated mount request from <client>:612 for /var (/var) What am I missing? I also have nfs-utils-1.0.10-5.fc6. My export for /home looks like this, to
enable mountings in general to the whole private subnet
192.168.1.0/255.255.255.0, and add no_root_squash access to one special machine,
neutrino:
/home entropy(rw,no_root_squash,sync) neutrino(rw,no_root_squash,sync)
mwah39701(rw,sync) mwah39703(rw,sync) mwah39704(rw,sync) mwah39705(rw,sync)
umd-physics (rw,sync) 192.168.1.0/255.255.255.0(rw,sync)
I'm getting this in /var/log/messages :
mountd[2644]: /home exported to both 192.168.1.0/255.255.255.0 and neutrino in
192.168.1.0/255.255.255.0,neutrino
But I'm not getting the authenticated mount request message - maybe an NFS v3 vs
v4 issue? Been meaning to port everything over to v4 but haven't yet gotten
around to it.
Now, my networking is a bit involved, which could be a difference. Both the
exporting machine ("lepton") and the mounting machine ("neutrino") can talk to
each other on a public network over one NIC, and also on a in-the-lab-only NIC.
"neutrino" resolves to the internal NIC, 192.168.1.6 via /etc/hosts (and
dnsmasq after that with my own internal DNS). Name resolution checks out:
lepton(~)> ping neutrino
PING neutrino (192.168.1.6) 56(84) bytes of data.
64 bytes from neutrino (192.168.1.6): icmp_seq=1 ttl=64 time=0.410 ms
Could it be the /etc/exports syntax difference between your global "*" and my
netmasked IP?
Created attachment 149858 [details]
Purposed Patch
I need to run this by upstream to see if they can
live with turning this warning into a debug statement
but this patch will shut mountd up... I'll trying
to get into a rpm asaic....
Not sure when exactly the fix got pushed, but checking on my old bugs today, this one appears to have been fixed. Using nfs-utils-1.0.10-12.fc6 Thanks! |