Opened at 2011-08-03T05:45:49Z
Last modified at 2011-09-02T04:45:44Z
#1465 closed enhancement
Move ImmutableShare to backend specific module, add "backend" interface to Storage Server, use twisted's FilePath — at Initial Version
Reported by: | Zancas | Owned by: | Zancas |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-storage | Version: | 1.8.2 |
Keywords: | review-needed | Cc: | zooko |
Launchpad Bug: |
Description
As a first step in implementing a pluggable backend, move ImmutableShare? to a module that is specific to the Disk backend. The Disk backend is the backend that corresponds to the current default storage medium. StorageServer? no longer communicates directly with the filesystem for purposes of setting up storage, instead it communicates with a backend "core" object that is specific to the type of storage. A Core class lives in each backend specific module along with the corresponding ImmutableShare?.
Note: See
TracTickets for help on using
tickets.