Skip to content

Commit bc156b2

Browse files
committed
Clarify that plugin may return OK for ControllerUnpublish if node or volume not found
1 parent c3707a6 commit bc156b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec.md

+3
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,9 @@ This RPC is typically called by the CO when the workload using the volume is bei
12571257

12581258
This operation MUST be idempotent.
12591259
If the volume corresponding to the `volume_id` is not attached to the node corresponding to the `node_id`, the Plugin MUST reply `0 OK`.
1260+
If the volume corresponding to `volume_id` or the node corresponding to
1261+
`node_id` cannot be found by the Plugin and can be safely regarded as
1262+
ControllerUnpublished, the plugin MAY return `0 OK`.
12601263
If this operation failed, or the CO does not know if the operation failed or not, it can choose to call `ControllerUnpublishVolume` again.
12611264

12621265
```protobuf

0 commit comments

Comments
 (0)