IBM ServeRAID 8k-l控制器在“重build”操作期间出现问题

我有一台IBM ServeRAID 8k-l RAID控制器的服务器。 它有两个RAID 1arrays的硬盘。 服务器重新加载后, IBM ServeRAID 8k-l RAID控制器启动物理驱动器#1的重build操作:

 # arcconf GETSTATUS 1 Controllers found: 1 Logical device Task: Logical device : 0 Task ID : 101 Current operation : Rebuild Status : In Progress Priority : High Percentage complete : 3 Command completed successfully. # 

在此期间,此物理服务器中的虚拟机logging了文件系统相关的错误。 我禁用了物理驱动器#1 ,从而停止了重build过程,之后,虚拟机启动。

这是一个预期的行为? 在重build操作过程中, IBM ServeRAID 8k-l RAID控制器性能是否会降低?

您可以将重build操作(任务)的优先级更改为LOW或MEDIUM。 低优先级将允许在重build操作期间增加逻辑磁盘性能。 要设置任务的默认值,请使用命令:

 arcconf setpriority 1 LOW CURRENT 

要更改运行任务使用命令的优先级:

 arcconf setpriority 1 <Task ID> LOW