@@ -113,9 +113,9 @@ Use 'oc describe pod/etcd-ip-10-0-159-225.example.redhat.com -n openshift-etcd'
113113+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
114114| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS |
115115+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
116- | https://10.0.191.37:2379 | 251cd44483d811c3 | 3.4 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
117- | https://10.0.159.225:2379 | 264c7c58ecbdabee | 3.4 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
118- | https://10.0.199.170:2379 | 9ac311f93915cc79 | 3.4 .9 | 104 MB | true | false | 7 | 91624 | 91624 | |
116+ | https://10.0.191.37:2379 | 251cd44483d811c3 | 3.5 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
117+ | https://10.0.159.225:2379 | 264c7c58ecbdabee | 3.5 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
118+ | https://10.0.199.170:2379 | 9ac311f93915cc79 | 3.5 .9 | 104 MB | true | false | 7 | 91624 | 91624 | |
119119+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
120120----
121121+
@@ -165,9 +165,9 @@ sh-4.4# etcdctl endpoint status -w table --cluster
165165+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
166166| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS |
167167+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
168- | https://10.0.191.37:2379 | 251cd44483d811c3 | 3.4 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
169- | https://10.0.159.225:2379 | 264c7c58ecbdabee | 3.4 .9 | 41 MB | false | false | 7 | 91624 | 91624 | | <1>
170- | https://10.0.199.170:2379 | 9ac311f93915cc79 | 3.4 .9 | 104 MB | true | false | 7 | 91624 | 91624 | |
168+ | https://10.0.191.37:2379 | 251cd44483d811c3 | 3.5 .9 | 104 MB | false | false | 7 | 91624 | 91624 | |
169+ | https://10.0.159.225:2379 | 264c7c58ecbdabee | 3.5 .9 | 41 MB | false | false | 7 | 91624 | 91624 | | <1>
170+ | https://10.0.199.170:2379 | 9ac311f93915cc79 | 3.5 .9 | 104 MB | true | false | 7 | 91624 | 91624 | |
171171+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
172172----
173173This example shows that the database size for this etcd member is now 41 MB as opposed to the starting size of 104 MB.
0 commit comments