Wurde ein bestehendes Raid 1 einmal mit z.B. 2 x 250GB Platten erstellt und tauscht man jetzt nachträglich die 250GB Platten durch größere 1TB, „zaubert“ dies das Raid nicht automatisch größer.

Dies muss nachträglich vergrößert werden. Die Vergrößerung läuft dann im Hintergrund. Nachfolgend der konkrete Ablauf inkl. Übersicht.

# megacli -LDInfo -LAll -a0
                                     

Adapter 0 -- Virtual Drive Information:
Virtual Drive: 0 (Target Id: 0)
Name                :
RAID Level          : Primary-1, Secondary-0, RAID Level Qualifier-0
Size                : 232.375 GB
Sector Size         : 512
Is VD emulated      : Yes
Mirror Data         : 232.375 GB
State               : Optimal
Strip Size          : 64 KB
Number Of Drives    : 2
Span Depth          : 1
Default Cache Policy: WriteThrough, ReadAheadNone, Direct, No Write Cache if Bad BBU
Current Cache Policy: WriteThrough, ReadAheadNone, Direct, No Write Cache if Bad BBU
Default Access Policy: Read/Write
Current Access Policy: Read/Write
Disk Cache Policy   : Enabled
Encryption Type     : None
Bad Blocks Exist: No
Is VD Cached: No

# megacli -LdExpansion -p100 -Lall -aAll
                                     
Expansion of Virtual Drive 0 on Adapter 0 Success.

# megacli -LDInfo -LAll -a0
                                     

Adapter 0 -- Virtual Drive Information:
Virtual Drive: 0 (Target Id: 0)
Name                :
RAID Level          : Primary-1, Secondary-0, RAID Level Qualifier-0
Size                : 931.0 GB
Sector Size         : 512
Is VD emulated      : Yes
Mirror Data         : 931.0 GB
State               : Optimal
Strip Size          : 64 KB
Number Of Drives    : 2
Span Depth          : 1
Default Cache Policy: WriteThrough, ReadAheadNone, Direct, No Write Cache if Bad BBU
Current Cache Policy: WriteThrough, ReadAheadNone, Direct, No Write Cache if Bad BBU
Default Access Policy: Read/Write
Current Access Policy: Read/Write
Disk Cache Policy   : Enabled
Ongoing Progresses:
  Background Initialization: Completed 28%, Taken 15 min.
Encryption Type     : None
Bad Blocks Exist: No
Is VD Cached: No

# echo 1 > /sys/block/sda/device/rescan

[22659.422628] sd 1:2:0:0: [sda] 1952448512 512-byte logical blocks: (1000 GB/931 GiB)
[22659.422630] sd 1:2:0:0: [sda] 4096-byte physical blocks
[22659.422672] sda: detected capacity change from 249510756352 to 999653638144

parted /dev/sda resizepart 3 100%
FIX

fdisk /dev/sda
hier jetzt die letzte Partition löschen & größer anlegen - Part-Tabelle nicht anfassen.

partprobe /dev/sda

pvresize /dev/sda3

Categories: Blog