硬件 RAID 级别

硬件 RAID 级别

我认为我可能错误地使用了 RAID-1 而不是 RAID-10。有人能根据这个输出提供建议吗?

[root@banjo ~]# ./lsi.sh drives
Slot Number: 0 - Online, Spun Up
Slot Number: 1 - Online, Spun Up
Slot Number: 2 - Online, Spun Up
Slot Number: 3 - Online, Spun Up
Slot Number: 4 - Online, Spun Up
Slot Number: 5 - Online, Spun Up
Slot Number: 6 - Online, Spun Up
Slot Number: 7 - Online, Spun Up
[root@banjo ~]# ./lsi.sh status


Adapter 0 -- Virtual Drive Information:
Virtual Drive: 0 (Target Id: 0)
Name :
RAID Level : Primary-1, Secondary-0, RAID Level Qualifier-0
Size : 14.552 TB
Sector Size : 512
Is VD emulated : Yes
Mirror Data : 14.552 TB
State : Optimal
Strip Size : 1.0 MB
Number Of Drives per span:4
Span Depth : 2
Default Cache Policy: WriteBack, ReadAhead, Cached, No Write Cache if
Bad BBU
Current Cache Policy: WriteBack, ReadAhead, Cached, No Write Cache if
Bad BBU
Default Access Policy: Read/Write
Current Access Policy: Read/Write
Disk Cache Policy : Disabled
Encryption Type : None
Bad Blocks Exist: No
PI type: No PI

Is VD Cached: No



Exit Code: 0x00
###############################################

Adapter 0: Patrol Read Information:

Patrol Read Mode: Disabled
Patrol Read Execution Delay: 168 hours
Number of iterations completed: 0
Next start time: 01/03/2015, 03:00:00
Current State: Stopped
Patrol Read on SSD Devices: Disabled

Exit Code: 0x00
###############################################

Check Consistency on VD #0 is not in progress.

Exit Code: 0x00
[root@banjo ~]# 

答案1

鉴于此处的输出:RAID Level : Primary-1, Secondary-0, RAID Level Qualifier-0,再加上Span Depth : 2,看起来您正在运行 RAID 10。这也许也有帮助。

相关内容