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
277 stars 132 forks source link

bulk: fix divergent command params format strings #7527

Closed lemora closed 4 months ago

lemora commented 4 months ago

Motivation: Some of the format strings that manage the formatting of command results sent to the user expect a different number of parameters than provided.

Modification: Pass as many arguments as expected to the format frings. Simplify some expressions.

Result: The returned bulk info strings return all expected values.

Target: master, 9.2 Requires-notes: no Requires-book: no Acked-by: Tigran Mkrtchyan