Error in method invocation Timeout happens while waiting for task to terminatestorage.util.filesystem.lvm_snapshot does not exist" as below/var/log/vmware/applmgmt/applmgmt.logERROR:vmware.appliance.monitoring.stats:Got exception while reading storage stats : 'StatId storage.util.filesystem.lvm_snapshot does not exist.'Traceback (most recent call last): File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/stats.py", line 452, in gatherStats fsStats = [getFilesystemStats( File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/stats.py", line 452, in <listcomp> fsStats = [getFilesystemStats( File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/stats.py", line 74, in getFilesystemStats return getTotalAndUtilStats( File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/stats.py", line 171, in getTotalAndUtilStats percRaw = reader.getStatValuesRaw(totalKey, start, end) File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/statsMonitor.py", line 369, in getStatValuesRaw self._validate(statId, startTime, endTime) File "/usr/lib/applmgmt/monitoring/py/vmware/appliance/monitoring/statsMonitor.py", line 434, in _validate raise NotFoundException('StatId %s does not exist.' % statId)vmware.appliance.monitoring.statsMonitor.NotFoundException: 'StatId storage.util.filesystem.lvm_snapshot does not exist.'
df -h shows the below result with lvm_snapshot missing #lslblk command also does not show lvm_snapshot mountpoint as below,vCenter Server 7.x
vCenter Server 8.x
Recreate the missing lvm_snapshot mountpoint by executing the script "prepare_vc_for_lvm_snapshot.sh" from the KB - LVM snapshot mountpoint is missing on vCenter Server, scripted method to enable LVM snapshot
This script's purpose is to recreate the missing /storage/lvm_snapshot volume.
Successfully configured snapshot volume. lsblk command to see if "/storage/lvm_snapshot" is recreated