Changes between Initial Version and Version 1 of Ticket #1465


Ignore:
Timestamp:
2011-08-03T05:46:26Z (13 years ago)
Author:
Zancas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1465 – Description

    initial v1  
    1   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.
    2   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.
    3   A Core class lives in each backend specific module along with the corresponding ImmutableShare. 
     1  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.
     2  !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.
     3  A Core class lives in each backend specific module along with the corresponding !ImmutableShare. 
    44