mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Update storage class related documents (#5399)
- Add storage usage info in storage class doc - Update distributed & erasure code doc with info on storage class
This commit is contained in:
@@ -22,6 +22,8 @@ As with Minio in stand-alone mode, distributed Minio has a per tenant limit of m
|
||||
|
||||
Note that with distributed Minio you can play around with the number of nodes and drives as long as the limits are adhered to. For example, you can have 2 nodes with 4 drives each, 4 nodes with 4 drives each, 8 nodes with 2 drives each, and so on.
|
||||
|
||||
You can also use [storage classes](https://github.com/minio/minio/tree/master/docs/erasure/storage-class) to set custom data and parity distribution across total disks.
|
||||
|
||||
### Consistency Guarantees
|
||||
|
||||
Minio follows strict **read-after-write** consistency model for all i/o operations both in distributed and standalone modes.
|
||||
|
||||
Reference in New Issue
Block a user