Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit bb0dfe2

Browse files
Merge pull request #41 from edisonxiang/updatereadme
update readme and fix ci problems
2 parents d6f1dcc + 2b28661 commit bb0dfe2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/cinder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ by using the result of the above command.
3939
$ sudo ./_output/cinderplugin --endpoint tcp://127.0.0.1:10000 --cloud-config /etc/cloud.conf --nodeid CSINodeID
4040
```
4141

42-
### Test
43-
Get ```csc``` tool from https://github.com/chakri-nelluri/gocsi/tree/master/csc
42+
### Test using csc
43+
Get ```csc``` tool from https://github.com/thecodeteam/gocsi/tree/master/csc
4444

4545
#### Get plugin info
4646
```

pkg/cinder/fake.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var fakeConfig = "/etc/cloud.conf"
2626
var fakeCtx = context.Background()
2727
var fakeVolName = "CSIVolumeName"
2828
var fakeVolID = "CSIVolumeID"
29-
var fakeVolType = "lvmdriver-1"
30-
var fakeAvailability = "nova"
29+
var fakeVolType = ""
30+
var fakeAvailability = ""
3131
var fakeDevicePath = "/dev/xxx"
3232
var fakeTargetPath = "/mnt/cinder"

0 commit comments

Comments
 (0)