Results 207 comments of Christoph Anton Mitterer

Well but as you see from Andreas' #6534 and my #6554, this doesn't really work either - apart from the fact that there are sites which may not be prepared/willing...

Removing the old file first, instead of overwriting it with mv, makes the problem go away. Though at least once, I saw the issue also just on the first rm.

Oh and even if it works then (because of the above workaround) I still get: ``` Apr 11 16:07:54 lcg-lrz-dcache0 kernel: NFS: 2001:4ca0:0:201:a:0:2:35: Session trunking failed for 129.187.131.53 Apr 11...

Hey. > dcache can't update/overwrite existing files sure but I'd have expected that posix handles `mv` like a atomic delete/create? And yes, it also hangs when I do it manually.

Interestingly though: ``` /pnfs/lrz-muenchen.de/data/atlas/meta# cp storage-descriptor.json x /pnfs/lrz-muenchen.de/data/atlas/meta# cp /bin/bash y /pnfs/lrz-muenchen.de/data/atlas/meta# l total 1,3M drwxr-xr-x 5 root root 512 Apr 13 22:38 . drwxr-xr-x 12 10761 1307 512 Nov...

Hey. Yes I did,... but shouldn't it pick that up automatically? Cheers, Chris

I have set the later to the former via: ``` billing.parser.format!door-request-info-message=${billing.text.format.door-request-info-message} billing.parser.format!pool-hit-info-message=${billing.text.format.pool-hit-info-message} billing.parser.format!storage-info-message=${billing.text.format.storage-info-message} billing.parser.format!mover-info-message=${billing.text.format.mover-info-message} billing.parser.format!remove-file-info-message=${billing.text.format.remove-file-info-message} billing.parser.format!warning-pnfs-file-info-message=${billing.text.format.warning-pnfs-file-info-message} ```

Uhm? So it's a bug, or do I misuse it? :D

Hey. > Since dCache v3.0.0 (released ~November 2016) All our currently available billing files range back to 2021-01-01, where we already ran something way beyond 3.x ... and the header...

Uhm... I'm a bit confused now ^^ So what I did was the following: I changed our previously set and already custom: ``` billing.text.format.mover-info-message=$date; format="${lmu.miscellaneous.date-time-format}"$$$$\\t$mMsg:$\\t$[$cellType$:$cellName.cell$@$cellName.domain$:$type$]$\\t$[$session$]$\\t$[$pnfsid$:$path$]$\\t$$$$filesize$B$\\t$[$if(storage)$$$$storage.storageClass$@$storage.hsm$$$$else$$endif$]$\\t$[$subject.loginName$]$\\t$[$subject.dn$]$\\t$[[$subject.primaryFqan$]:[$subject.fqans; separator="|"$]]$\\t$[$subject.userName$]$\\t$[$subject.uid$]$\\t$[$subject.primaryGid$:$subject.gids; separator="|"$]$\\t$$$$queuingTime$ms$\\t$[$protocol$]$\\t$[$initiator$]$\\t$$$$if(p2p)$p2p$else$no-p2p$endif$$$$\\t$$$$if(created)$upload$else$download$endif$$$$\\t$$$$transferred$B$\\t$$$$meanReadBandwidth$MiB/s$\\t$$$$meanWriteBandwidth$MiB/s$\\t$$$$connectionTime$ms$\\t$$$$readActive$ms$\\t$$$$readIdle$ms$\\t$$$$writeActive$ms$\\t$$$$writeIdle$ms$\\t$[$transferPath$]$\\t$[$rc$:"$message$"] ``` to: ```...