Tiramisu Mokka

Results 217 comments of Tiramisu Mokka

Hi Chris, dcache can't update/overwrite existing files. On an other hand, `mv` should not trigger truncate and should remove existing file. Do you observe the same bebavior when you run...

Hi Chris, have you changes billing format? ``` $ ./dcache/sbin/dcache-billing-indexer -all Indexing /home/tigran/eProjects/dcache/packages/system-test/target/dcache/var/billing/2022/02/billing-2022.02.16 Indexing /home/tigran/eProjects/dcache/packages/system-test/target/dcache/var/billing/2022/02/billing-2022.02.17 $ ```

There are two places: billing format and indexer format: ``` billing.text.format.xxx= billing.parser.format ``` Did you have updated both?

I guess that option way doesn't work :)

I don't remember the details, however, if it was that simple to we haven't define it twice...

https://github.com/dCache/release-notes/blob/master/release-notes-7.0#L1128 ``` client kill 6179c019000200c30000000000000001 ```

Hi Xavier, your observations are correct. So, here is the flow: For stored files `t_storageinfo` directory is used. This is for the case, to be able to restore files from...

Hi Xavier, for now, we have no way to propagate new storage into to existing files on pools. Probably an explicit file migration must e performed to create replicas with...

According the dump, pool returns `BAD_STATEID` which in in dCache language 'no such mover`. Above, you have mentioned that no transfer or mover was started (that explains BAD_STATEID). The question...