Skip to content

Commit

Permalink
fix: added thin pool config to lvm cluster used in e2e
Browse files Browse the repository at this point in the history
Updated the LVMCluster CR used by e2e tests with the thin pool configuration.

Signed-off-by: riya-singhal31 <[email protected]>
  • Loading branch information
riya-singhal31 committed Apr 19, 2022
1 parent d69fbde commit 732269f
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 732269f

Please sign in to comment.