On 6/24/19 11:47 AM, Neil Bothwick wrote:
Of course it is, a RAID1 device is just a block device on which you can put any filesystem you like. RAID and LVM are complementary technologies that work well together, but neither needs the others (apart from the device-mapper bit).

Eh. LVM can require RAID (multiple devices) without actually using MD outside of LVM.

LVM can do RAID inside of LVM (I think this is fairly atypically done). But it does mean that you can turn physical disks (or better partitions) into Physical Volumes for LVM and then create different Logical Volumes with different RAID properties.

I once had a LV w/ RAID 0 striping across multiple PVs with another LV with RAID 5 for redundancy, in the same PVs.

This LVM functionality does require RAID (multiple device) support as that's what's used /inside/ (read: under the hood) of LVM.



--
Grant. . . .
unix || die

Reply via email to