I’m currently migrating some nodes between storages, and would like to disable bloomfilters during the migration period.
This is to optimize copy speed and not waste IOPs on cleaning at this time, I’d rather have Bloom/GC cleanout after migration has completed.
I’ve opted for a simple script to delete them and restart the node if found, but it’s not very pretty… Is there an option I’ve missed to do the same thing?
I do not think that there is an option to disable it. You may increase a check interval for the trash collector though with options
--collector.expiration-grace-period duration how long should the collector wait before deleting expired pieces. Should not be less than 30 min since nodes are allowed to be 30 mins out of sync with the satellite. (default 1h0m0s)
--collector.interval duration how frequently expired pieces are collected (default 1h0m0s)