Skip to content

Commit 9d1e48d

Browse files
authored
Merge pull request #126 from codenrhoden/update-mock-opts
Update Mock plugin details
2 parents ead75a4 + e3c365f commit 9d1e48d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

mock/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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` |

mock/service/service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414

1515
const (
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.

0 commit comments

Comments
 (0)