geraldhofer
geraldhofer
I do understand the implications of what happens - the bug from my perspective is that some operations in the rbh-undelete need to be atomic and a ^C need to...
It looks like the option: pre_sched_match = auto_update; has worked around this issue successfully. The suspend_error_min = 0 is not really helping as the runtime is getting far to long...
Unfortunately the whole idea was to clean out deleted entries that cause issues with migrations. So that garbage collection is the task that I wanted to speed up with a...
The desire is to use Robinhood together with a HSM as prevention for accidental deletions. In version 2.5 the SOFT_RM table was only used to remove files with lhsm_remove from...
I managed to solve the problem at least for empty files. The lhsm_archive_rules had ignore_fileclass = empty_files; configured. Removing that line does migrate empty files to the copytool, which then...