Bug 649430

Summary: sshfs checks for errors in the wrong order
Product: [Fedora] Fedora Reporter: Need Real Name <lsof>
Component: fuseAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: jokajak, lemenkov, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-17 14:40:45 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 Need Real Name 2010-11-03 18:01:54 UTC
sshfs does not check if a mountpoint exists before attempting a mount. It fails later, after the expensive part.

$ sshfs 1.2.3.4:/something localdir
user.3.4's password: 
fuse: bad mount point `localdir': No such file or directory

It would be good if the existance of "localdir", the local mountpoint was checked before the network part began.

Comment 1 Peter Lemenkov 2011-12-17 14:40:45 UTC
It seems fixed in the recent fuse.