How to disable Storage Pools/Disks to be available to other nodes in SQL Cluster?

Eldin Egrlic 0 Reputation points
2025-01-20T13:46:16.21+00:00

I am creating a SQL Cluster in Azure. This SQL cluster is mostly based on the Microsoft documentation article called "Tutorial: Configure an availability group in multiple subnets (SQL Server on Azure VMs)". This way you can create an SQL cluster with a cloud witness, which in event of a failure, will failover from a node1 to node2 (and vice versa).

We are configuring an Always On Availability Group (and not Failover Cluster Instance), in which disks are not supposed to be shared among nodes.

However, there is one functionality that we want to turn off. Storage Pools / Disks are shared among the nodes. For example, node1 can remove/delete disks or storage pools on node2 and vice versa. Example is on the image below, where in Server Manager it says under the "Available to".

How to disable this functionality? We want node1 to be able to see only disks that belong to it, not disks from other nodes.TBNYseJj

SQL Server on Azure Virtual Machines
{count} votes

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.