dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
276 stars 132 forks source link

bulk: do not truncate target paths #7582

Closed DmitryLitvintsev closed 1 month ago

DmitryLitvintsev commented 1 month ago

Motivation:

Bulk truncates path to 256 characters and this seems to be causing problems.

Modification:

Allow file paths to be 4096 bytes.

Result:

No issues caused by file path truncation

Patch: https://rb.dcache.org/r/14255/ Target: trunk Request: 10.x Request: 9.x