Skip to content

Commit

Permalink
dm raid: no longer experimental
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alasdair G Kergon committed Mar 28, 2012
1 parent e0b215d commit 035220b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/md/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ config DM_MIRROR
needed for live data migration tools such as 'pvmove'.

config DM_RAID
tristate "RAID 1/4/5/6 target (EXPERIMENTAL)"
depends on BLK_DEV_DM && EXPERIMENTAL
tristate "RAID 1/4/5/6 target"
depends on BLK_DEV_DM
select MD_RAID1
select MD_RAID456
select BLK_DEV_MD
Expand Down

0 comments on commit 035220b

Please sign in to comment.