@@ -252,6 +252,38 @@ same set of tags on the primary storage for all clusters in a pod. Even
252252if different devices are used to present those tags, the set of exposed
253253tags can be the same.
254254
255+ Storage Access Groups
256+ ~~~~~~~~~~~~~~~~~~~~~
257+
258+ When a primary storage is added in CloudStack, either at the Zone or Cluster scope,
259+ it gets connected to all the hosts within that scope. Using Storage Access Groups,
260+ this behavior can be controlled by defining groups on both primary storage and hosts,
261+ ensuring connections are established only within those groups. When a Storage Access
262+ Group is set on a primary storage, and the same group is assigned to a host, the
263+ primary storage will connect only to that host. A Storage Access Group can also be
264+ applied at the Cluster, Pod, or Zone level, allowing all hosts in that entity to
265+ inherit the group automatically.
266+
267+ For example, if there are 50 hosts across 10 clusters, with 5 hosts per cluster,
268+ and a zone-wide primary storage is added, it will connect to all 50 hosts. If the
269+ operator wants to limit the connection to a few hosts in just the first 2 clusters,
270+ Storage Access Groups can be set on the primary storage and those specific hosts —
271+ or directly on the two clusters to achieve the same effect.
272+
273+
274+ Adding Storage Access Group on a primary storage.
275+
276+ |adding-storage-access-group-on-primary-storage.png |
277+
278+ Adding Storage Access Group on a host. Similarly it can be applied Cluster/Pod/Zone.
279+
280+ |adding-storage-access-group-on-host.png |
281+
282+ A primary storage with a Storage Access Group will connect only to hosts that have the
283+ same Storage Access Group. A storage pool without a Storage Access Group will connect to all hosts,
284+ including those with or without any Storage Access Group.
285+
286+ Note, this is not applicable for local primary storages.
255287
256288Maintenance Mode for Primary Storage
257289~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments