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

tape REST api: additional fix tohandling of prefixed paths #7691

Open
wants to merge 1 commit into
base: 10.2
Choose a base branch
from

Commits on Nov 6, 2024

  1. tape REST api: additional fix tohandling of prefixed paths

    Motivation:
    -----------
    Users reported 2 day pin lifetime on staged files (which is a default)
    despite specifying different values. This is due to failure to match
    target key on truncated vs prefixed path in target argument map keyed on
    un-prefixed paths.
    
    Modification:
    -------------
    Use full target paths throughout the system. Make sure to strip prefix
    when exposing paths to users.
    
    Result:
    -------
    Observe correct user specified pin lifetime.
    
    Ticket: dCache#7687
    Patch: https://rb.dcache.org/r/14339/
    Target: trunk
    Request: 10.2, 10.1, 10.0, 9.2
    Require-book: no
    Require-notes: yes
    
    Signed-off-by: Dmitry Litvintsev <[email protected]>
    DmitryLitvintsev committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f3529a8 View commit details
    Browse the repository at this point in the history