Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for muti options settings for logical volumes #151

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

aka7
Copy link

@aka7 aka7 commented Oct 14, 2022

DISK_LV_BY_VG is updated to support setting of logical volume setting, such as type. which sets the raid_type if set.
using the new function lvo_add which supports taking lv options as dict to set size and type.

Creating raid through LVM is now possible but there appears to be no pan settings to set the logical volume type. this will provide support for this.

fixes #150

@aka7
Copy link
Author

aka7 commented Oct 14, 2022

lvo_add is added in this PR. not sure if I'm doing this correctly so happy to take some advice.
quattor/template-library-core#214

@aka7 aka7 changed the title support for muti options settings logical volumes support for muti options settings for logical volumes Oct 14, 2022
filesystem/config.pan Outdated Show resolved Hide resolved
DISK_LV_BY_VG is updated to support setting of logical volume setting, such as type.
which sets the raid_type if set.
using the new function lvo_add which supports taking lv options as dict to set size and type.

Creating raid through LVM is now possible but there appears to be no pan settings to set the logical volume type.
this will provide support for this.

fixes quattor#150
@jrha jrha added this to the 23.6 milestone Jul 24, 2023
@jrha jrha merged commit cd27a21 into quattor:master Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

way to set lvm raid type when vol type = lvm
3 participants