Skip to content

Storage Spaces Direct – Software Storage Bus

Storage Spaces Direct is one of the coolest feature in Windows Server 2016. For those who don’t know what Storage Spaces Direct does, it is Microsoft software-defined storage solution which allows you to use local-attached drives as storage for your Hyper-V cluster for example. You can read more about it here.

Software Storage Bus is the core of the Storage Spaces Direct because it’s a virtual storage bus that spans all the server that make up the cluster. Software Storage Bus allows each server to see all disks across all servers in the cluster and it’s made up of two components: ClusPort and ClusBlft. Clusport implements a virtual HBA that allows the node to connect to disk devices in all the other servers in the cluster. ClusBlft on the other side implement virtualization of the disk devices and enclosure in each server for ClusPort in other servers to connect to.

SSBStack

Software Storage Bus has an access algorithm which makes sure that all devices from all servers have access and it also has an algorithm for IO prioritization that prioritizes Application IO over System IO.

The Software Storage Bus cache is scoped to each server and is resilient to failures because it sits underneath the virtual disk, which provides resiliency by writing data copies to different nodes.

If you want to read more about Software Storage Bus check Claus blog post and if you want to test Storage Spaces Direct you can try it on Microsoft Virtual Labs

Published inGeneral

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.