Skip to content

Update storage-spaces-storage-bus-cache.md#8125

Open
jirijanata wants to merge 1 commit intoMicrosoftDocs:mainfrom
jirijanata:patch-2
Open

Update storage-spaces-storage-bus-cache.md#8125
jirijanata wants to merge 1 commit intoMicrosoftDocs:mainfrom
jirijanata:patch-2

Conversation

@jirijanata
Copy link

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.

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.
@jirijanata jirijanata requested a review from a team as a code owner March 15, 2026 17:11
@jirijanata jirijanata requested review from robinharwood and removed request for a team March 15, 2026 17:11
@prmerger-automator
Copy link
Contributor

@jirijanata : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 122e5af:

✅ Validation status: passed

File Status Preview URL Details
WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md ✅Succeeded

For more details, please refer to the build report.

@ttorble
Copy link
Contributor

ttorble commented Mar 16, 2026

#assign: @robinharwood, @dknappettmsft

@robinharwood @dknappettmsft

Can you review the proposed changes?

#label:"aq-pr-triaged"

@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator
Copy link
Contributor

Users robinharwood are already assigned.

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Mar 16, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-StorageBusBinding snippet with a pipeline that removes bindings using DeviceGuid.
  • Updates the instructions to use Update-StorageBusCache to recreate bindings automatically.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 201 to +203
```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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants