Skip to content

Commit 8a66d78

Browse files
committed
add clarification to fault library page
1 parent ccfb43d commit 8a66d78

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/chaos-studio/chaos-studio-fault-library.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The faults listed in this article are currently available for use. To understand
5353
| Urn | urn:csci:microsoft:agent:cpuPressure/1.0 |
5454
| Parameters (key, value) |
5555
| pressureLevel | An integer between 1 and 99 that indicates how much CPU pressure (%) is applied to the VM. |
56-
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets. |
56+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
5757

5858
### Sample JSON
5959
```json
@@ -98,7 +98,7 @@ Known issues on Linux:
9898
| Urn | urn:csci:microsoft:agent:physicalMemoryPressure/1.0 |
9999
| Parameters (key, value) | |
100100
| pressureLevel | An integer between 1 and 99 that indicates how much physical memory pressure (%) is applied to the VM. |
101-
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets. |
101+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
102102

103103
### Sample JSON
104104

@@ -141,7 +141,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
141141
| Urn | urn:csci:microsoft:agent:virtualMemoryPressure/1.0 |
142142
| Parameters (key, value) | |
143143
| pressureLevel | An integer between 1 and 99 that indicates how much physical memory pressure (%) is applied to the VM. |
144-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
144+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
145145

146146
### Sample JSON
147147

@@ -182,7 +182,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
182182
| Parameters (key, value) | |
183183
| pressureMode | The preset mode of disk pressure to add to the primary storage of the VM. Must be one of the `PressureModes` in the following table. |
184184
| targetTempDirectory | (Optional) The directory to use for applying disk pressure. For example, "D:/Temp". If the parameter is not included, pressure is added to the primary disk. |
185-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
185+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
186186

187187
### Pressure modes
188188

@@ -239,7 +239,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
239239
| fileSizePerWorker | Size of the temporary file that a worker performs I/O operations against. Integer plus a unit in bytes (b), kilobytes (k), megabytes (m), or gigabytes (g) (for example, 4 m for 4 megabytes and 256 g for 256 gigabytes). |
240240
| blockSize | Block size to be used for disk I/O operations, capped at 4 megabytes. Integer plus a unit in bytes, kilobytes, or megabytes (for example, 512 k for 512 kilobytes). |
241241
| targetTempDirectory | (Optional) The directory to use for applying disk pressure. For example, "/tmp/". If the parameter is not included, pressure is added to the primary disk. |
242-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
242+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
243243

244244
### Sample JSON
245245

@@ -330,7 +330,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
330330
| Urn | urn:csci:microsoft:agent:stopService/1.0 |
331331
| Parameters (key, value) | |
332332
| serviceName | Name of the Windows service or Linux systemd service you want to stop. |
333-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
333+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
334334

335335
### Sample JSON
336336

@@ -374,7 +374,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
374374
| Urn | urn:csci:microsoft:agent:timeChange/1.0 |
375375
| Parameters (key, value) | |
376376
| dateTime | A DateTime string in [ISO8601 format](https://www.cryptosys.net/pki/manpki/pki_iso8601datetime.html). If YYYY-MM-DD values are missing, they're defaulted to the current day when the experiment runs. If Thh:mm:ss values are missing, the default value is 12:00:00 AM. If a 2-digit year is provided (YY), it's converted to a 4-digit year (YYYY) based on the current century. If \<Z\> is missing, it's defaulted to the offset of the local timezone. \<Z\> must always include a sign symbol (negative or positive). |
377-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
377+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
378378

379379
### Sample JSON
380380

@@ -415,7 +415,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
415415
| Parameters (key, value) | |
416416
| processName | Name of a process to continuously kill (without the .exe). The process does not need to be running when the fault begins executing. |
417417
| killIntervalInMilliseconds | Amount of time the fault waits in between successive kill attempts in milliseconds. |
418-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
418+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
419419

420420
### Sample JSON
421421

@@ -460,7 +460,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
460460
| Parameters (key, value) | |
461461
| hosts | Delimited JSON array of host names to fail DNS lookup request for.<br><br>This property accepts wildcards (`*`), but only for the first subdomain in an address and only applies to the subdomain for which they're specified. For example:<ul><li>\*.microsoft.com is supported.</li><li>subdomain.\*.microsoft isn't supported.</li><li>\*.microsoft.com won't account for multiple subdomains in an address, such as subdomain1.subdomain2.microsoft.com.</li></ul> |
462462
| dnsFailureReturnCode | DNS error code to be returned to the client for the lookup failure (FormErr, ServFail, NXDomain, NotImp, Refused, XDomain, YXRRSet, NXRRSet, NotAuth, NotZone). For more information on DNS return codes, see the [IANA website](https://www.iana.org/assignments/dns-parameters/dns-parameters.xml#dns-parameters-6). |
463-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
463+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
464464

465465
### Sample JSON
466466

@@ -511,7 +511,7 @@ Currently, the Windows agent doesn't reduce memory pressure when other applicati
511511
| latencyInMilliseconds | Amount of latency to be applied in milliseconds. |
512512
| destinationFilters | Delimited JSON array of packet filters defining which outbound packets to target. Maximum of 16.|
513513
| inboundDestinationFilters | Delimited JSON array of packet filters defining which inbound packets to target. Maximum of 16. |
514-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
514+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
515515

516516
The parameters **destinationFilters** and **inboundDestinationFilters** use the following array of packet filters.
517517

@@ -575,7 +575,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
575575
| Parameters (key, value) | |
576576
| destinationFilters | Delimited JSON array of packet filters defining which outbound packets to target. Maximum of 16.|
577577
| inboundDestinationFilters | Delimited JSON array of packet filters defining which inbound packets to target. Maximum of 16. |
578-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
578+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
579579

580580
The parameters **destinationFilters** and **inboundDestinationFilters** use the following array of packet filters.
581581

@@ -638,7 +638,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
638638
| subnetMask | Subnet mask for the IP address range. |
639639
| portLow | (Optional) Port number of the start of the port range. |
640640
| portHigh | (Optional) Port number of the end of the port range. |
641-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
641+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
642642

643643
### Sample JSON
644644

@@ -682,7 +682,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
682682
| Urn | urn:csci:microsoft:agent:networkPacketLoss/1.0 |
683683
| Parameters (key, value) | |
684684
| packetLossRate | The rate at which packets matching the destination filters will be lost, ranging from 0.0 to 1.0. |
685-
| virtualMachineScaleSetInstances | An array of instance IDs when this fault is applied to a virtual machine scale set. Required for virtual machine scale sets. |
685+
| virtualMachineScaleSetInstances | An array of instance IDs when you apply this fault to a virtual machine scale set. Required for virtual machine scale sets in uniform orchestration mode. [Learn more about instance IDs](../virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md#scale-set-instance-id-for-uniform-orchestration-mode). |
686686
| destinationFilters | Delimited JSON array of packet filters (parameters below) that define which outbound packets to target for fault injection. Maximum of three.|
687687
| address | IP address that indicates the start of the IP range. |
688688
| subnetMask | Subnet mask for the IP address range. |

0 commit comments

Comments
 (0)