File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ values:
3737
3838| Name | Value |
3939| ------| ---------|
40- | ` X_CSI_IDEMP ` | ` true ` |
41- | ` X_CSI_IDEMP_REQUIRE_VOL ` | ` true ` |
42- | ` X_CSI_REQUIRE_NODE_ID ` | ` true ` |
43- | ` X_CSI_REQUIRE_PUB_VOL_INFO ` | ` true ` |
44- | ` X_CSI_CREATE_VOL_ALREADY_EXISTS ` | ` true ` |
45- | ` X_CSI_DELETE_VOL_NOT_FOUND ` | ` true ` |
46- | ` X_CSI_SUPPORTED_VERSIONS ` | ` 0.2.0 1.0.0 1.1.0 ` |
40+ | ` X_CSI_REQUIRE_PUB_CONTEXT ` | ` true ` |
41+ | ` X_CSI_SERIAL_VOL_ACCESS ` | ` true ` |
42+ | ` X_CSI_SPEC_VALIDATION ` | ` true ` |
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import (
1414
1515const (
1616 // Name is the name of the CSI plug-in.
17- Name = "com. rexray.mock "
17+ Name = "mock.gocsi. rexray.com "
1818
1919 // VendorVersion is the version returned by GetPluginInfo.
20- VendorVersion = "0.2 .0"
20+ VendorVersion = "1.1 .0"
2121)
2222
2323// Manifest is the SP's manifest.
You can’t perform that action at this time.
0 commit comments