Bug 882550
| Summary: | autofs timeouts get really streeeeched | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Jaegermann <michal> | ||||
| Component: | autofs | Assignee: | Ian Kent <ikent> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | ikent | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-12 04:30:45 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: | |||||||
| Attachments: |
|
||||||
|
Description
Michal Jaegermann
2012-12-01 20:10:36 UTC
I wonder if bug 831275 has anything in common with this one. Only 831275 was about Fedora 16 and so far I did not see anything of that sort there. I do not have around any cifs shares though. (In reply to comment #0) > Description of problem: > > This is the scenario: autofs is running on Fedora 17 client running > 3.6.7-4.fc17.x86_64 kernel patched with a patch from attachment 654705 [details] > [details], bug 874372, in order for NFS mounts to work. /etc/auto.master has > the following in it: > > /net -hosts -timeout=60 The problem appears to be the timeout pseudo option, when used in the master map it needs a "--" not a "-". The really studid thing is that the timeout option is not included in the man page where other option, such as the negative-timeout are and the specification clearly shows the "--". Ian Created attachment 656333 [details]
Patch - add timeout option description to man page
(In reply to comment #2) > > The problem appears to be the timeout pseudo option, when > used in the master map it needs a "--" not a "-". You are right. "Copy-and-waste". I do have '--timeout=60' on f16 but only one "-" on f17. After correcting that typo the issue disappears. Where is this paper bag? (In reply to comment #4) > (In reply to comment #2) > > > > > The problem appears to be the timeout pseudo option, when > > used in the master map it needs a "--" not a "-". > > You are right. "Copy-and-waste". I do have '--timeout=60' on f16 but only > one "-" on f17. After correcting that typo the issue disappears. Where is > this paper bag? Right, but I might as well update the man page while were here. autofs-5.0.6-23.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/autofs-5.0.6-23.fc17 (In reply to comment #5) > > Right, but I might as well update the man page while were here. As a matter of fact I am using this '--timeout=...' configuration parameter for a really long time. Where I got that originally I forgot. Maybe some README, another form of a documentation, or maybe I even peeked into sources? I agree that the man page should be explicit about it but chances are that this would not save me from my mistake. :-) Package autofs-5.0.6-23.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing autofs-5.0.6-23.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-19632/autofs-5.0.6-23.fc17 then log in and leave karma (feedback). autofs-5.0.6-23.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |