summaryrefslogtreecommitdiff
path: root/daily/22-Apr-2025.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-04-26 13:14:25 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-04-26 13:14:25 +0200
commit89688082f4c85cbfcf045e1f85dac5c69285c23e (patch)
tree709be9a6f0c9a802e0487e92e81f4281f4ec345b /daily/22-Apr-2025.md
parentf0a7d563a385663513f24aecad92219ecfc83bd8 (diff)
parent468e33e7926897756acfe0d483633fb36949ebc5 (diff)
vault backup: 2025-04-26 13:14:25
Diffstat (limited to 'daily/22-Apr-2025.md')
-rw-r--r--daily/22-Apr-2025.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/daily/22-Apr-2025.md b/daily/22-Apr-2025.md
new file mode 100644
index 0000000..192eebe
--- /dev/null
+++ b/daily/22-Apr-2025.md
@@ -0,0 +1,32 @@
+octavia ovn provider memory leak; found [bug report](https://bugs.launchpad.net/neutron/+bug/2065460) which looks very promising. Trying to patch the driver with this patchset to see if we can fix it.
+
+
+# Interview Ali met Erik
+Maand opzegtermijn, geen haast.
+
+Noemt control plane services
+- keystone users projects
+werkt voor leaseplan, reason layoff
+
+migratie workflow:
+- legacy cluster
+
+Live migration, ceph shared, kan geen manier vinden om storage zonder intermediate host te migreren.
+
+Knows how live migration work.
+
+Explanation OpenStack, trace server create call:
+- keystone, service catalog, token
+- nova api, nova scheduler, nova conductor
+ - doesnt know individual, whole schedules server
+ - nova libvirt talks libvirt, creates vm
+ - host aggregates mentioned + flavor extra specs
+ - vm calls metadata @ 169.169... mentioned
+ - cloud-init
+- nova wants port -> rabbit -> neutron
+- neutron api, ovn controller
+ - ovn northd, nb, sb
+ - neutron ml2 plugin translates neutron to ovn nb
+ - northd translates nb to sb
+ - ovn controller reads sb and translate to ovs on compute
+- glance image \ No newline at end of file