From f52cd4363ad9921ba8b6d85d64a486f6390b0cb9 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 12 May 2020 16:56:35 -0600 Subject: [PATCH] set the stage for the example in the intro --- docs/proposed/grid-manager/managed-grid.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/proposed/grid-manager/managed-grid.rst b/docs/proposed/grid-manager/managed-grid.rst index a3ad0d115..ff4b6e5c4 100644 --- a/docs/proposed/grid-manager/managed-grid.rst +++ b/docs/proposed/grid-manager/managed-grid.rst @@ -241,6 +241,11 @@ Manager. Example:: Example Setup of a New Managed Grid ----------------------------------- +This example creates an actual grid, but it's all just on one machine +with different "node directories" and a separate tahoe process for +each node. Usually of course each storage server would be on a +separate computer. + Note that we use the ``daemonize`` command in the following but that's only one way to handle "running a command in the background". You could instead run commands that start with ``daemonize ...`` in their @@ -251,10 +256,6 @@ We'll store our Grid Manager configuration on disk, in tahoe grid-manager --config ./gm0 create -This example creates an actual grid, but it's all just on one machine -with different "node directories". Usually of course each storage -server would be on a separate computer. - (If you already have a grid, you can :ref:`skip ahead `.) First of all, create an Introducer. Note that we actually have to run