Cannot attach virtual disk from storage pool

2024-09-07T00:20:13.3133333+00:00

When attempting to attach a virtual disk from a storage pool it fails with no specific error message.

Here is what I see when I attempt to attach it from powershell:

PS C:\Windows\system32> connect-virtualdisk -FriendlyName f_disk -Verbose

connect-virtualdisk : Failed

Activity ID: {e864c349-8912-4c43-912d-6873cb3a7e1c}

At line:1 char:1

  • connect-virtualdisk -FriendlyName f_disk -Verbose
  • 
        + CategoryInfo          : NotSpecified: (StorageWMI:ROOT/Microsoft/...SFT_VirtualDisk) [Connect-VirtualDisk], CimE
    
       xception
    
        + FullyQualifiedErrorId : StorageWMI 4,Connect-VirtualDisk
    
    

Has anyone seen this before, and if so how was this resolved?

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.
650 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 36,336 Reputation points Microsoft Vendor
    2024-09-09T02:10:48.6733333+00:00

    Hi,

    Please try disabling the disks from being automatically added to the failover cluster. Open PowerShell as administrator and run

    Get-StorageSubSystem | Set-StorageSubSystem -AutomaticClusteringEnabled:$false
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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