Debian
線上調整 Smart Array P410i 上的邏輯驅動器大小
在我的 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)
我想知道如果我說“是”會發生什麼,並且如果在正在執行的安裝中這樣做可以保存。
詳細資訊:帶有核心 2.6.32-16-pve 的 64 位 debian 壓縮(proxmox VE 2)。
你可以說是的。
但是,您的磁碟大小不一致。您是否在 146GB 鏡像對中添加了 300GB?如果是這樣,在邏輯驅動器擴展之後,您將只能獲得約 288GB 的可用空間。
創建一個 300GB 對的新邏輯驅動器並能夠利用這些驅動器的全部容量會更好嗎?