RAID 4アレイをRAID 0アレイに変更するコマンドの例
「RAID 4」アレイを「RAID 0」アレイに変更するコマンドの例です。この操作は「アレイの再形成」に該当します。
環境について
「RAID 4」アレイの作成については、以下を参考にしてください。ポイント
このRAIDレベルの変更におけるポイントです。「RAID 0」アレイは「RAID 4」アレイからパリティー用の物理ボリュームを取り除いたアレイになります。
従って事前にパリティー用の物理ボリュームを取り除いた状態にする必要があります。
パリティー用の物理ボリュームは、スロットの一番最後にある物理ボリュームです。
また「ライトインテントビットマップ」など、「RAID 0」でサポートしていない機能は、事前に無効にしておいてください。
1.論理ボリュームの確認
比較のため現状の論理ボリュームの情報を確認します。「RAID 4」アレイであることが分かります。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID4Array
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Update Time : Thu May 8 19:06:55 2014
State : clean
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : 06e21d86:85198fc7:614bd704:f26e5d23
Events : 18
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
3 8 83 2 active sync /dev/sdf3
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Update Time : Thu May 8 19:06:55 2014
State : clean
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : 06e21d86:85198fc7:614bd704:f26e5d23
Events : 18
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
3 8 83 2 active sync /dev/sdf3
2.物理ボリュームの確認
物理ボリュームの情報を確認します。「RAID 4」アレイであることが分かります。
/dev/sdd3
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --examine /dev/sdd3
/dev/sdd3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 5ba4fd43:ed8eb385:04621ff6:5e99bb60
Update Time : Thu May 8 19:06:55 2014
Checksum : 46272a31 - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 0
Array State : AAA ('A' == active, '.' == missing)
/dev/sdd3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 5ba4fd43:ed8eb385:04621ff6:5e99bb60
Update Time : Thu May 8 19:06:55 2014
Checksum : 46272a31 - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 0
Array State : AAA ('A' == active, '.' == missing)
/dev/sde3
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --examine /dev/sde3
/dev/sde3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 657e5a4e:f98e7227:8d96fbc1:ce320d84
Update Time : Thu May 8 19:06:55 2014
Checksum : e170d240 - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 1
Array State : AAA ('A' == active, '.' == missing)
/dev/sde3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 657e5a4e:f98e7227:8d96fbc1:ce320d84
Update Time : Thu May 8 19:06:55 2014
Checksum : e170d240 - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 1
Array State : AAA ('A' == active, '.' == missing)
/dev/sdf3
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --examine /dev/sdf3
/dev/sdf3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 27e200d0:4f2c2957:b9d5ab12:a42f0b4b
Update Time : Thu May 8 19:06:55 2014
Checksum : aa7c0f5c - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 2
Array State : AAA ('A' == active, '.' == missing)
/dev/sdf3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : c4b43793:d514fe69:5a97b22e:09a71fa9
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Raid Devices : 3
Avail Dev Size : 204672 (99.95 MiB 104.79 MB)
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 27e200d0:4f2c2957:b9d5ab12:a42f0b4b
Update Time : Thu May 8 19:06:55 2014
Checksum : aa7c0f5c - correct
Events : 18
Chunk Size : 128K
Device Role : Active device 2
Array State : AAA ('A' == active, '.' == missing)
3.フォルティーディスクの設定
スロットの一番最後にある物理ボリューム「/dev/sdf3」を「フォルティーディスク」に設定します。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --fail /dev/md/RAID4Array /dev/sdf3
mdadm: set /dev/sdf3 faulty in /dev/md/RAID4Array
mdadm: set /dev/sdf3 faulty in /dev/md/RAID4Array
4.フォルティーディスクの確認
論理ボリュームの情報を表示し、「フォルティーディスク」を確認します。赤字の箇所を見ると、「/dev/sdf3」が「フォルティーディスク」になっています。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID4Array
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Update Time : Thu May 8 19:49:32 2014
State : clean, degraded
Active Devices : 2
Working Devices : 2
Failed Devices : 1
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : b1a18faf:656d3885:a951602e:4906fcd7
Events : 20
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
2 0 0 2 removed
3 8 83 - faulty spare /dev/sdf3
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Update Time : Thu May 8 19:49:32 2014
State : clean, degraded
Active Devices : 2
Working Devices : 2
Failed Devices : 1
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : b1a18faf:656d3885:a951602e:4906fcd7
Events : 20
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
2 0 0 2 removed
3 8 83 - faulty spare /dev/sdf3
5.フォルティーディスクをアレイから取り除く
「フォルティーディスク」である「/dev/sdf3」をアレイから取り除きます。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --remove /dev/md/RAID4Array /dev/sdf3
mdadm: hot removed /dev/sdf3 from /dev/md/RAID4Array
mdadm: hot removed /dev/sdf3 from /dev/md/RAID4Array
6.アレイの状態の確認
論理ボリュームの情報を表示し、アレイの状態を確認します。以下のように物理ボリュームが2つの状態になっています。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID4Array
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu May 8 19:49:56 2014
State : clean, degraded
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : b1a18faf:656d3885:a951602e:4906fcd7
Events : 21
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
2 0 0 2 removed
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid4
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 3
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu May 8 19:49:56 2014
State : clean, degraded
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
UUID : b1a18faf:656d3885:a951602e:4906fcd7
Events : 21
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
2 0 0 2 removed
これで準備は完了です。
7.RAIDレベルを変更する
以下のコマンドを実行し、「RAID 0」アレイに変更します。コマンドやオプションの説明は「アレイのRAIDレベルを変更するコマンドの説明」を参考にしてください。
sudo mdadm --grow /dev/md/RAID4Array --level=raid0 --backup-file=/root/RAID4ArrayBackup.reshape
8.コマンドの実行結果
コマンドの実行結果は特に表示されません。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --grow /dev/md/RAID4Array --level=raid0 --backup-file=/root/RAID4ArrayBackup.reshape
ubuntu@ubuntu-vb-1404:~$
ubuntu@ubuntu-vb-1404:~$
9.論理ボリュームの確認
論理ボリュームの情報を確認します。以下のことが分かります。
- RAID 0アレイである
- アレイのスロット数が1つ減り、2つになった
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID4Array
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Array Size : 204544 (199.78 MiB 209.45 MB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu May 8 19:50:13 2014
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
/dev/md/RAID4Array:
Version : 1.2
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Array Size : 204544 (199.78 MiB 209.45 MB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu May 8 19:50:13 2014
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Chunk Size : 128K
Number Major Minor RaidDevice State
0 8 51 0 active sync /dev/sdd3
1 8 67 1 active sync /dev/sde3
10.物理ボリュームの確認
物理ボリュームの情報を確認します。「RAID 0」アレイであることが分かります。
/dev/sdd3
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --examine /dev/sdd3
/dev/sdd3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : b1a18faf:656d3885:a951602e:4906fcd7
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Raid Devices : 2
Avail Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 70a555aa:cff01208:43446fb5:9ce51f18
Update Time : Thu May 8 20:02:12 2014
Checksum : bb177d8 - correct
Events : 272
Chunk Size : 128K
Device Role : Active device 0
Array State : AA ('A' == active, '.' == missing)
/dev/sdd3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : b1a18faf:656d3885:a951602e:4906fcd7
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Raid Devices : 2
Avail Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 70a555aa:cff01208:43446fb5:9ce51f18
Update Time : Thu May 8 20:02:12 2014
Checksum : bb177d8 - correct
Events : 272
Chunk Size : 128K
Device Role : Active device 0
Array State : AA ('A' == active, '.' == missing)
/dev/sde3
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --examine /dev/sde3
/dev/sde3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : b1a18faf:656d3885:a951602e:4906fcd7
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Raid Devices : 2
Avail Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : fe6bd282:13da0f49:6580ed68:6b5dfeef
Update Time : Thu May 8 20:02:12 2014
Checksum : b087db9c - correct
Events : 272
Chunk Size : 128K
Device Role : Active device 1
Array State : AA ('A' == active, '.' == missing)
/dev/sde3:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : b1a18faf:656d3885:a951602e:4906fcd7
Name : ubuntu-vb-1404:RAID4Array (local to host ubuntu-vb-1404)
Creation Time : Thu May 8 19:06:49 2014
Raid Level : raid0
Raid Devices : 2
Avail Dev Size : 204544 (99.89 MiB 104.73 MB)
Data Offset : 128 sectors
Super Offset : 8 sectors
State : clean
Device UUID : fe6bd282:13da0f49:6580ed68:6b5dfeef
Update Time : Thu May 8 20:02:12 2014
Checksum : b087db9c - correct
Events : 272
Chunk Size : 128K
Device Role : Active device 1
Array State : AA ('A' == active, '.' == missing)
補足
メタデータに変更後の情報が反映されていない場合は、一旦アレイを停止し、再度アレイを構築してください。また、アレイから取り除いた物理ボリュームのメタデータは、削除しておくとよいでしょう。