aboutsummaryrefslogtreecommitdiff
path: root/docs/throttle.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/throttle.txt')
-rw-r--r--docs/throttle.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/throttle.txt b/docs/throttle.txt
index b5b78b7326..0a0453a5ee 100644
--- a/docs/throttle.txt
+++ b/docs/throttle.txt
@@ -273,11 +273,9 @@ A group can be created using the object-add QMP function:
"arguments": {
"qom-type": "throttle-group",
"id": "group0",
- "props": {
- "limits" : {
- "iops-total": 1000
- "bps-write": 2097152
- }
+ "limits" : {
+ "iops-total": 1000,
+ "bps-write": 2097152
}
}
}