summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-04-20 17:19:27 -0500
committerDavid Lehman <dlehman@redhat.com>2009-04-21 10:14:24 -0500
commit002738d7d80d2ab7f601be8b53ad88a0976feef0 (patch)
tree3d167503ce12954404abff6a64cb29f882bd3c15 /storage/devicelibs
parenta8f19767a96fc004e29f07bcecc212885072ac1d (diff)
downloadanaconda-002738d7d80d2ab7f601be8b53ad88a0976feef0.tar.gz
anaconda-002738d7d80d2ab7f601be8b53ad88a0976feef0.tar.xz
anaconda-002738d7d80d2ab7f601be8b53ad88a0976feef0.zip
Mdadm's incremental mode ignores the auto option, so don't use it.
Diffstat (limited to 'storage/devicelibs')
-rw-r--r--storage/devicelibs/mdraid.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/devicelibs/mdraid.py b/storage/devicelibs/mdraid.py
index 7b8bf2314..56fd626a3 100644
--- a/storage/devicelibs/mdraid.py
+++ b/storage/devicelibs/mdraid.py
@@ -153,7 +153,6 @@ def mdadd(device):
rc = iutil.execWithRedirect("mdadm",
["--incremental",
"--quiet",
- "--auto=md",
device],
stderr = "/dev/tty5",
stdout = "/dev/tty5",