microsoft / diskspd

DISKSPD is a storage load generator / performance test tool from the Windows/Windows Server and Cloud Server Infrastructure Engineering teams
MIT License
1.16k stars 215 forks source link

New-VHD : Failed to create the virtual hard disk when running Measure-FleetCoreWorkload #216

Open wcurtis-MSFT opened 1 month ago

wcurtis-MSFT commented 1 month ago

Getting the following error during a run on 23H2 HCI systems when running Measure-FleetCoreWorkload. The datadisk.vhd is being deleted and then recreated at .5TB and the system is running out of disk space.

2024-10-04T11:24:32: Resizing (remove/create) data disk for vm-base-S2D1-001 2024-10-04T11:24:40: Resizing (remove/create) data disk for vm-base-S2D2-001 Transcript stopped, output file is C:\ClusterStorage\collect\result\coreworkload.log New-VHD : Failed to create the virtual hard disk. The system failed to create 'C:\ClusterStorage\UserStorage_1\vm-base-S2D2-001\data.vhdx'. Failed to create the virtual hard disk.

Any idea of what I'm doing wrong?