| Summary: | netfs not starting before network | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sal Castiglione <castigliones> |
| Component: | initscripts | Assignee: | David Kaspar // Dee'Kej <deekej> |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | deekej |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-10 09:42:32 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1356047 | ||
|
Description
Sal Castiglione
2016-03-23 14:12:18 UTC
Hello, are you sure you are using RHEL6 with default configuration to reproduce this? Because I see a different configuration for RHEL-6.9-Beta: [0 root@qeos-221 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.9 Beta (Santiago) [0 root@qeos-221 ~]# chkconfig --list nfs nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off [0 root@qeos-221 ~]# chkconfig --list netfs netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off Also, I see different values for *K* (kill) and *S* (start) scripts [yes, they are evaluated alphabetically for each /etc/rc*.d folder]. Typically, you need to configure the NFS mounting correctly. Right now, I'm sure that automounting in RHEL6 works in case you have the NFS share on the same machine (IOW, RHEL6 mounts one of its folders to a different local folder at the same machine). I guess the problem for you is that network initialization is not fast enough for NFS to mount network shared folder automatically, but that is not a bug. There's no reason to wait during boot for network to initialize properly, because network problems could delay the boot-up process significantly. Please, refer to Red Hat Enterprise Linux Documentation on how to correctly configure NFS mounts: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/ch-nfs.html#s1-nfs-how You might be especially interested in section 'autofs', which is a typical way to automatically mount network shared folders: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/nfs-autofs.html I hope this will help. Best regards, David |