| Summary: | if automount -m fail should exit with 1, but it exit with 0; | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | JianHong Yin <jiyin> | ||||
| Component: | autofs | Assignee: | Ian Kent <ikent> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Filesystem QE <fs-qe> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.9 | CC: | ikent, jiyin, ovasik | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-25 20:23:42 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: | |||||
| Attachments: |
|
||||||
|
Description
JianHong Yin
2013-09-02 02:22:48 UTC
screen info: [root@dhcp-13-16 bz974884]# maxOpen=40960 ./expendRsRun -n 10237 -- automount -m ==> now the open file limit: (40960).(40960) ==> fd to expend = [10237] ==> cmd = [automount] ==> first open fd = [3] ==> now max fd = [10239] ==> exec the cmd [automount] autofs dump map information =========================== global options: none configured no master map entries found <<<-- get map fail, because no more fd can use [root@dhcp-13-16 bz974884]# echo $? 0 the follow get map success: [root@dhcp-13-16 bz974884]# maxOpen=40960 ./expendRsRun -n 10230 -- automount -m ==> now the open file limit: (40960).(40960) ==> fd to expend = [10230] ==> cmd = [automount] ==> first open fd = [3] ==> now max fd = [10232] ==> exec the cmd [automount] autofs dump map information =========================== global options: none configured Mount point: /misc source(s): instance type(s): file map: /etc/auto.misc cd | -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom Mount point: /net source(s): type: hosts localhost.localdomain | (null) Mount point: /clients source(s): failed to read map Certainly these should be fixed but I don't think they are critical for our rhel-5.10.0 release. I've set the flags to reflect that. Created attachment 792735 [details]
expendRsRun.c
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate, in the next release of Red Hat Enterprise Linux. This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug. (In reply to RHEL Product and Program Management from comment #5) > This bug/component is not included in scope for RHEL-5.11.0 which is the > last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at > the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your > account manager or support representative in case you need to escalate this > bug. got it, no need to escalate Thanks, closing WONTFIX for RHEL 5. |