Skip to content

Commit 6f0f879

Browse files
humblecjdef
authored andcommitted
control groups are represented as cgroups and not cgroup
Signed-off-by: Humble Chirammal <[email protected]>
1 parent 92bce90 commit 6f0f879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An implementation is compliant if it satisfies all the MUST, REQUIRED, and SHALL
2626
| CO | Container Orchestration system, communicates with Plugins using CSI service RPCs. |
2727
| SP | Storage Provider, the vendor of a CSI plugin implementation. |
2828
| RPC | [Remote Procedure Call](https://en.wikipedia.org/wiki/Remote_procedure_call). |
29-
| Node | A host where the user workload will be running, uniquely identifiable from the perspective of a Plugin by a node ID. |
29+
| Node | A host where the user workload will be running, uniquely identifiable from the perspective of a Plugin by a node ID. |
3030
| Plugin | Aka “plugin implementation”, a gRPC endpoint that implements the CSI Services. |
3131
| Plugin Supervisor | Process that governs the lifecycle of a Plugin, MAY be the CO. |
3232
| Workload | The atomic unit of "work" scheduled by a CO. This MAY be a container or a collection of containers. |
@@ -2848,10 +2848,10 @@ Supervised plugins MAY be isolated and/or resource-bounded.
28482848
* A Plugin SHOULD NOT assume that it is in the same [Linux namespaces](https://en.wikipedia.org/wiki/Linux_namespaces) as the Plugin Supervisor.
28492849
The CO MUST clearly document the [mount propagation](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt) requirements for Node Plugins and the Plugin Supervisor SHALL satisfy the CO’s requirements.
28502850

2851-
##### Cgroup Isolation
2851+
##### Cgroups Isolation
28522852

28532853
* A Plugin MAY be constrained by cgroups.
2854-
* An operator or Plugin Supervisor MAY configure the devices cgroup subsystem to ensure that a Plugin MAY access requisite devices.
2854+
* An operator or Plugin Supervisor MAY configure the devices cgroups subsystem to ensure that a Plugin MAY access requisite devices.
28552855
* A Plugin Supervisor MAY define resource limits for a Plugin.
28562856

28572857
##### Resource Requirements

0 commit comments

Comments
 (0)