You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Indicates SP MUST make the volume inacessible to the node or nodes
1366
+
// Indicates SP MUST make the volume inaccessible to the node or nodes
1367
1367
// it is being unpublished from. Any attempt to read or write data
1368
1368
// to a volume from a node that has been fenced MUST NOT succeed,
1369
1369
// even if the volume remains staged and/or published on the node.
@@ -2231,8 +2231,8 @@ If the corresponding Controller Plugin has `PUBLISH_UNPUBLISH_VOLUME` controller
2231
2231
The CO MUST guarantee that this RPC is called after all `NodeUnpublishVolume` have been called and returned success for the given volume on the given node.
2232
2232
2233
2233
If the Node Plugin has the `FORCE_UNPUBLISH` capability, the CO MAY specify `force` as `true` in which case the Node Plugin MUST support unstaging volumes even when access has been revoked with `ControllerUnpublishVolume`.
2234
-
Because data loss is inevitable in such circumstances, the `force` flag is an indication that success is desired even it if means losing data.
2235
-
It is essential that after a successful call to `NodeUnstageVolume` that there be no buffered data on the node related to the volume which might result in unintetional modification of the volume if it were to be subsequently re-staged to that node.
2234
+
Because data loss is inevitable in such circumstances, the `force` flag is an indication that success is desired even if it means losing data.
2235
+
It is essential that after a successful call to `NodeUnstageVolume` that there will be no buffered data on the node related to the volume which might result in unintentional modification of the volume if it was to be subsequently re-staged to that node.
2236
2236
2237
2237
The Plugin SHALL assume that this RPC will be executed on the node where the volume is being used.
2238
2238
@@ -2422,8 +2422,8 @@ If the corresponding Controller Plugin has `PUBLISH_UNPUBLISH_VOLUME` controller
2422
2422
The Plugin SHALL assume that this RPC will be executed on the node where the volume is being used.
2423
2423
2424
2424
If the Node Plugin has the `FORCE_UNPUBLISH` capability, the CO MAY specify `force` as `true` in which case the Node Plugin MUST support unpublishing volumes even when access has been revoked with `ControllerUnpublishVolume`.
2425
-
Because data loss is inevitable in such circumstances, the `force` flag is an indication that success is desired even it if means losing data.
2426
-
It is essential that after a successful call to `NodeUnpublishVolume` that there be no buffered data on the node related to the volume which might result in unintetional modification of the volume if it were to be subsequently re-published to that node.
2425
+
Because data loss is inevitable in such circumstances, the `force` flag is an indication that success is desired even if it means losing data.
2426
+
It is essential that after a successful call to `NodeUnpublishVolume` that there will be no buffered data on the node related to the volume which might result in unintetional modification of the volume if it was to be subsequently re-published to that node.
2427
2427
2428
2428
This RPC is typically called by the CO when the workload using the volume is being moved to a different node, or all the workload using the volume on a node has finished.
0 commit comments