profile for Gajendra D Ambi on Stack Exchange, a network of free, community-driven Q&A sites

Thursday, April 23, 2015

Disk.UseDeviceReset one liner for your Esxi hosts

Another one liner to set the Disk.UseDeviceReset value on all the hosts of the vblock in case i do not remember.
connect-viserver

Get-VMHost | Set-VMHostAdvancedConfiguration -Name Disk.UseDeviceReset -Value "0"

btw what is this damn Disk.UseDeviceReset ? and does it really need to be 0.

No comments:

Post a Comment