Storage Pools - Failed to create Parity VD

Dawid Sopel 1 Reputation point
2022-09-08T12:24:51.1+00:00

Server 2019, 5 disks. Create Pool successfull, but failed after trying create Parity VD. From GUI and Powershell same situation.

239047-vd.jpg

Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
632 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 30,376 Reputation points Microsoft Vendor
    2022-09-15T04:29:28.797+00:00

    Hi,

    What does your PowerShell command look like? Have you tried to specify the NumberOfColumns parameter? Please see if this works

    New-VirtualDisk -StoragePoolFriendlyName Parity -ProvisioningType thin -FriendlyName VD -Size 10GB -ResiliencySettingName Parity -NumberOfColumns 5 -Interleave 32KB  
    

    Best Regards,
    Ian Xue

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments