Archived
14
0
Fork 0

dm raid: no longer experimental

The dm raid module (using md) is becoming the preferred way of creating long-lived
mirrors through userspace LVM so remove the EXPERIMENTAL tag.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
Alasdair G Kergon 2012-03-28 18:41:24 +01:00
parent e0b215da8f
commit 035220b33d

View file

@ -277,8 +277,8 @@ config DM_MIRROR
needed for live data migration tools such as 'pvmove'. needed for live data migration tools such as 'pvmove'.
config DM_RAID config DM_RAID
tristate "RAID 1/4/5/6 target (EXPERIMENTAL)" tristate "RAID 1/4/5/6 target"
depends on BLK_DEV_DM && EXPERIMENTAL depends on BLK_DEV_DM
select MD_RAID1 select MD_RAID1
select MD_RAID456 select MD_RAID456
select BLK_DEV_MD select BLK_DEV_MD