We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3707a6 commit bc156b2Copy full SHA for bc156b2
spec.md
@@ -1257,6 +1257,9 @@ This RPC is typically called by the CO when the workload using the volume is bei
1257
1258
This operation MUST be idempotent.
1259
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`.
1263
If this operation failed, or the CO does not know if the operation failed or not, it can choose to call `ControllerUnpublishVolume` again.
1264
1265
```protobuf
0 commit comments