Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ Update-StorageBusCache

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

There's no cmdlet to unbind/rebind existing bindings and balance the relationship. The following steps cause the existing read cache to be lost.
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.

```powershell
Remove-StorageBusBinding
New-StorageBusBinding
Get-StorageBusBinding | Select-Object -ExpandProperty DeviceGuid | Remove-StorageBusBinding
Update-StorageBusCache
Comment on lines 201 to +203
```

### Check and balance the cache and capacity bindings
Expand Down
Loading