Running on a newer AMD server and FIO has some problem with affiinity. The result are lines written to stdout with the format:
CPU mask cannot bind CPUs (e.g. 64, 191) that are in different processor groups
CPU mask cannot bind CPUs (e.g. 64, 191) that are in different processor groups
This comes after the fio cmdline is written to the output file and before the fio jscon. The result if an error as ConvertFrom-Json sees improperly formatted text.
Running on a newer AMD server and FIO has some problem with affiinity. The result are lines written to stdout with the format:
CPU mask cannot bind CPUs (e.g. 64, 191) that are in different processor groups CPU mask cannot bind CPUs (e.g. 64, 191) that are in different processor groups
This comes after the fio cmdline is written to the output file and before the fio jscon. The result if an error as ConvertFrom-Json sees improperly formatted text.
I fixed this in exfio.ps1 by adding
Around line 695. Instead of just skip 1, skip to the open json brace .