Skip to content

Commit a53a92a

Browse files
authored
11.1: describe usage of t_storageinfo table
1 parent 2490a7a commit a53a92a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

release-notes-11.1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ HTML header: <title>dCache 11.1 Release Notes</title>
6868

6969
## Incompatibilities
7070

71-
- Drop support for nfsv4_1_files layout type
71+
- Drop support for nfsv4_1_files layout type.
7272
- Drop admin commands to set/get/list `flags` associated with files.
73-
- Obsolete `pool.enable.hsm-flag`
73+
- Obsolete `pool.enable.hsm-flag`.
74+
- Stop populating of `t_storageinfo` chimera table.
7475

7576
## Acknowledgments
7677

@@ -92,6 +93,8 @@ The dCache namespace stored so-called `flags`, key-value pairs associated with f
9293
The `t_level_2` is not touched and stays as-is. The table should be empty for most sites or contain no new records since 2018. Admins are free to truncate the table to
9394
reclaim the space, if desired.
9495

96+
The storage info of a file is defined by directory tags, such as `OSMTemplate` and `sGroup` or `storage_group` and `file_family`. Additionally, after file is flushed in HSM, the storage info was stored in `t_storageinfo` table. This was required to be able to restore the file with the original storageinfo, even if directory tags are changed. However, the functionality was never used by sites. With release 11.1, dCache stops populating and reading `t_storageinfo` table.
97+
9598
### Cleaner
9699

97100
Previously, `cleaner-hsm` would send one delete request per HSM at a time to a single pool each. However, this level of parallelization is not very efficient, especially when deletes time out.

0 commit comments

Comments
 (0)