From: SourceForge.net <no...@so...> - 2013-05-13 01:57:37
|
Feature Requests item #3613026, was opened at 2013-05-10 00:36 Message generated for change (Settings changed) made by kirtic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676459&aid=3613026&group_id=116934 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Digital Repository Group: None Status: Open Resolution: Fixed Priority: 7 Private: No Submitted By: Terry O'Neill (terryoneill) >Assigned to: Kirti Chennareddy (kirtic) Summary: Support for multiple repository locations Initial Comment: In order to allow for ease of setting up storage locations it is desirable for DPR to cater for multiple file system paths (i.e. repository locations) where it can put files rather than just the single path. Note that this feature request is being created for changes that are already present in order to provide tracking for this change. ---------------------------------------------------------------------- Comment By: Terry O'Neill (terryoneill) Date: 2013-05-10 01:00 Message: This feature has been added on the java6testing branch. Assigned to Kirti to add any further comments. The addition of this feature involves database changes. These are the addition of a repository_location table and of columns to reference this table in the archival_information_package table (to show where each AIP is stored) and in the transfer_job table (to show where the manifest file is stored). The administrator will need to edit the repository_location table to handle changes in storage locations (e.g. to set a location to not be active or to change the priority of locations used). This change will move the database schema to version 2.4. Note that this change has been made in conjunction with changes for rfe-3613027 and thus actual code changes for these two rfes are intermingled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676459&aid=3613026&group_id=116934 |