Cooper Yang
Cooper Yang
Sample codes to disable cluster vSphere HA/das as below. ``` from pyVmomi import vim from pyVim.task import WaitForTask das_enabled = cluster.configuration.dasConfig.enabled if das_enabled: cluster_spec = vim.cluster.ConfigSpecEx() das_info = vim.cluster.DasConfigInfo() das_info.enabled...
@dwalkes Got it. The solution will be post here once I figure it out.
@dwalkes Below case I want to confirm with you. STEPS 1. Keep **temporary_rerr.stp** running in inode mode which associates to a text file that not cached in memory 2. Read...