Skip to content

Commit 610409f

Browse files
authored
Update etcd-defrag.adoc updated the version from 4.5.6 to 4.5.9
$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.13.12 True False 13m Cluster version is 4.13.12 sh-5.1# etcd --version etcd Version: 3.5.9 Git SHA: GitNotFound Go Version: go1.19.10 X:strictfipsruntime Go OS/Arch: linux/amd64 sh-5.1# etcdctl endpoint status -w table +---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+ | ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS | +---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+ | https://10.0.138.131:2379 | a0179e79ee803236 | 3.5.9 | 102 MB | false | false | 8 | 41128 | 41128 | | | https://10.0.172.137:2379 | 52a452f96358b9dc | 3.5.9 | 102 MB | true | false | 8 | 41128 | 41128 | | | https://10.0.206.71:2379 | 428984e0534784ef | 3.5.9 | 102 MB | false | false | 8 | 41128 | 41128 | | +---------------------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
1 parent 80bee0c commit 610409f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/etcd-defrag.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
----
173173
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

Comments
 (0)