summaryrefslogtreecommitdiffstats
path: root/lvm.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2004-12-14 18:23:10 +0000
committerPaul Nasrat <pnasrat@redhat.com>2004-12-14 18:23:10 +0000
commitb144e055dc16b0aa945a52045a563d016b4bfc02 (patch)
tree02d04b858dd1fe502a7e120ba1021902cbd38464 /lvm.py
parentb877eceb38d9a2cf4adf0e6ac150c67b4fb19fc0 (diff)
downloadanaconda-b144e055dc16b0aa945a52045a563d016b4bfc02.tar.gz
anaconda-b144e055dc16b0aa945a52045a563d016b4bfc02.tar.xz
anaconda-b144e055dc16b0aa945a52045a563d016b4bfc02.zip
LVM on RAID - (#141781)
Diffstat (limited to 'lvm.py')
-rw-r--r--lvm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.py b/lvm.py
index 07db14f32..4dddd94dd 100644
--- a/lvm.py
+++ b/lvm.py
@@ -267,7 +267,7 @@ def writeForceConf():
# anaconda hacked lvm.conf to avoid filtering breaking things
devices {
sysfs_scan = 0
- md_component_detection = 0
+ md_component_detection = 1
}
""")