Skip to content

Commit f19ee4a

Browse files
committed
Use the new storage profile fields
Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
1 parent 8343e66 commit f19ee4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func (t *T) Prepare(ctx context.Context, k8sClient client.Client) error {
362362
}
363363

364364
if o.storageProfile.lvCreateCmd != "" {
365-
profile.Data.XFSStorage.CmdLines.LvCreate = o.storageProfile.lvCreateCmd
365+
profile.Data.XFSStorage.BlockDeviceCommands.RabbitCommands.LvCreate = o.storageProfile.lvCreateCmd
366366
}
367367

368368
Expect(k8sClient.Create(ctx, profile)).To(Succeed())

0 commit comments

Comments
 (0)