Skip to content

Commit

Permalink
Merge pull request #156 from riya-singhal31/lvmclusterfix
Browse files Browse the repository at this point in the history
fix e2e: added thin pool configuration to lvm cluster used by e2e tests
  • Loading branch information
openshift-merge-robot authored Apr 20, 2022
2 parents bc59df7 + 732269f commit 52c43da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/deploymanager/LVMCluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ func (t *DeployManager) GenerateLVMCluster() *v1alpha1.LVMCluster {
DeviceClasses: []v1alpha1.DeviceClass{
{
Name: "vg1",
ThinPoolConfig: &v1alpha1.ThinPoolConfig{
Name: "mytp1",
SizePercent: 50,
OverprovisionRatio: 50,
},
},
},
},
Expand Down

0 comments on commit 52c43da

Please sign in to comment.