diff options
author | Alasdair G Kergon <agk@redhat.com> | 2012-03-28 13:41:24 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2012-03-28 13:41:24 -0400 |
commit | 035220b33d6865d81d5433600def53373cca7127 (patch) | |
tree | 9f72ff60d07e171b79f996da0c463052201ef2fe /drivers/md/Kconfig | |
parent | e0b215da8fde99b6a9d82ee4c3600ec223cc7959 (diff) |
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>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 5cbb481435f7..71000078351a 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -277,8 +277,8 @@ config DM_MIRROR | |||
277 | needed for live data migration tools such as 'pvmove'. | 277 | needed for live data migration tools such as 'pvmove'. |
278 | 278 | ||
279 | config DM_RAID | 279 | config DM_RAID |
280 | tristate "RAID 1/4/5/6 target (EXPERIMENTAL)" | 280 | tristate "RAID 1/4/5/6 target" |
281 | depends on BLK_DEV_DM && EXPERIMENTAL | 281 | depends on BLK_DEV_DM |
282 | select MD_RAID1 | 282 | select MD_RAID1 |
283 | select MD_RAID456 | 283 | select MD_RAID456 |
284 | select BLK_DEV_MD | 284 | select BLK_DEV_MD |