You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node(s) CPU architecture, OS, and Version:
Ubuntu 20.04
Cluster Configuration:
Single node
Describe the bug:
While snapshot creation is disabled, we see a log message ETCD snapshots are disabled and also Saving current etcd snapshot set to rke2-etcd-snapshots ConfigMap
Logs contain both disabled message along with Saving snapshot message.
journalctl -u rke2-server |grep snapshot
Jun 16 17:54:14 ip-172-31-34-252 rke2[1526]: time="2021-06-16T17:54:14Z" level=info msg="Saving current etcd snapshot set to rke2-etcd-snapshots ConfigMap"
Jun 16 21:45:58 ip-172-31-34-252 rke2[85241]: time="2021-06-16T21:45:58Z" level=info msg="ETCD snapshots are disabled"
Jun 16 21:47:59 ip-172-31-34-252 rke2[85241]: time="2021-06-16T21:47:59Z" level=info msg="Saving current etcd snapshot set to rke2-etcd-snapshots ConfigMap"
Expected behavior:
When etcd snapshots are disabled log we could only ETCD snapshots are disabled message
Actual behavior:
Both disable and saving messages are shown
The text was updated successfully, but these errors were encountered:
Changes have been made in K3s and will be pulled through when the RKE2 branches are updated.
brandond
changed the title
With that when etcd snapshots are disabled exclude message that says Saving snapshot to configmap
When etcd snapshots are disabled, the snapshot list configmap is still updated
Jul 9, 2021
RKE2 Version:
rke2 version v1.21.1-dev+5f9b1aa6
Node(s) CPU architecture, OS, and Version:
Ubuntu 20.04
Cluster Configuration:
Single node
Describe the bug:
While snapshot creation is disabled, we see a log message ETCD snapshots are disabled and also Saving current etcd snapshot set to rke2-etcd-snapshots ConfigMap
Steps To Reproduce:
Config.yaml
Expected behavior:
When etcd snapshots are disabled log we could only ETCD snapshots are disabled message
Actual behavior:
Both disable and saving messages are shown
The text was updated successfully, but these errors were encountered: