VM optimization 0%
One of our machines in one of our VM policies always says 0.0% optimization. We have many other machines in the same policy that have no issue with optimization rates ranging from 99% to 65%. This one machine takes a long time to backup because it seems that the accelerator is not working and is always sending the full machine, even on differential backups. I have checked the setting for the vm to make sure it is enabled to use change tracking, with the VM parameters:ctkEnabled=True. This is a 2019 windows server backing up to MSDP on 5240 appliance. Like I said no other machine has an issue in the policy. Also this is a File server, so most of the files don't change, it should be getting much better dedup and optimization, but it's not. Any ideas on where else to investigate?
Thanks for the suggestions, we finally found the issue. Upon examing the configuration parameters of the VM, there is an entry for change block tracking to be enabled(ctkEnabled=True), but there was also an entry further down in the config to disallow Change block tracking(ctkDisallowed=True). The second entry was removed and it was working properly.