Skip to content

Commit

Permalink
Merge pull request #56 from humblec/new
Browse files Browse the repository at this point in the history
correct csc execution section
  • Loading branch information
k8s-ci-robot committed May 25, 2021
2 parents 6f617f5 + 8936f26 commit 1ea6bdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

### Start ISCSI driver
```
$ sudo ./_output/iscsidriver --endpoint tcp://127.0.0.1:10000 --nodeid CSINode
$ sudo ./bin/iscsiplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode
```

### Test using csc
Get ```csc``` tool from https://github.com/rexray/gocsi/tree/master/csc
```
$ go get github.com/rexray/gocsi/csc
```

#### Get plugin info
```
Expand Down

0 comments on commit 1ea6bdf

Please sign in to comment.