Changes between Version 2 and Version 3 of Nebulous_Issues
- Timestamp:
- Apr 29, 2011, 1:00:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nebulous_Issues
v2 v3 8 8 1. Scan the nebulous directory trees and identify files that do not have a matching entry in the instance table. These files could be reinserted, as the full disk path describes the ins_id and the ext_id for a given file. It could be reassociated with the storage_object (if it exists), or simply deleted. 9 9 10 In addition, all nebulous tasks that create a file or copy a file should validate that the files agree before the function completes successfully. Not doing this can introduce errors if we silently replicate a broken copy of the file. 10 In addition, all nebulous tasks that create a file or copy a file should validate that the files agree before the function completes successfully. Not doing this can introduce errors if we silently replicate a broken copy of the file. '''The client side replicate call does do md5sum validation on replicate.''' 11 11 12 12 == Database structure ==
