PowerFlex: System or data access instability in a VMware environment when enabling SIOC or SIOSC
Summary: PowerFlex System or data access instability in a VMware environment Storage I/O Control (SIOC), Storage I/O Statistics Collection (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
One or more of the following vSphere features are enabled:
- vSphere Storage I/O Control (SIOC) on datastores residing on VxFlex OS volumes
- vSphere Storage I/O Statistics Collection (SIOSC) on datastores residing on VxFlex OS volumes
Symptoms
Symptoms may include, but are not limited to, one or more of the following:
- Occasional or prolonged VxFlex OS volume access issues, which possibly include I/O errors.
- Degraded capacity and related rebuilds.
- VxFlex OS component disconnections
- High or fluctuating volume access latency
Apart from these vSphere features being enabled, possibly no other evidence or log messages are apparent.
Cause
Due to their intended behavior, SIOC and SIOSC create an unstable and unpredictable infrastructure, unsuitable for VxFlex OS operation.
Resolution
Disable SIOC and SIOSC on datastores residing on VxFlex OS volumes.
Using PowerCLI connect to vCenter and run the following command to disable it on all datastores.
$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)
}
For detailed instructions regarding how to disable these vSphere features, please refer to the relevant vSphere documentation.
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.