From b82cab2fe4162a3cacb7f93f9d8f50e95a5b69f6 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 25 Jan 2019 10:24:33 -0500 Subject: [PATCH] website: redirect to new scheduling doc --- website/redirects.txt | 1 + website/source/docs/internals/architecture.html.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/redirects.txt b/website/redirects.txt index 403ab13ef..07bc3497c 100644 --- a/website/redirects.txt +++ b/website/redirects.txt @@ -85,6 +85,7 @@ /docs/commands/server-join.html /docs/commands/server/join.html /docs/commands/server-members.html /docs/commands/server/members.html /docs/runtime/schedulers.html /docs/schedulers.html +/docs/internals/scheduling.html /docs/internals/scheduling/scheduling.html # Moved /docs/operating-a-job/ -> /guides/operating-a-job/ /docs/operating-a-job /guides/operating-a-job/index.html diff --git a/website/source/docs/internals/architecture.html.md b/website/source/docs/internals/architecture.html.md index e9d5013f5..e500e7dfe 100644 --- a/website/source/docs/internals/architecture.html.md +++ b/website/source/docs/internals/architecture.html.md @@ -81,7 +81,7 @@ Looking at only a single region, at a high level Nomad looks like this: [![Regional Architecture](/assets/images/nomad-architecture-region.png)](/assets/images/nomad-architecture-region.png) Within each region, we have both clients and servers. Servers are responsible for -accepting jobs from users, managing clients, and [computing task placements](/docs/internals/scheduling.html). +accepting jobs from users, managing clients, and [computing task placements](/docs/internals/scheduling/scheduling.html). Each region may have clients from multiple datacenters, allowing a small number of servers to handle very large clusters. @@ -132,7 +132,7 @@ ensuring PCI compliant workloads run on appropriate servers. This has been a brief high-level overview of the architecture of Nomad. There are more details available for each of the sub-systems. The [consensus protocol](/docs/internals/consensus.html), -[gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling.html) +[gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling/scheduling.html) are all documented in more detail. For other details, either consult the code, ask in IRC or reach out to the mailing list.