From 52cdbdc9429e8b72db2c3b1d37c06073455a09a9 Mon Sep 17 00:00:00 2001 From: 0x0916 Date: Sat, 15 Jul 2017 09:27:17 +0800 Subject: [PATCH] schema/config-linux: s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ Signed-off-by: 0x0916 --- schema/config-linux.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/config-linux.json b/schema/config-linux.json index c2e863bec..95935f528 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -86,15 +86,15 @@ "$ref": "defs-linux.json#/definitions/blockIODeviceThrottle" } }, - "throttleReadIopsDevice": { - "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleReadIopsDevice", + "throttleReadIOPSDevice": { + "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleReadIOPSDevice", "type": "array", "items": { "$ref": "defs-linux.json#/definitions/blockIODeviceThrottle" } }, - "throttleWriteIopsDevice": { - "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleWriteIopsDevice", + "throttleWriteIOPSDevice": { + "id": "https://opencontainers.org/schema/bundle/linux/resources/blockIO/throttleWriteIOPSDevice", "type": "array", "items": { "$ref": "defs-linux.json#/definitions/blockIODeviceThrottle"