#32 closed defect (fixed)
Resources do not automatically reconnect if smbcd closes
| Reported by: | Yuri Dario | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | Netdrive plugin 1.0 |
| Component: | Samba Client Plugin | Version: | |
| Keywords: | pipe ndpsmb netdrive | Cc: |
Description
If smbcd closes the pipe end (e.g. for a crash), the plugin does not detect the broken pipe until next write operation.
Since pipe is an internal npdsmb thing, NetDrive will not try to mount the resouce again if a return code is returned (works as designed).
We need to reconnect the pipe internally.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
| Milestone: | → Netdrive SMB Client plugin 1.0 |
|---|
Note:
See TracTickets
for help on using tickets.

(changeset:70) Wrap write operations and retry automatically if pipe broken is detected.