私の初期RAID設定は、mdadmを使用する2x2TB RAID 1でした。
3台目の2TBドライブを購入し、mdadmを使用してRAID容量全体を4TBにアップグレードしようとしています。
次の2つのコマンドを実行しましたが、容量に変更はありません。
sudo mdadm --grow /dev/md0 --level=5
sudo mdadm --grow /dev/md0 --add /dev/sdd --raid-devices=3
mdadmを使用した詳細:
$ sudo mdadm --detail /dev/md0
[sudo] password for userd:
/dev/md0:
Version : 1.2
Creation Time : Wed Jul 5 19:59:17 2017
Raid Level : raid5
Array Size : 1953383488 (1862.89 GiB 2000.26 GB)
Used Dev Size : 1953383488 (1862.89 GiB 2000.26 GB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Wed May 22 17:58:37 2019
State : clean, reshaping
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Consistency Policy : bitmap
Reshape Status : 5% complete
Delta Devices : 1, (2->3)
Name : userd:0 (local to host userd)
UUID : 986fca95:68ef5344:5136f8af:b8d34a03
Events : 13557
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
2 8 48 2 active sync /dev/sdd
更新:これで再構成が完了したので、4 TBのうち2 TBしか使用できません。
/dev/md0:
Version : 1.2
Creation Time : Wed Jul 5 19:59:17 2017
Raid Level : raid5
Array Size : 3906766976 (3725.78 GiB 4000.53 GB)
Used Dev Size : 1953383488 (1862.89 GiB 2000.26 GB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Thu May 23 23:40:16 2019
State : clean
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Consistency Policy : bitmap
Name : userd:0 (local to host userd)
UUID : 986fca95:68ef5344:5136f8af:b8d34a03
Events : 17502
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
2 8 48 2 active sync /dev/sdd
mdadmに2TB以外の4TBをすべて使用させるにはどうすればよいですか?
ベストアンサー1
リモデリングの状態を確認してください。
Update Time : Wed May 22 17:58:37 2019
State : clean, reshaping
...
Reshape Status : 5% complete
Delta Devices : 1, (2->3)
完了するまで追加の保存容量を取得することはできません。提供されたレポートによると、現在5%しか完了していません。
この変形プロセスでプロセスを中断したり、外観を変更したりしないでください。