From d365258bcbb9f5c8a823b0169cfa1611145313dc Mon Sep 17 00:00:00 2001 From: Anabel V Date: Wed, 11 Nov 2020 16:40:05 -0800 Subject: [PATCH] Remove advice on CSI network based (#351) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 503c4e87af1..4a6b66263a2 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ Since MinIO has built-in erasure-code support for high-availability and data pro - [OpenEBS Local PV](https://docs.openebs.io/docs/next/localpv.html) - [vSAN Direct](https://blogs.vmware.com/virtualblocks/2020/09/15/whats-new-in-vsan-7-update-1/) -We recommend _against_ PVs or CSI drivers which use network-attached storage, as network latency reduces performance compared to local disks. - ```sh kubectl minio tenant create --name tenant1 --servers 4 --volumes 16 --capacity 16Ti ```