From 1c904b1ad67e8ceb0621fe147d0c6e737f25f2d4 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 18 May 2018 12:43:03 -0700 Subject: [PATCH] CHANGELOG-3.4: fix grammar, clarify WAL directory change Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 0d3ed553e..b09da3c65 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -200,7 +200,8 @@ See [security doc](https://github.com/coreos/etcd/blob/master/Documentation/op-g - Again, etcd `Lease` is meant for short-periodic keepalives or sessions, in the range of seconds or minutes. Not for hours or days! - Enable etcd server [`raft.Config.CheckQuorum` when starting with `ForceNewCluster`](https://github.com/coreos/etcd/pull/9347). - Allow [non-WAL files in `--wal-dir` directory](https://github.com/coreos/etcd/pull/9743). - - Previously, existing files such as [`lost+found`](https://github.com/coreos/etcd/issues/7287) in WAL directory prevents etcd server boot. + - Previously, existing files such as [`lost+found`](https://github.com/coreos/etcd/issues/7287) in WAL directory prevent etcd server boot. + - Now, WAL directory that contains only `lost+found` or a file that's not suffixed with `.wal` is considered non-initialized. ### API