Skip to content

Commit

Permalink
fixes #143 by getting "fsType" instead of "fstype"
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher J. Ruwe <cjr@cruwe.de>
  • Loading branch information
cruwe committed Jun 1, 2020
1 parent 3078612 commit 8279592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func CreateZFSVolume(req *csi.CreateVolumeRequest) (string, error) {
pool := req.GetParameters()["poolname"]
tp := req.GetParameters()["thinprovision"]
schld := req.GetParameters()["scheduler"]
fstype := req.GetParameters()["fstype"]
fstype := req.GetParameters()["fsType"]

vtype := zfs.GetVolumeType(fstype)

Expand Down

0 comments on commit 8279592

Please sign in to comment.