Skip to content

Commit 122e5af

Browse files
authored
Update storage-spaces-storage-bus-cache.md
The commands Remove-StorageBusBinding and New-StorageBusBinding needs parameters (GUID) of the corresponding disks. To remove the cache bindings, the first command can be used. New-StorageBusBinding can be used, but you need to provide CacheDeviceGUID and DeviceGUID. The Command Update-StorageBusCache will do it for you automatically.
1 parent fd375af commit 122e5af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ Update-StorageBusCache
196196

197197
### Add or replace cache drives (NVMes or SSDs)
198198

199-
There's no cmdlet to unbind/rebind existing bindings and balance the relationship. The following steps cause the existing read cache to be lost.
199+
There's no cmdlet to unbind/rebind existing bindings and balance the relationship. The following steps cause the existing read cache to be lost and new will be created.
200200

201201
```powershell
202-
Remove-StorageBusBinding
203-
New-StorageBusBinding
202+
Get-StorageBusBinding | Select-Object -ExpandProperty DeviceGuid | Remove-StorageBusBinding
203+
Update-StorageBusCache
204204
```
205205

206206
### Check and balance the cache and capacity bindings

0 commit comments

Comments
 (0)