Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I'm going to write a tool to check integrity of what is being stored by StorageManager.
It will do the following...
- verify that every object referenced by every metadata file exists in cloud storage
- verify that there are no objects in cloud storage not referenced by a metadata file
- verify object names against metadata contents
Wrote the tool, found a few files were being orphaned in the cloud after certain tests. Fixed it.