在我的 HP Proliant 服务器上,我热添加了 2 个额外驱动器。为了扩展当前的 raid 1 阵列,我使用了以下命令:
hpacucli ctrl slot=0 logicaldrive 1 modify raid=1+0
hpacucli ctrl slot=0 ld 1 add drives=allunassigned
现在逻辑驱动器如下所示:
# hpacucli ctrl slot=0 logicaldrive 1 show
Smart Array P410i in Slot 0 (Embedded)
array A
Logical Drive: 1
Size: 136.7 GB
Fault Tolerance: RAID 1+0
Heads: 255
Sectors Per Track: 32
Cylinders: 35132
Strip Size: 256 KB
Status: OK
Array Accelerator: Enabled
Unique Identifier: **************************
Disk Name: /dev/sda
Mount Points: /boot 511 MB
Logical Drive Label: **************************
Mirror Group 0:
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK)
Mirror Group 1:
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 300 GB, OK)
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 300 GB, OK)
现在大小是 136.7 GB,因此我尝试了以下命令,但收到警告:
# hpacucli ctrl slot=0 logicaldrive 1 modify size=max
Warning: Extension may not be supported on certain operating systems.
Performing extension on these operating systems can cause data to
become inaccessible. See ACU documentation for details. Continue?
(y/n)
我想知道如果我说是,会发生什么,以及如果在正在运行的安装中执行此操作是否安全。
详细信息:64 位 debian squeeze(proxmox VE 2),内核为 2.6.32-16-pve。
答案1
你說可以。
但是,您的磁盘大小不一致。您是否向 146GB 镜像对添加了 300GB?如果是这样,则在逻辑驱动器扩展后,您只能获得 ~288GB 的可用空间。
您是否可以更好地创建一对 300GB 的新逻辑驱动器,并能够充分利用这些驱动器的全部容量?