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

Pass Storage Commitment/Verification for objects only external retrievable #4500

Closed
gunterze opened this issue May 22, 2024 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented May 22, 2024

Pass Storage Commitment/Verification for objects only external retrievable, independently of the configured Archive Device Attribute:

Name Type Description (LDAP Attribute)
Storage Verification Policy string DB_RECORD_EXISTS: only check for existence of DB records, OBJECT_EXISTS: check if object exists on Storage System, OBJECT_SIZE: check size of object on Storage System, OBJECT_FETCH: fetch object from Storage System), OBJECT_CHECKSUM: recalculate checksum of object on Storage System, S3_MD5SUM: check MD5 checksum of object on S3 Storage System. May be overwritten by configured values for particular Archive Network AEs.

Enumerated values:
- DB_RECORD_EXISTS
- OBJECT_EXISTS
- OBJECT_SIZE
- OBJECT_FETCH
- OBJECT_CHECKSUM
- S3_MD5SUM

(dcmStorageVerificationPolicy)

Effectively behaving like Storage Verification Policy: DB_RECORD_EXISTS, if the object has already been deleted on the cache storage and becomes only external retrievable.

Related: #4251

@gunterze gunterze added the enhancement New feature or request label May 22, 2024
@gunterze gunterze added this to the 5.32.1 milestone May 22, 2024
@gunterze gunterze self-assigned this May 22, 2024
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