Customers using Windows Server 2022 virtual machines (VMs) with large disk sizes (e.g., ~17 TB) on vSphere 8.x environments may experience the following symptoms:
failed to collect disk block information.vmkernel.log) may not show standard storage latency or path degradation indicators.ESXi 8.x
This issue is typically caused by a combination of infrastructure-level constraints and stale file locks:
Engage your storage vendor (e.g., Nimble Storage support) to verify and remove IO throttle limits on the affected volume. Restoring required IOPS throughput is necessary for backup and consolidation tasks to complete.
Identify and terminate any processes holding a lock on the VM directory.
IMPORTANT: Always test command updates first in a non-production environment. Take a backup before implementing in production.
vmkvsitools lsof | grep <VM_NAME_OR_UUID>kill -9 <PID>vmkfstools -q /vmfs/volumes/<DATASTORE>/<VM_NAME>/<VM_NAME>.vmdk -v10