Skip to content

Commit

Permalink
Fix FlexVolume Driver to 'virtuozzo'
Browse files Browse the repository at this point in the history
Because 'ploop-flexvol' howto says copy ploop driver to 'virtuozzo' vendor

Signed-off-by: Anton Kurbatov <[email protected]>
  • Loading branch information
Anton Kurbatov committed May 17, 2017
1 parent 69ca573 commit b61d802
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 b61d802

Please sign in to comment.