From 3944e2f2760d677874a46c9e884f5aa61ddc4927 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 22 Aug 2014 14:58:10 -0700 Subject: [PATCH] website: Document data dir requirements. Fixes #264. --- website/source/docs/agent/options.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index bc37837cc..bb575a100 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -72,7 +72,9 @@ The options below are all specified on the command-line. * `-data-dir` - This flag provides a data directory for the agent to store state. This is required for all agents. The directory should be durable across reboots. This is especially critical for agents that are running in server mode, as they - must be able to persist the cluster state. + must be able to persist the cluster state. Additional, the directory must support + the use of filesystem locking, meaning some types of mounted folders (e.g. VirtualBox + shared folders) may not be suitable. * `-dc` - This flag controls the datacenter the agent is running in. If not provided it defaults to "dc1". Consul has first class support for multiple data centers but