Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -234,4 +237,3 @@ See the following example for changing the Provision Mode from Shared (default)
```powershell
Set-StorageBusCache -ProvisionMode Cache
```