Some changes occurred in vSphere 7.0U1:
To work around this issue, we need to increase the VMFS Statistics Intervals. This can be modified from the config.xml file with below values on each ESXi Host connected to the impacted storage array.
Notes:
To do the changes please follow the below steps:
sed -i -e 's/<vmfsStatsIntervalInSecs>.*>/<vmfsStatsIntervalInSecs>43200<\/vmfsStatsIntervalInSecs>/g' /etc/vmware/hostd/config.xml;/etc/init.d/hostd restart