Skip to content

Commit

Permalink
Merge pull request virtuozzo#2 from antonkurbatov/master-fix1
Browse files Browse the repository at this point in the history
Fix FlexVolume Driver to 'virtuozzo'
  • Loading branch information
avagin authored May 18, 2017
2 parents 69ca573 + b61d802 commit 301afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vzstorage-pd/virtuozzo-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (p *vzFSProvisioner) Provision(options controller.VolumeOptions) (*v1.Persi
},
PersistentVolumeSource: v1.PersistentVolumeSource{
FlexVolume: &v1.FlexVolumeSource{
Driver: "jaxxstorm/ploop",
Driver: "virtuozzo/ploop",
Options: ploop_options,
},
},
Expand Down

0 comments on commit 301afe5

Please sign in to comment.