From 908b0034f370a19a735bfe499d210af141554a14 Mon Sep 17 00:00:00 2001 From: Alex Aizman Date: Fri, 7 Feb 2025 13:47:35 -0500 Subject: [PATCH] docs: follow-up Signed-off-by: Alex Aizman --- docs/cli/advanced.md | 2 +- docs/getting_started.md | 2 +- docs/overview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cli/advanced.md b/docs/cli/advanced.md index 0fe5fda7bfe..999f58bce91 100644 --- a/docs/cli/advanced.md +++ b/docs/cli/advanced.md @@ -136,7 +136,7 @@ Node t[kOktEWrTg], Version 3.21.1.69a90d64b, build time 2023-11-07T18:06:19-0500 ## Disable/Enable cloud backend at runtime -AIStore build supports conditional linkage of the supported remote backends: [S3, GCS, Azure](https://github.com/NVIDIA/aistore/blob/main/docs/images/cluster-block-2024.png). +AIStore build supports conditional linkage of the supported remote backends: [S3, GCS, Azure](https://github.com/NVIDIA/aistore/blob/main/docs/images/cluster-block-v3.26.png). > For the most recently updated list, please see [3rd party Backend providers](/docs/providers.md). diff --git a/docs/getting_started.md b/docs/getting_started.md index 916f85974ef..3700a1d25af 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -566,7 +566,7 @@ In summary: ### A note on conditional linkage -AIStore build supports conditional linkage of the supported remote backends: [S3, GCS, Azure](https://github.com/NVIDIA/aistore/blob/main/docs/images/cluster-block-2024.png). +AIStore build supports conditional linkage of the supported remote backends: [S3, GCS, Azure, OCI](https://github.com/NVIDIA/aistore/blob/main/docs/images/cluster-block-v3.26.png). > For the complete list of supported build tags, please see [conditional linkage](/docs/build_tags.md). diff --git a/docs/overview.md b/docs/overview.md index 77eae15c030..863e9bc53a8 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -45,7 +45,7 @@ The rest of this document is structured as follows: Following is a high-level **block diagram** with an emphasis on supported frontend and backend APIs, and the capability to scale-out horizontally. The picture also tries to make the point that AIS aggregates an arbitrary numbers of storage servers ("targets") with local or locally accessible drives, whereby each drive is formatted with a local filesystem of choice (e.g., xfs or zfs). -![At-a-Glance](images/cluster-block-2024.png) +![At-a-Glance](images/cluster-block-v3.26.png) In any aistore cluster, there are **two kinds of nodes**: proxies (a.k.a. gateways) and storage nodes (targets):