Short Description
Rescans volumes of Universal Storage API integrated systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Storage System: IBM Spectrum Virtualize, INFINIDAT InfiniBox, Pure Storage, Huawei
Syntax
Sync-StoragePluginVolume -Volume <CSanVolume[]> [<CommonParameters>] |
Detailed Description
This cmdlet rescans volumes of Universal Storage API integrated systems.
Rescanning checks for deleted snapshots and discovers newly created ones.
To rescan the storage, run Sync-StoragePluginHost.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Volume | Specifies the array of the volumes you want to rescan. | True | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to rescan a selected volume of the Universal Storage API integrated system.
You will need to perform the following steps:
- Run Get-StoragePluginVolume to get the storage volume you want to rescan. Save the result to the $volume variable.
- Run Sync-StoragePluginVolume with the $volume variable.
PS C:\PS> $volume = Get-StoragePluginVolume -Name "VOLUME-01" PS C:\PS> Sync-StoragePluginVolume -Volume $volume |
Related Commands