RAID 6アレイのチャンクサイズを変更するコマンドの例
RAID 6アレイの「チャンクサイズ」を変更するコマンドの例です。ここでは例として、アレイの「チャンクサイズ」を128KiBから64KiBに変更します。
環境について
以下のアレイを作成した環境でコマンドを実行しています。1.論理ボリュームの確認
比較のため現状の論理ボリュームの情報を確認します。赤字の箇所から、現在の「チャンクサイズ」は128KiBであることが分かります。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID6Array
/dev/md/RAID6Array:
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:52:46 2014
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 17
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5
/dev/md/RAID6Array:
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:52:46 2014
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 17
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5
2.チャンクサイズを変更する
以下のコマンドを実行し、「チャンクサイズ」を64KiBに変更します。コマンドやオプションの説明は「アレイのチャンクサイズを変更するコマンドの説明」を参考にしてください。
sudo mdadm --grow /dev/md/RAID6Array --chunk=64 --backup-file=/root/RAID6ArrayBackup.reshape
3.コマンドの実行結果
コマンドの実行結果は特にありません。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --grow /dev/md/RAID6Array --chunk=64 --backup-file=/root/RAID6ArrayBackup.reshape
ubuntu@ubuntu-vb-1404:~$
ubuntu@ubuntu-vb-1404:~$
4.再形成中の論理ボリュームの確認
再形成中の論理ボリュームの情報を確認します。「チャンクサイズ」が128KiBから64KiBに変更中であることが分かります。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID6Array/dev/md/RAID6Array:
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:59:45 2014
State : clean, reshaping
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Reshape Status : 12% complete
New Chunksize : 64K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 44
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:59:45 2014
State : clean, reshaping
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Reshape Status : 12% complete
New Chunksize : 64K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 44
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5
5.再形成完了時の論理ボリュームの確認
再形成完了時の論理ボリュームの情報を確認します。「チャンクサイズ」が64KiBに変更されたことが分かります。
ubuntu@ubuntu-vb-1404:~$ sudo mdadm --detail /dev/md/RAID6Array
/dev/md/RAID6Array:
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:59:58 2014
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 256
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5
/dev/md/RAID6Array:
Version : 1.2
Creation Time : Mon May 5 16:52:39 2014
Raid Level : raid6
Array Size : 204544 (199.78 MiB 209.45 MB)
Used Dev Size : 102272 (99.89 MiB 104.73 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Mon May 5 16:59:58 2014
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Name : ubuntu-vb-1404:RAID6Array (local to host ubuntu-vb-1404)
UUID : 51b096f2:096a95dd:63a5b6c2:837b1c29
Events : 256
Number Major Minor RaidDevice State
0 8 53 0 active sync /dev/sdd5
1 8 69 1 active sync /dev/sde5
2 8 85 2 active sync /dev/sdf5
3 8 101 3 active sync /dev/sdg5