From 03ab15902cde7f38ae431b3a35f78469155a4d8c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 16 Nov 2022 17:30:55 +0100 Subject: [PATCH] Update docs for storage allocs in daemon.yml --- AppDir/etc/daemon.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/AppDir/etc/daemon.yml b/AppDir/etc/daemon.yml index 9d59d13..8524e11 100644 --- a/AppDir/etc/daemon.yml +++ b/AppDir/etc/daemon.yml @@ -58,21 +58,19 @@ storage: # network. If no allocations are defined then no data is replicated to this # node. # + # Each allocation should have its own data/meta directories, separate from the + # other allocations. + # # The data directory of each allocation should be on a different drive, while # the meta directories can be anywhere (ideally on an SSD). # # Capacity declares how many gigabytes can be stored in each allocation, and # is required. It must be a multiple of 100. # - # The ports are all required and must all be unique within and across - # allocations. - # - # THe ports are all _optional_, and will be automatically assigned if they are + # The ports are all _optional_, and will be automatically assigned if they are # not specified. If ports any ports are specified then all should be # specified, and each should be unique across all allocations. # - # Once assigned (either implicitly or explicitly) the rpc_port of an - # allocation should not be changed. #allocations: #- data_path: /foo/bar/data