Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge all objects on storage system available on an other storage system #1746

Closed
gunterze opened this issue Dec 18, 2018 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Dec 18, 2018

Purge all objects on storage system available on an other storage system

Supported by configuring Storage attributes:

Name Value Description (LDAP Attribute)
Storage Duration CACHE Indicates if the Storage is used as permanent (=PERMANENT), cache (=CACHE) or temporary (=TEMPORARY) storage. Objects get purged from cache and temporary storage according configured deleter thresholds or - if no deleter threshold is specified - all objects on the Storage will get purged. In the case of temporary storage, the studies which objects were purged are also deleted from the database. Enumerated values: PERMANENT, CACHE or TEMPORARY. (dcmStorageDuration)
Read Only false Indicates if a Storage System is read only. (dcmReadOnly)
Deleter Threshold(s) <none> Minimal Usable Space on Storage System to trigger deletion. If present, studies are deleted from the Storage System, if the usable space fall below that value. Format [nn’[‘’]’]nnn(MB|GB|MiB|GiB) (dcmDeleterThreshold)
Export Storage ID <Other Storage ID> Constrain deletion of Studies, if usable space falls below the configured threshold, to Studies which objects are also accessible from the specified other storage. (dcmExportStorageID)
@gunterze gunterze added this to the 5.15.1 milestone Dec 18, 2018
@gunterze gunterze self-assigned this Dec 18, 2018
gunterze added a commit to dcm4che/dcm4chee-arc-cs that referenced this issue Dec 27, 2018
…gered by deletion threshold dcm4che/dcm4chee-arc-light#1745

Purge all objects on storage system available on an other storage system dcm4che/dcm4chee-arc-light#1746
@gunterze gunterze added enhancement New feature or request and removed new feature labels Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant