From 680860a824c1fa594fb7d020bd3aef736dad9466 Mon Sep 17 00:00:00 2001 From: Certeza <49564480+Certezalito@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:43:51 -0500 Subject: [PATCH] Update storage bus cache requirements on storage cache mirror tier Added note about cache tier requirements and fixed formatting. --- .../storage-spaces/storage-spaces-storage-bus-cache.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 e92bbb78cd..426ceafc25 100644 --- a/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md +++ b/WindowsServerDocs/storage/storage-spaces/storage-spaces-storage-bus-cache.md @@ -129,7 +129,10 @@ This section is a step-by-step guide on how to enable the storage bus cache for ```powershell Enable-StorageBusCache ``` - + + > [!NOTE] + > The cache tier is a mirror tier and requires two drives for this command to complete. + This step will: > [!div class="checklist"] > * Create a storage pool with all the available drives. @@ -234,4 +237,3 @@ See the following example for changing the Provision Mode from Shared (default) ```powershell Set-StorageBusCache -ProvisionMode Cache ``` -