Skip to content

Commit

Permalink
remove manager key from flexvol
Browse files Browse the repository at this point in the history
  • Loading branch information
e4jet committed Aug 10, 2018
1 parent b0014be commit 8b0347b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/k8s/flexvol/flexvol.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func getOrCreate(name, jsonRequest string) (string, error) {
util.LogError.Printf("unable to unmarshal options for %v - %s", jsonRequest, err.Error())
return "", err
}
options["manager"] = "dory"
newName, err := dvp.Create(name, options)
util.LogDebug.Printf("getOrCreate returning %v for %s", newName, name)
if err != nil {
Expand Down

0 comments on commit 8b0347b

Please sign in to comment.