Skip to content

Commit

Permalink
fix: added thin pool configuration to lvm cluster
Browse files Browse the repository at this point in the history
Updated the LVMCluster CR 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 7f8e72a
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 7f8e72a

Please sign in to comment.