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

add option for configuring lvm raid with multiple phsical disks #2

Open
graingert opened this issue Jul 27, 2017 · 2 comments
Open

Comments

@graingert
Copy link

sudo bash lvm-on-luks sda 1 sdb 2 install \
    <size of swap  in G> \
    <size of /     in G or 0 for all remaining (no /home partition)> \
    [size of /home in G - if omitted and / size > 0: all remaining]

It could then ask you to choose raid config.

@graingert graingert changed the title add option for configuring lvm with multiple phsical disks add option for configuring lvm raid with multiple phsical disks Jul 27, 2017
@rdkr
Copy link
Owner

rdkr commented Aug 1, 2017

Hi, happy to accept a PR to add functionality! Perhaps a flag to list physical disk partitions for the installation, e.g.

sudo bash lvm-on-luks install -r sda,1 -r sdb,2 ...

@graingert
Copy link
Author

@rdkr yeah I'm asking because I don't know how to configure it myself ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants