Bug 1435
Summary: | umount fails on SMB mounted filesystems. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | gte855f |
Component: | mount | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.2 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-03-27 20:16:58 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: |
Description
gte855f
1999-03-06 00:08:15 UTC
what version of mount are you running? ------- Email Received From Joshua Weage <gte855f.edu> 03/22/99 19:05 ------- can you grab the mount-2.9 SRPM from Raw Hide/Starbuck and recompile it and see if that works? If so, we'll put it in the kernel-2.2 RPMS stuff. ------- Email Received From Joshua Weage <gte855f.edu> 03/22/99 20:43 ------- ------- Email Received From Joshua Weage <gte855f.edu> 03/23/99 08:52 ------- I'm looking into why it's hanging; umount -a at the end *should* work, especially since it works everywhere else... Bugger. umounting smb filesystems hangs if there's no network. Looking into patching the kernel to support umount -f for smb. The fix, for now, is to add a line to the nfsfs startup script, in the stop section, that says 'umount -a -t smbfs'. This will be fixed in the next initscripts release, which will have a 'netfs' script that mounts and unmounts network filesystems (smb, ncp, nfs.) (Eventually, we'll get the kernel fixed so that you can forcefully umount a SMB share even if the network goes away.) Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/fc33fa4733d95aa32a2844ac4d802aad9830e610 Merge pull request #1897 from sdodson/issue1435 Include sdn-ovs in upgrade commands to avoid pulling in newer packages |