I can’t seem to find a way to set raid type for when vol type is lvm. I like be to able to set raid type for lvm vol so I can see something like this appear in profile.
Noticed there is lvs_add function, which sets the size, but can’t see a way to set type for lv, therefore I think we need a way to set type similar to way size is being set for vol type lvm. I see md/ approach when type=raid but nothing to set raid type when vol type is lvm.
I think we need something like this to be added to, variable DISK_LV_BY_VG = {
I can’t seem to find a way to set raid type for when vol type is lvm. I like be to able to set raid type for lvm vol so I can see something like this appear in profile.
and get following appear in ks, (the --type raid1)
Noticed there is lvs_add function, which sets the size, but can’t see a way to set type for lv, therefore I think we need a way to set type similar to way size is being set for vol type lvm. I see md/ approach when type=raid but nothing to set raid type when vol type is lvm.
I think we need something like this to be added to, variable DISK_LV_BY_VG = {
And lvs_add function modified to accept list of vol groups with options as dict. i.e modfy lvs_add as
Or have I not looked at the right place?