From 5bb07646a5755f8f8c4d33e0798efef2cf25ea3b Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Fri, 20 Sep 2019 15:09:41 +0900 Subject: [PATCH] Updated spec.md with few rewordings. Updated few lines to make the meaning more explicit. --- spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.md b/spec.md index 4b47a313..674c6bdc 100644 --- a/spec.md +++ b/spec.md @@ -1379,7 +1379,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t A Controller Plugin MUST implement this RPC call if it has `LIST_VOLUMES` capability. The Plugin SHALL return the information about all the volumes that it knows about. -If volumes are created and/or deleted while the CO is concurrently paging through `ListVolumes` results then it is possible that the CO MAY either witness duplicate volumes in the list, not witness existing volumes, or both. +If volumes are created and/or deleted while the CO is concurrently paging through `ListVolumes` results then it is possible that the CO MAY witness duplicate volumes in the list, witness non-existent volumes, not witness existing volumes, all or any of these. The CO SHALL NOT expect a consistent "view" of all volumes when paging through the volume list via multiple calls to `ListVolumes`. ```protobuf @@ -2492,4 +2492,4 @@ Supervised plugins MAY be isolated and/or resource-bounded. ##### Resource Requirements -* SPs SHOULD unambiguously document all of a Plugin’s resource requirements. +* SPs SHOULD unambiguously document all the resource requirements of a Plugin.