You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
173 B

#!/bin/bash
lvcreate /dev/[sdb,sdc]
vgcreate vg-raid0 /dev/sdb /dev/sdc
lvcreate -L 100G -i2 -I 64 -n lv_engine vg_raid0
lvcreate -L 830G -i2 -I 64 -n lv_data vg_raid0