Skip to content

Commit

Permalink
ver 3.21; docs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <alex.aizman@gmail.com>
  • Loading branch information
alex-aizman committed Nov 5, 2023
1 parent e4ce2cb commit 7577acd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ With a little effort, they all could be extracted and used outside.
- [Checksumming: brief theory of operations](/docs/checksum.md)
- [S3 compatibility](/docs/s3compat.md)
- Cluster Management
- [Lifecycle management: maintenance mode, rebalance/rebuild, and more](/docs/lifecycle_node.md)
- [Node lifecycle: maintenance mode, rebalance/rebuild, shutdown, decommission](/docs/lifecycle_node.md)
- [CLI: `ais cluster` and subcommands](/docs/cli/show.md)
- [Start/stop maintenance mode, shutdown, decommission, and related operations](/docs/lifecycle_node.md)
- [Joining AIS cluster](/docs/join_cluster.md)
- [Leaving AIS cluster](/docs/leave_cluster.md)
- [Global Rebalance](/docs/rebalance.md)
Expand Down
2 changes: 1 addition & 1 deletion cmn/ver_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "github.com/NVIDIA/aistore/cmn/jsp"
// `jsp` formats its *signature* and other implementation details.

const (
VersionAIStore = "3.21.rc3"
VersionAIStore = "3.21"
VersionCLI = "1.8"
VersionLoader = "1.9"
VersionAuthN = "1.0"
Expand Down
3 changes: 1 addition & 2 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ redirect_from:
- [Checksumming: brief theory of operations](/docs/checksum.md)
- [S3 compatibility](/docs/s3compat.md)
- Cluster Management
- [Lifecycle management: maintenance mode, rebalance/rebuild, and more](/docs/lifecycle_node.md)
- [Node lifecycle: maintenance mode, rebalance/rebuild, shutdown, decommission](/docs/lifecycle_node.md)
- [CLI: `ais cluster` and subcommands](/docs/cli/show.md)
- [Start/stop maintenance mode, shutdown, decommission, and related operations](/docs/lifecycle_node.md)
- [Joining AIS cluster](/docs/join_cluster.md)
- [Leaving AIS cluster](/docs/leave_cluster.md)
- [Global Rebalance](/docs/rebalance.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ To run AIStore from source, you'd typically need **Go**: compiler, linker, tools
To install Go(lang) on Linux:

* Download the latest `go1.20.<x>.linux-amd64.tar.gz` from [Go downloads](https://golang.org/dl/)
* Download the latest `go1.21.<x>.linux-amd64.tar.gz` from [Go downloads](https://golang.org/dl/)
* Follow [installation instructions](https://go.dev/doc/install)
* **Or** simply run: `tar -C /usr/local -xzf go1.20.<x>.linux-amd64.tar.gz` and add `/usr/local/go/bin` to $PATH
* **Or** simply run: `tar -C /usr/local -xzf go1.21.<x>.linux-amd64.tar.gz` and add `/usr/local/go/bin` to $PATH

Next, if not done yet, export the [`GOPATH`](https://go.dev/doc/gopath_code#GOPATH) environment variable.

Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ With a little effort, they all could be extracted and used outside.
- [Checksumming: brief theory of operations](/docs/checksum.md)
- [S3 compatibility](/docs/s3compat.md)
- Cluster Management
- [Lifecycle management: maintenance mode, rebalance/rebuild, and more](/docs/lifecycle_node.md)
- [Node lifecycle: maintenance mode, rebalance/rebuild, shutdown, decommission](/docs/lifecycle_node.md)
- [CLI: `ais cluster` and subcommands](/docs/cli/show.md)
- [Start/stop maintenance mode, shutdown, decommission, and related operations](/docs/lifecycle_node.md)
- [Joining AIS cluster](/docs/join_cluster.md)
- [Leaving AIS cluster](/docs/leave_cluster.md)
- [Global Rebalance](/docs/rebalance.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The rest of this document is structured as follows:
- [Other Services](#other-services)
- [dSort](#dsort)
- [CLI](#cli)
- [AIS no-limitations principle](#ais-no-limitations-principle)
- [_No limitations_ principle](#no-limitations-principle)

## Terminology

Expand Down Expand Up @@ -294,7 +294,7 @@ One salient feature of AIS CLI is its Bash style [auto-completions](/docs/cli.md

AIS CLI is currently quickly developing. For more information, please see the project's own [README](/docs/cli.md).

## AIS no-limitations principle
## _No limitations_ principle

There are **no** designed-in limitations on the:

Expand Down

0 comments on commit 7577acd

Please sign in to comment.