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
282 stars 135 forks source link

IP address not logged for srm-remove #5378

Open thdesy opened 4 years ago

thdesy commented 4 years ago

for SRM requests like remove no IP addreses are logged in the billing logs but only replaced with 'unknown' (similar for Kafka messages from the same event type)

E.g., DATE [door:SrmManager@DOMAIN_srmDomain:request] ["/DC=USERDN":UID:GID:unknown] [PNFSID] [/pnfs/path/to/file] group:grouppool@osm 0 0 {0:""}

Expectation: Logging the IPv{4,6} address like for other srm requests, e.g., for example as for a gridFTP request similar as

DATE [door:GFTP-DOOR-AAWhnQmVRGA@DOMAIN:request] ["/DC=USERDN":UID:GID:IPV6] [PNFSID] [/pnfs/path/to/file] group:groupool@osm 115021 0 {0:""}

Cheers and thanks, Thomas

kofemann commented 4 years ago

Unfortunately the effort to add missing information is quite big, especially if you take into account that SRM lifetime is quite limited.