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

Add a pre-check to verify SpringpathDS on esxi host is not full #39

Open gemirand opened 3 years ago

gemirand commented 3 years ago

Al the pre-checks for space had passed, but we still got HXDP Upgrade Error: Failed Upgrading HX Management VIB on node. Remote copy failed: Some(scp: /var/tmp/springpath-bundle.zip: No space left on device)

disk free space on SCVM was good (df -h), as well as /var/tmp on ESXi host also good (vdf -h)

However, issue was actually due to the SpringpathDS have 0 B free [root@esxi-host:~] df -h Filesystem Size Used Available Use% Mounted on VMFS-5 111.8G 111.8G 0.0B 100% /vmfs/volumes/SpringpathDS-FCH12345678

Workaround done in this case was to delete the vmkdump file.