Server 2012 Failover Cluster Disk Volume Removal

tdmax 1 Reputation point
2022-11-30T10:58:47.103+00:00

I have 2 unused Volumes on one of my Cluster disks and one volume needing more space.

I'm hoping I'm right in saying that all I need to do is go do disk management on the host with those volumes and right click and "Delete Volume"? This will then leave with me free space that I can extend the volume that needs the free space.

Just wanted some confirmation of this as the disk management keeps popping up that the "partition [name] Simple volume is currently in use". There is no data on the volumes and they are not being used to my knowledge. Is it ok just to Force the deletion and carry on with extending the volume in need or do I need to do something in Failover cluster manager first?

Thanks for any help.

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

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2022-12-02T09:08:27.387+00:00

    Hello there,

    As you are sure that there are no data in volume even backup then there is no harm in pushing the delete. You can also simply use the PowerShell command to achieve this.

    The Remove-ClusterSharedVolume cmdlet removes a volume from the Cluster Shared Volumes in a failover cluster and places it in Available Storage in the cluster. After placing a volume in Available Storage, you can use the volume when you configure a new clustered role.

    https://learn.microsoft.com/en-us/powershell/module/failoverclusters/remove-clustersharedvolume?view=windowsserver2022-ps

    This might help in some precautionary steps https://social.technet.microsoft.com/Forums/ie/en-US/bf4129dd-21f4-4fa0-b3d5-51ed6d57c976/remove-cluster-shared-volumes-and-readd-them?forum=winserverClustering

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

    --If the reply is helpful, please Upvote and Accept it as an answer–

    1 person found this answer helpful.

  2. tdmax 1 Reputation point
    2022-12-07T10:04:36.03+00:00

    Any follow-up to my question?

    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.