Skip to content

Commit

Permalink
fix quick-start backendStorageDriver
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Mehta <[email protected]>
  • Loading branch information
ibrokethecloud committed Oct 2, 2023
1 parent cd1401c commit 21c0fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/1.5.1/spdk/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ After the installation and configuration, we can dyamically provision a Persiste
### Create a StorageClass
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `spdk` to utilize V2 Data Engine.
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `v2` to utilize V2 Data Engine.
```
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-version >}}/examples/v2/storageclass.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/1.5.2/spdk/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ After the installation and configuration, we can dyamically provision a Persiste
### Create a StorageClass
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `spdk` to utilize V2 Data Engine.
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `v2` to utilize V2 Data Engine.
```
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-version >}}/examples/v2/storageclass.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/1.6.0/spdk/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ After the installation and configuration, we can dyamically provision a Persiste
### Create a StorageClass
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `spdk` to utilize V2 Data Engine.
Use following command to create a StorageClass called `longhorn-spdk`. Set `parameters.backendStoreDriver` to `v2` to utilize V2 Data Engine.
```
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-version >}}/examples/v2/storageclass.yaml
```
Expand Down

0 comments on commit 21c0fbd

Please sign in to comment.