1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00

Add missing word: "is" (#927)

Per title, it seemed that the word "is" was missing from the sentence.
This commit is contained in:
Pieter Gijsbers
2023-07-21 17:50:43 +02:00
committed by GitHub
parent 2572c46cd0
commit fd66cf5c10

View File

@ -57,7 +57,7 @@ How does MinIO manage multiple virtual or physical servers?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While testing MinIO may only involve a single drive on a single computer, most production MinIO deployments use multiple compute and storage devices to create a high availability environment.
A server pool a set of :mc:`minio server` nodes that pool their drives and resources to support object storage write and retrieval requests.
A server pool is a set of :mc:`minio server` nodes that pool their drives and resources to support object storage write and retrieval requests.
MinIO supports adding one or more server pools to existing MinIO deployments for horizontal expansion.
When MinIO has multiple server pools available, an individual object always writes to the same erasure set in the same server pool.