Update storage-spaces-storage-bus-cache.md - #8125
Update storage-spaces-storage-bus-cache.md#8125Jiří Janata (jirijanata) wants to merge 1 commit into
Conversation
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.
|
Jiří Janata (@jirijanata) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 122e5af: ✅ Validation status: passed
For more details, please refer to the build report. |
|
#assign: Robin Harwood (@robinharwood), dknappettmsft Robin Harwood (@robinharwood) dknappettmsft Can you review the proposed changes? #label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team |
|
Users robinharwood are already assigned. |
There was a problem hiding this comment.
Pull request overview
Updates the Storage Bus Cache documentation to reflect the correct workflow for clearing/recreating cache bindings by using disk GUIDs and leveraging Update-StorageBusCache to rebuild bindings automatically.
Changes:
- Replaces the previous manual
Remove-StorageBusBinding/New-StorageBusBindingsnippet with a pipeline that removes bindings usingDeviceGuid. - Updates the instructions to use
Update-StorageBusCacheto recreate bindings automatically.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```powershell | ||
| Remove-StorageBusBinding | ||
| New-StorageBusBinding | ||
| Get-StorageBusBinding | Select-Object -ExpandProperty DeviceGuid | Remove-StorageBusBinding | ||
| 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. |
| ### 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. |
Auto Publish – main to live - 2026-06-24 17:30 UTC
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.