What is Datastore Cluster?
A datastore cluster is a collection of datastores with shared resources and a shared management interface. Datastore clusters are to datastores what clusters are to hosts.
When you add a datastore to a datastore cluster, the datastores resources become part of the datastore cluster’s resources. Datastore clusters are used to aggregate storage resources, which enables you to support resource allocation policies at the datastore cluster level. Also datastore cluster provides following benefits:
- Space utilization load balancing
- I/O latency load balancing
- Anti-affinity rules
We will talk about these in greater details a bit later in this post.
Datastore Cluster Requirements
Before creating a datastore cluster, one should keep following important points in mind:
1: Datastore clusters must contain similar or interchangeable datastores: A datastore cluster can contain a mix of datastores with different sizes and I/O capacities, and can be from different arrays and vendors. However, the following types of datastores cannot coexist in a datastore cluster.… Read More