Bug 1444423
| Summary: | missing mount.nfs file in /sbin/ location in some servers and due to this nfs mount is failing. | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Ramakrishnan Periyasamy <rperiyas> |
| Component: | Documentation | Assignee: | Bara Ancincova <bancinco> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.3 | CC: | kdreyer, rperiyas |
| Target Milestone: | rc | ||
| Target Release: | 2.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-20 18:22:39 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1437905 | ||
Moving this bug to verified state. As part of 2.3 document the text is added. Note added in NFS mount section. find the document in this location, https://access.qa.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html-single/object_gateway_guide_for_red_hat_enterprise_linux/#exporting_the_namespace_to_nfs_ganesha Closing this bug as the documentation has been published with the release |
Description of problem: While trying to mount nfs, mount command fails [abc@host01 ~]$ sudo mount -v -t nfs -o nfsvers=4.1,sync,rw,noauto,soft,proto=tcp host3:/ ~/nfs-mount/ mount: wrong fs type, bad option, bad superblock on host3:/, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so. Checked in /sbin/ location, "mount.nfs" file is missing, most of the machines having this file but in some this file is missing. Observed this problem in freshly imaged machines. Version-Release number of selected component (if applicable): N/A How reproducible: if a machine is not having "mount.nfs" file in /sbin/ location failure observed. Steps to Reproduce: 1. Check in /sbin/ location for mount.nfsin a freshly imaged machine. Actual results: In a fresh imaged machine file will be available, so nfs mount works without any issues. Expected results: /sbin/ location should have "mount.nfs" file Additional info: N/a