Skip to content

Commit f750e67

Browse files
gnufiedjdef
authored andcommitted
Clarify interaction between NodeExpandVolume and OFFLINE capability
1 parent c751be1 commit f750e67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec.md

+2
Original file line numberDiff line numberDiff line change
@@ -2301,6 +2301,8 @@ If plugin has `STAGE_UNSTAGE_VOLUME` node capability then:
23012301

23022302
Otherwise `NodeExpandVolume` MUST be called after successful `NodePublishVolume`.
23032303

2304+
If a plugin only supports expansion via the `VolumeExpansion.OFFLINE` capability, then the volume MUST first be taken offline and expanded via `ControllerExpandVolume` (see `ControllerExpandVolume` for more details), and then node-staged or node-published before it can be expanded on the node via `NodeExpandVolume`.
2305+
23042306
```protobuf
23052307
message NodeExpandVolumeRequest {
23062308
// The ID of the volume. This field is REQUIRED.

0 commit comments

Comments
 (0)