Opened 15 years ago
Last modified 14 years ago
#91 accepted enhancement
make file sharing protocol agnostic (support nfs, sshfs, etc..)
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Client | Keywords: | |
Cc: |
Description (last modified by )
The data structures should be ok (generic enough). (see #7)
What we need is to be able to hook any number of filesystem backends at both ends (and configure/detect which ones are available and enabled).
The code also needs to me moved out of client_channel.add_mount_point
- this was done for expediency, but definitely not the right place for it!
This will also make it fairly easy to support client-mounts-server mode (not going to work for win32 mounting smb via tunnels - unless they have fixed it in newer versions of windoze)
Change History (6)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 0.9.3 |
---|
comment:3 Changed 15 years ago by
Milestone: | 0.9.3 → 0.9.4 |
---|
comment:4 Changed 15 years ago by
Milestone: | 0.9.4 → 0.10 |
---|
comment:6 Changed 14 years ago by
Milestone: | 0.10 → 1.0 |
---|
Note: See
TracTickets for help on using
tickets.
Refactored the code to support any number of filesystem types in r2147