Server 2019 Add Cluster Storage failed

Dawid Sopel 1 Reputation point
2022-12-14T08:33:41.367+00:00

I have 2 servers:

SMB01

SMB03

SOFC01 - Failover Cluster ( SMB01, SMB03 )

I've created Failover Cluster to store VM's on Scale-Out File Server. On SMB01 I have 5 disks, on SMB03 there is 3 disks. I want to create cluster pool. So, at Cluster Manager right click on Pools->New Storage Pool-> disks from smb03 are visible. After selecting disks and click "Next" Pool was created but with errors. Created pool wont start. This same situation is on server SMB01

270404-001.jpg

Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Michael Durkan 12,251 Reputation points MVP
    2022-12-14T09:20:33.627+00:00

    Hi

    the recommendation is that you have symmetrical disks in each node when creating an SOFS Pool:

    https://learn.microsoft.com/en-us/azure-stack/hci/concepts/quorum#pool-quorum-recommendations

    The danger of having a non-symmetrical layout is that even if one node fails, it can take the entire cluster down as there is no majority:

    https://learn.microsoft.com/en-us/azure-stack/hci/concepts/quorum#four-nodes-with-a-non-symmetrical-layout

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    0 comments No comments

  2. Dawid Sopel 1 Reputation point
    2022-12-14T11:52:45.52+00:00

    Symmetrical or non-symmetrical layout is not a problem. Problem is that my pool won't create as You see on screen. There is nothing about symmetrical or not. First, pool must be created on one server from disks available on that server but error shows as you see

    0 comments No comments

  3. Alex Bykovskyi 2,241 Reputation points
    2023-04-28T11:48:48.4766667+00:00

    Hey,
    When Failover Cluster is configured, it will try to use drives from both nodes to create a pool.
    https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/cannot-create-separate-storage-pool-on-windows-2019-failover/m-p/3720679
    You will need to use Powershell to create standalone Storage Spaces pool.
    https://learn.microsoft.com/en-us/powershell/module/storage/new-storagepool?view=windowsserver2022-ps
    https://www.starwindsoftware.com/blog/configure-a-resilient-volume-on-windows-server-2016-using-storage-spaces
    If you are planning to use S2D, it is recommended to use symmetrical storage layout. As an alternative to S2D, you can use StarWind VSAN to create shared storage for Failover Cluster on top of Storage Spaces pool.
    https://www.starwindsoftware.com/starwind-virtual-san
    Cheers,   
    Alex Bykovskyi   
    StarWind Software   
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

    0 comments No comments

  4. Alex Bykovskyi 2,241 Reputation points
    2023-04-28T11:49:07.3666667+00:00

    Hey,

    When Failover Cluster is configured, it will try to use drives from both nodes to create a pool.

    https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/cannot-create-separate-storage-pool-on-windows-2019-failover/m-p/3720679

    You will need to use Powershell to create standalone Storage Spaces pool.

    https://learn.microsoft.com/en-us/powershell/module/storage/new-storagepool?view=windowsserver2022-ps

    https://www.starwindsoftware.com/blog/configure-a-resilient-volume-on-windows-server-2016-using-storage-spaces

    If you are planning to use S2D, it is recommended to use symmetrical storage layout. As an alternative to S2D, you can use StarWind VSAN to create shared storage for Failover Cluster on top of Storage Spaces pool.

    https://www.starwindsoftware.com/starwind-virtual-san

    Cheers,  
    Alex Bykovskyi  
    StarWind Software  
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.