Update docs for storage allocs in daemon.yml

This commit is contained in:
Brian Picciano 2022-11-16 17:30:55 +01:00
parent 53194614df
commit 03ab15902c

View File

@ -58,21 +58,19 @@ storage:
# network. If no allocations are defined then no data is replicated to this # network. If no allocations are defined then no data is replicated to this
# node. # 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 data directory of each allocation should be on a different drive, while
# the meta directories can be anywhere (ideally on an SSD). # the meta directories can be anywhere (ideally on an SSD).
# #
# Capacity declares how many gigabytes can be stored in each allocation, and # Capacity declares how many gigabytes can be stored in each allocation, and
# is required. It must be a multiple of 100. # is required. It must be a multiple of 100.
# #
# The ports are all required and must all be unique within and across # The ports are all _optional_, and will be automatically assigned if they are
# allocations.
#
# 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 # not specified. If ports any ports are specified then all should be
# specified, and each should be unique across all allocations. # 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: #allocations:
#- data_path: /foo/bar/data #- data_path: /foo/bar/data