@@ -113,9 +113,9 @@ Use 'oc describe pod/etcd-ip-10-0-159-225.example.redhat.com -n openshift-etcd'
113
113
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
114
114
| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS |
115
115
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
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 | |
119
119
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
120
120
----
121
121
+
@@ -165,9 +165,9 @@ sh-4.4# etcdctl endpoint status -w table --cluster
165
165
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
166
166
| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS |
167
167
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
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 | |
171
171
+---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
172
172
----
173
173
This 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