VMware Cloud Community
DanielMetcalfe
Contributor
Contributor

PowerCLI - Set/Get-Datastore SIOC "Percentage of peak throughput"

Hello,

Previously to ESXi 6, we have managed our datastores & their SIOC configurations using PowerCLI:

Get-Datastore | Select Name,StorageIOControlEnabled,CongestionThresholdMillisecond

Get-Datastore NAMEOFDATASTORE | Set-Datastore -StorageIOControlEnabled $true -CongestionThresholdMillisecond 40

However, now we want to use "Percentage of peak throughput". We want to apply the new configuration using PowerCLI, but I can't seem to find any documentation to suggest "Set-Datastore" has been improved & new functionality added.

"Get-Help Set-Datastore" doesn't give me any suggestions / ideas either.

I've found something in the VMware documentation below that suggests it's been thought of through an orchestrator API?

https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcStorageIORMInfo.html#conges...

Can anyone advise if we can get & set this using PowerCLI?

Thanks

SIOC.png

0 Kudos
0 Replies