Hi there,
I recently rebooted one of my Linux-based repositories and was surprised to see that the process veeamimmureposvc was consuming a fair amount of CPU and I/O resources after the system came back up. This was happening while the system was otherwise idle, with no backup jobs running.
I discovered the reason when I checked the log file VeeamImmutableRepoSvc.log, which showed that veeamimmureposvc was scanning the entire file system, including NFS mounts. Obviously, this is not desirable.
This repository is not immutable, so I'm not sure why this process is even present.
I have a few questions:
- Does anyone know why this service would be present on a non-immutable repository?
- Why does it need to scan the entire file system?
- Is there any way to disable it, or prevent it from doing this full file system scan on startup?
Thanks!