Update-OVStoragePool
Syntax
Update-OVStoragePool
[-InputObject] <HPEOneView.Storage.StoragePool[]>
[-ApplianceConnection <Object>]
[<CommonParameters>]
Description
Use this Cmdlet to refresh a storage pool when it's associated policies have been updated within the storage system external management console. Can be used to collect new Nimble Volume Sets.
Examples
Example 1
Update the Nimble storage pool 'default' to refresh available policies.
Parameters
-ApplianceConnection <Object>
Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).
| Aliases | Appliance |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | False |
-InputObject <HPEOneView.Storage.StoragePool[]>
The storage pool object to update or refresh.
| Aliases | Name, StoragePool |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
Input Types
One or more storage pool resources from Get-OVStoragePool.
Return Values
Asynchronous task resource to monitor.