CiscoDevNet / Hyperflex-Hypercheck

Perform pro-active self checks on your Hyperflex cluster to ensure stability and resiliency
MIT License
27 stars 18 forks source link

HyperCheck should check ESXi vfat disk space. #19

Closed sttardy closed 4 years ago

sttardy commented 4 years ago

If any of the three ESXi vfat disks are full, then ESXi upgrades will fail with error like:

Upgrading hypervisor. ESXi upgrade failed on host 192.0.2.1. Failed to apply profile HX-ESXi-6.7U3-15160138-Cisco-Custom-6.7.3.3

HyperCheck can detect this with ESXi command: df -h | grep vfat | grep 100% In this failed upgrade instance it was partial files which had to be removed: /vmfs/volumes//packages//vmtools/.filepart

hsardana09 commented 4 years ago

Check added in the updated/committed build.