Skip to content

No Deletion of Partially Available Study Nearline Storage

Vrinda edited this page Mar 27, 2023 · 1 revision

Tests

Before Purging of Instance Records from Database

  • Go to Configuration page of Archive UI, Devices tab and edit dcm4chee-arc device. Edit extension of Device Extension, next Edit extension of Archive Device and then to Attributes section.
  • Ensure that one does NOT have any values set for fields Purge Instance Records Delay and Purge Instance Records Polling Interval and Save.
  • Ensure that one has values set for fields Purge Storage Polling Interval and Save.
  • Go to Child Objects and select the Storage Descriptor used for Online Storage fs1. Ensure one has values set for fields Deleter Threshold and Export Storage ID (which should have value as nearline) and Save.
  • Manually trigger an Export of some objects of study by selecting Queued Exporter option and selecting Exporter as CopyToNearlineStorage.
  • Verify that the objects are exported by going to Monitoring page Export tab; the status should be COMPLETED. One can also verify the objects stored on nearline storage system.
  • Verify the value of private attribute Instance Record Purge State of Series is NO on Series/Object level.
  • Verify Storage IDs of Study private attribute on Study/Series/Object level as fs1,nearline and Other Storage Sequence private attribute on some objects of study which were exported shall have the nearline storage ID.

After Purging of Instance Records from Database

  • Go to Configuration page of Archive UI, Devices tab and edit dcm4chee-arc device. Edit extension of Device Extension, next Edit extension of Archive Device and then to Attributes section.
  • Ensure Purge instance records from DB is configured.
  • Ensure that one has values set for fields Purge Storage Polling Interval and Save.
  • Go to Child Objects and select the Storage Descriptor used for Online Storage fs1. Ensure one has values set for fields Deleter Threshold and Export Storage ID (which should have value as nearline) and Save.
  • Verify the value of private attribute Instance Record Purge State of Series is PURGED on Series and/or Object level. Also verify the size, path and ID of series metadata storage in the private attributes Series Metadata Storage ID, Series Metadata Storage Path and Series Metadata Storage Object Size on series level.
  • Manually trigger an Export of some objects of study by selecting Queued Exporter option and selecting Exporter as CopyToNearlineStorage.
  • Verify that the objects are exported by going to Monitoring page Export tab; the status should be COMPLETED. One can also verify the objects stored on nearline storage system.
  • Verify Storage IDs of Study private attribute on Study/Series/Object level as fs1,nearline and Other Storage Sequence private attribute on some objects of study which were exported shall have the nearline storage ID.
Clone this wiki locally