ALT Linux Bugzilla
– Attachment 5907 Details for
Bug 29283
Проблема загрузки системы при наличии RAID с external bitmap
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для обхода проблемы старта массивов с внешним битмапом
raidstart.patch (text/plain), 458 bytes, created by
Alex Moskalenko
on 2013-08-14 15:58:11 MSK
(
hide
)
Description:
Патч для обхода проблемы старта массивов с внешним битмапом
Filename:
MIME Type:
Creator:
Alex Moskalenko
Created:
2013-08-14 15:58:11 MSK
Size:
458 bytes
patch
obsolete
>--- raidstart.orig 2013-02-07 02:27:40.000000000 +0400 >+++ raidstart 2013-08-13 14:38:03.000000000 +0400 >@@ -32,11 +32,16 @@ > > start_raid_using_mdadm() > { >- local f >+ local f arr > > f="$(absolute mdadm 2>/dev/null)" > if [ -x "$f" ]; then > echo -n "(using mdadm) " >+#fix bitmap on ro root fs >+ for arr in $(awk '/^m.*: inactive/{print "/dev/"$1}' /proc/mdstat); do >+ "$f" --stop "$arr" >+ done >+#end fix > "$f" --assemble --scan > return $? > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29283
: 5907