Commit 52d35e8
Enable DiskSpdExecutor to run read-only diskspd workloads on raw physical disks (#683)
* Added raw/bare disk I/O support via RawDiskTarget parameter
* added SetDiskSanPolicy dependency to the profile to mark disks readable
* Added raw HDD disk support with auto-discovery of disks.
* added functional tests, updated profile and added documentation for diskspd on raw disk scenario.
* updated the profile name
* removed rawindex parameter and added diskindex parameter (supported through diskfilter)
* remove the new profile from the open source repo and add to internal repo.
* spacing issues
* up version
---------
Co-authored-by: Ankit Sharma <ankitshar@microsoft.com>1 parent 138dce1 commit 52d35e8
7 files changed
Lines changed: 946 additions & 16 deletions
File tree
- src/VirtualClient
- VirtualClient.Actions.FunctionalTests
- VirtualClient.Actions.UnitTests/DiskSpd
- VirtualClient.Actions/DiskSpd
- VirtualClient.Contracts.UnitTests
- VirtualClient.Contracts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
43 | 56 | | |
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
48 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
49 | 81 | | |
50 | 82 | | |
51 | 83 | | |
| |||
0 commit comments