Update storage-spaces-storage-bus-cache.md#8125
Open
jirijanata wants to merge 1 commit intoMicrosoftDocs:mainfrom
Open
Update storage-spaces-storage-bus-cache.md#8125jirijanata wants to merge 1 commit intoMicrosoftDocs:mainfrom
jirijanata wants to merge 1 commit intoMicrosoftDocs:mainfrom
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.
Contributor
|
@jirijanata : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Contributor
|
Learn Build status updates of commit 122e5af: ✅ Validation status: passed
For more details, please refer to the build report. |
Contributor
|
#assign: @robinharwood, @dknappettmsft Can you review the proposed changes? #label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team |
Contributor
|
Users robinharwood are already assigned. |
Contributor
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.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.