Changes between Initial Version and Version 1 of Ticket #1976
- Timestamp:
- 2013-05-23T16:44:58Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1976
- Property Keywords sftp hang reliability added; ftps removed
- Property Owner set to daira
- Property Status changed from new to assigned
- Property Summary changed from FTPS+SSHFS hangs for second operation to SFTP+SSHFS hangs for second concurrent operation
-
Ticket #1976 – Description
initial v1 2 2 If I try to run second operation (simply "ls" or "du") while first writing is running, second one can completely hang sometimes. It does not even stops on sending SIGKILL so I need to kill parent bash session. 3 3 4 Tahoe-LAFS versions 1.9.2 and 1.10.0 and both affected. 4 Tahoe-LAFS versions 1.9.2 and 1.10.0 are both affected. 5 5 6 SSHFS mount options: 7 {{{ 6 8 sshfs -p 8022 -o uid=33 -o gid=33 -o nonempty -o allow_other -o idmap=user tahoe@127.0.0.1:/ /mnt/tahoe 9 }}} 7 10 8 9 If this is FTPS issue it should be fixed. 11 If this is SFTP issue it should be fixed. 10 12 If this is SSHFS issue then probably we have to find other client or some workaround (probably 2 sshfs mounts - for writing and for reading). 11 13