Skip to content

Commit cc19cb4

Browse files
authored
Merge pull request #45 from e4jet/master
remove manager key from flexvol
2 parents b0014be + 8b0347b commit cc19cb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/k8s/flexvol/flexvol.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ func getOrCreate(name, jsonRequest string) (string, error) {
184184
util.LogError.Printf("unable to unmarshal options for %v - %s", jsonRequest, err.Error())
185185
return "", err
186186
}
187-
options["manager"] = "dory"
188187
newName, err := dvp.Create(name, options)
189188
util.LogDebug.Printf("getOrCreate returning %v for %s", newName, name)
190189
if err != nil {

0 commit comments

Comments
 (0)