| 225 | |
| 226 | = hardware failure test = |
| 227 | |
| 228 | == 初期状態 == |
| 229 | * cat /proc/mdstat |
| 230 | {{{ |
| 231 | Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] |
| 232 | md1 : active raid1 sda2[0] sdc1[2](S) sdb2[1] |
| 233 | 1461760 blocks [2/2] [UU] |
| 234 | |
| 235 | md0 : active raid0 sda1[0] sdb1[1] |
| 236 | 192512 blocks 64k chunks |
| 237 | |
| 238 | unused devices: <none> |
| 239 | }}} |
| 240 | |
| 241 | == disconnect /dev/sdb and reboot == |
| 242 | * attachment:ubuntu-raid-1.png |
| 243 | * この状態で4分ほど停止 (タイムアウト待ち?) |
| 244 | * sdbを物理的に切断したため、再起動前にsdcとして認識されていたディスクがsdbとして認識されている |
| 245 | * [ 22.498171] sdb: sdb1 となっているのはそのせい |
| 246 | * attachment:ubuntu-raid-2.png |
| 247 | * 10秒ほど選択肢が表示される |
| 248 | * attachment:ubuntu-raid-3.png |
| 249 | * デフォルトでは、BusyBox shellに落ちる |