PowerFlex:启用 SIOC 或 SIOSC 时 VMware 环境中的系统或数据访问不稳定
Summary: VMware 环境中的 PowerFlex 系统或数据访问不稳定 存储 I/O 控制 (SIOC)、存储 I/O 统计信息收集 (SIOSC)
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
启用了以下一个或多个 vSphere 功能:
- 驻留在 VxFlex OS 卷上的数据存储区上的 vSphere Storage I/O Control (SIOC)
- 驻留在 VxFlex OS 卷上的数据存储上的 vSphere 存储 I/O 统计信息收集 (SIOSC)
症状
症状可能包括但不限于以下一种或多种症状:
- 偶尔或长时间的 VxFlex OS 卷访问问题,其中可能包括 I/O 错误。
- 降级容量和相关重建。
- VxFlex OS 组件断开连接
- 卷访问延迟高或波动
除了启用这些 vSphere 功能之外,可能没有其他明显的证据或日志消息。
Cause
由于它们的预期行为,SIOC 和 SIOSC 创建了不稳定且不可预测的基础架构,不适合 VxFlex OS作。
Resolution
在驻留在 VxFlex OS 卷上的数据存储区上禁用 SIOC 和 SIOSC。
使用 PowerCLI 连接到 vCenter,并运行以下命令以在所有数据存储区上禁用它。
$si = Get-View ServiceInstance
$storMgr = Get-View -Id $si.Content.StorageResourceManager
$spec = New-Object VMware.Vim.StorageIORMConfigSpec
$spec.Enabled = $false
$spec.StatsAggregationDisabled = $true
$spec.StatsCollectionEnabled = $false
foreach($ds in (Get-View -ViewType Datastore -Filter @{'Summary.MultipleHostAccess'='True'})){
Write-Output "Configuring datastore $($ds.Name)"
$storMgr.ConfigureDatastoreIORM($ds.MoRef,$spec)
}
有关如何禁用这些 vSphere 功能的详细说明,请参阅相关的 vSphere 文档。
Additional Information
Affected Products
PowerFlex appliance Intelligent Catalog Software, PowerFlex SoftwareProducts
PowerFlex rack, VxFlex Ready Nodes, PowerFlex Appliance, PowerFlex custom node, ScaleIO, PowerFlex appliance R650, PowerFlex appliance R6525, PowerFlex appliance R660, PowerFlex appliance R6625, Powerflex appliance R750, PowerFlex appliance R760
, PowerFlex appliance R7625, PowerFlex custom node, PowerFlex custom node R650, PowerFlex custom node R6525, PowerFlex custom node R660, PowerFlex custom node R6625, PowerFlex custom node R750, PowerFlex custom node R760, PowerFlex custom node R7625, PowerFlex rack connectivity, PowerFlex rack HW, PowerFlex rack RCM Software, VxFlex Ready Node, VxFlex Ready Node R640, VxFlex Ready Node R740xd, PowerFlex appliance R640, PowerFlex appliance R740XD, PowerFlex appliance R7525, PowerFlex appliance R840, VxFlex Ready Node R840
...
Article Properties
Article Number: 000043475
Article Type: Solution
Last Modified: 07 Oct 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.