ReFS on Storage Spaces – Is Storage Tiering Working in Windows Server 2019?

refsstorage-spaces

)

I couldn't find any real information on this 😀 I have Windows Server 2019 with one Storage Pool consisting of two HDDs and two SSDs with tiering and mirroring. On that there is a volume running ReFS.

How can I check if ReFS tiering is working and can the tier be set manually?

Best Answer

You can check it in the Performance Monitor. Add Physical disks Read and Write counters for your SSDs and HDDs. In this case, you will be able to see which Tier is being utilized by seeing which drives are doing IO. In addition, configure ReFS counter of fast and slow tiers utilization percentage. This information will give you data distribution between Tiers. In my expereience, Storage Spaces counters just do not work with ReFS, I tried it multiple times. In addition, you can read how tiered ReFS works here: https://docs.microsoft.com/en-us/windows-server/storage/refs/mirror-accelerated-parity P.S. Yeah, I know, it is written about S2D, but it works the same way in Storage Spaces it. I've tested it multiple times.

Related Topic