Bug 704416
| Summary: | RFE: automounter to dump maps | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Ian Kent <ikent> | ||||||
| Component: | autofs | Assignee: | Ian Kent <ikent> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | yanfu,wang <yanwang> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 6.0 | CC: | ikent, jiali, jmoyer, ondrejv, qcai, yanwang | ||||||
| Target Milestone: | rc | Keywords: | FutureFeature | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | autofs-5.0.5-37 | Doc Type: | Enhancement | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 538408 | ||||||||
| : | 732334 (view as bug list) | Environment: | |||||||
| Last Closed: | 2011-12-06 17:58:44 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: | 538408 | ||||||||
| Bug Blocks: | 732334 | ||||||||
| Attachments: |
|
||||||||
Created attachment 517027 [details]
Patch - fix dumpmaps not reading maps
verified on autofs-5.0.5-39.el6: [root@intel-s3e37-01 bugzillas]# /etc/init.d/autofs status automount (pid 37220) is running... [root@intel-s3e37-01 bugzillas]# automount -m 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 | (null) Mount point: /mnt source(s): instance type(s): file map: /etc/auto.test tmp | hp-xw4550-01.rhts.eng.bos.redhat.com:/tmp [root@intel-s3e37-01 bugzillas]# automount --dumpmaps 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 | (null) Mount point: /mnt source(s): instance type(s): file map: /etc/auto.test tmp | hp-xw4550-01.rhts.eng.bos.redhat.com:/tmp Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1723.html |
Created attachment 517026 [details] Patch - add dump maps option