@@ -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 (a text string attribute similar to tag),
263+ and the same group is assigned to a host, the primary storage will connect only to that host.
264+ A Storage Access Group can also be applied at the Cluster, Pod, or Zone level, allowing
265+ all hosts in that entity to 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+ Adding Storage Access Group on a primary storage.
274+
275+ |adding-storage-access-group-on-primary-storage.png |
276+
277+ Adding Storage Access Group on a host. Similarly it can be applied Cluster/Pod/Zone.
278+
279+ |adding-storage-access-group-on-host.png |
280+
281+ A primary storage with a Storage Access Group will connect only to hosts that have the
282+ same Storage Access Group. A storage pool without a Storage Access Group will connect to all hosts,
283+ including those with or without any Storage Access Group.
284+
285+ Note: Storage Access Groups are not applicable for local primary storages. Currently this is tested with NFS
286+ and Dell PowerFlex storages.
255287
256288Maintenance Mode for Primary Storage
257289~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1719,4 +1751,7 @@ as well if they wish. Attaching and detaching a disk is not allowed on a Shared
17191751 :alt: NFS mount options in add Primary Storage
17201752.. |nfs-mount-options-edit-primary-storage.png| image:: /_static/images/nfs-mount-options-edit-primary-storage.png
17211753 :alt: NFS mount options in edit Primary Storage
1722-
1754+ .. |adding-storage-access-group-on-primary-storage.png| image:: /_static/images/adding-storage-access-group-on-primary-storage.png
1755+ :alt: Adding storage access groups on primary storage
1756+ .. |adding-storage-access-group-on-host.png| image:: /_static/images/adding-storage-access-group-on-host.png
1757+ :alt: Adding storage access groups on host
0 commit comments