Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for creating multiple files on a disk for DiskSpd work… #157

Merged

Conversation

bhagyeshpatil
Copy link
Contributor

Adding support for creating multiple files on a disk for DiskSpd workloads. Multiple file names can be specified through the parameter "FileName" of the DiskSpdExecutor.
e.g., For creating three files on a Disk, three file names are provided in the "FileName" parameter.
"Type": "DiskSpdExecutor",
"Parameters": {
"Scenario": "...",
"CommandLine": "...",
"TestName": "DiskSpd_Test",
"FileName": "diskspd-test-1.dat, diskspd-test-2.dat, diskspd-test-3.dat"
}

@bhagyeshpatil bhagyeshpatil force-pushed the user/bhpa/diskspd_multiple_files branch from 826b5ad to 94b729c Compare August 18, 2023 18:40
Copy link
Contributor

@yangpanMS yangpanMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for doing the work!

@bhagyeshpatil bhagyeshpatil merged commit 69e7e9f into microsoft:main Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants