Bugzilla – Attachment 145312 Details for
Bug 282807
yast2-storage: use new RAID SBs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Featured patch
mdadm-1.diff (text/plain), 706 bytes, created by
Jan Engelhardt
on 2007-06-11 13:02:13 UTC
(
hide
)
Description:
Featured patch
Filename:
MIME Type:
Creator:
Jan Engelhardt
Created:
2007-06-11 13:02:13 UTC
Size:
706 bytes
patch
obsolete
>Index: yast2-storage-2.15.14/libstorage/src/Md.cc >=================================================================== >--- yast2-storage-2.15.14.orig/libstorage/src/Md.cc >+++ yast2-storage-2.15.14/libstorage/src/Md.cc >@@ -311,7 +311,10 @@ string Md::createCmd() const > > string cmd = "ls -l --full-time " + dnames + "; "; > cmd += "modprobe " + pName() + "; mdadm --create " + device() + >- " --run --level=" + pName(); >+ " --run --level=" + pName() + " -e 1.0"; >+ if (pName() == "raid1" || pName() == "raid5" || pName() == "raid6" || >+ pName() == "raid10") >+ cmd += " -b internal"; > if( chunk>0 ) > cmd += " --chunk=" + decString(chunk); > if( md_parity!=PAR_NONE )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 282807
: 145312