Control group /: -.slice ├─machine ├─sys-fs-fuse-connections.mount ├─sys-kernel-config.mount ├─sys-kernel-debug.mount ├─dev-mqueue.mount ├─user.slice │ ├─user-1002.slice │ │ ├─user@1002.service … │ │ │ ├─app.slice │ │ │ └─init.scope │ │ │ ├─21831 /lib/systemd/systemd --user │ │ │ └─21832 (sd-pam) │ │ └─session-21.scope │ │ ├─21774 sshd: cephadm [priv] │ │ └─21851 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─707 /lib/systemd/systemd --user │ │ └─708 (sd-pam) │ ├─session-4.scope │ │ ├─1604 sshd: zuul [priv] │ │ └─1617 sshd: zuul@notty │ └─session-1.scope │ ├─ 704 sshd: zuul [priv] │ ├─ 721 sshd: zuul@notty │ ├─ 868 /usr/bin/python3 │ ├─ 1608 ssh: /home/zuul/.ansible/cp/199.204.45.205-22-zuul [mux] │ ├─419562 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xlyzuayvqtpfrtsydjsdgyviepcjswuq ; /usr/bin/python3'"'"' && sleep 0' │ ├─419563 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-xlyzuayvqtpfrtsydjsdgyviepcjswuq ; /usr/bin/python3' && sleep 0 │ ├─419564 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-xlyzuayvqtpfrtsydjsdgyviepcjswuq ; /usr/bin/python3 │ ├─419565 /bin/sh -c echo BECOME-SUCCESS-xlyzuayvqtpfrtsydjsdgyviepcjswuq ; /usr/bin/python3 │ ├─419566 /usr/bin/python3 │ ├─419567 /bin/bash -c set -x systemd-cgls --full --all --no-pager > /tmp/logs/system/systemd-cgls.txt ip addr > /tmp/logs/system/ip-addr.txt ip route > /tmp/logs/system/ip-route.txt lsblk > /tmp/logs/system/lsblk.txt mount > /tmp/logs/system/mount.txt docker images > /tmp/logs/system/docker-images.txt brctl show > /tmp/logs/system/brctl-show.txt ps aux --sort=-%mem > /tmp/logs/system/ps.txt dpkg -l > /tmp/logs/system/packages.txt CONTAINERS=($(docker ps -a --format '{{ .Names }}' --filter label=zuul)) if [ ! -z "$CONTAINERS" ]; then mkdir -p "/tmp/logs/system/containers" for CONTAINER in ${CONTAINERS}; do docker logs "${CONTAINER}" > "/tmp/logs/system/containers/${CONTAINER}.txt" done fi │ └─419569 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 42 nofb ├─system.slice │ ├─docker-b0a578f7b40f32864fbc7a2550f5cb1512088757b88050480f6e1d4fdba3583a.scope … │ │ ├─12553 /sbin/docker-init -- /usr/bin/ceph-mon -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ │ └─12567 /usr/bin/ceph-mon -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker-0e0c2602c7bf35126193f9210b8a1d22289bc1b4133644af1baa65d4570436b4.scope … │ │ ├─30210 /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─30222 /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─containerd.service … │ │ ├─ 9955 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12507 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b0a578f7b40f32864fbc7a2550f5cb1512088757b88050480f6e1d4fdba3583a -address /run/containerd/containerd.sock │ │ ├─ 12892 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 80f59bf046c7e394c59bd2e2bad679cd69bdc9e46ac4c384a80cb15559dc216a -address /run/containerd/containerd.sock │ │ ├─ 18766 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 14def82c5ef09f162a076eefed06a103efab06cc57a7a433cab44b57cf41e523 -address /run/containerd/containerd.sock │ │ ├─ 25388 /usr/bin/containerd-shim-runc-v2 -namespace moby -id e7457698e893c5c084a1f1f7ed602fede365577d66c6fe8b379aefa76c83c92d -address /run/containerd/containerd.sock │ │ ├─ 30186 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0e0c2602c7bf35126193f9210b8a1d22289bc1b4133644af1baa65d4570436b4 -address /run/containerd/containerd.sock │ │ ├─ 34713 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 69cdbfb4acbda5b919c47a410590b7a2c19eef1132db811538a3f843d9018c97 -address /run/containerd/containerd.sock │ │ ├─ 40570 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c168073cc53dabb72f014787b8ab5fcd4f382eef946be7a30d24b0e1cb1e514b -address /run/containerd/containerd.sock │ │ ├─ 40603 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ed5272fe2bb3b6ca93f6a77f8194fd791ad6a9c869a7510638f68470edb714e4 -address /run/containerd/containerd.sock │ │ ├─ 40639 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 588bf5093c735b1409124714d9a9f421975f7a859bb5300d7dcc529489a25fe9 -address /run/containerd/containerd.sock │ │ ├─ 40655 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b43ccc276c832cb9c5bf5a56b2c39d88c4b1c086250c277eef8d7d73806428f8 -address /run/containerd/containerd.sock │ │ ├─ 40673 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 79eb3ae37092307992088391ae33a6f4072ae685c79a0d579517549131031e30 -address /run/containerd/containerd.sock │ │ ├─ 41193 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 110369434a9034afc007e468ffb4ac4f67e1ecc5419ac110c918f5eed841e25d -address /run/containerd/containerd.sock │ │ ├─ 41918 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e823c93284c829e986e51ad6f8bf7b32a5e0bd8244883c412119b7eab7f4c1e7 -address /run/containerd/containerd.sock │ │ ├─ 41927 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ba1cc42da34168e08e0fca40e943c5fa5e3545af7a2cbaaeee831c341ac73827 -address /run/containerd/containerd.sock │ │ ├─ 43287 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2dbcca5bcf7e608576bd975357d0fbc7924d16beb7ddbfc3f26ad4b6e179bcc2 -address /run/containerd/containerd.sock │ │ ├─ 43722 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6b791f6732cd6055797cca15d3835b057b8f12577381d16eea3788dd20b789c1 -address /run/containerd/containerd.sock │ │ ├─ 43760 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f7a57e955cc7a68a28adde16c53093873144e412d5408367eb4711c134c0db76 -address /run/containerd/containerd.sock │ │ ├─ 44193 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 998258c955f5def5626502d4df6a47dc3ff23d02362c09ac00b56e146d80ff71 -address /run/containerd/containerd.sock │ │ ├─ 44681 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a05b5598aa5ab9411e29e9363f1ad85592be0d8a3811c1b4347434fed072229a -address /run/containerd/containerd.sock │ │ ├─ 44733 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 056db26c22aabe211ed713613dae138e09258047aac26bb959e2c71c64b133d7 -address /run/containerd/containerd.sock │ │ ├─ 44771 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a47d44749eb15017ed963c458a41e12860e498724b1b65051ec3a300389def3d -address /run/containerd/containerd.sock │ │ ├─ 47086 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9e7645a2d2eedb8b9575b820c2a862c553e4c22da711f25f16f2df34cf592102 -address /run/containerd/containerd.sock │ │ ├─ 47200 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 42fbfd04a2f236dd427250708f09fecdcc55280f34404e71729e2f7bfb4ae1dd -address /run/containerd/containerd.sock │ │ ├─ 47922 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 80f7575c4c6a7e045c7fbf3cb671343f8f34dfc2f2085c0b25db7699d4c41768 -address /run/containerd/containerd.sock │ │ ├─ 48005 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6111bb670fbcd9d2dc6a036424d41466537b610044c7eabed5f8d00df246ea30 -address /run/containerd/containerd.sock │ │ ├─ 48385 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8a97a1f0ea9a4102ac625cd28b05b9d577b4dc0fd04023da3616adbca6f36939 -address /run/containerd/containerd.sock │ │ ├─ 48879 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 38a32a0465df6686718931631907ffa5d040bb6a24c7edf22fc43dabb6543d50 -address /run/containerd/containerd.sock │ │ ├─ 49308 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 666a38a9072496cfdf30d32135ea0e7b2c51be95dbe213ff207e5f1f2640e97f -address /run/containerd/containerd.sock │ │ ├─ 51534 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c8238cae648d0a04421d99c1004c504c274ab25b524f2c3a577d64d524796bbd -address /run/containerd/containerd.sock │ │ ├─ 51679 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e2a0f291a0f3b5e9099e76ae86cbb140e4c8a9c2abe303fb2a228b0ecc6e8168 -address /run/containerd/containerd.sock │ │ ├─ 56046 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44dc607f5f41f40bb11ef881350b2571ea10a7e421b3a9e260a46963ec77f37d -address /run/containerd/containerd.sock │ │ ├─ 56692 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8b86c985cf20f76cfeaf8951a1987818564b3dfcb37a230b1549a9622014be6f -address /run/containerd/containerd.sock │ │ ├─ 56732 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2bf48ea911fad75bb3bbb3bdf54a6f14b5e8c8262090efc44e4d128391fd0f8b -address /run/containerd/containerd.sock │ │ ├─ 56810 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 779a4a493ce7fedbc858b523f18455d1c5acbe36038c6f7c76f7c250c7903921 -address /run/containerd/containerd.sock │ │ ├─ 56967 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 50e1733765e1bc531f03f109dff726ebab0f655575634f10c3a5b5263a772bec -address /run/containerd/containerd.sock │ │ ├─ 61171 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7d486a0a7d0eec69ecba44cbb313f0725d12fda041d598a97c49310e804aa390 -address /run/containerd/containerd.sock │ │ ├─ 61275 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f83de5c134512e1b30b4aaba00f97cc4e60a3d9485002ffdcdb0884774864ccd -address /run/containerd/containerd.sock │ │ ├─ 61326 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fe96a68c87aa0ebfd73cc89a2ce8c0b8d11d8240647a1a29f3bfca646a7079cf -address /run/containerd/containerd.sock │ │ ├─ 61361 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6fab45602203bdfe5d3c69fec0b2aff2e02dda81bdbb462a58b4a13147467557 -address /run/containerd/containerd.sock │ │ ├─ 62565 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3a1afbfa55ca0325b47b06cc74ed6a4a74f6d9992ddf18f746583f8c9d35d4ca -address /run/containerd/containerd.sock │ │ ├─ 62697 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e44b747f18dfc00b59367f3dd9e4e3b0d11d90d7a648eded49fd7058ed41eaaa -address /run/containerd/containerd.sock │ │ ├─ 63056 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ec5c6be03a759a71a437ff5dc3e660f37a3f141033e4418692d4971ea70b503a -address /run/containerd/containerd.sock │ │ ├─ 63148 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 557af7bb88cbbf2dac9e1ab2cf44b5754146bd7ac1bb62e6d0f4565b1e826b6b -address /run/containerd/containerd.sock │ │ ├─ 63215 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 10bbc5192cf376677e33533ccd22ad545331744ad6a96705e70eb85f3a09eec8 -address /run/containerd/containerd.sock │ │ ├─ 63536 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bc3ecb72166b3977366adcd40302c72e024ac774f606be20bdffdbe9f83c68a4 -address /run/containerd/containerd.sock │ │ ├─ 63888 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1b87c8c7cfba629d5cff8b05af6b0fcae02d34168a4d7fc3c2d0a49d8ecf3a18 -address /run/containerd/containerd.sock │ │ ├─ 64354 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 411cf6cf3564c6f4a4766882cb5de9d49fd03fd3c34421a10f8045b7fc2a98e6 -address /run/containerd/containerd.sock │ │ ├─ 64485 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 397014ed56dcf39128cce2310d46c2bed8916c0af8cd8c3189eb33a088d46726 -address /run/containerd/containerd.sock │ │ ├─ 65254 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1090b5497eea247bbe5adecbeda117fae16c9c6648ec16b69e662b17f209dab1 -address /run/containerd/containerd.sock │ │ ├─ 66861 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44ea552e11b3c66524f1f0b39fe456f39b5d5b78b60fe46b5ab747b1c334d89b -address /run/containerd/containerd.sock │ │ ├─ 69320 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 96b8de883aeac4e5464fb81e89d4754c88957bbf98f92ed4549e9b6ecead8c39 -address /run/containerd/containerd.sock │ │ ├─ 78657 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7a23cbc7f72d0d58e43b09ffe707c4eed444530be3bde04080430aaa3b862eed -address /run/containerd/containerd.sock │ │ ├─ 80280 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 630d4a7b161444ac0aff7a9178df5aebff717dc782969f8ca382363bbe700b41 -address /run/containerd/containerd.sock │ │ ├─ 86152 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44583e011775132f4b6d08f2a17f0e96d4b1efb2e578dd5f3d5f8aa9be11caab -address /run/containerd/containerd.sock │ │ ├─ 92133 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 070ffbe85a57127670bd418576285bc7d3aca11c84f8c2cf417d7a1d9a166285 -address /run/containerd/containerd.sock │ │ ├─ 96322 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ee0a2bbc60c0f231d46cc62dc4af0442bd41f10fcb00dcbc5ada71c065fad4aa -address /run/containerd/containerd.sock │ │ ├─ 96365 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d8defd08040a29d9ea936fa13bafa45c8e9a742307478a889fb0a249ec14bed9 -address /run/containerd/containerd.sock │ │ ├─104802 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1266315012bff136476b73e721c525c4685c86d77cc404739bcb38a3b693846f -address /run/containerd/containerd.sock │ │ ├─107249 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b979b2f9f03735d1b87acf8120a03d8e15682538b66aa631eb108dcf74141e94 -address /run/containerd/containerd.sock │ │ ├─107285 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fbd2218f294393d4e5e3537effae17c87af5ac559fc07f10f976f37b573d3557 -address /run/containerd/containerd.sock │ │ ├─109371 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 87b359aba21682bab0efda7aed7158a7f5df21652ec1719d32b7d188d106108d -address /run/containerd/containerd.sock │ │ ├─111108 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 00c4990ccd26adfdd83364c6f656f9b82e7b29a334a2efaa6a15dd3549f0dd79 -address /run/containerd/containerd.sock │ │ ├─111186 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9199c488b0bef0a61a994da5569007c0a24c540df8c851b5b6c879ea1d623c8d -address /run/containerd/containerd.sock │ │ ├─124197 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 704be58d42c777879ccb0eff05df52a7fac2895d124a196f3dbcc43d207b0eae -address /run/containerd/containerd.sock │ │ ├─124237 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b15cd72c3fd7be9e564aa0e240068d338265fff0fc851518d82ced406108b60e -address /run/containerd/containerd.sock │ │ ├─126832 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0baab46dba871b24f086c2b8a49ddd0b7c6dbf804d323028bb77c0f51ef88fcd -address /run/containerd/containerd.sock │ │ ├─141558 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8ad17af0e9179d9bed627aa025d4c02b153cbbef547788eccfe438adc3f0ce89 -address /run/containerd/containerd.sock │ │ ├─142576 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 47028d4da0944165ca873ea4e6cc6aa478727d2e9de8f6043bed696cb4f6f052 -address /run/containerd/containerd.sock │ │ ├─143840 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5fbf6e7d2eb0345d8e375c2bbfed6c4a361a08aa3f1fbc68c6603b3c5ee25841 -address /run/containerd/containerd.sock │ │ ├─143903 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f9e11e2bd0a5957fd75719e174cdc04764adcca0dcc14fc068c868e9d42beb1e -address /run/containerd/containerd.sock │ │ ├─144471 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0e30650aa99b365b92870cff014787dc4b86aea972b82b4618b1f657a7e78370 -address /run/containerd/containerd.sock │ │ ├─145626 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6998fa575f66d6cddf04b41b8840c94e179a88ed96cb9fd33696967bbcf9c0a0 -address /run/containerd/containerd.sock │ │ ├─147643 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ac297ae191c690158d685f88c6f570c2310a9341b2c178038a4297b179f67c0e -address /run/containerd/containerd.sock │ │ ├─148036 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d6e310cdd6aca81bc71e678753657349b0ee388e7cef208c9e7bafe7f04d7b55 -address /run/containerd/containerd.sock │ │ ├─148075 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 652c31820f0b943d5adcc8f4a4ee0c8bde38cde5478ec180f7b843cdaad2074b -address /run/containerd/containerd.sock │ │ ├─148235 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dd0382bd1447e3809cd3557ab8d96642466ed8abc4d621cd604d90e95bf28434 -address /run/containerd/containerd.sock │ │ ├─148308 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4a588d8de4f94f96efd6bc9151b81046dcbccda4e73f8ce0f97a7898353c21d2 -address /run/containerd/containerd.sock │ │ ├─149206 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2e2422fea6cdbd33410dc39afdeb1c7b6b6aaa965fd1a78ecf7ac4aae73cd79c -address /run/containerd/containerd.sock │ │ ├─175040 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id befae4ff242fa046ec83c1bd6fbc64492b62449c8e887b29066307b4f16c830a -address /run/containerd/containerd.sock │ │ ├─176779 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f6742e525f1ffaa259db63eae644b3ab7300b367d17347a3bd1da20a12f9e26d -address /run/containerd/containerd.sock │ │ ├─176857 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3c7eb10405f7567516f81932875240d037088297f47216b396a2c36587c9b2e5 -address /run/containerd/containerd.sock │ │ ├─176878 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d16528b4d917b92ad20dcc6ed2d0f23b0d4537eb5becbf40c440ca7c7bcadc27 -address /run/containerd/containerd.sock │ │ ├─177145 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f72f5e6488775df96d37aae3f19611017b543840181381b50c219195b640acfc -address /run/containerd/containerd.sock │ │ ├─177200 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id af93a7baa910c634bd1eafcf51176c14e512b7ec4a74ec386cb28afa563d843c -address /run/containerd/containerd.sock │ │ ├─183260 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c35f0e11ca0419e9987cd417ea513d1d6739ed9a7505d6aba55efcccbc4d02de -address /run/containerd/containerd.sock │ │ ├─189669 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 00eddff06448b5ebec7c9b254210a92a5957386c4f7dbcabdfce5463666fbe42 -address /run/containerd/containerd.sock │ │ ├─191837 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5ce72ede6282d0feedcb1431912abcd2c8527f3299422d212abeb3888602a652 -address /run/containerd/containerd.sock │ │ ├─191911 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a25db1dd8344f09d1f35a5aeda39ee5cfd4cc657bcf28e4099caa95189143f1e -address /run/containerd/containerd.sock │ │ ├─192040 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bca823d89a48a5ed0bf9f41941b8b6f960e889e3409ef8461875fd5521d406d1 -address /run/containerd/containerd.sock │ │ ├─208677 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 531ccc512276c474819eb72e5fe853cc1bd5d08343bf257e2fdb73000a65bd7d -address /run/containerd/containerd.sock │ │ ├─216734 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fd8a32b81376b0547062d0f8c56743c61d7a06d230b8a83549a3fc797d6737e5 -address /run/containerd/containerd.sock │ │ ├─216772 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 95c71d3289c981c455e27a8b6be0a449b48358cc313ab1b15fb766610f4da3e4 -address /run/containerd/containerd.sock │ │ ├─216787 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f017b289ae8d8e59b6da58de7843e46a5f01a9adba80712bcd5e86759ee7d22a -address /run/containerd/containerd.sock │ │ ├─217155 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 10d6265da952d61228095697a1db5b547a8c8cad7fb8a2ab0756897914e96fec -address /run/containerd/containerd.sock │ │ ├─229125 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 18338f0b3fabc81906a5bda219c8b26bf6ac0175ef086b3f9aa2da883eae63ba -address /run/containerd/containerd.sock │ │ ├─231673 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d51166a7738532b30b53fd9ccd162ce24a2339509ccaaa815eaa89d61c16e348 -address /run/containerd/containerd.sock │ │ ├─232941 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c782501ef900d658c6e78fe3d1b949edaeeb383bf4136cdf8b63f762123bef33 -address /run/containerd/containerd.sock │ │ ├─234324 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4c80b0fd8bab768f51854b2850a02505a1ea2d21732af8c7171ce6500398901b -address /run/containerd/containerd.sock │ │ ├─235336 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 47502d472508a66f52ada6437d28fe5fd413307636f06a356903d71f7f48a6e2 -address /run/containerd/containerd.sock │ │ ├─237403 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 99a6e30f3dcd6497fc3b81248cb8407e976321de84f19a63f60f43f3ecfa7163 -address /run/containerd/containerd.sock │ │ ├─239092 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1be48253edb8fc7d0be3748e4fa0b93e550621ea7f4659a2859aeb57d5b0c1ef -address /run/containerd/containerd.sock │ │ ├─239245 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e23c5ef1710eaa7195eb3fac2ab5d4c5913f002109ee514e70db3d9dd81ab524 -address /run/containerd/containerd.sock │ │ ├─248962 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e7b949098080e0a108340b03e02a420d64e5cc9031e205d7133f0e6446e28039 -address /run/containerd/containerd.sock │ │ ├─249426 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cf23cf311b0bd1fc46c5ca1ebb6b8763834902ad0fce5f0b75743bf0a2d32e8a -address /run/containerd/containerd.sock │ │ ├─257735 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4715eabc9f354a32e9cc4923a01ffdba7c99d43fffb7695c701d16842931d70f -address /run/containerd/containerd.sock │ │ ├─263033 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6b31f24ce8b3e64209178aec397d979d24d69a27ce13d9379ce0d72d32c628f6 -address /run/containerd/containerd.sock │ │ ├─263239 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6d695ba1fcd3bc21f64035482095c9696fa6852fc3f22a449d9d4e7c37080515 -address /run/containerd/containerd.sock │ │ ├─263288 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eaf7a76f600f91b1f0b58e3483d16157dbbfaef61e5e5d5e68f78a6d0c50c065 -address /run/containerd/containerd.sock │ │ ├─263393 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8ab89ccb96357eb714bdd7d4697c3b6376c0372bcaa1a0884798ba7fb7f444bd -address /run/containerd/containerd.sock │ │ ├─276143 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4d64bc36f725b625fd9af57b8051c3d5505455dbd9ac68bc12caed4d3a320889 -address /run/containerd/containerd.sock │ │ ├─278790 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f4bac2862f7d24092dce2dffdf0d12a9e4f567732dfa4f348299eb663cd3ff12 -address /run/containerd/containerd.sock │ │ └─280047 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fce2f4c4dd477e33938ad6d510d8b0b95f80424363fa1d7282bc888ad697763c -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1422 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─522 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─391 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─628 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 │ ├─system-ceph\x2d4837cbf8\x2d4f90\x2d4300\x2db3f6\x2d726c9b9f89b4.slice │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.1.service │ │ │ ├─29889 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─30168 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-1 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1:/var/lib/ceph/osd/ceph-1:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@crash.instance.service │ │ │ ├─18721 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─18743 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-crash --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-crash-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/keyring:/etc/ceph/ceph.client.crash.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.njkwae.service │ │ │ ├─12806 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.njkwae/unit.run │ │ │ └─12836 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mgr --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mgr-instance-njkwae --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.njkwae:/var/lib/ceph/mgr/ceph-instance.njkwae:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.njkwae/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18 -n mgr.instance.njkwae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.0.service │ │ │ ├─25095 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─25371 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-0 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0:/var/lib/ceph/osd/ceph-0:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─34415 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─34695 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-2 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2:/var/lib/ceph/osd/ceph-2:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mon.instance.service │ │ ├─12442 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12473 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mon-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance:/var/lib/ceph/mon/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev quay.io/ceph/ceph:v18 -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker.service … │ │ └─10330 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─643 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─617 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─docker-80f59bf046c7e394c59bd2e2bad679cd69bdc9e46ac4c384a80cb15559dc216a.scope … │ │ ├─12921 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.njkwae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12936 /usr/bin/ceph-mgr -n mgr.instance.njkwae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─multipathd.service │ │ └─140914 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─41036 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=199.204.45.205 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─systemd-journald.service │ │ └─357 /lib/systemd/systemd-journald │ ├─run-ra393c36e3ff3422c807b9c49f0c50497.scope │ │ └─190039 /usr/sbin/libvirtd --listen │ ├─docker-69cdbfb4acbda5b919c47a410590b7a2c19eef1132db811538a3f843d9018c97.scope … │ │ ├─34737 /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─34750 /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker-14def82c5ef09f162a076eefed06a103efab06cc57a7a433cab44b57cf41e523.scope … │ │ ├─18793 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─18810 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─ssh.service │ │ └─648 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─uuidd.service │ │ └─1088 /usr/sbin/uuidd --socket-activation │ ├─docker-e7457698e893c5c084a1f1f7ed602fede365577d66c6fe8b379aefa76c83c92d.scope … │ │ ├─25412 /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─25424 /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─cloud-config.service │ ├─chrony.service │ │ ├─11054 /usr/sbin/chronyd -F 1 │ │ └─11055 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─395 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─iscsid.service │ │ ├─140750 /sbin/iscsid │ │ └─140751 /sbin/iscsid │ ├─dbus.service │ │ └─614 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─627 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─620 /lib/systemd/systemd-logind ├─k8s.io │ ├─d6e310cdd6aca81bc71e678753657349b0ee388e7cef208c9e7bafe7f04d7b55 │ │ └─148061 /pause │ ├─9ec353943a5f2381153f317b1c701ff44e526e8b0ecd361e42fe8fdd5fe7ce48 │ │ ├─109475 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─109515 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─109529 erl_child_setup 1048576 │ │ ├─109580 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─109581 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─109591 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─109783 /bin/sh -s rabbit_disk_monitor │ ├─18338f0b3fabc81906a5bda219c8b26bf6ac0175ef086b3f9aa2da883eae63ba │ │ └─229150 /pause │ ├─c8238cae648d0a04421d99c1004c504c274ab25b524f2c3a577d64d524796bbd │ │ └─51557 /pause │ ├─4622cc79011b6736ba09522161ffabaf34e6e25cfbc14f20d0eef4256ea8245a │ │ ├─187131 neutron-policy-server: uWSGI master │ │ ├─187144 neutron-policy-server: uWSGI worker 1 │ │ └─187145 neutron-policy-server: uWSGI worker 2 │ ├─10bbc5192cf376677e33533ccd22ad545331744ad6a96705e70eb85f3a09eec8 │ │ └─63239 /pause │ ├─a715066ffb6393c182b0e2a579df57678e0ea7b505773a1f72c35e1b6a38b0a4 │ │ └─234373 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false │ ├─6b31f24ce8b3e64209178aec397d979d24d69a27ce13d9379ce0d72d32c628f6 │ │ └─263101 /pause │ ├─fbd2218f294393d4e5e3537effae17c87af5ac559fc07f10f976f37b573d3557 │ │ └─107316 /pause │ ├─d873a9359dce87783d45a6474e67a95a132b087473f430cf0dbc9090799dbd7d │ │ ├─282819 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─282833 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─411cf6cf3564c6f4a4766882cb5de9d49fd03fd3c34421a10f8045b7fc2a98e6 │ │ └─64378 /pause │ ├─be8245454b6d1b893be114d6fe91ef51d88067dad82c89f2f1d53d4668b645b9 │ │ └─57128 nfd-master -crd-controller=true -metrics=8081 │ ├─ba1cc42da34168e08e0fca40e943c5fa5e3545af7a2cbaaeee831c341ac73827 │ │ └─41974 /pause │ ├─2dbcca5bcf7e608576bd975357d0fbc7924d16beb7ddbfc3f26ad4b6e179bcc2 │ │ └─43312 /pause │ ├─1d69de5b1d2cefea2fd52226db98e95d2e4ae6637b865e0543aa77e181fc07b0 │ │ ├─65121 nginx: master process nginx -g daemon off; │ │ ├─65137 nginx: worker process │ │ ├─65138 nginx: worker process │ │ ├─65139 nginx: worker process │ │ ├─65140 nginx: worker process │ │ └─65141 nginx: worker process │ ├─d8defd08040a29d9ea936fa13bafa45c8e9a742307478a889fb0a249ec14bed9 │ │ └─96394 /pause │ ├─6786662eba83c6c9a448b158bb6aa5cd1f881bb4e609b9ece02a031baf4cc06a │ │ ├─42436 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─42810 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─821ceca943e118c124e3bacbd3ff5e123c01c6cf833ebd2c261ec5afae678c13 │ │ └─44998 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.12.17 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─f83de5c134512e1b30b4aaba00f97cc4e60a3d9485002ffdcdb0884774864ccd │ │ └─61303 /pause │ ├─af93a7baa910c634bd1eafcf51176c14e512b7ec4a74ec386cb28afa563d843c │ │ └─177223 /pause │ ├─488046db528cce1d9f707b41e2ba34469991a28587edac4628cfefad10a0e670 │ │ ├─132215 placement-api: uWSGI master │ │ ├─132249 placement-api: uWSGI worker 1 │ │ └─132250 placement-api: uWSGI worker 2 │ ├─50e1733765e1bc531f03f109dff726ebab0f655575634f10c3a5b5263a772bec │ │ └─56991 /pause │ ├─44583e011775132f4b6d08f2a17f0e96d4b1efb2e578dd5f3d5f8aa9be11caab │ │ └─86178 /pause │ ├─e2a0f291a0f3b5e9099e76ae86cbb140e4c8a9c2abe303fb2a228b0ecc6e8168 │ │ └─51703 /pause │ ├─666a38a9072496cfdf30d32135ea0e7b2c51be95dbe213ff207e5f1f2640e97f │ │ └─49331 /pause │ ├─1090b5497eea247bbe5adecbeda117fae16c9c6648ec16b69e662b17f209dab1 │ │ └─65278 /pause │ ├─75408986a318313cc726526440fd55425abd4c80e5363e28e8cb4f13633e6414 │ │ ├─188672 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-ovn-vpn-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini │ │ ├─189441 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpophg1ehq/privsep.sock │ │ ├─397563 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpcfpl13cp/privsep.sock │ │ ├─397614 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpk4h1uax7/privsep.sock │ │ ├─397660 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ └─397661 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ ├─2a94c80d2fba47af43e344c37b81e7fc511b6c11d312a4d8d3fb389020519fcd │ │ └─65507 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─06dfac7f67fb3ce0a0fa32bf5e3e6cc77bb11862f7478767d49d5e7dd071a011 │ │ └─256226 kube-controller-manager --authentication-kubeconfig=/etc/kubernetes/controller-manager.conf --authorization-kubeconfig=/etc/kubernetes/controller-manager.conf --bind-address=0.0.0.0 --client-ca-file=/etc/kubernetes/pki/ca.crt --cluster-name=kubernetes --cluster-signing-cert-file=/etc/kubernetes/pki/ca.crt --cluster-signing-key-file=/etc/kubernetes/pki/ca.key --controllers=*,bootstrapsigner,tokencleaner --kubeconfig=/etc/kubernetes/controller-manager.conf --leader-elect=true --requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt --root-ca-file=/etc/kubernetes/pki/ca.crt --service-account-private-key-file=/etc/kubernetes/pki/sa.key --tls-min-version=VersionTLS13 --use-service-account-credentials=true │ ├─0b0d61bfc650f42ceb017d1ad73e231da32eb2a372e9455ee03e83fa6fab3e58 │ │ ├─78815 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─78832 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─78838 erl_child_setup 1048576 │ │ ├─78886 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─78887 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─78897 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─79089 /bin/sh -s rabbit_disk_monitor │ ├─a710b1ea16fbd8d7fb6cd562ac12618e2b5c912c727dd65f3ae9d89839f30620 │ │ ├─204565 heat-api-cfn: uWSGI master │ │ ├─204651 heat-api-cfn: uWSGI worker 1 │ │ └─204652 heat-api-cfn: uWSGI worker 2 │ ├─8091fba5ee98e3042c968059b60aafdc24bd6a914e6ddefeeeb77da18eb4716c │ │ └─189270 /usr/bin/libvirt-tls-sidecar │ ├─10d6265da952d61228095697a1db5b547a8c8cad7fb8a2ab0756897914e96fec │ │ └─217183 /pause │ ├─44dc607f5f41f40bb11ef881350b2571ea10a7e421b3a9e260a46963ec77f37d │ │ └─56069 /pause │ ├─3c7eb10405f7567516f81932875240d037088297f47216b396a2c36587c9b2e5 │ │ └─176914 /pause │ ├─a25db1dd8344f09d1f35a5aeda39ee5cfd4cc657bcf28e4099caa95189143f1e │ │ └─191947 /pause │ ├─6fab45602203bdfe5d3c69fec0b2aff2e02dda81bdbb462a58b4a13147467557 │ │ └─61395 /pause │ ├─4d47af277d49a39c021f0476822628e3ca5713968dd6ffe781037aab150f2ec5 │ │ └─57167 nfd-gc -gc-interval=1h │ ├─b860ead2649b2d0f472050b73f05bc2c43fecb6fc1602e92760615ab02c82ac4 │ │ └─57089 nfd-worker -metrics=8081 │ ├─dc64e4bf0f43f9d81c104d86f822e3447c1e6122c3507a1b208c37c236743075 │ │ └─43813 /coredns -conf /etc/coredns/Corefile │ ├─557af7bb88cbbf2dac9e1ab2cf44b5754146bd7ac1bb62e6d0f4565b1e826b6b │ │ └─63174 /pause │ ├─998258c955f5def5626502d4df6a47dc3ff23d02362c09ac00b56e146d80ff71 │ │ └─44216 /pause │ ├─c917da8e9261391249185d33a0951aebe3fae11014b65f916351b636f26b8c93 │ │ └─49641 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─1b87c8c7cfba629d5cff8b05af6b0fcae02d34168a4d7fc3c2d0a49d8ecf3a18 │ │ └─63916 /pause │ ├─d16528b4d917b92ad20dcc6ed2d0f23b0d4537eb5becbf40c440ca7c7bcadc27 │ │ └─176998 /pause │ ├─4c80b0fd8bab768f51854b2850a02505a1ea2d21732af8c7171ce6500398901b │ │ └─234348 /pause │ ├─c083047fc2567563a841a24852562ceb936500bda5a2308524bdd312ab46f2d3 │ │ ├─ 96953 /bin/bash -x -e -m -c CEPH_CLIENT_ID=ceph-client.rgw.ceph.a PERIODICITY=daily LOG_ROTATE_CEPH_FILE=/etc/logrotate.d/ceph LOG_MAX_SIZE=500M ROTATE=7 # edit the logrotate file to only rotate a specific daemon log # otherwise we will logrotate log files without reloading certain daemons # this might happen when multiple daemons run on the same machine sed -i "s|*.log|$CEPH_CLIENT_ID.log|" "$LOG_ROTATE_CEPH_FILE" # replace default daily with given user input sed --in-place "s/daily/$PERIODICITY/g" "$LOG_ROTATE_CEPH_FILE" # replace rotate count, default 7 for all ceph daemons other than rbd-mirror sed --in-place "s/rotate 7/rotate $ROTATE/g" "$LOG_ROTATE_CEPH_FILE" if [ "$LOG_MAX_SIZE" != "0" ]; then # adding maxsize $LOG_MAX_SIZE at the 4th line of the logrotate config file with 4 spaces to maintain indentation sed --in-place "4i \ \ \ \ maxsize $LOG_MAX_SIZE" "$LOG_ROTATE_CEPH_FILE" fi while true; do # we don't force the logrorate but we let the logrotate binary handle the rotation based on user's input for periodicity and size logrotate --verbose "$LOG_ROTATE_CEPH_FILE" sleep 15m done │ │ └─398119 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─d3c3b823b0a948928c81fa57226d46fe4c6276bc1f4a7b0486c4606c0ec81a5b │ │ ├─249332 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─249783 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─249784 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─dd0382bd1447e3809cd3557ab8d96642466ed8abc4d621cd604d90e95bf28434 │ │ └─148280 /pause │ ├─7657b7ec12f3b5db7604ccbb499a310dc92236e2c0719b00efc88eb0cc49f7d0 │ │ └─67018 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─1266315012bff136476b73e721c525c4685c86d77cc404739bcb38a3b693846f │ │ └─104825 /pause │ ├─779a4a493ce7fedbc858b523f18455d1c5acbe36038c6f7c76f7c250c7903921 │ │ └─56836 /pause │ ├─74f050687f07bdfae682d36ee634cd4171e1b22367d21044b4b0a118e7bd0c46 │ │ └─44909 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --feature-gates=AdditionalCertificateOutputFormats=true --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─397014ed56dcf39128cce2310d46c2bed8916c0af8cd8c3189eb33a088d46726 │ │ └─64508 /pause │ ├─e23c5ef1710eaa7195eb3fac2ab5d4c5913f002109ee514e70db3d9dd81ab524 │ │ └─239286 /pause │ ├─94e8e825077fc47aa33383721708b7a7e1bc38c384894f036fba8543b4d4893a │ │ └─64885 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─4715eabc9f354a32e9cc4923a01ffdba7c99d43fffb7695c701d16842931d70f │ │ └─257759 /pause │ ├─49bb974cf539b9ce949f23785052ed00566f82b01479e8dc955e4ed49f0341dc │ │ └─256276 /kube-vip manager │ ├─c782501ef900d658c6e78fe3d1b949edaeeb383bf4136cdf8b63f762123bef33 │ │ └─232970 /pause │ ├─130563cb5d68b7fe18e13c67089d8074ad04935ee17a0dde863af6b3f69a08f1 │ │ └─141963 /usr/sbin/ovsdb-server /run/openvswitch/conf.db -vconsole:emer -vconsole:err -vconsole:info --pidfile=/run/openvswitch/ovsdb-server.pid --remote=punix:/run/openvswitch/db.sock --remote=db:Open_vSwitch,Open_vSwitch,manager_options --private-key=db:Open_vSwitch,SSL,private_key --certificate=db:Open_vSwitch,SSL,certificate --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert │ ├─ccfb2992573fee0540a2e63a01c62194ee27b25b9e17aaf8eeec5761d621c5cd │ │ └─48736 percona-xtradb-cluster-operator │ ├─6142e51101b8c416bdc5a1d41b50e788fb2e2f05be1a31aff8c16f2dda98e987 │ │ ├─85411 barbiacan-api: uWSGI master │ │ └─85489 barbiacan-api: uWSGI worker 1 │ ├─00eddff06448b5ebec7c9b254210a92a5957386c4f7dbcabdfce5463666fbe42 │ │ └─189695 /pause │ ├─885d7a4b6538b5e483c548bdfead3fa26a85909b0e3456c32d793cdff49bde7e │ │ └─47475 /server │ ├─96b8de883aeac4e5464fb81e89d4754c88957bbf98f92ed4549e9b6ecead8c39 │ │ └─69344 /pause │ ├─1d8b1ece8f14a4344120bbe651a22001b4263e6fa4cf4a7bdc845701852b00c1 │ │ ├─62310 python -u /app/sidecar.py │ │ ├─62604 python -u /app/sidecar.py │ │ └─62605 python -u /app/sidecar.py │ ├─ab4168d9512660db5b6630797469e5f6e1d206e4a3761a5607a97fbad9ae5dba │ │ ├─ 72720 apache2 -DFOREGROUND │ │ ├─ 72741 (wsgi:k -DFOREGROUND │ │ ├─ 72742 (wsgi:k -DFOREGROUND │ │ ├─ 72743 (wsgi:k -DFOREGROUND │ │ ├─ 72744 (wsgi:k -DFOREGROUND │ │ ├─405382 apache2 -DFOREGROUND │ │ └─405973 apache2 -DFOREGROUND │ ├─87b359aba21682bab0efda7aed7158a7f5df21652ec1719d32b7d188d106108d │ │ └─109393 /pause │ ├─4d64bc36f725b625fd9af57b8051c3d5505455dbd9ac68bc12caed4d3a320889 │ │ └─276166 /pause │ ├─9f8192e6ca129253b5453fb5f367a4523d0d1a758b0c8f478737ce9ac655546f │ │ └─61613 /bin/operator --kubelet-service=kube-system/kube-prometheus-stack-kubelet --localhost=127.0.0.1 --prometheus-config-reloader=harbor.atmosphere.dev/quay.io/prometheus-operator/prometheus-config-reloader:v0.73.0 --config-reloader-cpu-request=0 --config-reloader-cpu-limit=0 --config-reloader-memory-request=0 --config-reloader-memory-limit=0 --thanos-default-base-image=quay.io/thanos/thanos:v0.35.1 --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1 --web.enable-tls=true --web.cert-file=/cert/cert --web.key-file=/cert/key --web.listen-address=:10250 --web.tls-min-version=VersionTLS13 │ ├─86dd3b142e40954f7cee50e1556773aa41c63335d38f36698bb30bc9a0b766bf │ │ └─194101 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─0273ba5a7afd0a93c6da4e2b8028a8171e755fa88466b42c2c65b7fa43c9a217 │ │ └─256205 docker-registry serve /etc/docker-registry/config.yml │ ├─0437e499fff741a167a6126dbc7491fad67cb52ab8554a6a9565c3b714916ec5 │ │ └─44953 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─3c1681a4fad4eb46c7abf1c9a6e270f22fa5785e54e37e08572893a5331de640 │ │ └─67148 /bin/oauth2-proxy │ ├─895cfe556296f2b91f0582a5fb0f2f45d7ef0c675bfad4df27de979913abf806 │ │ └─96880 radosgw --fsid=4837cbf8-4f90-4300-b3f6-726c9b9f89b4 --keyring=/etc/ceph/keyring-store/keyring --default-log-to-stderr=true --default-err-to-stderr=true --default-mon-cluster-log-to-stderr=true --default-log-stderr-prefix=debug --default-log-to-file=false --default-mon-cluster-log-to-file=false --mon-host=[v2:10.96.240.200:3300,v1:10.96.240.200:6789] --mon-initial-members=instance --id=rgw.ceph.a --setuser=ceph --setgroup=ceph --foreground --rgw-frontends=beast port=8080 --host=rook-ceph-rgw-ceph-a-699b8bdb59-l6kkm --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─c7e58878b2b97b40252485a58efa4aadaaedcb826d1a7a391c3e163a2b49b3fb │ │ └─183987 vector --config /etc/vector/vector.toml │ ├─e7b949098080e0a108340b03e02a420d64e5cc9031e205d7133f0e6446e28039 │ │ └─248991 /pause │ ├─97e31d84a4f13cdf9b67727197793b06f3dc0356c6567b66b031d92785b317e8 │ │ └─40848 etcd --advertise-client-urls=https://199.204.45.205:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://199.204.45.205:2380 --initial-cluster=instance=https://199.204.45.205:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.205:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.204.45.205:2380 --name=instance --peer-cert-file=/etc/kubernetes/pki/etcd/peer.crt --peer-client-cert-auth=true --peer-key-file=/etc/kubernetes/pki/etcd/peer.key --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt --snapshot-count=10000 --tls-min-version=TLS1.3 --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt │ ├─f4bac2862f7d24092dce2dffdf0d12a9e4f567732dfa4f348299eb663cd3ff12 │ │ └─278814 /pause │ ├─ac297ae191c690158d685f88c6f570c2310a9341b2c178038a4297b179f67c0e │ │ └─147715 /pause │ ├─4580e934ffc6619959336337a516b1e3c776b47388c0e9bd4365c87892d4b6da │ │ └─122711 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─afe10459e45674d9cfb716dc2b1342101d4322ba1e4591aaee7e2dded335d0df │ │ └─40811 kube-apiserver --advertise-address=199.204.45.205 --allow-privileged=true --authorization-mode=Node,RBAC --client-ca-file=/etc/kubernetes/pki/ca.crt --enable-admission-plugins=NodeRestriction --enable-bootstrap-token-auth=true --etcd-cafile=/etc/kubernetes/pki/etcd/ca.crt --etcd-certfile=/etc/kubernetes/pki/apiserver-etcd-client.crt --etcd-keyfile=/etc/kubernetes/pki/apiserver-etcd-client.key --etcd-servers=https://127.0.0.1:2379 --kubelet-client-certificate=/etc/kubernetes/pki/apiserver-kubelet-client.crt --kubelet-client-key=/etc/kubernetes/pki/apiserver-kubelet-client.key --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname --proxy-client-cert-file=/etc/kubernetes/pki/front-proxy-client.crt --proxy-client-key-file=/etc/kubernetes/pki/front-proxy-client.key --requestheader-allowed-names=front-proxy-client --requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remote-Group --requestheader-username-headers=X-Remote-User --secure-port=6443 --service-account-issuer=https://kubernetes.default.svc.cluster.local --service-account-key-file=/etc/kubernetes/pki/sa.pub --service-account-signing-key-file=/etc/kubernetes/pki/sa.key --service-cluster-ip-range=10.96.0.0/12 --tls-cert-file=/etc/kubernetes/pki/apiserver.crt --tls-min-version=VersionTLS13 --tls-private-key-file=/etc/kubernetes/pki/apiserver.key │ ├─e2f034417fe118218beb9a61341340821b7db59e09e5aab2785f61fc9803b480 │ │ ├─142001 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─142014 /usr/sbin/ovs-vswitchd unix:/run/openvswitch/db.sock -vconsole:emer -vconsole:err -vconsole:info --pidfile=/run/openvswitch/ovs-vswitchd.pid --user=openvswitch:openvswitch --mlockall │ ├─6bd4ee390f4aab25f2d7119c797768061c86164903f3510633b9349614206eb8 │ │ ├─144175 /bin/bash /root/ovnkube.sh sb-ovsdb │ │ ├─144224 /bin/bash /root/ovnkube.sh sb-ovsdb │ │ ├─144246 ovsdb-server -vconsole:info -vfile:info --log-file=/var/log/ovn/ovsdb-server-sb.log --remote=punix:/var/run/ovn/ovnsb_db.sock --pidfile=/var/run/ovn/ovnsb_db.pid --unixctl=/var/run/ovn/ovnsb_db.ctl --remote=db:OVN_Southbound,SB_Global,connections --private-key=db:OVN_Southbound,SSL,private_key --certificate=db:OVN_Southbound,SSL,certificate --ca-cert=db:OVN_Southbound,SSL,ca_cert --ssl-protocols=db:OVN_Southbound,SSL,ssl_protocols --ssl-ciphers=db:OVN_Southbound,SSL,ssl_ciphers /etc/ovn/ovnsb_db.db │ │ ├─144515 tail --follow=name /var/log/ovn/ovsdb-server-sb.log │ │ └─419121 sleep 15 │ ├─f6e11b7b0df107bf6f021881bd51c7caa5100462c4fd40e9a7f223c0970d75e4 │ │ ├─145775 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─145792 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─145798 erl_child_setup 1048576 │ │ ├─145929 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─145930 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─145940 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─146079 /bin/sh -s rabbit_disk_monitor │ ├─701cfb060951b68a802265f8b44e6e009a6335afcf3003f5833676a1b7deed79 │ │ └─48202 /manager --metrics-bind-address=:8080 │ ├─bd0069c350a761ac4afd671bc2b7691d5c420b85f3c3a89f8362bd1dfd7b4630 │ │ └─273166 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─0e30650aa99b365b92870cff014787dc4b86aea972b82b4618b1f657a7e78370 │ │ └─144503 /pause │ ├─8ab89ccb96357eb714bdd7d4697c3b6376c0372bcaa1a0884798ba7fb7f444bd │ │ └─263418 /pause │ ├─070ffbe85a57127670bd418576285bc7d3aca11c84f8c2cf417d7a1d9a166285 │ │ └─92174 /pause │ ├─7321f2490f7bce20bda7700cce8cd22fb3cc9faa5c2e12d206ab47d68a47e9a4 │ │ ├─121163 cinder-api: uWSGI master │ │ ├─121176 cinder-api: uWSGI worker 1 │ │ └─121177 cinder-api: uWSGI worker 2 │ ├─6111bb670fbcd9d2dc6a036424d41466537b610044c7eabed5f8d00df246ea30 │ │ └─48028 /pause │ ├─ce4ef125a4ba1e1eefabc8f27c955de2e826b1f0255abfb5eb9caa214d07a7fa │ │ ├─144188 /bin/bash /root/ovnkube.sh nb-ovsdb │ │ ├─144295 /bin/bash /root/ovnkube.sh nb-ovsdb │ │ ├─144308 ovsdb-server -vconsole:info -vfile:info --log-file=/var/log/ovn/ovsdb-server-nb.log --remote=punix:/var/run/ovn/ovnnb_db.sock --pidfile=/var/run/ovn/ovnnb_db.pid --unixctl=/var/run/ovn/ovnnb_db.ctl --remote=db:OVN_Northbound,NB_Global,connections --private-key=db:OVN_Northbound,SSL,private_key --certificate=db:OVN_Northbound,SSL,certificate --ca-cert=db:OVN_Northbound,SSL,ca_cert --ssl-protocols=db:OVN_Northbound,SSL,ssl_protocols --ssl-ciphers=db:OVN_Northbound,SSL,ssl_ciphers /etc/ovn/ovnnb_db.db │ │ ├─144593 tail --follow=name /var/log/ovn/ovsdb-server-nb.log │ │ └─419123 sleep 15 │ ├─6ac2656d7722b41529fb3c63ed2fa623c16062a06b6a84ece8d35e7eaca5093a │ │ ├─208881 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─208897 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─208903 erl_child_setup 1048576 │ │ ├─208983 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─208984 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─209003 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─209193 /bin/sh -s rabbit_disk_monitor │ ├─fc34d665b081f25bd1401e0b8eab9f8c1d9bca5982aadd9bb0cd9648e1ce8c5b │ │ ├─144771 /bin/bash /root/ovnkube.sh run-ovn-northd │ │ ├─144959 ovn-northd -vconsole:info -vfile:info --ovnnb-db=tcp:ovn-ovsdb-nb-0.ovn-ovsdb-nb.openstack.svc.cluster.local:6641 --ovnsb-db=tcp:ovn-ovsdb-sb-0.ovn-ovsdb-sb.openstack.svc.cluster.local:6642 --no-chdir --log-file=/var/log/ovn/ovn-northd.log --pidfile=/var/run/ovn/ovn-northd.pid --detach │ │ ├─144964 tail --follow=name /var/log/ovn/ovn-northd.log │ │ └─419303 sleep 15 │ ├─c279700c069b066a833f2bedd601eb9b79c894da97d4681e12fbe284260ec293 │ │ └─66643 /bin/prometheus-config-reloader --listen-address=:8080 --reload-url=http://127.0.0.1:9090/-/reload --config-file=/etc/prometheus/config/prometheus.yaml.gz --config-envsubst-file=/etc/prometheus/config_out/prometheus.env.yaml --watched-dir=/etc/prometheus/rules/prometheus-kube-prometheus-stack-prometheus-rulefiles-0 │ ├─588bf5093c735b1409124714d9a9f421975f7a859bb5300d7dcc529489a25fe9 │ │ └─40719 /pause │ ├─c35f0e11ca0419e9987cd417ea513d1d6739ed9a7505d6aba55efcccbc4d02de │ │ └─183284 /pause │ ├─f865f101f668c39c52879c4cbaaf9e87f371af98fcaff6b843159d837174bfb8 │ │ └─65914 /goldpinger --static-file-path /static │ ├─c53fdcb3b3216cf41f1464b7bee2fc36603ec9dface9453b39413aec234fb0f6 │ │ └─66487 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.199-204-45-205.nip.io/ --web.route-prefix=/ --storage.tsdb.retention.time=10d --storage.tsdb.path=/prometheus --storage.tsdb.wal-compression --web.config.file=/etc/prometheus/web_config/web-config.yaml │ ├─1f1e8ebbdb41c23e1153cc0431919e30f3bd84ac0c24031cb6469495fe525b90 │ │ ├─226316 octavia-api: uWSGI master │ │ ├─226331 octavia-api: uWSGI worker 1 │ │ └─226332 octavia-api: uWSGI worker 2 │ ├─45efb51c191fbd8daf1957c4f12c9030e196737e65c20914a7fbfd69e75df5e2 │ │ └─49443 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─0baab46dba871b24f086c2b8a49ddd0b7c6dbf804d323028bb77c0f51ef88fcd │ │ └─126856 /pause │ ├─00c4990ccd26adfdd83364c6f656f9b82e7b29a334a2efaa6a15dd3549f0dd79 │ │ └─111137 /pause │ ├─056db26c22aabe211ed713613dae138e09258047aac26bb959e2c71c64b133d7 │ │ └─44757 /pause │ ├─110369434a9034afc007e468ffb4ac4f67e1ecc5419ac110c918f5eed841e25d │ │ └─41215 /pause │ ├─1224f893c5f46ada9366090e903971d646016690393475b68fa1c39a62a399a8 │ │ ├─229321 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─229347 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─229353 erl_child_setup 1048576 │ │ ├─229492 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229493 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229503 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─229648 /bin/sh -s rabbit_disk_monitor │ ├─44ea552e11b3c66524f1f0b39fe456f39b5d5b78b60fe46b5ab747b1c334d89b │ │ └─66885 /pause │ ├─80f7575c4c6a7e045c7fbf3cb671343f8f34dfc2f2085c0b25db7699d4c41768 │ │ └─47946 /pause │ ├─9199c488b0bef0a61a994da5569007c0a24c540df8c851b5b6c879ea1d623c8d │ │ └─111210 /pause │ ├─ec5c6be03a759a71a437ff5dc3e660f37a3f141033e4418692d4971ea70b503a │ │ └─63083 /pause │ ├─1c04d0a4b67309edf15c46214b668cb09311cf2a525dd56e58a7f0d552bcf47a │ │ └─41242 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─4fa6c912c61501cf76a6c50c4c269bd4a21c9f0163b47ed6ffc10370dcf7bd14 │ │ └─66688 /usr/bin/pod-tls-sidecar --template=/config/certificate-template.yml --ca-path=/certs/ca.crt --cert-path=/certs/tls.crt --key-path=/certs/tls.key │ ├─b979b2f9f03735d1b87acf8120a03d8e15682538b66aa631eb108dcf74141e94 │ │ └─107281 /pause │ ├─a2c21ee69894772413d081e7558965a88b13e0b47539667af6fbd1456f562a9b │ │ └─52024 valkey-server *:26379 [sentinel] │ ├─da153a41bba38eb565d219fd78b51b3d3e32e8a5f60a227dbc391c4b4f3e0196 │ │ └─273139 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─e336eb526c494c7644643da4e783bbbc8ebd416e90730aebccad1e9369421932 │ │ ├─105487 glance-api: uWSGI master │ │ ├─105499 glance-api: uWSGI worker 1 │ │ └─105500 glance-api: uWSGI worker 2 │ ├─1be48253edb8fc7d0be3748e4fa0b93e550621ea7f4659a2859aeb57d5b0c1ef │ │ └─239119 /pause │ ├─4ab7e541e83ca7fb595508436bcee9f8daf1f6374beca2cf5f57b19e50bf2a5c │ │ ├─172947 nova-api: uWSGI master │ │ ├─173001 nova-api: uWSGI worker 1 │ │ └─173002 nova-api: uWSGI worker 2 │ ├─a489ba509e47cd13558b3a31d935ceabf8fc95e02493560eca5f3370d19a331b │ │ ├─173769 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─174188 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─174189 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─dc654a4e36aa0c89475cab0dc7ea5a379fa41ae355b8854efabdf50d79599542 │ │ └─189318 /bin/bash /tmp/libvirt.sh │ ├─e823c93284c829e986e51ad6f8bf7b32a5e0bd8244883c412119b7eab7f4c1e7 │ │ └─41962 /pause │ ├─5299bb08a505b7dc246e0953da1aa6cfb9667a515be27e1245ab1472128c6ae0 │ │ └─43848 /coredns -conf /etc/coredns/Corefile │ ├─ed5272fe2bb3b6ca93f6a77f8194fd791ad6a9c869a7510638f68470edb714e4 │ │ └─40672 /pause │ ├─f9e11e2bd0a5957fd75719e174cdc04764adcca0dcc14fc068c868e9d42beb1e │ │ └─143926 /pause │ ├─d1aa5dc4d80fecd2a1be6d9a695404a3b2b05eb033623c054ff16bcf3179a199 │ │ └─124843 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─7d486a0a7d0eec69ecba44cbb313f0725d12fda041d598a97c49310e804aa390 │ │ └─61202 /pause │ ├─630d4a7b161444ac0aff7a9178df5aebff717dc782969f8ca382363bbe700b41 │ │ └─80305 /pause │ ├─8d182f45ce89adec839511c1b26b56348618981e30baf235551966417e1754ba │ │ └─66746 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─e0cb8486111d63a3e7e9a30a664cb30225cf3092930cfbe7ad29813f66c5c20a │ │ ├─92312 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─92329 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─92335 erl_child_setup 1048576 │ │ ├─92538 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─92539 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─92549 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─92764 /bin/sh -s rabbit_disk_monitor │ ├─cf514003670343bd8b784b787d33cb99e0725024dbd18ae87c2a2bb9f815960e │ │ └─67081 /bin/memcached_exporter │ ├─95c71d3289c981c455e27a8b6be0a449b48358cc313ab1b15fb766610f4da3e4 │ │ └─216848 /pause │ ├─9fd590145fb851f73595ec9b341d9fc7ceca6394acf030ca92ad7cf37462b20a │ │ └─66085 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.199-204-45-205.nip.io/ --web.route-prefix=/ --cluster.label=monitoring/kube-prometheus-stack-alertmanager --cluster.peer=alertmanager-kube-prometheus-stack-alertmanager-0.alertmanager-operated:9094 --cluster.reconnect-timeout=5m --web.config.file=/etc/alertmanager/web_config/web-config.yaml │ ├─47502d472508a66f52ada6437d28fe5fd413307636f06a356903d71f7f48a6e2 │ │ └─235360 /pause │ ├─36ff792fdf050bc0d7b5a16f161517b0bc1a8e11bedf49392c042a6e4ead2d25 │ │ ├─67802 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─67819 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─67825 erl_child_setup 1048576 │ │ ├─67876 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─67877 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─67887 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─67977 /bin/sh -s rabbit_disk_monitor │ ├─bc3ecb72166b3977366adcd40302c72e024ac774f606be20bdffdbe9f83c68a4 │ │ └─63561 /pause │ ├─114c45bfe2891d81e9bd7dcb208d2f3a7506613aecebff125a1fd8920a47534f │ │ ├─184064 neutron-ovn-network-logging-parser: uWSGI master │ │ └─184087 neutron-ovn-network-logging-parser: uWSGI worker 1 │ ├─bca823d89a48a5ed0bf9f41941b8b6f960e889e3409ef8461875fd5521d406d1 │ │ └─192083 /pause │ ├─6998fa575f66d6cddf04b41b8840c94e179a88ed96cb9fd33696967bbcf9c0a0 │ │ └─145656 /pause │ ├─5b8a2ab18e91b94af9cd898dc101fe3365dedc3202165180d1669d6a3414152b │ │ └─67129 /bin/oauth2-proxy │ ├─9e7645a2d2eedb8b9575b820c2a862c553e4c22da711f25f16f2df34cf592102 │ │ └─47118 /pause │ ├─1240c0c6d47462ca654c5649236344c8ea7ebc50ea1d371c8b1b43c2af5dd75b │ │ ├─49363 haproxy -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ │ └─50608 haproxy -sf 15 -x sockpair@4 -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ ├─6d695ba1fcd3bc21f64035482095c9696fa6852fc3f22a449d9d4e7c37080515 │ │ └─263264 /pause │ ├─67b2d24fc1ee58063d22ecdeb65c1357097f092a0f987c1725c865ffcbe10440 │ │ ├─49518 mysqld --wsrep_start_position=5ee32fcb-5444-11f1-9032-b7e27396f084:20 │ │ └─49666 /var/lib/mysql/mysql-state-monitor │ ├─058f8fb44d14f64c6f03735f8d42ddc91ef476ceda3a300a26cee9321cace09a │ │ └─62014 /kube-state-metrics --port=8080 --telemetry-port=8081 --port=8080 --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments │ ├─ec4e44cbd2bacab833e4639e484e7a11156c74f6807bc803f200525c3e916945 │ │ ├─258056 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─258107 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─258113 erl_child_setup 1048576 │ │ ├─258231 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─258232 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─258242 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─258470 /bin/sh -s rabbit_disk_monitor │ ├─2f3914f73167b5e159dd7ee64a9e7e4b41ae3182c503fb196badc0066aec91e9 │ │ └─64844 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─b15cd72c3fd7be9e564aa0e240068d338265fff0fc851518d82ced406108b60e │ │ └─124261 /pause │ ├─c07e53d5f7712ddc6ae1aed42790bb31262cad9ae844f0f1b9c374be721ca118 │ │ └─67050 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─f72f5e6488775df96d37aae3f19611017b543840181381b50c219195b640acfc │ │ └─177170 /pause │ ├─befae4ff242fa046ec83c1bd6fbc64492b62449c8e887b29066307b4f16c830a │ │ └─175063 /pause │ ├─d51166a7738532b30b53fd9ccd162ce24a2339509ccaaa815eaa89d61c16e348 │ │ └─231698 /pause │ ├─91ac86daf7973675c736cab3257f39ec845c5d9baa5065ab92daacf32f816848 │ │ └─43352 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─e6b28af4c0cb04eab18a22e49381d0706815d9434ae3ef5b7b02d97f938de158 │ │ └─57264 /secretgen-controller │ ├─fe96a68c87aa0ebfd73cc89a2ce8c0b8d11d8240647a1a29f3bfca646a7079cf │ │ └─61357 /pause │ ├─3152d61b5e7706b0bd0ca979f840b1e0c75b2b37613e6047126aea18de4ce8d7 │ │ └─231808 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─27205727bab0c1523caffbfbac5139c6e333e6b5686bcbcc62ece41c25ba2e51 │ │ ├─273170 manila-api: uWSGI master │ │ ├─273224 manila-api: uWSGI worker 1 │ │ └─273225 manila-api: uWSGI worker 2 │ ├─722c0727284ffd202fc6a7cb98f40db7b0240da7a928c1ed51e3ca46a8f9c089 │ │ └─109113 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─091f67e2090f4c90651d63790fba765e2453a7b2f6d7f5c6e4b02538289d786f │ │ └─63941 grafana server --homepath=/usr/share/grafana --config=/etc/grafana/grafana.ini --packaging=docker cfg:default.log.mode=console cfg:default.paths.data=/var/lib/grafana/ cfg:default.paths.logs=/var/log/grafana cfg:default.paths.plugins=/var/lib/grafana/plugins cfg:default.paths.provisioning=/etc/grafana/provisioning │ ├─d8aed4fdb881c2c687e30aaf9e13c0378a259f7dacc752236e618da29df2f274 │ │ └─86936 /usr/local/bin/rook ceph operator │ ├─0814cbf26d0642e9186f2abf943902a9ffbbaaa8b6da5977358a1175ea0b098f │ │ └─51767 valkey-server *:6379 │ ├─a8f6242d78958355de64ad3ffb27f13effd79a9fbb0f2df80e93647fa7b539a2 │ │ ├─249028 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─249730 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpfamzyrjc/privsep.sock │ │ ├─249734 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─249743 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─0d2962bead6fe059ad15b80a7203eaaad45e37e84a9415bc8e411ffc9c53a182 │ │ ├─173086 nova-metadata: uWSGI master │ │ ├─173099 nova-metadata: uWSGI worker 1 │ │ └─173100 nova-metadata: uWSGI worker 2 │ ├─f017b289ae8d8e59b6da58de7843e46a5f01a9adba80712bcd5e86759ee7d22a │ │ └─216846 /pause │ ├─d81598c419e92a2d2ed95694a05cd6a1632820a165629dd7a9deb4c4c25e8a53 │ │ └─233024 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false --bootstrap-token-ttl=15m │ ├─2e2422fea6cdbd33410dc39afdeb1c7b6b6aaa965fd1a78ecf7ac4aae73cd79c │ │ └─149242 /pause │ ├─6e71ce23f21d0207a5fb24f28576693336e244230080d7b99f265219f86174b4 │ │ ├─125266 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-volume --config-file /etc/cinder/cinder.conf --config-file /etc/cinder/conf/backends.conf --config-file /tmp/pod-shared/internal_tenant.conf │ │ └─125519 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-volume --config-file /etc/cinder/cinder.conf --config-file /etc/cinder/conf/backends.conf --config-file /tmp/pod-shared/internal_tenant.conf │ ├─eed70b8c021dcd90e44fe4c973be750a4fb877444595ba0a2635e8f63c3de1e7 │ │ └─48079 /manager --metrics-bind-address=:9782 │ ├─e168bf065ff26a479903f52f3f1fadaffda45edeb157223d400325c58f847aae │ │ └─237453 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true │ ├─704be58d42c777879ccb0eff05df52a7fac2895d124a196f3dbcc43d207b0eae │ │ └─124222 /pause │ ├─cdfd1e91eac6c23b1472f2b3ad7a24d31f1c9f1be1ff511b1fe92bd694eea0b3 │ │ └─44393 local-path-provisioner --debug start --config /etc/config/config.json --service-account-name local-path-provisioner --provisioner-name cluster.local/local-path-provisioner --helper-image harbor.atmosphere.dev/ghcr.io/containerd/busybox:1.36 --configmap-name local-path-config │ ├─4a588d8de4f94f96efd6bc9151b81046dcbccda4e73f8ce0f97a7898353c21d2 │ │ └─148345 /pause │ ├─8b86c985cf20f76cfeaf8951a1987818564b3dfcb37a230b1549a9622014be6f │ │ └─56736 /pause │ ├─fd8a32b81376b0547062d0f8c56743c61d7a06d230b8a83549a3fc797d6737e5 │ │ └─216789 /pause │ ├─8a97a1f0ea9a4102ac625cd28b05b9d577b4dc0fd04023da3616adbca6f36939 │ │ └─48409 /pause │ ├─c168073cc53dabb72f014787b8ab5fcd4f382eef946be7a30d24b0e1cb1e514b │ │ └─40601 /pause │ ├─e5928697bf7210c84ea540193b0d4dc06c394f567cc730fddbfa8eb71af5479a │ │ └─190079 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─531ccc512276c474819eb72e5fe853cc1bd5d08343bf257e2fdb73000a65bd7d │ │ └─208702 /pause │ ├─eb94fbd604055c24cee4d305f4c872ab97055e0e75bcddf047436bda6258cd30 │ │ ├─187071 neutron-api: uWSGI master │ │ ├─187117 neutron-api: uWSGI worker 1 │ │ └─187118 neutron-api: uWSGI worker 2 │ ├─242594f3e2bb5b5066b0da9f76cb66ecce29c1e0415e1abb21e5531e124644d6 │ │ └─235390 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=false │ ├─652c31820f0b943d5adcc8f4a4ee0c8bde38cde5478ec180f7b843cdaad2074b │ │ └─148111 /pause │ ├─070738b58b91cff493d2a0e133b3abca06ebd49f05dbd8238fbed2c5b09cd39f │ │ ├─187089 neutron-rpc-server: master process [/var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini] │ │ ├─187728 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─187730 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ └─187733 neutron-server: rpc reports worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/ovn.ini --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ ├─8ccfb2343addab7e276fdb7e38c4ef664eb96bbd8fa5296da459c0f58ae964f7 │ │ ├─189967 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─189985 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─189991 erl_child_setup 1048576 │ │ ├─190205 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─190206 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─190216 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─190358 /bin/sh -s rabbit_disk_monitor │ ├─d17162bb1f394dd8b7deb9c3603a5bf220e72704252df68f2ec8c8132c3c8a23 │ │ └─279119 /bin/openstack-exporter --endpoint-type internal default --collect-metric-time -d cinder-agent_state -d cinder-limits_backup_max_gb -d cinder-limits_backup_used_gb -d cinder-limits_volume_max_gb -d cinder-limits_volume_used_gb -d cinder-snapshots -d cinder-volume_gb -d cinder-volume_status -d cinder-volume_status_counter -d cinder-volume_type_quota_gigabytes -d cinder-volumes --disable-service.identity --disable-service.image --disable-service.placement --disable-service.compute --disable-service.object-store --disable-service.load-balancer --disable-service.container-infra --disable-service.dns --disable-service.baremetal --disable-service.gnocchi --disable-service.database --disable-service.orchestration -d neutron-l3_agent_of_router -d neutron-floating_ip -d neutron-floating_ips -d neutron-floating_ips_associated_not_active -d neutron-network -d neutron-network_ip_availabilities_total -d neutron-network_ip_availabilities_used -d neutron-networks -d neutron-port -d neutron-ports -d neutron-ports_lb_not_active -d neutron-ports_no_ips -d neutron-quota_floatingip -d neutron-quota_network -d neutron-quota_port -d neutron-quota_rbac_policy -d neutron-quota_router -d neutron-quota_security_group -d neutron-quota_security_group_rule -d neutron-quota_subnet -d neutron-quota_subnetpool -d neutron-router -d neutron-routers -d neutron-routers_not_active -d neutron-security_groups -d neutron-subnet -d neutron-subnets │ ├─5337419f9c2825bb7138964243ca391c78e2301b8aba4ae2b6bc16c12a6ea859 │ │ ├─173790 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─174207 nova-scheduler: ServiceWrapper worker(0) │ │ └─174209 nova-scheduler: ServiceWrapper worker(1) │ ├─f4e0fc1e4d06c1eb9d4d4119c8471f1340ac795e3443bc8ff3674cd47792f2d8 │ │ ├─107667 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─107913 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─107920 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─5ce72ede6282d0feedcb1431912abcd2c8527f3299422d212abeb3888602a652 │ │ └─191864 /pause │ ├─17da1276a7734d1558af01e83f4d1b9bff0c1d08eae80bf0c06f0f9eb0130a02 │ │ ├─227733 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─227763 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─228232 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─228233 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410643 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410644 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410645 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410646 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410647 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410648 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410649 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410650 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410651 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410652 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410653 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410654 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410655 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410656 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410657 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410658 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410661 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410662 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410663 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410664 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410665 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410666 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410667 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410668 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410669 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410670 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410671 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410672 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410673 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410674 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─410675 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─410676 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─69f2380308c44b8c3afaec16a5acc2e11ece3b08e3c993dd9cf9fe93a5583950 │ │ ├─183931 /bin/bash /root/ovnkube.sh ovn-controller │ │ ├─184170 ovn-controller unix:/var/run/openvswitch/db.sock -vconsole:info -vfile:info --no-chdir --log-file=/var/log/ovn/ovn-controller.log --pidfile=/var/run/ovn/ovn-controller.pid --detach │ │ ├─184181 tail --follow=name /var/log/ovn/ovn-controller.log │ │ └─419561 sleep 15 │ ├─47028d4da0944165ca873ea4e6cc6aa478727d2e9de8f6043bed696cb4f6f052 │ │ └─142602 /pause │ ├─123ba3fbd326bb535d1a354533b70079a1d92effca6435eb3e79c1e330f75bcd │ │ ├─177981 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─406310 sleep 300 │ ├─f6742e525f1ffaa259db63eae644b3ab7300b367d17347a3bd1da20a12f9e26d │ │ └─176836 /pause │ ├─f2ead4603e21f626f23565f1c82f3b50b74fdd314fb5ae3d8e792c52c6d4cb88 │ │ └─255105 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─d9b1eb7d9121ff8f3300318223439b5cd46f2e935fc431b8e9591357f8cc4654 │ │ ├─278471 apache2 -DFOREGROUND │ │ ├─280971 (wsgi:h -DFOREGROUND │ │ ├─280972 (wsgi:h -DFOREGROUND │ │ ├─280973 (wsgi:h -DFOREGROUND │ │ ├─280974 (wsgi:h -DFOREGROUND │ │ ├─280975 (wsgi:h -DFOREGROUND │ │ ├─280976 apache2 -DFOREGROUND │ │ └─280977 apache2 -DFOREGROUND │ ├─fce2f4c4dd477e33938ad6d510d8b0b95f80424363fa1d7282bc888ad697763c │ │ └─280071 /pause │ ├─256a82ddd4be20128e5c03af1ad14dbbf3a7416a3521c7ae6e5858ced7e46c90 │ │ ├─65632 /usr/bin/vector --config-dir /etc/vector/ │ │ └─65666 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─79eb3ae37092307992088391ae33a6f4072ae685c79a0d579517549131031e30 │ │ └─40750 /pause │ ├─8ad17af0e9179d9bed627aa025d4c02b153cbbef547788eccfe438adc3f0ce89 │ │ └─141584 /pause │ ├─99a6e30f3dcd6497fc3b81248cb8407e976321de84f19a63f60f43f3ecfa7163 │ │ └─237427 /pause │ ├─9588718127ea1a92704fa0bdf19d59f7e2680a12ffc0b2186e0677f859a32b9e │ │ ├─273201 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-share --config-file /etc/manila/manila.conf --config-file /tmp/pod-shared/manila-share-fqdn.conf │ │ └─273494 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-share --config-file /etc/manila/manila.conf --config-file /tmp/pod-shared/manila-share-fqdn.conf │ ├─e44b747f18dfc00b59367f3dd9e4e3b0d11d90d7a648eded49fd7058ed41eaaa │ │ └─62724 /pause │ ├─a05b5598aa5ab9411e29e9363f1ad85592be0d8a3811c1b4347434fed072229a │ │ └─44707 /pause │ ├─31e14465c9c5f86b9e184450f4139497222ff22a508e783e73dbb8cd1d58bd60 │ │ └─62754 /usr/bin/pod-tls-sidecar --template=/config/certificate-template.yml --ca-path=/certs/ca.crt --cert-path=/certs/tls.crt --key-path=/certs/tls.key │ ├─6bd9cd239c7baf4209cbe3425df6eb017b5d6e103acdabcbdcbe8a5fdbc00e1f │ │ ├─188653 neutron-ovn-metadata-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-ovn-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/ovn_metadata_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini) │ │ ├─189366 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/ovn_metadata_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpidtuvt6j/privsep.sock │ │ ├─210748 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/ovn_metadata_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpnigrtu5g/privsep.sock │ │ ├─227706 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/ovn_metadata_agent.ini --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ovn.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpssqja_fi/privsep.sock │ │ ├─227926 haproxy -f /var/lib/neutron/ovn-metadata-proxy/0384049b-b905-4830-963b-ad43b06730d0.conf │ │ ├─383516 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ └─383523 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ ├─42fbfd04a2f236dd427250708f09fecdcc55280f34404e71729e2f7bfb4ae1dd │ │ └─47240 /pause │ ├─cf23cf311b0bd1fc46c5ca1ebb6b8763834902ad0fce5f0b75743bf0a2d32e8a │ │ └─249459 /pause │ ├─5fbf6e7d2eb0345d8e375c2bbfed6c4a361a08aa3f1fbc68c6603b3c5ee25841 │ │ └─143870 /pause │ ├─d70f0dbc70cb398f004e19d789825063a01cdb542c6c328fef6d96ea4d0c6bf3 │ │ └─52116 redis_exporter │ ├─f1d2e5c3e5fc76603980dd85fbb9c884d2b0e5b3165646a072369a97620ed23a │ │ └─66138 /bin/prometheus-config-reloader --listen-address=:8080 --reload-url=http://127.0.0.1:9093/-/reload --config-file=/etc/alertmanager/config/alertmanager.yaml.gz --config-envsubst-file=/etc/alertmanager/config_out/alertmanager.env.yaml --watched-dir=/etc/alertmanager/config │ ├─738b5a6896e917d4de57bb624441c3e6cd22822675e8c62191b9f5221073ed3a │ │ ├─62351 python -u /app/sidecar.py │ │ ├─62637 python -u /app/sidecar.py │ │ └─62638 python -u /app/sidecar.py │ ├─168886b22f2c4e53dd3e4453b10821bc1aa2a941b64acf871d4b46d38f537bd9 │ │ ├─249340 magnum-api: uWSGI master │ │ ├─249370 magnum-api: uWSGI worker 1 │ │ └─249371 magnum-api: uWSGI worker 2 │ ├─a47d44749eb15017ed963c458a41e12860e498724b1b65051ec3a300389def3d │ │ └─44794 /pause │ ├─95c1de0bc590c52f466193ae3db143f1efcfdcc671011e616a9278aa83e68760 │ │ └─256291 kube-scheduler --authentication-kubeconfig=/etc/kubernetes/scheduler.conf --authorization-kubeconfig=/etc/kubernetes/scheduler.conf --bind-address=0.0.0.0 --kubeconfig=/etc/kubernetes/scheduler.conf --leader-elect=true --tls-min-version=VersionTLS13 │ ├─67d4ffe4892b59fe8dc5b6ebf5c115548b0fa7742bb80dc457d94d6b19c2f6b8 │ │ ├─226938 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─227511 octavia-worker: ConsumerService worker(0) │ │ └─227514 octavia-worker: ConsumerService worker(1) │ ├─589702bb1b63ee367a83e6bfa8da4103b055d72b7a435ce1684d10f6ab7aa646 │ │ ├─ 47434 /usr/bin/dumb-init -- /nginx-ingress-controller --default-backend-service=ingress-nginx/ingress-nginx-defaultbackend --publish-service=ingress-nginx/ingress-nginx-controller --election-id=ingress-nginx-leader --controller-class=k8s.io/ingress-nginx --ingress-class=atmosphere --configmap=ingress-nginx/ingress-nginx-controller --tcp-services-configmap=ingress-nginx/ingress-nginx-tcp --udp-services-configmap=ingress-nginx/ingress-nginx-udp --validating-webhook=:7443 --validating-webhook-certificate=/usr/local/certificates/cert --validating-webhook-key=/usr/local/certificates/key --enable-metrics=true │ │ ├─ 47447 /nginx-ingress-controller --default-backend-service=ingress-nginx/ingress-nginx-defaultbackend --publish-service=ingress-nginx/ingress-nginx-controller --election-id=ingress-nginx-leader --controller-class=k8s.io/ingress-nginx --ingress-class=atmosphere --configmap=ingress-nginx/ingress-nginx-controller --tcp-services-configmap=ingress-nginx/ingress-nginx-tcp --udp-services-configmap=ingress-nginx/ingress-nginx-udp --validating-webhook=:7443 --validating-webhook-certificate=/usr/local/certificates/cert --validating-webhook-key=/usr/local/certificates/key --enable-metrics=true │ │ ├─ 47589 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─278243 nginx: worker process │ │ ├─278244 nginx: worker process │ │ └─278245 nginx: cache manager process │ ├─6b791f6732cd6055797cca15d3835b057b8f12577381d16eea3788dd20b789c1 │ │ └─43745 /pause │ ├─eaf7a76f600f91b1f0b58e3483d16157dbbfaef61e5e5d5e68f78a6d0c50c065 │ │ └─263317 /pause │ ├─a21fb6d9a97319616c1e33490024f5dd4a7fbc48d130e6f5b207a16715c46ff4 │ │ ├─194067 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-compute --config-file /etc/nova/nova.conf --config-file /tmp/pod-shared/nova-console.conf --config-file /tmp/pod-shared/nova-libvirt.conf --config-file /tmp/pod-shared/nova-compute-fqdn.conf --config-file /tmp/pod-shared/nova-hypervisor.conf │ │ ├─383038 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/nova/nova.conf --config-file /tmp/pod-shared/nova-console.conf --config-file /tmp/pod-shared/nova-libvirt.conf --config-file /tmp/pod-shared/nova-compute-fqdn.conf --config-file /tmp/pod-shared/nova-hypervisor.conf --privsep_context nova.privsep.sys_admin_pctxt --privsep_sock_path /tmp/tmpy_ipe49f/privsep.sock │ │ ├─383299 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/nova/nova.conf --config-file /tmp/pod-shared/nova-console.conf --config-file /tmp/pod-shared/nova-libvirt.conf --config-file /tmp/pod-shared/nova-compute-fqdn.conf --config-file /tmp/pod-shared/nova-hypervisor.conf --privsep_context vif_plug_ovs.privsep.vif_plug --privsep_sock_path /tmp/tmprvoshjdl/privsep.sock │ │ └─387034 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/nova/nova.conf --privsep_context os_brick.privileged.default --privsep_sock_path /tmp/tmpohelwlkr/privsep.sock │ ├─1e6cc1095dc3db8b7ec2c439cba0485c7948f1bc4f3094b7c149209c69ab7d8f │ │ ├─204601 heat-api: uWSGI master │ │ ├─204653 heat-api: uWSGI worker 1 │ │ └─204654 heat-api: uWSGI worker 2 │ ├─ea7640c48d2a73a78f3644d09e6c42cbaf9157059db76c3a7e8ee4397be989d6 │ │ └─280231 /bin/openstack-database-exporter │ ├─e59ec5e49af266b45ca4c5f88c97700afc2d928be62878103d78de5f26084499 │ │ ├─204607 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─204922 heat-engine: ServiceWrapper worker(0) │ │ └─204925 heat-engine: ServiceWrapper worker(1) │ ├─07d6c572065b5effc2304941b9d7f9257f6aabe2f426d9a2fd02ab8a49478fb9 │ │ └─64741 /bin/node_exporter --path.procfs=/host/proc --path.sysfs=/host/sys --path.rootfs=/host/root --path.udev.data=/host/root/run/udev/data --web.listen-address=[0.0.0.0]:9100 --collector.diskstats.ignored-devices=^(ram|loop|nbd|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$ --collector.filesystem.fs-types-exclude=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|fuse.squashfuse_ll|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ --collector.filesystem.mount-points-exclude=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+|var/lib/kubelet/plugins/kubernetes.io/csi/.+|run/containerd/.+)($|/) --collector.ethtool --collector.netclass.ignored-devices=^(lxc|cilium_(host|net)|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.netdev.device-exclude=^(lxc|cilium_(host|net)|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.processes --collector.systemd --collector.stat.softirq --web.config.file=/config/node-exporter.yml │ ├─b93f31a640ec7a3764da606fdd31b56bd2199da2bec40a721e3a253b3c6d6ebf │ │ └─66911 /bin/pushgateway │ ├─3a1afbfa55ca0325b47b06cc74ed6a4a74f6d9992ddf18f746583f8c9d35d4ca │ │ └─62590 /pause │ ├─a0d7a0a3de0d4f86f8ef105807dcbfe5d880137854f2f23297d3d47283b1b051 │ │ └─168166 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-novncproxy --config-file /etc/nova/nova.conf --config-file /tmp/pod-shared/nova-vnc.ini │ ├─f7a57e955cc7a68a28adde16c53093873144e412d5408367eb4711c134c0db76 │ │ └─43783 /pause │ ├─38a32a0465df6686718931631907ffa5d040bb6a24c7edf22fc43dabb6543d50 │ │ └─48924 /pause │ ├─ee0a2bbc60c0f231d46cc62dc4af0442bd41f10fcb00dcbc5ada71c065fad4aa │ │ └─96345 /pause │ ├─ae08bd2acfbcab0d080e3a676b519b8ae256f247e9c1e1d4c3dfa87e7447cc67 │ │ └─51859 java -Dkc.config.built=true -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.err.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:FlightRecorderOptions=stackdepth=512 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:MaxRAMPercentage=70 -XX:MinRAMPercentage=70 -XX:InitialRAMPercentage=50 --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED -Djgroups.dns.query=keycloak-headless.auth-system.svc.cluster.local -Dkc.home.dir=/opt/keycloak/bin/.. -Djboss.server.config.dir=/opt/keycloak/bin/../conf -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dpicocli.disable.closures=true -Dquarkus-log-max-startup-records=10000 -cp /opt/keycloak/bin/../lib/quarkus-run.jar io.quarkus.bootstrap.runner.QuarkusEntryPoint --verbose start --health-enabled=true --http-enabled=true --http-port=8080 --hostname-strict=false --spi-events-listener-jboss-logging-success-level=info --spi-events-listener-jboss-logging-error-level=warn --transaction-xa-enabled=false --metrics-enabled=true │ ├─e414049b0a7fd855d08fb24fb3ce82a4505afe5110d959772e345d7deeeba9c6 │ │ └─226961 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─b43ccc276c832cb9c5bf5a56b2c39d88c4b1c086250c277eef8d7d73806428f8 │ │ └─40739 /pause │ ├─2bf48ea911fad75bb3bbb3bdf54a6f14b5e8c8262090efc44e4d128391fd0f8b │ │ └─56769 /pause │ ├─00230878052f831f818f3aa0f5b1a6b56e073d4dcb031101cc7d073d467c21b4 │ │ ├─175281 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─175298 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─175304 erl_child_setup 1048576 │ │ ├─175429 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─175430 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─175440 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─175644 /bin/sh -s rabbit_disk_monitor │ ├─d7ebedabd614ee83b50ba8f5448d5b7035f954328d1ebcbf11de29f270e7c596 │ │ └─97674 /usr/bin/python3 -s /usr/bin/ceph-crash │ └─7a23cbc7f72d0d58e43b09ffe707c4eed444530be3bde04080430aaa3b862eed │ └─78681 /pause ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount