Closed domzs closed 2 years ago
It would be necessary to extend the ghettoVCB.sh with the 8.0.0 release number, because the NSF mount does not work under ESXi 8.0.0:
if [[ ${ESX_RELEASE} == "5.5.0" ]] || [[ ${ESX_RELEASE} == "6.0.0" || ${ESX_RELEASE} == "6.5.0" || ${ESX_RELEASE} == "6.7.0" || ${ESX_RELEASE} == "7.0.0" || ${ESX_RELEASE} == "7.0.1" || ${ESX_RELEASE} == "7.0.2" || ${ESX_RELEASE} == "7.0.3" || ${ESX_RELEASE} == "8.0.0" ]] ; then
Thank you.
It would be necessary to extend the ghettoVCB.sh with the 8.0.0 release number, because the NSF mount does not work under ESXi 8.0.0:
if [[ ${ESX_RELEASE} == "5.5.0" ]] || [[ ${ESX_RELEASE} == "6.0.0" || ${ESX_RELEASE} == "6.5.0" || ${ESX_RELEASE} == "6.7.0" || ${ESX_RELEASE} == "7.0.0" || ${ESX_RELEASE} == "7.0.1" || ${ESX_RELEASE} == "7.0.2" || ${ESX_RELEASE} == "7.0.3" || ${ESX_RELEASE} == "8.0.0" ]] ; then
Thank you.