Post upgrade to the impacted version the "vracli-journal-status.log" shows the error:
Failed: du: cannot access '/data/plugins/idem': No such file or directory
command terminated with exit code 1
The health check is looking for the directory "/data/plugins/idem
" even though the plugin was never used.
This issue is fixed in VMware Aria Automation 8.16.1
Workaround:
Execute the below command on one node in the cluster:
vracli cluster exec -- bash -c "mkdir -p /data/plugins/idem"