-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ISAR to 4.16 #193
Comments
4.15.8 -> 4.15.22 -> 4.16.4 Let's update to 4.15.22 |
Discussions at the internal slack: https://redhat-internal.slack.com/archives/C04J8QF8Y83/p1722500655964189 Live migration of some VM's took ages:
Memory get always a bit dirty and migrate again. Looks like we have to improve the live migration settings:
Or it might be related to the network issues from time to time #181 |
This migration is running around 8+ houres
|
Live migration configuration:
Let's create and try a MigrationPolicy apiVersion: migrations.kubevirt.io/v1alpha1
kind: MigrationPolicy
metadata:
annotations:
description: Migration Policy to allow allowAutoConverge & allowPostCopy
name: mig-pol-allow-auto-conv-allow-post-copy
spec:
allowAutoConverge: true
allowPostCopy: true
selectors:
namespaceSelector:
mig-pol-allow-auto-conv-allow-post-copy: 'true' oc label namespace/stormshift-ocp11-infra mig-pol-allow-auto-conv-allow-post-copy=true |
I applied the policy to a bunch of namespaces:
|
ODF Stucks... Can not evict inf44 osd pods...
|
Let's try add the new ceph10,ceph11,ceph12 and rebalance the storage |
|
|
Pods disappear. Grr I want to finish the update today (4.15.xx) let's 🔨 - reboot inf44 to force drain. 😢 |
inf44 came not back online:
CRIO and IPv6 🤦🏼 |
|
First problems because of #188 |
Disable ipv6
|
Start upgrade to 4.16.4, inf8 stuck because of ipv6 issue like inf44. Disabled IPv6 at inf8 |
Disabled IPv6:
|
Update done, ipv6 disabled |
The text was updated successfully, but these errors were encountered: