Forum Discussion
Joe_Fortini
Sep 07, 2021Copper Contributor
Enable storage bus cache with Storage Spaces on standalone servers generic failure message to create
With the release of server 2022 i have looked forward to implementing storage bus cache. The KB to do so is rather straight forward https://docs.microsoft.com/en-us/windows-server/storage/storage-sp...
Joe_Fortini
Sep 08, 2021Copper Contributor
I think i figured it out, reset-physicaldisk does not correctly clean the drive. i did a diskpart select disk X and then clean and the enable can now enable. i think the MS script needs to be updated to handle cleaning of disks
- Joe_FortiniSep 08, 2021Copper Contributorso i tried to add another drive and it just blew up so tried to remove the bindings disable and start again and now this
PS C:\Users\Administrator> Enable-StorageBusCache
Update-StorageBusCache : Storage Bus does not have identifiable cache devices
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\StorageBusCache\StorageBusCache.psm1:1074 char:13
+ Update-StorageBusCache
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Update-StorageBusCache], RuntimeException
+ FullyQualifiedErrorId : NotFound,Update-StorageBusCache
this seems way to touchy to be in the prod release of 2022, or im just doing something totally wrong.
all my drives are cleaned and raw and online, they can be seen in server manager UI all correctly. and get-physicaldisk shows all the correct media types- DeletedOct 29, 2021run "Get-StorageBusCache" to check the storage bus cache is enabled,
and then run "Update-StorageBusCache" to completed storage bus cache deployment,
finally, you can run "Get-StoragePool Stor*| Get-PhysicalDisk | sort size" to check that all disks are joined to storage bus cache pool.