From 122e5afdc4483a22754ff7a3fb776fee66c0de8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Janata?= Date: Sun, 15 Mar 2026 18:10:43 +0100 Subject: [PATCH] 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. --- .../storage-spaces/storage-spaces-storage-bus-cache.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md b/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md index 5c0de3b66f..4b7dff8d1e 100644 --- a/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md +++ b/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md @@ -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 ``` ### Check and balance the cache and capacity bindings