mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Documentation: Minor typo fix
Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
4e4140040a
commit
f1437a8932
@ -83,7 +83,7 @@ Removing excessive keyspace data and defragmenting the backend database will put
|
||||
# get current revision
|
||||
$ rev=$(ETCDCTL_API=3 etcdctl --endpoints=:2379 endpoint status --write-out="json" | egrep -o '"revision":[0-9]*' | egrep -o '[0-9]*')
|
||||
# compact away all old revisions
|
||||
$ ETCDCTL_API=3 etdctl compact $rev
|
||||
$ ETCDCTL_API=3 etcdctl compact $rev
|
||||
compacted revision 1516
|
||||
# defragment away excessive space
|
||||
$ ETCDCTL_API=3 etcdctl defrag
|
||||
|
Loading…
x
Reference in New Issue
Block a user