From 1e1a764ccb051fb23af24fb99416a34483155f48 Mon Sep 17 00:00:00 2001 From: Elisey Zanko Date: Tue, 18 Oct 2016 15:51:23 +0500 Subject: [PATCH] `/conf` is not a volume --- zookeeper/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zookeeper/content.md b/zookeeper/content.md index 57ecd2a10..d06df44e9 100644 --- a/zookeeper/content.md +++ b/zookeeper/content.md @@ -74,6 +74,6 @@ This variable allows you to specify a list of machines of the Zookeeper ensemble ## Where to store data -This image is configured with volumes at `/data`, `/datalog` and `/conf` to hold the Zookeeper in-memory database snapshots, the transaction log of updates to the database and configuration, respectively. +This image is configured with volumes at `/data` and `/datalog` to hold the Zookeeper in-memory database snapshots and the transaction log of updates to the database, respectively. > Be careful where you put the transaction log. A dedicated transaction log device is key to consistent good performance. Putting the log on a busy device will adversely effect performance.