Bug 221037
| Summary: | [RFE] [PATCH] Wait for NFS server(s) to boot | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pierre Ossman <pierre-bugzilla> | ||||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||||
| Status: | CLOSED CANTFIX | QA Contact: | Brock Organ <borgan> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | initscripts-maint-list, lnykryn, rvokal | ||||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-03-14 14:25:54 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: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 235705 | ||||||||
| Attachments: |
|
||||||||
|
Description
Pierre Ossman
2006-12-30 22:14:57 UTC
Created attachment 144586 [details]
nfswait
Ooops... if [ $[ $now - $start ] -gt 120 ]; then should of course be if [ $[ $now - $start ] -gt $RETRANS ]; then Hm, might be simpler to wire it into netfs rather than a separate script. Perhaps. The advantage of a separate service is that you can easily turn the function on and off. But a variable somewhere in sysconfig could also do that job. Any comments on this or something more I'd need to do? Would be nice to have this in standard FC. I'd rather have a variable in sysconfig somewhere and do the wait in netfs itself. Created attachment 154340 [details]
nfswait.patch
Sorry for taking so long.
How about this patch?
Aside from the logic seeming backwards (wait iff WAITFORNFS = "no"?), seems ok. Will merge something along those lines post-F7. The backwards logic is actually intentional. The idea is that the function is on by default, and you turn it off via sysconfig. Since we're now post-F8, I was hoping to see this feature. Any progress? re-ping Putting on tracker. Sorry about the delay. Adding FutureFeature keyword to RFE's. Initscripts no longer handle this -> close. |