Bug 1479138
| Summary: | CephFS: fusermount utility not available to unmount fuse mount. | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Ramakrishnan Periyasamy <rperiyas> |
| Component: | CephFS | Assignee: | Patrick Donnelly <pdonnell> |
| Status: | CLOSED ERRATA | QA Contact: | Ramakrishnan Periyasamy <rperiyas> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | bniver, ceph-eng-bugs, hnallurv, icolle, john.spray, kdreyer, pdonnell, rperiyas |
| Target Milestone: | rc | ||
| Target Release: | 3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-12.1.4-2.el7cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-05 23:39:05 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: | |||
|
Description
Ramakrishnan Periyasamy
2017-08-08 04:46:05 UTC
/usr/bin/fusermount is in the "fuse" RPM package. Looks like ceph-fuse depends on "fuse-libs", not "fuse". I wonder if the docs should be updated to tell users to mount with "mount" rather than "fusermount"? That's what mounting via /etc/fstab does, right? Docs in question: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/ceph_file_system_guide_technology_preview/mounting_and_unmounting_ceph_file_systems#unmounting_ceph_file_systems simple `umount` gets a EPERM on my system while `fusermount -u` works. I believe we will need to add the fuse dependency. Rachana can you please verify "yum install fuse" allows you to proceed? "yum install fuse" works but it picks package from RHEL repo, after installation "fusermount" utility available. Ken, how should we proceed on fixing the package dependencies? I've reviewed the Debian packaging and this has been implemented since the very beginning. We just missed the "Requires: fuse" on the RPM side. https://github.com/ceph/ceph/pull/17120 adds it. Moving this bug to verified state. fusermount mount utility available part of ceph-fuse package. Verified in build: 12.2.0-1.el7cp (b661348f156f148d764b998b65b90451f096cb27) luminous (rc) 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. https://access.redhat.com/errata/RHBA-2017:3387 |