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 │ │ │ ├─26206 /lib/systemd/systemd --user │ │ │ └─26207 (sd-pam) │ │ └─session-22.scope │ │ ├─26157 sshd: cephadm [priv] │ │ └─26220 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─712 /lib/systemd/systemd --user │ │ └─713 (sd-pam) │ ├─session-96.scope │ │ ├─378778 sshd: zuul [priv] │ │ └─378796 sshd: zuul@notty │ └─session-1.scope │ ├─ 709 sshd: zuul [priv] │ ├─ 727 sshd: zuul@notty │ ├─ 872 /usr/bin/python3 │ ├─378785 ssh: /home/zuul/.ansible/cp/162.253.55.222-22-zuul [mux] │ ├─426123 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vlrbiecwfxpziazgwhzvhxglfyfysnzr ; /usr/bin/python3'"'"' && sleep 0' │ ├─426124 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vlrbiecwfxpziazgwhzvhxglfyfysnzr ; /usr/bin/python3' && sleep 0 │ ├─426125 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-vlrbiecwfxpziazgwhzvhxglfyfysnzr ; /usr/bin/python3 │ ├─426126 /bin/sh -c echo BECOME-SUCCESS-vlrbiecwfxpziazgwhzvhxglfyfysnzr ; /usr/bin/python3 │ ├─426127 /usr/bin/python3 │ ├─426129 /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 │ └─426131 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 43 nofb ├─system.slice │ ├─docker-36fee28f7fd9c6be8db34070bf5e5f0a0ec9754e638bdcdeab4dae70a254a001.scope … │ │ ├─16043 /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 │ │ └─16056 /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-b31a690cdb4d91756697989aeea173d329bc3c9455e47adbbdb8e5273cb82c95.scope … │ │ ├─40177 /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 │ │ └─40190 /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 │ ├─containerd.service … │ │ ├─ 12874 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 16006 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 36fee28f7fd9c6be8db34070bf5e5f0a0ec9754e638bdcdeab4dae70a254a001 -address /run/containerd/containerd.sock │ │ ├─ 16382 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 4dcfddbd2705730c7f79bd42fa802ebc1baf8aae3dc1e29c1183200882170b26 -address /run/containerd/containerd.sock │ │ ├─ 22654 /usr/bin/containerd-shim-runc-v2 -namespace moby -id f5145b20fc59d7f73fc37fc5c667ce9b53aec3cbe51851041c73afc5426139af -address /run/containerd/containerd.sock │ │ ├─ 30704 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 194bd80be0b5c47f218323ff2e2323375c30d136b9b335ae4bac151e9bcdd69a -address /run/containerd/containerd.sock │ │ ├─ 35407 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 6b6cf4a513c2ded993af7820dc3d59cf7c8bd1c8a3c7c2e1b42279fba7567368 -address /run/containerd/containerd.sock │ │ ├─ 40153 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b31a690cdb4d91756697989aeea173d329bc3c9455e47adbbdb8e5273cb82c95 -address /run/containerd/containerd.sock │ │ ├─ 45910 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 03e6e672e72e7969fd704d5cca8e3f965cc8737ed101358d4eda853884d833a4 -address /run/containerd/containerd.sock │ │ ├─ 51661 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c32645d0785b098b2367d2a4094cea89a8d9c5dd19edb37f58ca9b3179add496 -address /run/containerd/containerd.sock │ │ ├─ 51676 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0987d11213f0db8ef162b1dadc4560dd753870825f81eab658a2f6dead1a0ce6 -address /run/containerd/containerd.sock │ │ ├─ 51711 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 726e9e66c81e5c25de5f337f792a6e9cc97e4cb39066a0aad6ece1e19ce885aa -address /run/containerd/containerd.sock │ │ ├─ 51732 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5cbdfbb9aa0eaca8eb25aca7292bd02a8e97caf749e6e45ec97cdbf2abbc0f81 -address /run/containerd/containerd.sock │ │ ├─ 51736 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 69350d978ff806ffdebe210d6acb76b303f26936f9660b137a4539d3a734c2d5 -address /run/containerd/containerd.sock │ │ ├─ 52481 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 685aa44da96dff39fa736862c4dc5f6276cd072dbd5de9bcd4044c46b534024d -address /run/containerd/containerd.sock │ │ ├─ 53660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f235cccc07010e09a6222e28fda66c797065a401599c354a25090e8919368d88 -address /run/containerd/containerd.sock │ │ ├─ 53678 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0f8f698ee48a72deeb2fd1fd1c1c6adbe867ce18f5a62552f97f589c39a1e916 -address /run/containerd/containerd.sock │ │ ├─ 55052 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2f6822b557eefd36f68ddc917c4d76621ff1a16b19deb9f1d0530d9fb3d8286f -address /run/containerd/containerd.sock │ │ ├─ 55546 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8ab484b01f734e667b65a7f7bd3bbf5a9dd98dc37aed9f29e6c3d41ba3bef15c -address /run/containerd/containerd.sock │ │ ├─ 55599 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4db65e01adac720055843b9369a235e7382e34b448f2932ee1a72f033567fb04 -address /run/containerd/containerd.sock │ │ ├─ 56093 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 17c6394e06a9ba78c687495ec0d27a7a64d13a0d9712a857418a989e9e7936a8 -address /run/containerd/containerd.sock │ │ ├─ 57282 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd95342107ae53d367d51debfc1610e0beb2f890fca3de19da26f3a3529bacd9 -address /run/containerd/containerd.sock │ │ ├─ 57588 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d689d8169d1dc72c2538637f526abbd2508e7697930e2bd5605f8e82dca3e1d1 -address /run/containerd/containerd.sock │ │ ├─ 57718 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c1c68622b29cf133284e8f86aba06f2583a19433e8f4f5ea23f3419f8f1dde5 -address /run/containerd/containerd.sock │ │ ├─ 57755 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cece7704d5e49640e8edffd140a9e04d366a1282356b6899f524553d6d41df1c -address /run/containerd/containerd.sock │ │ ├─ 58780 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 24cf1c1b31677be5190a08a4d9f3f34b5f98b4dc4bdcbaa81f02ec606243c378 -address /run/containerd/containerd.sock │ │ ├─ 66262 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 40d12c5a92d793cab37ae01f2f22ee8b64b84995cff30f245595150e6f7059ee -address /run/containerd/containerd.sock │ │ ├─ 66406 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 64573a32a54c7b73fb1dd9c71d580c331d5eaf5261124f40991728d4a15616e4 -address /run/containerd/containerd.sock │ │ ├─ 68106 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 034b51175c16807cc12ba57607b7cb876fff18fde1b38ca937bad00c1a6be621 -address /run/containerd/containerd.sock │ │ ├─ 68777 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1918c595b4499a39a82c6f3e7fb1d11b1664b48bf74da556d3889d5da65614d3 -address /run/containerd/containerd.sock │ │ ├─ 68979 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b24527f73740219da5b1ee910b4cb976f0c49ca72261cc424ae3f5c62dca58ef -address /run/containerd/containerd.sock │ │ ├─ 71341 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 124d538cc51ca5b955eb9d35b5b1a9b9da4c2d2afc1480b52a755460d7725d0c -address /run/containerd/containerd.sock │ │ ├─ 72016 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4e4606e0c7841c5fbbf690d18ee0988e5bd37a71f07903252cd99d9375444784 -address /run/containerd/containerd.sock │ │ ├─ 72298 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7cbd65b21159343b9ee3851ef9aab4f90ab48f08a2d8ec7c1f475f6692e1bb4c -address /run/containerd/containerd.sock │ │ ├─ 72540 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d38c2a859d354fa3f25796bf79999701eb944ea2ec50c5fbbaf8bfeb8d26e617 -address /run/containerd/containerd.sock │ │ ├─ 73524 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f80ed1ca751b67cc68441f60cdfe9fc8023265231bbd478c26de5bdbc619a728 -address /run/containerd/containerd.sock │ │ ├─ 73638 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 86a7bf7bf8aa0ebcbce26cf8fa2d37816d3234cb2062f180b40fd9927440b25e -address /run/containerd/containerd.sock │ │ ├─ 73681 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3b019cfbafa0f122efef5d06787d6700b7a1fd310f1ddf9ef54b9cb75824d421 -address /run/containerd/containerd.sock │ │ ├─ 73755 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4cf6102f619a08ec13b8f3a98e7d287baedde3bf47fc63261d11dd0d3f9fd3ce -address /run/containerd/containerd.sock │ │ ├─ 74567 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ec6ac05e266d611f7c453426475bb75ede8871ab39ba8c7c7accaccbac101fb7 -address /run/containerd/containerd.sock │ │ ├─ 75106 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd49cedd1876d3756b875dc8162eef4870114ac6c97092b0eee3bf76e399ccb4 -address /run/containerd/containerd.sock │ │ ├─ 75320 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c20766955f46cce6de3c170ba3cf3a1eea7c619a1be1e4eb0569b328a2610f0a -address /run/containerd/containerd.sock │ │ ├─ 76137 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3175e51e5a26ea31cbcfd0e0cecb0e6c8381c44e7e8a393ea27d70883cea9725 -address /run/containerd/containerd.sock │ │ ├─ 76183 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4eaabff368129576147f324003debabd2093da2a0f28fd7b7ce68c3aa1d7599b -address /run/containerd/containerd.sock │ │ ├─ 76239 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f39a050e0d556b15fd942b6b8196905628306abab1366cef431944319a7549b7 -address /run/containerd/containerd.sock │ │ ├─ 77466 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d08bcc2e76d0c458c2c5f355eb843c5ee7cdecb3ce7c6427453bf6fa112bcc1c -address /run/containerd/containerd.sock │ │ ├─ 78629 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 09767a402bda4cf52795dc795cd1f85d6a8074eb8a473ecf2deab270d528ffd9 -address /run/containerd/containerd.sock │ │ ├─ 82456 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7dd58cd4d7e16323ab4d5a73b4fa9bc8f48641902e268b5ce1abdf7074633c5d -address /run/containerd/containerd.sock │ │ ├─ 83243 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a94c1e14d0a7cbe516473eaed327151d7be2f1e181d8591fa654dc1160607bca -address /run/containerd/containerd.sock │ │ ├─ 94725 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4b4caaa5f1fedea1a9686de724e137beb2127094f1dea6edb1ab2663019700e2 -address /run/containerd/containerd.sock │ │ ├─107239 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d85545f79fea4fffcf82b9da5e0ea34c541faf95c80a5b1b3249a9bd9bed0f16 -address /run/containerd/containerd.sock │ │ ├─107896 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id afe2e24bba39ec0d779f5e659e6ac9ebfc564630fa5bf7218634bc9dffecbed7 -address /run/containerd/containerd.sock │ │ ├─108065 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e47c9eb44070f4779048f41325ef1c9727f4579811429f4e1df150d116da6b35 -address /run/containerd/containerd.sock │ │ ├─112660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id acf19353d01566b0be82f420221819cade9b7e2571ebf0517ccc38f4197fa6fd -address /run/containerd/containerd.sock │ │ ├─119244 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cac675d2301f04883976e826a559997e437f96650e6bc90dbb66bc55f43b5378 -address /run/containerd/containerd.sock │ │ ├─119497 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ec5852b26502ab32bfbfa47a0e967ac31b3c3405aa4b891e6524e7d872b6d501 -address /run/containerd/containerd.sock │ │ ├─119554 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 94e681917dde058598cc66fa9032b3ae76f700e95158f537bc1cc4217bee1368 -address /run/containerd/containerd.sock │ │ ├─119612 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 14c9e83d20a3753f38a9e2d63fe1b3e78aaa1d47f27ff8d9eb545a813b583b89 -address /run/containerd/containerd.sock │ │ ├─120491 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c22b944e9a9d762fcb22430957d80d66dfcaf5816e513a77dac594b3fba8042b -address /run/containerd/containerd.sock │ │ ├─120970 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3ea2a9a72489a8e87992920e540db3e1adff1b5f093cf95239cbcc10edd4bb0a -address /run/containerd/containerd.sock │ │ ├─121157 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bc2f4387b022ed99d908a02b309604e79c89f0f3ee3123e9199bb8b75da33f73 -address /run/containerd/containerd.sock │ │ ├─124613 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1f21fd10405ba9e72e029ad55ec014155507cd2d79b6e158a5ce1c22742ffe47 -address /run/containerd/containerd.sock │ │ ├─124684 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 19e9cba034aff55e6af685f0e8962e03b901384af94b7b3a5eba631854ad6912 -address /run/containerd/containerd.sock │ │ ├─130849 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 23fceac2311e75beb0d99350fc0094a735d28ab030d460ca26bc885676607059 -address /run/containerd/containerd.sock │ │ ├─134815 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7b9b66a47ac7292c29650b58f708e560e3d6e0f53ca9f9b0662e7f35d3535219 -address /run/containerd/containerd.sock │ │ ├─136470 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7854852c2677f89d8e056c16b4f023022076eaba7e9610a253350177759e4359 -address /run/containerd/containerd.sock │ │ ├─136514 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ae8b466f077cf916b7ef8b1afd1fdd0d99b9fb904afa4fac21774030080525f9 -address /run/containerd/containerd.sock │ │ ├─136585 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e48be2b6075e93030c99e57b38a326d5a4cdeb45c25fa88957be214269c01d01 -address /run/containerd/containerd.sock │ │ ├─137651 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3dd21159bb16025cc6c47494a6049f3f777c88722611f12292c75240ba98bc77 -address /run/containerd/containerd.sock │ │ ├─137719 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c5a044864a58b82a0dc9920a07d2d2e23367637d9bd7e4068a7a800c6218a9fb -address /run/containerd/containerd.sock │ │ ├─140065 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 59cff9ec3d0091489d4350cacc71e836793db8869d368d597667a141a4cc9bbb -address /run/containerd/containerd.sock │ │ ├─143180 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e6086885a46bbcfefec3d86f09a2b759e8a43fae66be06a39821e53619e351b8 -address /run/containerd/containerd.sock │ │ ├─154003 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 38efd1090b75b75948924dfa52e661263e56aeeec1a99ee1c672dff20f83dc14 -address /run/containerd/containerd.sock │ │ ├─155279 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bfdc680ddfe90b722fa8fb0849e18810a7c95c5d77ef331d60ca35a01e651933 -address /run/containerd/containerd.sock │ │ ├─155318 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 991a54ec808ef197ef02eae8a0792265b03c5b3e30a6925bf396925ea27e169d -address /run/containerd/containerd.sock │ │ ├─157619 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f2d5ef10da9a273cdde344821b9edae7a70cfd82a55f3244e354fb08a1aa37e2 -address /run/containerd/containerd.sock │ │ ├─158037 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e8303b88e567d760df67e235cbcc9e1ac3a5d096237ef81c294a2f18a6ff01e0 -address /run/containerd/containerd.sock │ │ ├─158136 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fa21fbd56a298efe726770cf9e8465776aa2a67ba9f3c087b30d2bea9fd4ce9c -address /run/containerd/containerd.sock │ │ ├─158175 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 412028579e43cc10e14d296103584637da65656a245599fcc04d807dfcb131f6 -address /run/containerd/containerd.sock │ │ ├─158227 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9143892e1cfc501e750c0f9624d40fd3f3ca886b9489d73b26f12c3952d79902 -address /run/containerd/containerd.sock │ │ ├─159264 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ec2e77eb15acaa661c92025f9185f97402f36158f53add91f77e34ea046af5e7 -address /run/containerd/containerd.sock │ │ ├─162761 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bb53c71111bb7ef9ceff03ba0d64d8f67cfb5bbe3a2b5b73db84dcdef7cb016d -address /run/containerd/containerd.sock │ │ ├─164892 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a645164ae1387b44735da38d6703ba56120a1f86dd01dbf617466e499103184e -address /run/containerd/containerd.sock │ │ ├─169421 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 02f50a2ad75b9ad9448c3914d815e4feee949cf08c99a09265a580c46901b80b -address /run/containerd/containerd.sock │ │ ├─169486 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0ca80d724f54e695952d04050760978be31d9e6c8f60c1d49776984a2709acbe -address /run/containerd/containerd.sock │ │ ├─171041 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6d4d9a1b7b09b59a9768803416a3c9d3eb79b1834d4e87a878d6358a3ef15607 -address /run/containerd/containerd.sock │ │ ├─172970 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e89c02256cf7733c7536b45a06d8c244757931ed0deb9dca53dfe94be5e74343 -address /run/containerd/containerd.sock │ │ ├─173684 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5d3b73a2498b0d2e070228f5b41051537262ad06770ef0c26f83d0074331aaa5 -address /run/containerd/containerd.sock │ │ ├─174739 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6c08e7477cf5ff28058ad4127a67150335b0bd06a728917758269038cc902a3b -address /run/containerd/containerd.sock │ │ ├─176873 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 27f757bc9cb9e1e837ab067971302f0d58e4a574349820f06e7872777d707fde -address /run/containerd/containerd.sock │ │ ├─177774 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f75dced69ea26ea69e370c31fae6c7e4d4adc2cfd38c19b62688a78e4cc0e330 -address /run/containerd/containerd.sock │ │ ├─177815 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 065d77c598b63b2a78b2df69a819d6561a0e334000e02c5a82e9aa65e38a8cac -address /run/containerd/containerd.sock │ │ ├─184933 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c6182bd21e4e574541607092638b9be9c1ee6669361fbc1f20d9919b2ba169d9 -address /run/containerd/containerd.sock │ │ ├─187207 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b1eb62ddb1c1dcb1c625b15773f304791050279e80a5b7bc6a7ab2c9ef59c971 -address /run/containerd/containerd.sock │ │ ├─187260 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e73cab1b3eb2a98fbbfe7b5a9b63e12ed03cceed64a694f73250eb9c98daab7d -address /run/containerd/containerd.sock │ │ ├─187382 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a5f89f794d8487f6ef7eefd1454e292a1a0690570c1ef69b6cdf8d85ee885e89 -address /run/containerd/containerd.sock │ │ ├─187579 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b089ffb9ee767de460109868e11222c9525afa8cc3c51e34d727eb2a3eff4a2 -address /run/containerd/containerd.sock │ │ ├─187590 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0712df02865fb971250e317293fd6c23a4993cda29ef0bed86b4d8e5f8eae201 -address /run/containerd/containerd.sock │ │ ├─187713 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b59eb6aa1492a6a7701e7db530b8a62f38a94c24451ac92a892ca32aad439bdc -address /run/containerd/containerd.sock │ │ ├─187898 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 327eaa3392c3f1e46624dca05439ba08a32f9cb175c37ae424db8ab1f5193eb5 -address /run/containerd/containerd.sock │ │ ├─191554 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 53a7534488e4f89990866c2ace544e34e22ea3a7f8e39afdac3f223cba6dbfe1 -address /run/containerd/containerd.sock │ │ ├─192002 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bf7c3e8839e8a7eac828d00a7cea23706aa45b9d8676cd489962f225384aa74e -address /run/containerd/containerd.sock │ │ ├─205429 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4e2d0e9c241dad5521bc24a0605917fb34b19044aa8f46347165c0f07a6a3324 -address /run/containerd/containerd.sock │ │ ├─207769 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 304baf5e0ca21e9461ed31fce022423b00c3ec6af991556f5cdbd1688da047c0 -address /run/containerd/containerd.sock │ │ ├─208574 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2958a7c484f63d36de35140b6a4a587c362ff24f1cc1b09e2f1b699d9ca8c5a0 -address /run/containerd/containerd.sock │ │ ├─210428 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 10484cd2603d90f6c929e92131f17dbcf203039f7e957da8489d22dd90770933 -address /run/containerd/containerd.sock │ │ ├─216323 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1d52b6cb828dba514516f91612625302e8a75b65f8850a121863d37e1886cc45 -address /run/containerd/containerd.sock │ │ ├─216553 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 16706745d6d1e17d42970cd98322955563967913b300f5ebff88a45dee07052c -address /run/containerd/containerd.sock │ │ ├─216665 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b3584e999bcda7ead0a704d2530f75d96e08a5e756cb718078fadeb0a5ce5a33 -address /run/containerd/containerd.sock │ │ ├─216756 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f0ec8c1f6966ae8dea807f7ddf3a1262a4260df6702a3378f4aad6f90d07a312 -address /run/containerd/containerd.sock │ │ ├─223009 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 443c0b1f1b899cd5c7d84a0c24ed084f9a4a4ecffdc245ce190bf6b08432829e -address /run/containerd/containerd.sock │ │ ├─223029 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 034d5c145e12b6142c0976e45fe308dfe9b0757a849812d5990c2201e38d9ebf -address /run/containerd/containerd.sock │ │ ├─223077 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7f1cd40a81aeb0449cb0be94127d97f09c97eb40fad14cb46c4efcea6aa4e0b8 -address /run/containerd/containerd.sock │ │ └─223346 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 47ced502dc77ec5c067a028b7ca8b8a3508725a8b6ff971f6a3403a376d99f5e -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1444 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─523 /lib/systemd/systemd-networkd │ ├─docker-6b6cf4a513c2ded993af7820dc3d59cf7c8bd1c8a3c7c2e1b42279fba7567368.scope … │ │ ├─35432 /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 │ │ └─35444 /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 │ ├─systemd-udevd.service │ │ └─397 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─629 /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 │ │ │ ├─35118 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─35389 /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 │ │ │ ├─22609 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─22631 /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.csxzbr.service │ │ │ ├─16296 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.csxzbr/unit.run │ │ │ └─16327 /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-csxzbr --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.csxzbr:/var/lib/ceph/mgr/ceph-instance.csxzbr:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.csxzbr/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18 -n mgr.instance.csxzbr -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 │ │ │ ├─30409 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─30687 /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@ceph-exporter.instance.service │ │ │ ├─45866 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/unit.run │ │ │ └─45888 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-exporter --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-ceph-exporter-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/ceph-exporter.instance:/var/lib/ceph/ceph-exporter/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/keyring:/etc/ceph/ceph.client.ceph-exporter.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─39860 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─40137 /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 │ │ ├─15934 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─15964 /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 … │ │ └─13618 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─648 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─619 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─66805 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─52143 /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=162.253.55.222 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─systemd-journald.service │ │ └─365 /lib/systemd/systemd-journald │ ├─ssh.service │ │ └─649 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─docker-f5145b20fc59d7f73fc37fc5c667ce9b53aec3cbe51851041c73afc5426139af.scope … │ │ ├─22681 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─22698 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─run-rbbbac50a8b174661901e8820fe4d1c92.scope │ │ └─202751 /usr/sbin/libvirtd --listen │ ├─cloud-final.service │ ├─uuidd.service │ │ └─1113 /usr/sbin/uuidd --socket-activation │ ├─chrony.service │ │ ├─14184 /usr/sbin/chronyd -F 1 │ │ └─14185 /usr/sbin/chronyd -F 1 │ ├─docker-03e6e672e72e7969fd704d5cca8e3f965cc8737ed101358d4eda853884d833a4.scope … │ │ ├─45938 /sbin/docker-init -- /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ └─45953 /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ ├─docker.socket │ ├─docker-194bd80be0b5c47f218323ff2e2323375c30d136b9b335ae4bac151e9bcdd69a.scope … │ │ ├─30729 /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 │ │ └─30742 /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 │ ├─systemd-resolved.service │ │ └─401 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─cloud-init.service │ ├─iscsid.service │ │ ├─56184 /sbin/iscsid │ │ └─56185 /sbin/iscsid │ ├─dbus.service │ │ └─616 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─628 /sbin/agetty -o -p -- \u --noclear tty1 linux │ ├─docker-4dcfddbd2705730c7f79bd42fa802ebc1baf8aae3dc1e29c1183200882170b26.scope … │ │ ├─16407 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.csxzbr -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─16427 /usr/bin/ceph-mgr -n mgr.instance.csxzbr -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ └─systemd-logind.service │ └─622 /lib/systemd/systemd-logind ├─k8s.io │ ├─5c1c68622b29cf133284e8f86aba06f2583a19433e8f4f5ea23f3419f8f1dde5 │ │ └─57741 /pause │ ├─94e681917dde058598cc66fa9032b3ae76f700e95158f537bc1cc4217bee1368 │ │ └─119583 /pause │ ├─d85545f79fea4fffcf82b9da5e0ea34c541faf95c80a5b1b3249a9bd9bed0f16 │ │ └─107265 /pause │ ├─9bbf66a9e172a6ac46f619ac886d86b7043dccb24c35ac483da847828465a219 │ │ └─205784 /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 --disable-service.network │ ├─e48be2b6075e93030c99e57b38a326d5a4cdeb45c25fa88957be214269c01d01 │ │ └─136627 /pause │ ├─455695d6e276ddc466399000fcc661f9afdc8c3950046aca21733769483252ee │ │ └─208655 /bin/openstack-database-exporter │ ├─225fb526ce0365f2dee82e0bd75dc8fd2997aae5b720415d6dee35fda7b9abd0 │ │ ├─112779 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─112797 /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 -- │ │ ├─112803 erl_child_setup 1048576 │ │ ├─112897 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─112898 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─112917 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─113297 /bin/sh -s rabbit_disk_monitor │ ├─aaefd13cee9e5bf281d6f4883c9417f9d545fefa35a5acadabfa2092af5f4837 │ │ ├─191626 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─192507 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpjhc1uveh/privsep.sock │ │ ├─192510 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─192515 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─cd49cedd1876d3756b875dc8162eef4870114ac6c97092b0eee3bf76e399ccb4 │ │ └─75136 /pause │ ├─4072d9fa20e3ca04187289d1c1c6d3c98c91e1a806daee19e5002ce88de1ac3c │ │ └─162818 /bin/pushgateway │ ├─304baf5e0ca21e9461ed31fce022423b00c3ec6af991556f5cdbd1688da047c0 │ │ └─207801 /pause │ ├─36e26d10d1f2ae194cd34d73806a8dc54af9a3a82afc918a2e47435447714151 │ │ └─76728 /coredns -conf /etc/coredns/Corefile │ ├─5d3b73a2498b0d2e070228f5b41051537262ad06770ef0c26f83d0074331aaa5 │ │ └─173707 /pause │ ├─f9fc3bf019057a02e0798c159d2e5e44e035e21adfde2e1aa3542afb0d65dbfa │ │ └─229229 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─85cac7bbac7bc05cecd3fd82b04c8d16cba7aa1e8728ed62f924c7a7a8e078a8 │ │ └─123054 /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 │ ├─b9902c9599a2a505f72c0f60dbbabddddff4a99151ad89fd99162e92bdc3c79f │ │ └─121313 /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.162-253-55-222.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 │ ├─eefdb2723caab2b045dd6adbcff489f8d70b9aeadb2a93025712426f73cf7089 │ │ └─107306 /secretgen-controller │ ├─fd12a2a286631e204579d374baf71d051102f483a6b8ef686ec92b88839cace5 │ │ └─73813 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─34e756134e6303000fc4733a1cadefffca9e128fd75dbab175530f392bba5707 │ │ └─138129 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-r6qs8 --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─14c9e83d20a3753f38a9e2d63fe1b3e78aaa1d47f27ff8d9eb545a813b583b89 │ │ └─119634 /pause │ ├─afe2e24bba39ec0d779f5e659e6ac9ebfc564630fa5bf7218634bc9dffecbed7 │ │ └─107932 /pause │ ├─6efce9dd2141dbf61011ccd35979e1793d821176e476d9f12ab0b47d3a5c7f81 │ │ ├─210257 /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 │ │ ├─385124 /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/tmp2idaop1e/privsep.sock │ │ ├─385497 /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/tmpgh73l5sq/privsep.sock │ │ └─386320 /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/tmp4_d4zifo/privsep.sock │ ├─3dd21159bb16025cc6c47494a6049f3f777c88722611f12292c75240ba98bc77 │ │ └─137676 /pause │ ├─37d34e6b8725cf8bec1eff8d08092cb9053833a373261012d1712defdfb23da0 │ │ └─58444 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --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 │ ├─4e4606e0c7841c5fbbf690d18ee0988e5bd37a71f07903252cd99d9375444784 │ │ └─72039 /pause │ ├─d08bcc2e76d0c458c2c5f355eb843c5ee7cdecb3ce7c6427453bf6fa112bcc1c │ │ └─77487 /pause │ ├─034b51175c16807cc12ba57607b7cb876fff18fde1b38ca937bad00c1a6be621 │ │ └─68140 /pause │ ├─e89c02256cf7733c7536b45a06d8c244757931ed0deb9dca53dfe94be5e74343 │ │ └─172993 /pause │ ├─81fc7a151e8b94900f5ac2c6d97f014cec3ec817aea05973339418878bb084ea │ │ ├─ 98297 apache2 -DFOREGROUND │ │ ├─ 98312 (wsgi:k -DFOREGROUND │ │ ├─ 98313 (wsgi:k -DFOREGROUND │ │ ├─ 98314 (wsgi:k -DFOREGROUND │ │ ├─ 98315 (wsgi:k -DFOREGROUND │ │ ├─409175 apache2 -DFOREGROUND │ │ └─423470 apache2 -DFOREGROUND │ ├─3175e51e5a26ea31cbcfd0e0cecb0e6c8381c44e7e8a393ea27d70883cea9725 │ │ └─76165 /pause │ ├─ba05d48248a5fd6c902be799c8051f5ff413902549588a700216af93a8b0f7f5 │ │ └─79212 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─40dcd6d122dd04bca79f219bbb244f02bb37190ad0eb29315710eac0083ac4a9 │ │ ├─136008 glance-api: uWSGI master │ │ ├─136032 glance-api: uWSGI worker 1 │ │ └─136033 glance-api: uWSGI worker 2 │ ├─9d59bbb83f71ea9a188cb95e2b842fdbe40f8982c13a72f36c845eff2d1d9326 │ │ └─121495 /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 │ ├─ca38f5da75ee9674003f03e167f38efbd44eaeb45ec7a936ab92fd2264c74407 │ │ ├─83891 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─83907 /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 -- │ │ ├─83913 erl_child_setup 1048576 │ │ ├─83978 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─83979 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─83989 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─84145 /bin/sh -s rabbit_disk_monitor │ ├─0987d11213f0db8ef162b1dadc4560dd753870825f81eab658a2f6dead1a0ce6 │ │ └─51790 /pause │ ├─d7c4f0403698f388593b2ed4c2c17d8662b07b970496d812999f497f3d49bae2 │ │ └─173732 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─443c0b1f1b899cd5c7d84a0c24ed084f9a4a4ecffdc245ce190bf6b08432829e │ │ └─223060 /pause │ ├─bfdc680ddfe90b722fa8fb0849e18810a7c95c5d77ef331d60ca35a01e651933 │ │ └─155302 /pause │ ├─158ae8c852490fdb75b2254b5e50d8baecedabc0981bccc717b0b2f418c6368e │ │ └─229198 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─076c14855abdf28aad5876df4bef447d0547470459b745b3458e1726262fff1e │ │ ├─198715 neutron-policy-server: uWSGI master │ │ ├─198729 neutron-policy-server: uWSGI worker 1 │ │ └─198730 neutron-policy-server: uWSGI worker 2 │ ├─cd95342107ae53d367d51debfc1610e0beb2f890fca3de19da26f3a3529bacd9 │ │ └─57305 /pause │ ├─2b089ffb9ee767de460109868e11222c9525afa8cc3c51e34d727eb2a3eff4a2 │ │ └─187637 /pause │ ├─b1eb62ddb1c1dcb1c625b15773f304791050279e80a5b7bc6a7ab2c9ef59c971 │ │ └─187232 /pause │ ├─6d4d9a1b7b09b59a9768803416a3c9d3eb79b1834d4e87a878d6358a3ef15607 │ │ └─171068 /pause │ ├─79ea5c4a33a1c1650e6b44cc4f8821930f151656d998817e0281376ea8bd1613 │ │ └─51959 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 │ ├─c5a044864a58b82a0dc9920a07d2d2e23367637d9bd7e4068a7a800c6218a9fb │ │ └─137752 /pause │ ├─f2d5ef10da9a273cdde344821b9edae7a70cfd82a55f3244e354fb08a1aa37e2 │ │ └─157666 /pause │ ├─3129e79817b7f13233ae65f83feb7153b1a41ffb08c16e0d28004ad54303a1bf │ │ └─121393 /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 │ ├─ec2e77eb15acaa661c92025f9185f97402f36158f53add91f77e34ea046af5e7 │ │ └─159292 /pause │ ├─3b019cfbafa0f122efef5d06787d6700b7a1fd310f1ddf9ef54b9cb75824d421 │ │ └─73707 /pause │ ├─685aa44da96dff39fa736862c4dc5f6276cd072dbd5de9bcd4044c46b534024d │ │ └─52506 /pause │ ├─4b4caaa5f1fedea1a9686de724e137beb2127094f1dea6edb1ab2663019700e2 │ │ └─94748 /pause │ ├─609d2dc9ad98ee80a142a0c5586bcfcde777817741a00ab8b31fd3809dabbc7e │ │ └─73902 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─2c8de873e1992ae1f879350df60c85bc6e547d980fd4f9b6bf81b58bb89f6c6d │ │ └─119690 /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 │ ├─7c8363a344dcbc320b2b8827d4c6b45017fa5c86e421a5cb783772e5bc74e9b7 │ │ ├─258158 octavia-api: uWSGI master │ │ ├─258171 octavia-api: uWSGI worker 1 │ │ └─258172 octavia-api: uWSGI worker 2 │ ├─7854852c2677f89d8e056c16b4f023022076eaba7e9610a253350177759e4359 │ │ └─136495 /pause │ ├─2d2ac0701ca9275b27b6ddb4de41798c4676195c28c25560b3ad74355568c91a │ │ ├─180105 nova-metadata: uWSGI master │ │ ├─180220 nova-metadata: uWSGI worker 1 │ │ └─180221 nova-metadata: uWSGI worker 2 │ ├─3cb66257db4e8f3cf806360ad024afdda3551f2298fa91c5d739ee05bc5f5bb3 │ │ ├─191898 magnum-api: uWSGI master │ │ ├─191948 magnum-api: uWSGI worker 1 │ │ └─191949 magnum-api: uWSGI worker 2 │ ├─f39a050e0d556b15fd942b6b8196905628306abab1366cef431944319a7549b7 │ │ └─76262 /pause │ ├─23376c72380245f53495441c89ae7cbf03d2d728d3322a859d3dd3c17f96bc6e │ │ ├─138272 /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 │ │ └─392489 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─e8303b88e567d760df67e235cbcc9e1ac3a5d096237ef81c294a2f18a6ff01e0 │ │ └─158062 /pause │ ├─3ea2a9a72489a8e87992920e540db3e1adff1b5f093cf95239cbcc10edd4bb0a │ │ └─120993 /pause │ ├─5b893a1d95595b1f2c9a8a85b297f62b5a4e5aae5ec3734ab0e1cc26fedce9c4 │ │ ├─154129 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─154145 /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 -- │ │ ├─154151 erl_child_setup 1048576 │ │ ├─154277 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─154278 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─154288 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─154562 /bin/sh -s rabbit_disk_monitor │ ├─b3584e999bcda7ead0a704d2530f75d96e08a5e756cb718078fadeb0a5ce5a33 │ │ └─216713 /pause │ ├─64573a32a54c7b73fb1dd9c71d580c331d5eaf5261124f40991728d4a15616e4 │ │ └─66429 /pause │ ├─51780a83464c18fc5ab2569fd7e7bf8fc05d1b4b007104cbd082e52c262a9897 │ │ └─60362 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─27f757bc9cb9e1e837ab067971302f0d58e4a574349820f06e7872777d707fde │ │ └─176896 /pause │ ├─124d538cc51ca5b955eb9d35b5b1a9b9da4c2d2afc1480b52a755460d7725d0c │ │ └─71371 /pause │ ├─5cbdfbb9aa0eaca8eb25aca7292bd02a8e97caf749e6e45ec97cdbf2abbc0f81 │ │ └─51829 /pause │ ├─aebeb92fa5084d170210b082b09aabf78ac816fece885fb021223dcd9d46c3e2 │ │ └─78746 nfd-master -crd-controller=true -metrics=8081 │ ├─5b7a86c51943aa06dc040e99c61e3b97ca47a0809f9c5fab15af132550a84954 │ │ └─76778 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─ad36887f2dcaf3f817308d3bec93d7547e67facf1fdf9c44b36406cd9e95c227 │ │ └─78808 nfd-gc -gc-interval=1h │ ├─16706745d6d1e17d42970cd98322955563967913b300f5ebff88a45dee07052c │ │ └─216584 /pause │ ├─66667464089d1624b8b2e1a597d15b10becd2cba8242513fc39b088e5ca7359e │ │ └─119414 /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 │ ├─86a7bf7bf8aa0ebcbce26cf8fa2d37816d3234cb2062f180b40fd9927440b25e │ │ └─73663 /pause │ ├─4b1fd0472876204e91d10cf53e532533edf86acd9685b664258396448bed3fe3 │ │ └─58148 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─baaecb264291cc47528eb0615792770da0b6d4c53ed2fe2c8612d1bd3a74b7ea │ │ └─210284 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─1918c595b4499a39a82c6f3e7fb1d11b1664b48bf74da556d3889d5da65614d3 │ │ └─68801 /pause │ ├─bb53c71111bb7ef9ceff03ba0d64d8f67cfb5bbe3a2b5b73db84dcdef7cb016d │ │ └─162785 /pause │ ├─7c24d179f2d5a416ef4c78058a336cab66eaf29e1505abd20dcb28d7d1ce3e87 │ │ └─68842 percona-xtradb-cluster-operator │ ├─03a6e005524ca7f56f7fb11020353664c10f69cf31b5900c9c860a0791e3fa1b │ │ └─52078 /kube-vip manager │ ├─6994b0ce7f96c597368f92aeded76999bd61bb800b271da356b4e411c25cf3ac │ │ ├─110920 apache2 -DFOREGROUND │ │ ├─112904 (wsgi:h -DFOREGROUND │ │ ├─112905 (wsgi:h -DFOREGROUND │ │ ├─112906 (wsgi:h -DFOREGROUND │ │ ├─112908 (wsgi:h -DFOREGROUND │ │ ├─112909 (wsgi:h -DFOREGROUND │ │ ├─112910 apache2 -DFOREGROUND │ │ └─112911 apache2 -DFOREGROUND │ ├─f4ac9701ec115a50f156bea9aacc9db9087bfeb4fb0519e8aa339613cc8bafec │ │ └─78661 nfd-worker -metrics=8081 │ ├─c5ad64deefc2b00b6bcce8e067a61131c91f9c5084229160cd8369e770abb8b8 │ │ └─176925 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true --feature-gates=PriorityQueue=false,AutoScaleFromZero=false │ ├─f80ed1ca751b67cc68441f60cdfe9fc8023265231bbd478c26de5bdbc619a728 │ │ └─73549 /pause │ ├─8ab484b01f734e667b65a7f7bd3bbf5a9dd98dc37aed9f29e6c3d41ba3bef15c │ │ └─55570 /pause │ ├─cbc20e72a585d203b7ad57f83819819b361b1a7bb967ceac801d9c4d9625404a │ │ └─119785 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 │ ├─2d056ab2e03f2cb26222c5deb1f2d0d2ccb057beee951a7521f9eae57f9b6f2a │ │ ├─147962 cinder-api: uWSGI master │ │ ├─147975 cinder-api: uWSGI worker 1 │ │ └─147976 cinder-api: uWSGI worker 2 │ ├─2f6dac49f0a48fd5dd2ba18815a83e35d092e679cca89a522526248f84c19817 │ │ └─173376 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─aed7cb6258ba58dd8e8283a04c5d4c46858d531247d3b12d36e60ec44edd5918 │ │ └─60798 /bin/memcached_exporter │ ├─a94c1e14d0a7cbe516473eaed327151d7be2f1e181d8591fa654dc1160607bca │ │ └─83266 /pause │ ├─7f1cd40a81aeb0449cb0be94127d97f09c97eb40fad14cb46c4efcea6aa4e0b8 │ │ └─223139 /pause │ ├─ab032dd254c9d22fce839487d61e1fff2df56cc9308220ebef6c1c09a73fbece │ │ └─121653 /bin/oauth2-proxy │ ├─7b9b66a47ac7292c29650b58f708e560e3d6e0f53ca9f9b0662e7f35d3535219 │ │ └─134838 /pause │ ├─45b78ae9d6ff8b46d37eb07406eacd7d7bbdd0c7d4f5c53cdd4cf1c33effcd1a │ │ └─79564 redis_exporter │ ├─087f0790deda6db85880b12c9809b98ded59d3d7cbb5b792247910893e3d4db0 │ │ ├─181886 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─182557 nova-scheduler: ServiceWrapper worker(0) │ │ └─182559 nova-scheduler: ServiceWrapper worker(1) │ ├─aef0afa28b5b32b948eec0553c1cfda5f4b14ea9106a86c5bd8ce2f47d744449 │ │ └─51913 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 │ ├─59cff9ec3d0091489d4350cacc71e836793db8869d368d597667a141a4cc9bbb │ │ └─140090 /pause │ ├─d9fbd19411bf22fc0387730979b1edc557a7610f33aea61deb3b0acaeca7d7af │ │ └─172005 /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 │ ├─60698bf6f3c109f3440c1b78d8e28003e52a13d6539d7d826635c46d2ffd1868 │ │ └─58017 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 │ ├─b4a5330d060646f1e5d9b82a84788b9a7e9417774d5707c945348a88beb68d83 │ │ ├─120777 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─120795 /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 -- │ │ ├─120801 erl_child_setup 1048576 │ │ ├─121111 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─121113 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─121126 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─122134 /bin/sh -s rabbit_disk_monitor │ ├─c20766955f46cce6de3c170ba3cf3a1eea7c619a1be1e4eb0569b328a2610f0a │ │ └─75343 /pause │ ├─219acca60d04157ed3c31e7186bb3a2fa9e0dddb2af79f127da45d942f792a49 │ │ ├─192127 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─192606 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─192607 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─f88ff0f08d67a8bb38a172c83a0fd337b4b278d34c3dac8a34806c372f974337 │ │ ├─140200 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─140217 /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 -- │ │ ├─140223 erl_child_setup 1048576 │ │ ├─140417 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─140418 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─140428 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─140603 /bin/sh -s rabbit_disk_monitor │ ├─8f1efe4cba99f8db316c801b81ec0972afac5540bc40dc2987799b23035b7273 │ │ └─202460 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─f214cbc0508541167a0e8494105c6080bd421bdb9e254a036f97ea8e5d8a8c5b │ │ ├─210738 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─210763 /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 -- │ │ ├─210769 erl_child_setup 1048576 │ │ ├─210872 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─210873 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─210886 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─211099 /bin/sh -s rabbit_disk_monitor │ ├─065d77c598b63b2a78b2df69a819d6561a0e334000e02c5a82e9aa65e38a8cac │ │ └─177845 /pause │ ├─1d52b6cb828dba514516f91612625302e8a75b65f8850a121863d37e1886cc45 │ │ └─216350 /pause │ ├─9143892e1cfc501e750c0f9624d40fd3f3ca886b9489d73b26f12c3952d79902 │ │ └─158263 /pause │ ├─19e9cba034aff55e6af685f0e8962e03b901384af94b7b3a5eba631854ad6912 │ │ └─124710 /pause │ ├─116d8783440a952c8048f9f452dfb293089c4d54d4271b05a986a9ef63c9a70a │ │ ├─77971 mysqld --wsrep_start_position=3a3a2418-8834-11f1-92a6-0b4347cccc5b:20 │ │ └─78183 /var/lib/mysql/mysql-state-monitor │ ├─ec4c8a07ebed4f61fd447309f3304949fd5b943f29e795b0663c0d5f31086f8b │ │ └─121332 /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.162-253-55-222.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 │ ├─6f1d3f4f1fd9eb641712b0d02d6e9ab3bf9a9aec569d815f81f390459998c95c │ │ └─201469 neutron-metadata-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/metadata_agent.ini) │ ├─db50df2e033cdc94168c8db5666a57e904217193ebe9cf9bc7d018983e063209 │ │ └─70531 /manager --metrics-bind-address=:8080 │ ├─17c6394e06a9ba78c687495ec0d27a7a64d13a0d9712a857418a989e9e7936a8 │ │ └─56118 /pause │ ├─7d5bef04f01ca8befdce024fb73200bf23ea463651ebce3a68a23ac3deb57fdc │ │ └─54014 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─034d5c145e12b6142c0976e45fe308dfe9b0757a849812d5990c2201e38d9ebf │ │ └─223107 /pause │ ├─d38c2a859d354fa3f25796bf79999701eb944ea2ec50c5fbbaf8bfeb8d26e617 │ │ └─72564 /pause │ ├─57720923043f76fb0674c6502c8af0b8117799b4d4f20773b7eb2ba1a301efc8 │ │ ├─181858 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─182274 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─182275 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─08887ef948c8d9b02e4c2e4b6055ad32f00118d631c56285558a86e9d84deac4 │ │ └─259152 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─edcef3f50f392f033a9a763326769433e40cb9d609bb06b241d39eb0b0c9dad2 │ │ └─55116 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─a645164ae1387b44735da38d6703ba56120a1f86dd01dbf617466e499103184e │ │ └─164913 /pause │ ├─8e9279c862386076f20b383757dbfcc5de922d98b271415b74c7ddd12c5811e3 │ │ ├─376961 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─376976 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─d5620fd8dabfeba414314337f8d08872c51d61440167c22e9dd98ae17cdf4cfe │ │ ├─185054 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─185089 /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 -- │ │ ├─185095 erl_child_setup 1048576 │ │ ├─185169 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─185170 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─185180 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─185555 /bin/sh -s rabbit_disk_monitor │ ├─96f7d8631179b8081049bd94c8f452ecca4a2f939f5699acf3591de7aea54360 │ │ └─174834 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─7dd58cd4d7e16323ab4d5a73b4fa9bc8f48641902e268b5ce1abdf7074633c5d │ │ └─82479 /pause │ ├─acf19353d01566b0be82f420221819cade9b7e2571ebf0517ccc38f4197fa6fd │ │ └─112685 /pause │ ├─bf7c3e8839e8a7eac828d00a7cea23706aa45b9d8676cd489962f225384aa74e │ │ └─192026 /pause │ ├─ec6ac05e266d611f7c453426475bb75ede8871ab39ba8c7c7accaccbac101fb7 │ │ └─74603 /pause │ ├─010a6ce5a68418c3e7bb53d88f7271e80d4e11d061d9d35333baf2d90f8cb85f │ │ ├─198664 neutron-api: uWSGI master │ │ ├─198692 neutron-api: uWSGI worker 1 │ │ └─198693 neutron-api: uWSGI worker 2 │ ├─4e2d0e9c241dad5521bc24a0605917fb34b19044aa8f46347165c0f07a6a3324 │ │ └─205468 /pause │ ├─02f50a2ad75b9ad9448c3914d815e4feee949cf08c99a09265a580c46901b80b │ │ └─169456 /pause │ ├─6185b92b151a7699cd76af7370cbfae3e28244fc55b48d9f9879401094fcc019 │ │ └─73849 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─1f69bfaeb1a5d013081904f0410e590cc5cc6c7c47789f43f47a0f8927368a2a │ │ ├─75924 nginx: master process nginx -g daemon off; │ │ ├─75940 nginx: worker process │ │ ├─75941 nginx: worker process │ │ ├─75942 nginx: worker process │ │ ├─75943 nginx: worker process │ │ └─75944 nginx: worker process │ ├─0f8f698ee48a72deeb2fd1fd1c1c6adbe867ce18f5a62552f97f589c39a1e916 │ │ └─53725 /pause │ ├─e47c9eb44070f4779048f41325ef1c9727f4579811429f4e1df150d116da6b35 │ │ └─108097 /pause │ ├─d20db5f394efded82f1ed3c7447ed4d7ffd1051960205f06c5312a1fe4f7150b │ │ └─79110 valkey-server *:6379 │ ├─af59c5d94c72903564c0a8746c0f873c0ed10936bf2f02a92b86eda6b823aef3 │ │ └─171105 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─3749319442e00d5441e0df6daa65603a4c0374f5ea2fa789ce33a932eed3af51 │ │ ├─259138 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─259593 octavia-worker: ConsumerService worker(0) │ │ └─259599 octavia-worker: ConsumerService worker(1) │ ├─f0ec8c1f6966ae8dea807f7ddf3a1262a4260df6702a3378f4aad6f90d07a312 │ │ └─216799 /pause │ ├─b24527f73740219da5b1ee910b4cb976f0c49ca72261cc424ae3f5c62dca58ef │ │ └─69003 /pause │ ├─fa21fbd56a298efe726770cf9e8465776aa2a67ba9f3c087b30d2bea9fd4ce9c │ │ └─158159 /pause │ ├─73546a705f89a88c1aa6c5b085b177f7a13b506756594986676ab8c59a44c7cb │ │ ├─179972 nova-api: uWSGI master │ │ ├─180008 nova-api: uWSGI worker 1 │ │ └─180009 nova-api: uWSGI worker 2 │ ├─a5f89f794d8487f6ef7eefd1454e292a1a0690570c1ef69b6cdf8d85ee885e89 │ │ └─187420 /pause │ ├─f75dced69ea26ea69e370c31fae6c7e4d4adc2cfd38c19b62688a78e4cc0e330 │ │ └─177799 /pause │ ├─0ca80d724f54e695952d04050760978be31d9e6c8f60c1d49776984a2709acbe │ │ └─169513 /pause │ ├─c22b944e9a9d762fcb22430957d80d66dfcaf5816e513a77dac594b3fba8042b │ │ └─120522 /pause │ ├─19705077585d6c35e10b26249e199713d17b4f57666ea47c9bc2ef54af60f0d2 │ │ ├─199510 neutron-openvswitch-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─199995 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp24d4oen4/privsep.sock │ │ ├─200341 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp_gzbsqv8/privsep.sock │ │ └─200610 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─fa557c64f6a7e48dbdb3cada84c7dcbce53d687f82c7b8dd126e0936b8580407 │ │ └─150500 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─47ced502dc77ec5c067a028b7ca8b8a3508725a8b6ff971f6a3403a376d99f5e │ │ └─223369 /pause │ ├─cece7704d5e49640e8edffd140a9e04d366a1282356b6899f524553d6d41df1c │ │ └─57780 /pause │ ├─82057caf93af060bcfe5dd6c5f347d86d2a0b50e67d5f1d924283676ac679a31 │ │ └─139130 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─ce83a34d15d748418692220f72d2ece006816b6e3ec178bcdc5ef5b9b1868a8f │ │ ├─54220 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─54643 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─daa9a781432866e751f1bde9b6111d54f6dc6a5834392311d87fc4f816944679 │ │ └─119591 /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 │ ├─23fceac2311e75beb0d99350fc0094a735d28ab030d460ca26bc885676607059 │ │ └─130872 /pause │ ├─6b5c3578fc264e34783622d4d37f7bd315281b7d22c2b10a70c84c8f998cb8e6 │ │ └─121406 /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 │ ├─7cbd65b21159343b9ee3851ef9aab4f90ab48f08a2d8ec7c1f475f6692e1bb4c │ │ └─72327 /pause │ ├─6403e976d2798a353786c54ba0196b129c71dc21f0940caa5e6ead4aa7e298a9 │ │ └─76293 /goldpinger --static-file-path /static │ ├─c5d30c84ff4904acc98a450caf90454bb10e32a61c1161e7378fb54e56360d1d │ │ └─73741 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─69350d978ff806ffdebe210d6acb76b303f26936f9660b137a4539d3a734c2d5 │ │ └─51837 /pause │ ├─bf689cf990362b403f5a8878ea21b10dfc7ebf6a2b909206611792dc7ad8860e │ │ └─51930 kube-apiserver --advertise-address=162.253.55.222 --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 │ ├─cf415d1ff68be6f0c632ad64797c3177abb3b63b015470e466fe8f4a20512ce2 │ │ └─201863 /usr/bin/libvirt-tls-sidecar │ ├─33ffcf252c3f9471e9285ffdba8adb9b6cbfd4581d1b12a39c31c79a1f53470d │ │ └─79495 valkey-server *:26379 [sentinel] │ ├─3a23d5a7ceb1b027d15342717342fdc5a95a898cf28e504c30af972e846e6c49 │ │ ├─424974 neutron-dhcp-agent: master process [/var/lib/openstack/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini] │ │ ├─425416 neutron-dhcp-agent: ServiceWrapper worker(0) │ │ ├─425535 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp3mq88idw/privsep.sock │ │ └─426002 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpks44f8zr/privsep.sock │ ├─504dda26c68665cd97cb79d14ffb0c4694eb16feb9e697c8de8960974859482c │ │ ├─73034 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─73046 /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 │ ├─e6086885a46bbcfefec3d86f09a2b759e8a43fae66be06a39821e53619e351b8 │ │ └─143205 /pause │ ├─6c08e7477cf5ff28058ad4127a67150335b0bd06a728917758269038cc902a3b │ │ └─174762 /pause │ ├─c6182bd21e4e574541607092638b9be9c1ee6669361fbc1f20d9919b2ba169d9 │ │ └─184957 /pause │ ├─8bfecb752bef60adf73b335275129da9b724c20e4866505b598942851170db43 │ │ ├─119749 python -u /app/sidecar.py │ │ ├─120329 python -u /app/sidecar.py │ │ └─120330 python -u /app/sidecar.py │ ├─2f6822b557eefd36f68ddc917c4d76621ff1a16b19deb9f1d0530d9fb3d8286f │ │ └─55075 /pause │ ├─2958a7c484f63d36de35140b6a4a587c362ff24f1cc1b09e2f1b699d9ca8c5a0 │ │ └─208599 /pause │ ├─ae8b466f077cf916b7ef8b1afd1fdd0d99b9fb904afa4fac21774030080525f9 │ │ └─136538 /pause │ ├─752f5ae291ee1d848c83d91c915d157b2205ec3793212d9ce6aacef496cef7bb │ │ └─51964 etcd --advertise-client-urls=https://162.253.55.222: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://162.253.55.222:2380 --initial-cluster=instance=https://162.253.55.222:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://162.253.55.222:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://162.253.55.222: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 │ ├─1cb6c1573977c563c239d75512491c4cdae82093606c6510cf70f2fd6dad497b │ │ ├─201421 neutron-l3-agent: master process [/var/lib/openstack/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini] │ │ ├─202001 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─202186 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpoj9_li6z/privsep.sock │ │ ├─383854 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpyvo6beat/privsep.sock │ │ ├─384333 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpvioenesi/privsep.sock │ │ ├─384895 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─384899 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─391905 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=bf3c593c-4a13-45e9-bd2b-6d9cfb53a5c9 --namespace=qrouter-bf3c593c-4a13-45e9-bd2b-6d9cfb53a5c9 --conf_dir=/var/lib/neutron/ha_confs/bf3c593c-4a13-45e9-bd2b-6d9cfb53a5c9 --log-file=/var/lib/neutron/ha_confs/bf3c593c-4a13-45e9-bd2b-6d9cfb53a5c9/neutron-keepalived-state-change.log --monitor_interface=ha-059db8b2-61 --monitor_cidr=169.254.0.82/24 --pid_file=/var/lib/neutron/external/pids/bf3c593c-4a13-45e9-bd2b-6d9cfb53a5c9.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─398370 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=63951456-fe8c-4681-81dd-14eeb6cda8bc --namespace=qrouter-63951456-fe8c-4681-81dd-14eeb6cda8bc --conf_dir=/var/lib/neutron/ha_confs/63951456-fe8c-4681-81dd-14eeb6cda8bc --log-file=/var/lib/neutron/ha_confs/63951456-fe8c-4681-81dd-14eeb6cda8bc/neutron-keepalived-state-change.log --monitor_interface=ha-e55fbe65-c4 --monitor_cidr=169.254.0.219/24 --pid_file=/var/lib/neutron/external/pids/63951456-fe8c-4681-81dd-14eeb6cda8bc.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─408509 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=42c1332e-193a-4e56-863a-b7515dacc8a2 --namespace=qrouter-42c1332e-193a-4e56-863a-b7515dacc8a2 --conf_dir=/var/lib/neutron/ha_confs/42c1332e-193a-4e56-863a-b7515dacc8a2 --log-file=/var/lib/neutron/ha_confs/42c1332e-193a-4e56-863a-b7515dacc8a2/neutron-keepalived-state-change.log --monitor_interface=ha-b20edbb8-be --monitor_cidr=169.254.0.66/24 --pid_file=/var/lib/neutron/external/pids/42c1332e-193a-4e56-863a-b7515dacc8a2.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─f235cccc07010e09a6222e28fda66c797065a401599c354a25090e8919368d88 │ │ └─53711 /pause │ ├─15163b81ab24eae0871668eac53d9697afd5af445e3887fa7f7145410a4bfb93 │ │ └─55680 /coredns -conf /etc/coredns/Corefile │ ├─f3846a76bc999e9e447dd9318d46efb63a9e5e18bf35d7dedd8b5293a336c755 │ │ ├─229252 /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 │ │ └─229637 /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 │ ├─4db65e01adac720055843b9369a235e7382e34b448f2932ee1a72f033567fb04 │ │ └─55632 /pause │ ├─9e774efacc624c390ebc78b4d12f1f780c4e7a6e7df1e1e9794c13b44340dc30 │ │ └─76556 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─53a7534488e4f89990866c2ace544e34e22ea3a7f8e39afdac3f223cba6dbfe1 │ │ └─191583 /pause │ ├─6634970442dea3911459fc1df1071a97138d6451de568748267bc82c7c078e6d │ │ ├─156733 /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 │ │ └─157167 /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 │ ├─dd6e2b5c73dd954ead6e37f1f71a36b50d5fae1cb7d786a2d3e37a6af2ec4ae2 │ │ ├─169561 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─170209 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─170214 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─cd2dc60273ef5e7996f69c79468f2a2b90daa36e731ae1f6e42e7d38907cc13d │ │ └─156166 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─d5046adcbe8f4ecb999b3315e2310a3c84a6511ce30d9302a898b61e46dc020c │ │ ├─155015 heat-api-cfn: uWSGI master │ │ ├─155049 heat-api-cfn: uWSGI worker 1 │ │ └─155050 heat-api-cfn: uWSGI worker 2 │ ├─065ba37da37ac84a1371149f2393153974ed8c8baa190f30eb122867a68cb899 │ │ └─72996 /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 │ ├─991a54ec808ef197ef02eae8a0792265b03c5b3e30a6925bf396925ea27e169d │ │ └─155347 /pause │ ├─a31cdfb724367b6e156c0e82ae64a8f3e00e625bf88bb55e136978f05e7065ae │ │ └─58289 /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.15.5 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─06df119bf775480e7d91dd17e943399461e734593a547ae061a04b820340b012 │ │ ├─119709 python -u /app/sidecar.py │ │ ├─120315 python -u /app/sidecar.py │ │ └─120316 python -u /app/sidecar.py │ ├─4cf6102f619a08ec13b8f3a98e7d287baedde3bf47fc63261d11dd0d3f9fd3ce │ │ └─73786 /pause │ ├─40d3adda6006430eb9199916b85d1e2f98a729cac012a930c5e41d9486c4213c │ │ ├─188042 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─410429 sleep 300 │ ├─327eaa3392c3f1e46624dca05439ba08a32f9cb175c37ae424db8ab1f5193eb5 │ │ └─187922 /pause │ ├─a20231c48e480631d04b5d919b898f7f24fd38d99ceb0f5fa332798905222c9c │ │ └─69378 /manager --metrics-bind-address=:9782 │ ├─0bece3977f4df555edbdb8f7bd34f59d1e3aa3cba70fff0e3a84e3d24d42ff39 │ │ ├─165318 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─165334 /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 -- │ │ ├─165340 erl_child_setup 1048576 │ │ ├─165460 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─165461 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─165471 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─165856 /bin/sh -s rabbit_disk_monitor │ ├─e73cab1b3eb2a98fbbfe7b5a9b63e12ed03cceed64a694f73250eb9c98daab7d │ │ └─187325 /pause │ ├─ec5852b26502ab32bfbfa47a0e967ac31b3c3405aa4b891e6524e7d872b6d501 │ │ └─119528 /pause │ ├─43e52ebd79ba44f7e37c3b90a7204257a3aed1da99de9d1b2cfbdadf71b4bb32 │ │ ├─131228 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─131245 /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 -- │ │ ├─131251 erl_child_setup 1048576 │ │ ├─131509 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─131510 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─131520 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─131819 /bin/sh -s rabbit_disk_monitor │ ├─110fe008623609614bfb59fa240988564c4c8a6b07a76ba3bd98a2b81767f157 │ │ ├─208267 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─208286 /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 -- │ │ ├─208311 erl_child_setup 1048576 │ │ ├─208892 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─208893 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─208905 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─209878 /bin/sh -s rabbit_disk_monitor │ ├─38efd1090b75b75948924dfa52e661263e56aeeec1a99ee1c672dff20f83dc14 │ │ └─154032 /pause │ ├─37fc97cf79b4f43ac776bb8832359c59dc5f502422467e9e510ba0dba826a5a0 │ │ └─192083 docker-registry serve /etc/docker-registry/config.yml │ ├─bc2f4387b022ed99d908a02b309604e79c89f0f3ee3123e9199bb8b75da33f73 │ │ └─121208 /pause │ ├─30159bb9f25a1c19f80e59cfd89d91ef8fe72b696cb6b6ddb3c7620776bae5cb │ │ └─75062 /usr/local/bin/rook ceph operator │ ├─62c02026e424833db86a10dd52b68c916fa3ab8416859a97d9c42486fe6e4090 │ │ ├─ 66884 /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 │ │ ├─ 66901 /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 │ │ ├─ 67167 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─260419 nginx: worker process │ │ ├─260420 nginx: worker process │ │ └─260421 nginx: cache manager process │ ├─cac675d2301f04883976e826a559997e437f96650e6bc90dbb66bc55f43b5378 │ │ └─119268 /pause │ ├─3d06bedcdb51b150241d9a073aa5e0ae10315bd9ad9f2d2b2febae01aaa488f1 │ │ └─173019 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true --bootstrap-token-ttl=15m │ ├─60624ad64dffc346b3bc023ba84c4538de58cd5569bb6e574eafb84dc387f94b │ │ ├─229230 manila-api: uWSGI master │ │ ├─229284 manila-api: uWSGI worker 1 │ │ └─229285 manila-api: uWSGI worker 2 │ ├─1f21fd10405ba9e72e029ad55ec014155507cd2d79b6e158a5ce1c22742ffe47 │ │ └─124640 /pause │ ├─34b02c5da22600ac6622b525933d1b6385ceab474ac26366b519b7d065152089 │ │ ├─154958 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─155602 heat-engine: ServiceWrapper worker(0) │ │ └─155605 heat-engine: ServiceWrapper worker(1) │ ├─c9663e6c230864bf9914c9e15d1d44e302d5a6098477b8e35dbb1db4bc98d2d9 │ │ └─66961 /server │ ├─24cf1c1b31677be5190a08a4d9f3f34b5f98b4dc4bdcbaa81f02ec606243c378 │ │ └─58808 /pause │ ├─e8e701bd1af4c9a774c08476dfbb94002a6759c865a299200eb7488bd1acd718 │ │ ├─152271 barbiacan-api: uWSGI master │ │ └─152285 barbiacan-api: uWSGI worker 1 │ ├─c32645d0785b098b2367d2a4094cea89a8d9c5dd19edb37f58ca9b3179add496 │ │ └─51741 /pause │ ├─a2262bb654aa838bc20d145736a6dfb40160455e75a4da070241bb7e06b480a6 │ │ ├─79342 /usr/bin/vector --config-dir /etc/vector/ │ │ └─79377 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─142467bd74bf7ad9987d237154ec5a7c32fe2d1a7dd9f6adc6e71c8e3724330e │ │ ├─198647 neutron-rpc-server: master process [/var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini] │ │ ├─198996 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─198999 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ └─199002 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 /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ ├─42577bafbf443ad34fdf1a6d4bdad4669eb4553c8f98cdb993e8cbdab486fc57 │ │ └─55608 /coredns -conf /etc/coredns/Corefile │ ├─b59eb6aa1492a6a7701e7db530b8a62f38a94c24451ac92a892ca32aad439bdc │ │ └─187759 /pause │ ├─b3e5a260b0c049120329773c375728a515e56649d7dcded316ace350f9e2a8a4 │ │ ├─259892 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─259909 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─260679 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─260680 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415603 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415604 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415605 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415607 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415608 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415609 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415610 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415611 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415612 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415613 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415614 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415615 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415616 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415617 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415618 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415619 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415622 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415623 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415624 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415625 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415626 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415627 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415628 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415629 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415630 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415631 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415632 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415633 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415634 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415635 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─415636 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─415637 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─412028579e43cc10e14d296103584637da65656a245599fcc04d807dfcb131f6 │ │ └─158208 /pause │ ├─4eaabff368129576147f324003debabd2093da2a0f28fd7b7ce68c3aa1d7599b │ │ └─76208 /pause │ ├─e3a3b51cd139ba5bc1ffc1125be9d4dbdf5a5888860ad3ecfff2c9910560d3a5 │ │ ├─75781 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 │ │ └─83599 haproxy -sf 188 -x sockpair@5 -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 │ ├─1b4d31aa4e87cfe0f4957a3ebba7ce24d7349d298a3516b3946e25ba80cce4d6 │ │ └─121505 /bin/oauth2-proxy │ ├─f2a0610bf9e59dfdf0b7afe7e952b5797050644e4e4138131fbda85b79e54773 │ │ └─201919 /bin/bash /tmp/libvirt.sh │ ├─4133210d003c5088f29355c2de1d50f83548cdfe2742b47dc2b112f875d68841 │ │ ├─118100 placement-api: uWSGI master │ │ ├─118142 placement-api: uWSGI worker 1 │ │ └─118143 placement-api: uWSGI worker 2 │ ├─726e9e66c81e5c25de5f337f792a6e9cc97e4cb39066a0aad6ece1e19ce885aa │ │ └─51813 /pause │ ├─d689d8169d1dc72c2538637f526abbd2508e7697930e2bd5605f8e82dca3e1d1 │ │ └─57629 /pause │ ├─0712df02865fb971250e317293fd6c23a4993cda29ef0bed86b4d8e5f8eae201 │ │ └─187646 /pause │ ├─fb3ee4867781f3f3038b719ec11a28fac7d5fcc7b5d873c24c259b7f473b9b8a │ │ └─52531 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─09767a402bda4cf52795dc795cd1f85d6a8074eb8a473ecf2deab270d528ffd9 │ │ └─78667 /pause │ ├─10484cd2603d90f6c929e92131f17dbcf203039f7e957da8489d22dd90770933 │ │ └─210485 /pause │ ├─18715c871721a59ac6057e9cd612369f81da6d0849d25e26393d8b45e776f00c │ │ └─82887 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 │ ├─40d12c5a92d793cab37ae01f2f22ee8b64b84995cff30f245595150e6f7059ee │ │ └─66304 /pause │ └─8b22fae3e3dfd1caac22add02e250dcdcc6a2992e4ae761e5d77caf21ec40d19 │ ├─154990 heat-api: uWSGI master │ ├─155047 heat-api: uWSGI worker 1 │ └─155048 heat-api: uWSGI worker 2 ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount