From 7253ae5d19a783845dbabb637db649b64070a42a Mon Sep 17 00:00:00 2001 From: Kostas Christidis Date: Tue, 13 Jun 2017 11:03:01 -0400 Subject: [PATCH] [FAB-4593] Reword temp ledger location text Change-Id: I9da1365a65ec8b5b63e784d67056c4c130449a9a Signed-off-by: Kostas Christidis --- examples/cluster/config/orderer.yaml | 4 ++-- sampleconfig/orderer.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cluster/config/orderer.yaml b/examples/cluster/config/orderer.yaml index 7398a95b023..e45f6e64070 100644 --- a/examples/cluster/config/orderer.yaml +++ b/examples/cluster/config/orderer.yaml @@ -110,8 +110,8 @@ General: FileLedger: # Location: The directory to store the blocks in. - # NOTE: If this is unset, a temporary location will be chosen using - # the prefix specified by Prefix. + # NOTE: If this is unset, a new temporary location will be chosen every time + # the orderer is restarted, using the prefix specified by Prefix. Location: /var/hyperledger/fabric/orderer # The prefix to use when generating a ledger directory in temporary space. diff --git a/sampleconfig/orderer.yaml b/sampleconfig/orderer.yaml index 661fc4871e2..bc3998da4eb 100644 --- a/sampleconfig/orderer.yaml +++ b/sampleconfig/orderer.yaml @@ -110,8 +110,8 @@ General: FileLedger: # Location: The directory to store the blocks in. - # NOTE: If this is unset, a temporary location will be chosen using - # the prefix specified by Prefix. + # NOTE: If this is unset, a new temporary location will be chosen every time + # the orderer is restarted, using the prefix specified by Prefix. Location: /var/hyperledger/production/orderer # The prefix to use when generating a ledger directory in temporary space.