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 │ │ │ ├─37042 /lib/systemd/systemd --user │ │ │ └─37043 (sd-pam) │ │ └─session-25.scope │ │ ├─37039 sshd: cephadm [priv] │ │ └─37056 sshd: cephadm@notty │ └─user-1000.slice │ ├─session-103.scope │ │ ├─271993 sshd: zuul [priv] │ │ └─272092 sshd: zuul@notty │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─700 /lib/systemd/systemd --user │ │ └─701 (sd-pam) │ └─session-1.scope │ ├─ 697 sshd: zuul [priv] │ ├─ 714 sshd: zuul@notty │ ├─ 859 /usr/bin/python3 │ ├─272083 ssh: /home/zuul/.ansible/cp/199.204.45.49-22-zuul [mux] │ ├─328356 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zvmlfazdnoxyhdiabewllhfrtotrcthy ; /usr/bin/python3'"'"' && sleep 0' │ ├─328357 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-zvmlfazdnoxyhdiabewllhfrtotrcthy ; /usr/bin/python3' && sleep 0 │ ├─328358 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-zvmlfazdnoxyhdiabewllhfrtotrcthy ; /usr/bin/python3 │ ├─328359 /bin/sh -c echo BECOME-SUCCESS-zvmlfazdnoxyhdiabewllhfrtotrcthy ; /usr/bin/python3 │ ├─328360 /usr/bin/python3 │ ├─328361 /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 │ └─328363 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 42 nofb ├─system.slice │ ├─docker-446a7fc431950521654a1697f530dc26f5074cd6773af7fe0751295d4d82ef94.scope … │ │ ├─45715 /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 │ │ └─45729 /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─containerd.service … │ │ ├─ 24041 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 27251 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8ac27326aaaa0aab14621744ab520aa279267491e66b0ce666c894b33f497ecb -address /run/containerd/containerd.sock │ │ ├─ 27617 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 9075494f41604c9fa89bb1b508e19e29bb9523f530315439c06158c4c461949a -address /run/containerd/containerd.sock │ │ ├─ 34456 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 457e3bffe76589ac4f9ae8084874bcaa7fe7d3e180a2be0e261add76f817c6e6 -address /run/containerd/containerd.sock │ │ ├─ 41004 /usr/bin/containerd-shim-runc-v2 -namespace moby -id b0906a0319f98784fc3204956b9d1de6e7f57b779fa5477f92892e23aa8b306b -address /run/containerd/containerd.sock │ │ ├─ 45692 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 446a7fc431950521654a1697f530dc26f5074cd6773af7fe0751295d4d82ef94 -address /run/containerd/containerd.sock │ │ ├─ 50264 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5d99a8400373fb15f1b827ce7e8fe8a71b81a17f8b30c97b6456a26ca41d80f2 -address /run/containerd/containerd.sock │ │ ├─ 58931 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7ea1035196f2f454b3d8f72b87e40446f2da36fc0c8a6c57c9fd6b5c5e10f1ce -address /run/containerd/containerd.sock │ │ ├─ 58977 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 67d9387402e4bf7045ddcb41bd7c416403cd6e68516ec5e6bc23b8c13cd8ad5d -address /run/containerd/containerd.sock │ │ ├─ 59013 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id be1f3c126588b52c5d7620908adc70e3a2897860cbed5157b7d82eb187d97fb8 -address /run/containerd/containerd.sock │ │ ├─ 59065 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4744ddb3ffbb36a6c92c683d9ade692f689496ba4e5babde85c313fc6acacea6 -address /run/containerd/containerd.sock │ │ ├─ 59110 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c79a9b75d5c005e61ddead1590a325e5a7d93192f5dbd9429e76f1a1d6fb4efb -address /run/containerd/containerd.sock │ │ ├─ 59796 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 42586bb2050ee73c3c97d22f001f68c0dfcde1c213da8a9c6dc2247b1744bd1f -address /run/containerd/containerd.sock │ │ ├─ 60845 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ca71a076261bfe0ee9e8567afb52694c8197e97b73e1c59e787074e9a0d6289 -address /run/containerd/containerd.sock │ │ ├─ 60873 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b5fae0e2426e4a96b2f4ec2519c5c107b16c85ccbcab9ba116b4bf50c64da078 -address /run/containerd/containerd.sock │ │ ├─ 62251 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 52efe5dd72969d1e8b3f327f2160d7cd17fd348fa49eea82671b59ae1a9fd82e -address /run/containerd/containerd.sock │ │ ├─ 62734 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bcddb25345f8765711229852ec22705c0f61c7bcffe0bd0c65aedfabae0481cb -address /run/containerd/containerd.sock │ │ ├─ 62771 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d7299dbe788de2875c153574c41077626d509ccfd448cd67a41ab713d0c11d16 -address /run/containerd/containerd.sock │ │ ├─ 63971 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a9f4a827cf7a79e118d259f35ae62dc3e4c58b5fc5e47cc7ce648ad2922bae43 -address /run/containerd/containerd.sock │ │ ├─ 69401 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fe48f315faebee6aa80778d5bf038626ebb94570660c566547989b28ab801ba3 -address /run/containerd/containerd.sock │ │ ├─ 69454 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 337d0ff6a7dc257772b6b3dba52e1c10bdfc62becfc3be2a65ee0320dd923cbd -address /run/containerd/containerd.sock │ │ ├─ 69562 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9d6ab10a658d8d7a68a54b33fd379c5bc5ccc71b9f8be61777d1f9d1367f2926 -address /run/containerd/containerd.sock │ │ ├─ 69888 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5de5b76f3812c103f7dcde16920704f78ea48caa129729cf71b64c5e36b153bb -address /run/containerd/containerd.sock │ │ ├─ 69938 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e7e9359916233b1c7ad8026946ba51cdc566ed79f218afb26e4feddc3ec17ffc -address /run/containerd/containerd.sock │ │ ├─ 70022 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e5f5f456ad5d81996618ffffa7a7dc0516376961fa162f98d4066d1eee9e40fc -address /run/containerd/containerd.sock │ │ ├─ 70222 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7b322f1adfd4213c7291c0a77d0d7d7a7ab9160f9a491c9cfcba3bda27f037b5 -address /run/containerd/containerd.sock │ │ ├─ 70292 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ff7aef6783aa7f43224fde17d5fb9427287174e4a28a8f8aec5bd46708d61211 -address /run/containerd/containerd.sock │ │ ├─ 70348 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 78a2567f20b3212926482cff71d475521d9dfcee705ec507b3a43e86a92c5178 -address /run/containerd/containerd.sock │ │ ├─ 70419 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fc3e0b1a0f7a08c806b1f80cc6d4c0997d998de224fbef44660c2799510e2484 -address /run/containerd/containerd.sock │ │ ├─ 70476 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f2ce5eb74b22bdd9666b4e52b01010510115d49faaf6470c985eedd2fe902ea7 -address /run/containerd/containerd.sock │ │ ├─ 70552 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 25c32f45b1636ac5c58174afb1727beac17692e3faf73ee2884dd89b4279a000 -address /run/containerd/containerd.sock │ │ ├─ 70876 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9fd20e97b400ed998a6795eed6e6d319bc3e3f05983a1d9020f84adf8677b6cd -address /run/containerd/containerd.sock │ │ ├─ 71196 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2afce3ba29bcce3734115b8ba07e19dd8f91f93605438ea21d68992b436633e0 -address /run/containerd/containerd.sock │ │ ├─ 72446 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0a9b7c2e0fc395de7d4be6d41b38676133ac72ed063e3bf31e60caa308f7ccb4 -address /run/containerd/containerd.sock │ │ ├─ 72915 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c4bfb4f22feb64d3b17b4473027ecd305429d192d1533dbea76e04ac00728e2 -address /run/containerd/containerd.sock │ │ ├─ 72971 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b55689f478f078d4f631889d863e25909f81f2e68b36d921e28847fd811c5945 -address /run/containerd/containerd.sock │ │ ├─ 76929 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d3b2c9507a50d5753fd07a3853fb61547462df2388bfe6e0b98d00bc5cd6b685 -address /run/containerd/containerd.sock │ │ ├─ 77119 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e439f51f9417aabe955f22d725f2a4218afbf877c273ef7dfb86e1dfac1cc7c0 -address /run/containerd/containerd.sock │ │ ├─ 77221 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7d8a447cab203ec2dce4c98d12056abe307197baacbd32d45fa5143a465987fb -address /run/containerd/containerd.sock │ │ ├─ 77747 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6c77dbf3765df9a59399df4163d2e2d21bc095c258c8b260adcc1f7c2224084a -address /run/containerd/containerd.sock │ │ ├─ 77785 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6c7f5c0ff8551637d1e28cfed47d32e7d773f7f8e0504c8c33de49e1c031c12b -address /run/containerd/containerd.sock │ │ ├─ 79666 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 58afa8871a623884a19cc04610417760266e1d5cfd079a200ab84731e90dbbd8 -address /run/containerd/containerd.sock │ │ ├─ 79972 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ecc73fcbed3708064316d65c11da68f8ca0a2ac4a366c5707788bc3ed4d6ef6f -address /run/containerd/containerd.sock │ │ ├─ 80194 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fa62991500595f7066d18ce7dd9b96a9683936eef735673a1c2a77e69640678e -address /run/containerd/containerd.sock │ │ ├─ 80569 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 08197f6ef3f73d4edacd574dd2fd0046d1aa8e212c7df22b499b15f4e486309f -address /run/containerd/containerd.sock │ │ ├─ 83995 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id da97d7f1d56b346bd128a84f93d69170e46d1de40ca0d6b3b13a3f223f253a59 -address /run/containerd/containerd.sock │ │ ├─ 91002 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fc230a46d95155712f2f05dc99a5100f0b38eae75ebbfedca3128bb6f26138f1 -address /run/containerd/containerd.sock │ │ ├─ 92111 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c88b00569353fb450cba38ce293f54fa8f518c1062f81e05e57fd07f8fc46808 -address /run/containerd/containerd.sock │ │ ├─ 95626 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9de52a83b1579c48ee9b61907ce57c0d1c23100c4058f84edb4798bb8c53e1ed -address /run/containerd/containerd.sock │ │ ├─ 98449 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b59c9bb2a3ded1268dbfaeef31795cfc7b84720817c6049e36d6a6c41fa04f7 -address /run/containerd/containerd.sock │ │ ├─ 98494 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d5ca227a1c6bbce3545db2c197e8f54fe7da8e3371d501aa7f379ba1cb0fc3e8 -address /run/containerd/containerd.sock │ │ ├─ 98532 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6498f39639dafc2a1656934992f325dc67686c0d5ee10e5a1f7cba40081875c5 -address /run/containerd/containerd.sock │ │ ├─ 98633 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d58c2730a953e9ac7023f97c18a5b523fb0a44c68d7dc84e50c5ce8bd98b802a -address /run/containerd/containerd.sock │ │ ├─ 99888 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 65ad4512bb5477b5a5a04d88a0e2fa34614218a80fbc8ea3f36c583bb613a64c -address /run/containerd/containerd.sock │ │ ├─100155 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 287be9b632fc0da76645b130a4c4995e59debf9f2fe5a06233fe23232acadc8b -address /run/containerd/containerd.sock │ │ ├─110940 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0f66f22d55f8bc48c33e8d93bb031e21dfb6ba2b11c5e7db62d687b08595efe1 -address /run/containerd/containerd.sock │ │ ├─111966 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3bc0996e8ba5a4ff84c4ce5aaa1b4a4cfae0b50b4cb550792ca13b12ebf8f2bf -address /run/containerd/containerd.sock │ │ ├─111985 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 30b5c73c9abecfc2cc3d88a41aaa2142e685a692e71c4ff16c3bb5fbd35bf641 -address /run/containerd/containerd.sock │ │ ├─112858 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b8eb987d7a7f53f5600ab06785cca5af346a4f7e6a81ea7d82057eea70a0194f -address /run/containerd/containerd.sock │ │ ├─112965 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 90c6b235143e351d780c9f8c8a6dd666eaf19f074d378b4897ca05bbc2f0ca0b -address /run/containerd/containerd.sock │ │ ├─113931 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5a6f0b50b39c616e3a6ccd87834ab415a535818cc5a545c48d95329566573538 -address /run/containerd/containerd.sock │ │ ├─115702 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dfbe06d6cfdd17da778cab21188d12dba6b1eb5e36fe67e0de8a6a4624e65b9d -address /run/containerd/containerd.sock │ │ ├─118139 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7db04875992675d407ba90dba638113897052a0f022c9fb1310f379e55423e03 -address /run/containerd/containerd.sock │ │ ├─118419 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 39c55f3e3b671cd38c77e86227042fd96873727cad3de437f43f50b3530c42e7 -address /run/containerd/containerd.sock │ │ ├─118460 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ff69e3372781623b3f4e2280a304ddbb3e43297a244f166028bbf7a1f81b66dc -address /run/containerd/containerd.sock │ │ ├─118516 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 430522653e0bd8f26452b6ff095121135040cd5e001b0ab5d0450f820afbbd47 -address /run/containerd/containerd.sock │ │ ├─118722 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4cc572d47f7e57adacf1f52605bc933b26c4af76706df9943a07faaf9695edab -address /run/containerd/containerd.sock │ │ ├─120968 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4cc1847323f7aa47f5f353281e9d180e39e0faafa71fcaa0fe883d17a289e5b7 -address /run/containerd/containerd.sock │ │ ├─142909 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f9585c41603e25dec3e4cc175fc1f4d3a4f1d16a6b50441ea4f83ce2cfcab2f8 -address /run/containerd/containerd.sock │ │ ├─143004 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 77de7ebf52b8598e7f34627d4251d244e7f070e64d98875f38dc6af51cfd5ede -address /run/containerd/containerd.sock │ │ ├─143143 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b27dd6169a328541e7c9ed3bd5a631cbf668cb8bd3c9311dcf4fdb4e57186e1b -address /run/containerd/containerd.sock │ │ ├─148704 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7e9b4214c416e522b51d50692f22191da997cc96b4ea3c7a8facaca860c03055 -address /run/containerd/containerd.sock │ │ ├─148753 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d4410a889b5bc4ddbcc9320ab77eac6d243d5c5eec45ac2b78ff5ba7cd3d2333 -address /run/containerd/containerd.sock │ │ ├─149219 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ba7cad9af7ec7874be3016eaebc1cdd178d33dfbd65665a779b40f30f4f7a017 -address /run/containerd/containerd.sock │ │ ├─153505 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id baaba0a595cbb594edbcfa46e1c8c78b3648689a4c7cff41a21687089b47d1ed -address /run/containerd/containerd.sock │ │ ├─153616 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fa701a45383d9d053b55ac1bb4a57dc7075b69e07fd3480f3a917499059e6ae2 -address /run/containerd/containerd.sock │ │ ├─153662 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 813ebbb7e99232fe3479754ba068e3312c2070b4dea2dffca2d6989ac6b62af4 -address /run/containerd/containerd.sock │ │ ├─153874 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bfdc19cdee599b4928f2595b258b63509ed9ed9a62bf261f12b3b81ea11ba065 -address /run/containerd/containerd.sock │ │ ├─153971 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5d5fe182bcb7d79ecb5470035b6fe0381da9968fa118d275d9bb59016a1a2e43 -address /run/containerd/containerd.sock │ │ ├─155333 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 76e890a9d3befd52b9ad71d4583d2e6f8840c9f8e9653b76a7e535363131fd4c -address /run/containerd/containerd.sock │ │ ├─162586 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d04e4c873cbbc26010896fcdd84513b807241993ffa3df5743c4d7159d107c82 -address /run/containerd/containerd.sock │ │ ├─162638 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d5d2697150986d250359adc4edec61d3c07fdd3eb1819ee88ed45197a0dc6768 -address /run/containerd/containerd.sock │ │ ├─172867 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ffffb90e13cc947ac8e01498e46cfee11fe945b5c87e0eda2f2fccc1b142bbf2 -address /run/containerd/containerd.sock │ │ ├─174772 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id da661899a02da9100f7f5dd5ba7fbfe07d885d0abbf65cafb3d34cdfb824001b -address /run/containerd/containerd.sock │ │ ├─174805 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 46fdda96688324f4b97226a5a8a0817e1d4e993775cdd88919f9f3be387fe08c -address /run/containerd/containerd.sock │ │ ├─174866 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4d514ee05abfcb7ac71c797063c4322b3871b11a8e2d0168471db240fb875101 -address /run/containerd/containerd.sock │ │ ├─174926 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ea4bff8f8fe7638001e25a4ead6f581de50015c773ebe0e6ade6796bd70d4675 -address /run/containerd/containerd.sock │ │ ├─174977 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3ac96e75a5b9f2a8e63dfd6dc697275f6a0e98d39729693c3e36b60a42643bfb -address /run/containerd/containerd.sock │ │ ├─175296 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c4c7f5f5d5e4c96170662019a5ec24d7fdc2eff9976b3d95e4f94973e65f3980 -address /run/containerd/containerd.sock │ │ ├─175444 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3173d1a689c1537aa54c91a1f4d8f754192329d1db509a15fb3bd6815c94f4a5 -address /run/containerd/containerd.sock │ │ ├─191542 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a6891d1ca18f883c99e6f5120b006a0b684f5fdad9be3c37561dd45aac01befd -address /run/containerd/containerd.sock │ │ ├─193331 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 436c9a4bd4c825a2c8d67ac14d798a570dc2b502b86dfb9b9e755c91163ec904 -address /run/containerd/containerd.sock │ │ ├─193595 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b582b3d691bf3bb98c2c7312534279c37227145491af8099ee8307e16b5fa068 -address /run/containerd/containerd.sock │ │ ├─194177 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 39f7d0386a4b5712871b6d8e2d24fd72ceacd73f63f5c6619fe0fb42ebc6bbbc -address /run/containerd/containerd.sock │ │ ├─224149 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 99e2a0ae193542acfb41a3385de8585bd36a0c999c07ddb06bb570b5f9a0802b -address /run/containerd/containerd.sock │ │ ├─224443 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b1708ab694c3881bb98c02d762298125e1e0edbfc511d6b1e4cc17ad0d96f1ff -address /run/containerd/containerd.sock │ │ ├─224504 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 39d11ba7d60bb4194e0c21f5bd9ab4a3b8a8876f5fe140cee213f8a86cca6133 -address /run/containerd/containerd.sock │ │ ├─224596 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bc22c30096291cb7c9edca33bf5656411b11bce830cd849f04ed852e4d980ed6 -address /run/containerd/containerd.sock │ │ ├─231774 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ef00be41040dd0f887bf69e87205c74d5df6e67a45821c734d9d39a3ca9bd9c7 -address /run/containerd/containerd.sock │ │ ├─231832 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 21a9b350ddea651b6d4bcd375415cdfa888c08e9654f42a58c70c9cd72d324e8 -address /run/containerd/containerd.sock │ │ ├─231852 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 41df05b0bbdffffc11a4c9c023f6303aefbb8484b2f9067e68cd9dd8767ac414 -address /run/containerd/containerd.sock │ │ ├─232135 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 19ac236376d15ab5b9fea787719920930ccc4a65a36a2936942466e0308c0610 -address /run/containerd/containerd.sock │ │ ├─248471 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 05e7fd733bd2e2ff8be80b9bec98447e569e2ed63bcbe5976a4191ebdeb5f588 -address /run/containerd/containerd.sock │ │ ├─251542 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 588fa32e9e30916d677d5e9abf0d89b99c2848e8a11b82bb1efc417e85ce2e22 -address /run/containerd/containerd.sock │ │ ├─252741 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6b236614a547fb0312b6b82cfa32b9bb53283f81ef496acf30c4cd3dc4ddb93d -address /run/containerd/containerd.sock │ │ ├─254388 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d0d2962370044742696f6f319472557779e6754c943cdd1d1cbafbdb40cde6e4 -address /run/containerd/containerd.sock │ │ ├─254840 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id debb68561d4d301b772fc63d9a4d076d9059ba8ff049e4d5f9c780bfa5f43801 -address /run/containerd/containerd.sock │ │ ├─257101 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8c41e5e973331ad8212e72dd51f5c8fd3d2602cd95f54ecc51a99dd7f403e18a -address /run/containerd/containerd.sock │ │ ├─258677 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 092382c4f367d8f1d6516ad50642681bae29c8acfb779389ae031a8bd4a9179a -address /run/containerd/containerd.sock │ │ ├─258807 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3603bfdca5120fdd101f18fbf56d381465dfaf4e0e8f8eb14c2a24c89f74d0a6 -address /run/containerd/containerd.sock │ │ ├─269539 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1828382c1ef5b5afe4da9ba94a273f450737561748ab056d02a86394c6b007b5 -address /run/containerd/containerd.sock │ │ └─270087 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 19e7ebb0ec655136058cd1fd4b9ab6c970e4e5327a5e23a4cce7d46fd79fd2fb -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1181 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─518 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─391 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─624 /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 │ │ │ ├─45366 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─45641 /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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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 │ │ │ ├─34416 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─34434 /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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.0.service │ │ │ ├─40721 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─40987 /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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─49974 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─50247 /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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -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@mgr.instance.gxmctj.service │ │ │ ├─27530 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.gxmctj/unit.run │ │ │ └─27559 /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-gxmctj --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18.2.7 -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.gxmctj:/var/lib/ceph/mgr/ceph-instance.gxmctj:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.gxmctj/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18.2.7 -n mgr.instance.gxmctj -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 │ │ ├─27167 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─27195 /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.2.7 -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.2.7 -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 … │ │ └─24782 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─641 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─613 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─22806 /sbin/multipathd -d -s │ ├─run-r0c67837e1fa348f7b5986bb26b8e0b62.scope │ │ └─194450 /usr/sbin/libvirtd --listen │ ├─kubelet.service │ │ └─59393 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=199.204.45.49 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─docker-8ac27326aaaa0aab14621744ab520aa279267491e66b0ce666c894b33f497ecb.scope … │ │ ├─27275 /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 │ │ └─27294 /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 │ ├─systemd-journald.service │ │ └─355 /lib/systemd/systemd-journald │ ├─docker-9075494f41604c9fa89bb1b508e19e29bb9523f530315439c06158c4c461949a.scope … │ │ ├─27641 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.gxmctj -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─27660 /usr/bin/ceph-mgr -n mgr.instance.gxmctj -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─ssh.service │ │ └─646 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─docker-b0906a0319f98784fc3204956b9d1de6e7f57b779fa5477f92892e23aa8b306b.scope … │ │ ├─41027 /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 │ │ └─41041 /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 │ ├─uuidd.service │ │ └─8017 /usr/sbin/uuidd --socket-activation │ ├─cloud-config.service │ ├─chrony.service │ │ ├─25348 /usr/sbin/chronyd -F 1 │ │ └─25349 /usr/sbin/chronyd -F 1 │ ├─docker-457e3bffe76589ac4f9ae8084874bcaa7fe7d3e180a2be0e261add76f817c6e6.scope … │ │ ├─34483 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─34500 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─docker-5d99a8400373fb15f1b827ce7e8fe8a71b81a17f8b30c97b6456a26ca41d80f2.scope … │ │ ├─50289 /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 │ │ └─50301 /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─396 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─cloud-init.service │ ├─iscsid.service │ │ ├─21837 /sbin/iscsid │ │ └─21838 /sbin/iscsid │ ├─dbus.service │ │ └─610 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─622 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─616 /lib/systemd/systemd-logind ├─k8s.io │ ├─da97d7f1d56b346bd128a84f93d69170e46d1de40ca0d6b3b13a3f223f253a59 │ │ └─84018 /pause │ ├─6b2e2e00fa9342e8d64df7c0b5ba08bc8a0937aa77afc8f30d6341ee616c4cf0 │ │ └─101067 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.199-204-45-49.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 │ ├─a9f4a827cf7a79e118d259f35ae62dc3e4c58b5fc5e47cc7ce648ad2922bae43 │ │ └─63997 /pause │ ├─7bd003fdb20609e531fe82690762d5e2f1dc5662a2974350d7c7491398b38566 │ │ └─73241 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─b949912505e48f081da87f3183608254bacfb33ba12c63d126cc0f467ed21595 │ │ └─71850 /coredns -conf /etc/coredns/Corefile │ ├─6b236614a547fb0312b6b82cfa32b9bb53283f81ef496acf30c4cd3dc4ddb93d │ │ └─252769 /pause │ ├─44a683f1c710ffed6b2446a12c025ff805441b772f3441693caf45648f09eb17 │ │ └─284321 percona-xtradb-cluster-operator │ ├─2937dd5890ab1b905fd85f70d7ec47f4edc2c2e8754080dfab527cf0989cdc07 │ │ ├─71771 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─71783 /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 │ ├─eace646653afc6798160936f83111cc739f2119f761b11f6616e9673fbcb0aa7 │ │ └─144067 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─7b322f1adfd4213c7291c0a77d0d7d7a7ab9160f9a491c9cfcba3bda27f037b5 │ │ └─70263 /pause │ ├─988800e6e01d1ef98072cc96b0074e06774b6f236ffde31c6b0ef80d59d95d29 │ │ └─284388 /manager --metrics-bind-address=:8080 │ ├─6a647eb0153abefbaacd38a3c9ff97257a440dfe5ca8aa7381ef5a9a81f058dd │ │ └─72763 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.12.17 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─3bc0996e8ba5a4ff84c4ce5aaa1b4a4cfae0b50b4cb550792ca13b12ebf8f2bf │ │ └─112032 /pause │ ├─f556416b385027028a24dec6eeb36dee4a035dbfd4de32436b2f3ea121172c25 │ │ ├─245619 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─245662 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─247159 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─247160 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318424 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318425 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318426 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318427 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318428 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318429 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318430 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318431 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318432 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318433 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318434 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318435 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318436 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318437 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318438 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318439 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318442 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318443 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318444 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318445 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318446 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318471 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318476 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318481 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318490 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318493 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318494 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318495 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318496 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318497 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─318498 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─318499 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─65a1fe1b0c3ade22436118e033bf02c7e59a93822beb9b1882b897dc73156852 │ │ ├─244705 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─245207 octavia-worker: ConsumerService worker(0) │ │ └─245210 octavia-worker: ConsumerService worker(1) │ ├─19e7ebb0ec655136058cd1fd4b9ab6c970e4e5327a5e23a4cce7d46fd79fd2fb │ │ └─270124 /pause │ ├─1b8f96807d637b79bd389b7d21d2d9f72613979abe989eec5eadb93400afe3a8 │ │ ├─163178 /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 │ │ └─323977 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─fa62991500595f7066d18ce7dd9b96a9683936eef735673a1c2a77e69640678e │ │ └─80217 /pause │ ├─02c132a328329c9f4c49076a07f835d8170b80060dd18edda17c5593a9eddb65 │ │ └─284366 /kube-vip manager │ ├─bc22c30096291cb7c9edca33bf5656411b11bce830cd849f04ed852e4d980ed6 │ │ └─224635 /pause │ ├─0962716a59dc953a5eb60a1ec444627d5557c5d6c28a9cd50485d0763e0c12b3 │ │ ├─149456 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─149474 /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 -- │ │ ├─149480 erl_child_setup 1048576 │ │ ├─149740 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─149741 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─149751 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─150462 /bin/sh -s rabbit_disk_monitor │ ├─b6044f1a9133448b143487ba5fd184e9bbc7c383c54f849f14e45e7c1e60d2ad │ │ └─59845 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─d5d2697150986d250359adc4edec61d3c07fdd3eb1819ee88ed45197a0dc6768 │ │ └─162663 /pause │ ├─ed743fefcece7a929db17dd8e52e7570cb69d43da6aeedc4f504df8207a48cd5 │ │ └─186860 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) │ ├─7db04875992675d407ba90dba638113897052a0f022c9fb1310f379e55423e03 │ │ └─118163 /pause │ ├─a6891d1ca18f883c99e6f5120b006a0b684f5fdad9be3c37561dd45aac01befd │ │ └─191572 /pause │ ├─fc3e0b1a0f7a08c806b1f80cc6d4c0997d998de224fbef44660c2799510e2484 │ │ └─70442 /pause │ ├─8365299f2b78f416c49a1e3057f6bc1f89c920dd150eabeabe01e633437d4919 │ │ └─240296 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─b55689f478f078d4f631889d863e25909f81f2e68b36d921e28847fd811c5945 │ │ └─73005 /pause │ ├─46fdda96688324f4b97226a5a8a0817e1d4e993775cdd88919f9f3be387fe08c │ │ └─174865 /pause │ ├─3139428f72b73ff62854d15ee9a51320ad44272eb6f674fba591fede5f5ac5a5 │ │ ├─81443 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 │ │ └─82991 haproxy -sf 15 -x sockpair@4 -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ ├─19ac236376d15ab5b9fea787719920930ccc4a65a36a2936942466e0308c0610 │ │ └─232159 /pause │ ├─35ecfb8e63a3dbad6b587a375c2748cf8ef2a098ded88997292f3d62d472af02 │ │ ├─140090 heat-api-cfn: uWSGI master │ │ ├─140122 heat-api-cfn: uWSGI worker 1 │ │ └─140123 heat-api-cfn: uWSGI worker 2 │ ├─f00afe41ba3e786839ef7ea4531a6a9add76cf15e098a04947446ab56630811a │ │ └─101525 /bin/oauth2-proxy │ ├─b8eb987d7a7f53f5600ab06785cca5af346a4f7e6a81ea7d82057eea70a0194f │ │ └─112886 /pause │ ├─7e320a0ea2626ee1a205f173f2a35127a59722b29306e9ac0292dd2886d3385d │ │ └─194708 /bin/openstack-database-exporter │ ├─a1511352ef16f7e1c09fa7cf62e75e256350771d909ad11dd3ffa7869042f9c9 │ │ ├─81228 mysqld --wsrep_start_position=0fadec9f-39e7-11f1-b1c5-9e1a8dffbf67:20 │ │ └─81321 /var/lib/mysql/mysql-state-monitor │ ├─f9e35c1b1b44402580dca65bcf1cec51323096b3270657e489f48dca954636c1 │ │ ├─193949 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─193984 /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 -- │ │ ├─193994 erl_child_setup 1048576 │ │ ├─194572 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─194573 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─194587 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─194936 /bin/sh -s rabbit_disk_monitor │ ├─d060f4a57a8acf5c77d6b77ca4367e414bf09ad0aa49c3d2fcf871af44c500bf │ │ └─78854 /bin/memcached_exporter │ ├─287be9b632fc0da76645b130a4c4995e59debf9f2fe5a06233fe23232acadc8b │ │ └─100178 /pause │ ├─672c64d1172f854f0d1c123b23737fcf08cc5d1681dbd2bc5a279dd5ed5f2a94 │ │ ├─184099 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] │ │ ├─184547 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) │ │ ├─184550 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) │ │ └─184553 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) │ ├─e74d2735f67136731ae952e1848756e4f4fc5c994532fad0ffc11c475d9625f7 │ │ ├─184107 neutron-api: uWSGI master │ │ ├─184230 neutron-api: uWSGI worker 1 │ │ └─184231 neutron-api: uWSGI worker 2 │ ├─781d746026b150431d34501e7ec77c751055f5135844c48ba79f51d7958987a3 │ │ └─284156 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false --bootstrap-token-ttl=15m │ ├─41df05b0bbdffffc11a4c9c023f6303aefbb8484b2f9067e68cd9dd8767ac414 │ │ └─231912 /pause │ ├─430522653e0bd8f26452b6ff095121135040cd5e001b0ab5d0450f820afbbd47 │ │ └─118542 /pause │ ├─39c55f3e3b671cd38c77e86227042fd96873727cad3de437f43f50b3530c42e7 │ │ └─118443 /pause │ ├─621db1d363dbdd68cdeb4e70e22b5b3b463984232ef4c63f8e4d77943fd749fa │ │ └─77315 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─d58c2730a953e9ac7023f97c18a5b523fb0a44c68d7dc84e50c5ce8bd98b802a │ │ └─98656 /pause │ ├─813ebbb7e99232fe3479754ba068e3312c2070b4dea2dffca2d6989ac6b62af4 │ │ └─153703 /pause │ ├─f8af48f1414b25fadebd1efee94b9c28e4316c173b90ddc1a77d74c008b83c1c │ │ ├─170958 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─171651 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─171652 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─8bf7efa0fa3c5bbd07653fc3638047c010463864de574116f8d5160d34078d9a │ │ └─101323 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.199-204-45-49.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 │ ├─fa701a45383d9d053b55ac1bb4a57dc7075b69e07fd3480f3a917499059e6ae2 │ │ └─153676 /pause │ ├─ff7aef6783aa7f43224fde17d5fb9427287174e4a28a8f8aec5bd46708d61211 │ │ └─70319 /pause │ ├─05e7fd733bd2e2ff8be80b9bec98447e569e2ed63bcbe5976a4191ebdeb5f588 │ │ └─248494 /pause │ ├─05e790753af0bc074305a04d2e3eb34eadc501b949de116008d9a4dec4b5a706 │ │ └─192409 /usr/bin/libvirt-tls-sidecar │ ├─e1ba0429e731403595e78b9b89f86887697387a8ef2561818be2f28435ac3689 │ │ └─71714 /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 │ ├─76e890a9d3befd52b9ad71d4583d2e6f8840c9f8e9653b76a7e535363131fd4c │ │ └─155375 /pause │ ├─fbfcc3a3a0e5477a889a585d4be36db666a6c88ed522841af64e38d78baf6fa5 │ │ ├─114459 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─114475 /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 -- │ │ ├─114481 erl_child_setup 1048576 │ │ ├─114737 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─114738 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─114751 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─115345 /bin/sh -s rabbit_disk_monitor │ ├─39d11ba7d60bb4194e0c21f5bd9ab4a3b8a8876f5fe140cee213f8a86cca6133 │ │ └─224537 /pause │ ├─502f828144efa893b1182c65f4927fc0d049c3bb321f36714a2b2c18a57e836f │ │ └─194266 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─d0a8cabd8c27b00e5d7a2821fcfc6bf2be61951fdbdd340b48cda60d546ea50c │ │ └─284184 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 │ ├─701e7caae4805ad5b039013266c294b55261596a86fce9ae62f415bfa61dbac6 │ │ ├─149187 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─149630 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─149632 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─30b5c73c9abecfc2cc3d88a41aaa2142e685a692e71c4ff16c3bb5fbd35bf641 │ │ └─112031 /pause │ ├─36bebf4a0f8e4ab0470801491a4babd850b183604edb41fdec9c8142f42cfc7d │ │ └─80989 redis_exporter │ ├─666f85c475999f72365acf9bede82660f7ae0a07a4bbdc03fdc0cf5633258279 │ │ └─77514 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─3ac96e75a5b9f2a8e63dfd6dc697275f6a0e98d39729693c3e36b60a42643bfb │ │ └─175037 /pause │ ├─7e9b4214c416e522b51d50692f22191da997cc96b4ea3c7a8facaca860c03055 │ │ └─148727 /pause │ ├─da661899a02da9100f7f5dd5ba7fbfe07d885d0abbf65cafb3d34cdfb824001b │ │ └─174836 /pause │ ├─25c32f45b1636ac5c58174afb1727beac17692e3faf73ee2884dd89b4279a000 │ │ └─70577 /pause │ ├─45d163fc8a47e751f37f1ed06bf016b11788beff9bb3f5963199670de079cc6d │ │ ├─269630 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─270373 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpviel17rc/privsep.sock │ │ ├─270376 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─270379 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─fc230a46d95155712f2f05dc99a5100f0b38eae75ebbfedca3128bb6f26138f1 │ │ └─91027 /pause │ ├─588fa32e9e30916d677d5e9abf0d89b99c2848e8a11b82bb1efc417e85ce2e22 │ │ └─251566 /pause │ ├─d833b86faea479878a48eb492dacfdab8cba545d809b6e782d181976feb24529 │ │ ├─170060 nova-metadata: uWSGI master │ │ ├─170086 nova-metadata: uWSGI worker 1 │ │ └─170087 nova-metadata: uWSGI worker 2 │ ├─d5ca227a1c6bbce3545db2c197e8f54fe7da8e3371d501aa7f379ba1cb0fc3e8 │ │ └─98517 /pause │ ├─23e3d94b21071e55581a9312e9e38aa4f7027140ae85efc547133041a45defa0 │ │ ├─ 99714 python -u /app/sidecar.py │ │ ├─100205 python -u /app/sidecar.py │ │ └─100206 python -u /app/sidecar.py │ ├─b5fae0e2426e4a96b2f4ec2519c5c107b16c85ccbcab9ba116b4bf50c64da078 │ │ └─60909 /pause │ ├─d50660622f226d787ea54ee9482abfafeddf80243a689029150c864d5e8ad139 │ │ ├─139923 heat-api: uWSGI master │ │ ├─139998 heat-api: uWSGI worker 1 │ │ └─139999 heat-api: uWSGI worker 2 │ ├─f03b42902689caacf3afd61fa15112aa80389a4a657cb94bd287afe67f9a9e25 │ │ ├─ 99752 python -u /app/sidecar.py │ │ ├─100203 python -u /app/sidecar.py │ │ └─100204 python -u /app/sidecar.py │ ├─4d514ee05abfcb7ac71c797063c4322b3871b11a8e2d0168471db240fb875101 │ │ └─174953 /pause │ ├─edeed26e8ba5b638eb2efa8105944b39c3c25e315819223e01f98d366bb211e4 │ │ └─62846 /coredns -conf /etc/coredns/Corefile │ ├─d04e4c873cbbc26010896fcdd84513b807241993ffa3df5743c4d7159d107c82 │ │ └─162612 /pause │ ├─610f7f0b56196d6032a1e824c3f640eee59ccb66618fabfa050a177970d981d7 │ │ └─64677 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 │ ├─b27dd6169a328541e7c9ed3bd5a631cbf668cb8bd3c9311dcf4fdb4e57186e1b │ │ └─143167 /pause │ ├─fad9a201bcd948f5be8224201c677ea420704987ddf423f8d64107736b71c4d8 │ │ └─100780 /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 │ ├─3173d1a689c1537aa54c91a1f4d8f754192329d1db509a15fb3bd6815c94f4a5 │ │ └─175487 /pause │ ├─ffffb90e13cc947ac8e01498e46cfee11fe945b5c87e0eda2f2fccc1b142bbf2 │ │ └─172891 /pause │ ├─67a7b78d975a55ec74529296f4cba799fbd3674cde18cdbf5dbeb3e16a2e38c2 │ │ ├─248666 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─248684 /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 -- │ │ ├─248690 erl_child_setup 1048576 │ │ ├─248856 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─248857 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─248868 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─248970 /bin/sh -s rabbit_disk_monitor │ ├─2b59c9bb2a3ded1268dbfaeef31795cfc7b84720817c6049e36d6a6c41fa04f7 │ │ └─98474 /pause │ ├─e4da2599431b7422571ec7c2d3ac80ec7f9b53ecbc30415c3abb1ce348b39732 │ │ ├─ 78713 /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 │ │ ├─ 78731 /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 │ │ ├─ 79043 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─270188 nginx: worker process │ │ ├─270189 nginx: worker process │ │ └─270190 nginx: cache manager process │ ├─2adb938b298a5412f997d8b160691964ba9c5dfb8db2a459c6af912217b02ac8 │ │ ├─116038 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─116056 /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 -- │ │ ├─116062 erl_child_setup 1048576 │ │ ├─116125 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─116126 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─116137 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─116692 /bin/sh -s rabbit_disk_monitor │ ├─ff69e3372781623b3f4e2280a304ddbb3e43297a244f166028bbf7a1f81b66dc │ │ └─118499 /pause │ ├─12898e28dd519714a6f14f52cad2a516725b60b711a3c98cb5bacbd5bb0c3940 │ │ └─244675 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─885d343d0ea1536f0bc3272d5ce045c0a77a8f36089eae59c268404a2009d645 │ │ └─143956 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─86fa73c70b3612f7c82392a7e94729b9a957a4544144eb1f2aef88c4f3d2a055 │ │ ├─134434 barbiacan-api: uWSGI master │ │ └─134514 barbiacan-api: uWSGI worker 1 │ ├─9d6ab10a658d8d7a68a54b33fd379c5bc5ccc71b9f8be61777d1f9d1367f2926 │ │ └─69585 /pause │ ├─52efe5dd72969d1e8b3f327f2160d7cd17fd348fa49eea82671b59ae1a9fd82e │ │ └─62275 /pause │ ├─65ad4512bb5477b5a5a04d88a0e2fa34614218a80fbc8ea3f36c583bb613a64c │ │ └─99910 /pause │ ├─f8f42f1a1c98a571420db8832d44b6e32e3f6dde414a1912888860f7dd1bdf4c │ │ └─284212 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─ba7cad9af7ec7874be3016eaebc1cdd178d33dfbd65665a779b40f30f4f7a017 │ │ └─149243 /pause │ ├─dda1de434083769440aaa432a512f94bd19469c3b15111e0c0ec57d8fa0697df │ │ └─73129 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --feature-gates=AdditionalCertificateOutputFormats=true --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─ffdba9d4e1dbb96fe0633e15fd4c6ec47fdcec58914b1145b971a6cbdfc84a75 │ │ ├─113515 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─113571 /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 -- │ │ ├─113590 erl_child_setup 1048576 │ │ ├─114094 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─114095 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─114109 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─115067 /bin/sh -s rabbit_disk_monitor │ ├─e602e9bec924294671781cc22ca4402260bef37178ebc1b498501c0ee1bab9e0 │ │ └─192872 /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 │ ├─57f51099db449f2d2d037c60d7f8b92b2696040d4fce2b269c9b441091a32c46 │ │ ├─240046 manila-api: uWSGI master │ │ ├─240060 manila-api: uWSGI worker 1 │ │ └─240061 manila-api: uWSGI worker 2 │ ├─8c41e5e973331ad8212e72dd51f5c8fd3d2602cd95f54ecc51a99dd7f403e18a │ │ └─257126 /pause │ ├─d4410a889b5bc4ddbcc9320ab77eac6d243d5c5eec45ac2b78ff5ba7cd3d2333 │ │ └─148778 /pause │ ├─92904b226f506e71d2dce0f0770443bc72b179ef9d639f6499cd435cc2624829 │ │ ├─143993 glance-api: uWSGI master │ │ ├─144031 glance-api: uWSGI worker 1 │ │ └─144032 glance-api: uWSGI worker 2 │ ├─90c6b235143e351d780c9f8c8a6dd666eaf19f074d378b4897ca05bbc2f0ca0b │ │ └─112992 /pause │ ├─d7299dbe788de2875c153574c41077626d509ccfd448cd67a41ab713d0c11d16 │ │ └─62794 /pause │ ├─f07eebda99d71e7ba430773ef62c56048b54936f9149b658522d9aaf07b3f21b │ │ └─98711 /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 │ ├─337d0ff6a7dc257772b6b3dba52e1c10bdfc62becfc3be2a65ee0320dd923cbd │ │ └─69479 /pause │ ├─58c63c6af52de98bd5ead0cbdecc4f6a3c8091a2770b110c2e068f26cb377246 │ │ └─101405 /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 │ ├─35283094099ea3f4dbc612bac3d4cbfb828629b3191f2df5ea841ffbe80d6ba3 │ │ ├─194305 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─194345 /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 -- │ │ ├─194361 erl_child_setup 1048576 │ │ ├─194737 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─194739 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─194751 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─195006 /bin/sh -s rabbit_disk_monitor │ ├─2da5d0bcbb7f6763e31029158dec49016ce299d02e8ee804f8c836a9838977be │ │ └─101474 /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 │ ├─78a2567f20b3212926482cff71d475521d9dfcee705ec507b3a43e86a92c5178 │ │ └─70373 /pause │ ├─f197f3676f93b0f231a92f6ea32bc0d82a6b4d10ff756211aee87ceb411e4e35 │ │ └─102974 /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.netclass.ignored-devices=^(lxc|cilium_|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.netdev.device-exclude=^(lxc|cilium_|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 │ ├─c79a9b75d5c005e61ddead1590a325e5a7d93192f5dbd9429e76f1a1d6fb4efb │ │ └─59132 /pause │ ├─4ca71a076261bfe0ee9e8567afb52694c8197e97b73e1c59e787074e9a0d6289 │ │ └─60883 /pause │ ├─7bc090263b7b2b8c8ac125182ef20530caef998593d12721ce95e9ada787fb6f │ │ └─80881 valkey-server *:26379 [sentinel] │ ├─e7e9359916233b1c7ad8026946ba51cdc566ed79f218afb26e4feddc3ec17ffc │ │ └─69964 /pause │ ├─ccca6a0883e88f23968d996de92c69875389a3329e1cafbfcfa0f80285d6d743 │ │ ├─185073 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) │ │ ├─185470 /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/tmp6oyod9jn/privsep.sock │ │ ├─185687 /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/tmpuy_ub1xp/privsep.sock │ │ └─185975 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─0f66f22d55f8bc48c33e8d93bb031e21dfb6ba2b11c5e7db62d687b08595efe1 │ │ └─110965 /pause │ ├─bea22d9f6d23009a2188db9800c2840971bfcac6435d9aa7fc9e651b2cd4324c │ │ ├─201423 /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 │ │ ├─290805 /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/tmp6oplt9zf/privsep.sock │ │ ├─291333 /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/tmpgchv0wvm/privsep.sock │ │ └─293045 /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/tmpjn84p736/privsep.sock │ ├─ca2788b03d7e532893a88f3ea3c7ecbf66079e77f3e79d4bb6f175228e1bce32 │ │ └─284456 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─c9245d0a0975c71838abc3eff3e56db97e2eaa53400228cc473fa47cbe5ef7bf │ │ └─78818 /server │ ├─ef00be41040dd0f887bf69e87205c74d5df6e67a45821c734d9d39a3ca9bd9c7 │ │ └─231805 /pause │ ├─b1708ab694c3881bb98c02d762298125e1e0edbfc511d6b1e4cc17ad0d96f1ff │ │ └─224476 /pause │ ├─03b0d585741a3fa48186c55c23e177adade46c46c5efa7a3493f481f918c94f8 │ │ ├─140267 cinder-api: uWSGI master │ │ ├─140280 cinder-api: uWSGI worker 1 │ │ └─140281 cinder-api: uWSGI worker 2 │ ├─ecc73fcbed3708064316d65c11da68f8ca0a2ac4a366c5707788bc3ed4d6ef6f │ │ └─79995 /pause │ ├─c88b00569353fb450cba38ce293f54fa8f518c1062f81e05e57fd07f8fc46808 │ │ └─92134 /pause │ ├─8ef73abe772319734e3dda51967dfc26770975a1be201302790074816e9844f5 │ │ └─71321 /goldpinger --static-file-path /static │ ├─f0cba7863913f4bf0535cf3e13b35afe8114fbfd60a17a911e8b45bbd4126823 │ │ └─80621 valkey-server *:6379 │ ├─99e2a0ae193542acfb41a3385de8585bd36a0c999c07ddb06bb570b5f9a0802b │ │ └─224233 /pause │ ├─c8623be189489d79942a8dea3b054d818af39b71ca1432e97f3fdffff99afb01 │ │ └─240157 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─08197f6ef3f73d4edacd574dd2fd0046d1aa8e212c7df22b499b15f4e486309f │ │ └─80592 /pause │ ├─ec167b90d56ed5b69420e735ac3d74c2421e16484a1c8d933de03731fd055fcc │ │ ├─128255 placement-api: uWSGI master │ │ ├─128268 placement-api: uWSGI worker 1 │ │ └─128269 placement-api: uWSGI worker 2 │ ├─0d0605c94e23299dd28cebefbeb5350dde98bb6e1786a9315dadd1020b5598a1 │ │ └─84225 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 │ ├─1be8106a2ab568558e6b624f811ee6e643c1fb7f48ee8e23c45affb9faa39116 │ │ ├─139957 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─140434 heat-engine: ServiceWrapper worker(0) │ │ └─140438 heat-engine: ServiceWrapper worker(1) │ ├─e52b5d8aa55f5d6a1380f104c462e5d6c351d41f20c8f0ce2786e5989fb2617c │ │ └─100490 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 │ ├─3b8c123cbc584c105a96c48dd85f2d4b75fa94da5a806383b0ecafcc192c80ee │ │ └─72543 nfd-gc -gc-interval=1h │ ├─3603bfdca5120fdd101f18fbf56d381465dfaf4e0e8f8eb14c2a24c89f74d0a6 │ │ └─258836 /pause │ ├─3960c5d60ae68e1e449c647b4570f5ae3b614fc24085e6f4cde6c65055fd2cf0 │ │ ├─119715 apache2 -DFOREGROUND │ │ ├─122054 (wsgi:h -DFOREGROUND │ │ ├─122055 (wsgi:h -DFOREGROUND │ │ ├─122056 (wsgi:h -DFOREGROUND │ │ ├─122057 (wsgi:h -DFOREGROUND │ │ ├─122058 (wsgi:h -DFOREGROUND │ │ ├─122059 apache2 -DFOREGROUND │ │ └─122060 apache2 -DFOREGROUND │ ├─368d9d73d0545697a62e4ee68fd0107841f5df965c798c70fd4522a8520d9ff7 │ │ └─284425 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=false │ ├─c629819f04c8bd8d01583dd3611928ca55f930836e3ea208a33118db8d323500 │ │ └─284499 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true │ ├─d3b2c9507a50d5753fd07a3853fb61547462df2388bfe6e0b98d00bc5cd6b685 │ │ └─76972 /pause │ ├─1b524e22b7c28e5fc000971b300e09f8d3a094ad2384737668b3f69de85e1f13 │ │ └─59195 etcd --advertise-client-urls=https://199.204.45.49:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://199.204.45.49:2380 --initial-cluster=instance=https://199.204.45.49:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.49:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.204.45.49: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 │ ├─d0d2962370044742696f6f319472557779e6754c943cdd1d1cbafbdb40cde6e4 │ │ └─254413 /pause │ ├─092382c4f367d8f1d6516ad50642681bae29c8acfb779389ae031a8bd4a9179a │ │ └─258701 /pause │ ├─baaba0a595cbb594edbcfa46e1c8c78b3648689a4c7cff41a21687089b47d1ed │ │ └─153526 /pause │ ├─39f7d0386a4b5712871b6d8e2d24fd72ceacd73f63f5c6619fe0fb42ebc6bbbc │ │ └─194201 /pause │ ├─91e5f86c25b446b18f4b12d0636466c86c263d630a2581712faf10b3a08f159d │ │ └─73974 /usr/local/bin/rook ceph operator │ ├─e5ff494cf95cca5b57dac639b08e143f2e1bd093a52f1c089c268ed79e82c148 │ │ └─101630 /bin/oauth2-proxy │ ├─5de5b76f3812c103f7dcde16920704f78ea48caa129729cf71b64c5e36b153bb │ │ └─69914 /pause │ ├─4cc572d47f7e57adacf1f52605bc933b26c4af76706df9943a07faaf9695edab │ │ └─118770 /pause │ ├─7d8a447cab203ec2dce4c98d12056abe307197baacbd32d45fa5143a465987fb │ │ └─77248 /pause │ ├─b4b3772e42211ee2a888a362780ccd9d8162095280682dc0d7f5ad3f95b5e9e6 │ │ └─75223 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─0e357b95454a33263b2d33619f496bed814f9d96f63481045e590e69a1d65567 │ │ └─284108 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─1eb2a85f3c2e8cbcbd57b5758ed8ea1ca55ecaad9972cd8226de17cc80e79aad │ │ ├─186873 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] │ │ ├─187146 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─187366 /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/tmpv54o6svr/privsep.sock │ │ ├─289651 /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/tmpe988_nr9/privsep.sock │ │ ├─290075 /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/tmpff1wrm_h/privsep.sock │ │ ├─290491 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─290493 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─292361 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=3508d14f-1163-4fbd-98a7-fd83d7d0dd98 --namespace=qrouter-3508d14f-1163-4fbd-98a7-fd83d7d0dd98 --conf_dir=/var/lib/neutron/ha_confs/3508d14f-1163-4fbd-98a7-fd83d7d0dd98 --log-file=/var/lib/neutron/ha_confs/3508d14f-1163-4fbd-98a7-fd83d7d0dd98/neutron-keepalived-state-change.log --monitor_interface=ha-1ca6e9bb-28 --monitor_cidr=169.254.0.115/24 --pid_file=/var/lib/neutron/external/pids/3508d14f-1163-4fbd-98a7-fd83d7d0dd98.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─293535 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=deca3791-428f-402d-b191-cd261031ad17 --namespace=qrouter-deca3791-428f-402d-b191-cd261031ad17 --conf_dir=/var/lib/neutron/ha_confs/deca3791-428f-402d-b191-cd261031ad17 --log-file=/var/lib/neutron/ha_confs/deca3791-428f-402d-b191-cd261031ad17/neutron-keepalived-state-change.log --monitor_interface=ha-75fe5cbe-02 --monitor_cidr=169.254.0.241/24 --pid_file=/var/lib/neutron/external/pids/deca3791-428f-402d-b191-cd261031ad17.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─310029 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=4eaeedf2-9921-4db4-986e-ac3d4fb67508 --namespace=qrouter-4eaeedf2-9921-4db4-986e-ac3d4fb67508 --conf_dir=/var/lib/neutron/ha_confs/4eaeedf2-9921-4db4-986e-ac3d4fb67508 --log-file=/var/lib/neutron/ha_confs/4eaeedf2-9921-4db4-986e-ac3d4fb67508/neutron-keepalived-state-change.log --monitor_interface=ha-ffdd553a-21 --monitor_cidr=169.254.0.136/24 --pid_file=/var/lib/neutron/external/pids/4eaeedf2-9921-4db4-986e-ac3d4fb67508.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─d5e6e20c4ed006d9b33247134b643efadac3ee1c53a176c1739b0f4e5cbd37a5 │ │ ├─113522 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─113558 /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 -- │ │ ├─113586 erl_child_setup 1048576 │ │ ├─113981 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─113982 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─113999 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─114938 /bin/sh -s rabbit_disk_monitor │ ├─6ebb4d3d91ebca4f386dee189863b70f6f9ae60a5d2287df78b6f51cabf64ea0 │ │ └─282786 docker-registry serve /etc/docker-registry/config.yml │ ├─3bb737202abf8a64f48c40f75b5cfb31871c79af2fc4a2e74a8afc0933a4a6f1 │ │ ├─175836 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─320664 sleep 300 │ ├─6b820742c8843278c993fbe580694f650d59b4edbb82bd2a50101ec863e3a140 │ │ └─81536 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─0ca9fae70a9e0efa27e9cba33d36d035e23f0d3a130d3da8870477053f1774b6 │ │ └─77386 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─bcddb25345f8765711229852ec22705c0f61c7bcffe0bd0c65aedfabae0481cb │ │ └─62761 /pause │ ├─e5f5f456ad5d81996618ffffa7a7dc0516376961fa162f98d4066d1eee9e40fc │ │ └─70046 /pause │ ├─ea4bff8f8fe7638001e25a4ead6f581de50015c773ebe0e6ade6796bd70d4675 │ │ └─174996 /pause │ ├─5abe6588d8611e80fcfeec6cfd0bbab4cf6ca0aad7d3c6aa3c6c7203296310a5 │ │ ├─144811 /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 │ │ └─145190 /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 │ ├─5a6f0b50b39c616e3a6ccd87834ab415a535818cc5a545c48d95329566573538 │ │ └─113954 /pause │ ├─08de48242c0ec803d9d9fb81753489259f465c6be14b33e584aca0f63d355656 │ │ └─72025 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─2afce3ba29bcce3734115b8ba07e19dd8f91f93605438ea21d68992b436633e0 │ │ └─71220 /pause │ ├─38c2ccef0a8421b9a0363099223ac0e565b3dd1984f875a7372fbbc3d612763a │ │ └─165173 /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 │ ├─be1f3c126588b52c5d7620908adc70e3a2897860cbed5157b7d82eb187d97fb8 │ │ └─59037 /pause │ ├─7f6e8998c2e6c7646a72ce8508cedeb3708c63c4c2441959a5c99f4ff965a79e │ │ └─72346 nfd-worker -metrics=8081 │ ├─17b28a13b8afc88118d86a821a2258564c60fd447a473dbda8fdb334d4004cdf │ │ ├─284068 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─284092 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─6498f39639dafc2a1656934992f325dc67686c0d5ee10e5a1f7cba40081875c5 │ │ └─98558 /pause │ ├─340f940b31d173b6f79c702ac1229040d4d35b883afd9da6dce8598f944a1f4b │ │ └─163884 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─8b3bf367fda4668284467c5223a38fa9d5d77260dead51cb025a4400076688f5 │ │ └─62828 /coredns -conf /etc/coredns/Corefile │ ├─fba92cf0542c040a491643e30d58c348ce6ad945c39c33b0f295293e68649a40 │ │ ├─170949 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─171928 nova-scheduler: ServiceWrapper worker(0) │ │ └─171937 nova-scheduler: ServiceWrapper worker(1) │ ├─15adb1331b12b99e19fc6509561b5e9acd51a48fe9122c70fe6f1a060d3ec85d │ │ └─254471 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false │ ├─58afa8871a623884a19cc04610417760266e1d5cfd079a200ab84731e90dbbd8 │ │ └─79693 /pause │ ├─436c9a4bd4c825a2c8d67ac14d798a570dc2b502b86dfb9b9e755c91163ec904 │ │ └─193358 /pause │ ├─debb68561d4d301b772fc63d9a4d076d9059ba8ff049e4d5f9c780bfa5f43801 │ │ └─254863 /pause │ ├─a13eec676e40416037073664670b92c849f60e158212ad900a2c3fb381bf3c39 │ │ └─59227 kube-apiserver --advertise-address=199.204.45.49 --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 │ ├─4bc17ed9706a9c4732b9a1803e1d145a6b172c0afefe682b8efd8a3035b0bc65 │ │ └─111562 /bin/pushgateway │ ├─7f3b3f4a65d9613567a1489eb3bd73843318d3b317987340de2bff3c4caaf508 │ │ ├─186891 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] │ │ ├─187157 neutron-dhcp-agent: ServiceWrapper worker(0) │ │ ├─189298 /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/tmpeul7wrg7/privsep.sock │ │ ├─191473 /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/tmpd3_nnmi7/privsep.sock │ │ ├─192697 /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.link_cmd --privsep_sock_path /tmp/tmp5z3fs5sq/privsep.sock │ │ ├─193966 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─193970 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─194218 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/c6f30380-140f-41a0-bfd7-3b82ce53c8cd/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/c6f30380-140f-41a0-bfd7-3b82ce53c8cd/host --addn-hosts=/var/lib/neutron/dhcp/c6f30380-140f-41a0-bfd7-3b82ce53c8cd/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/c6f30380-140f-41a0-bfd7-3b82ce53c8cd/opts --dhcp-leasefile=/var/lib/neutron/dhcp/c6f30380-140f-41a0-bfd7-3b82ce53c8cd/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-32e856e8-552b-4e32-a515-f69439ecb24b,10.96.250.0,static,255.255.255.0,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq.conf --server=10.96.0.20 --domain=openstacklocal │ │ ├─194239 haproxy -f /var/lib/neutron/ns-metadata-proxy/c6f30380-140f-41a0-bfd7-3b82ce53c8cd.conf │ │ ├─197513 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/8ebacb39-cc0e-4b0d-8237-345a8bc54627/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/8ebacb39-cc0e-4b0d-8237-345a8bc54627/host --addn-hosts=/var/lib/neutron/dhcp/8ebacb39-cc0e-4b0d-8237-345a8bc54627/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/8ebacb39-cc0e-4b0d-8237-345a8bc54627/opts --dhcp-leasefile=/var/lib/neutron/dhcp/8ebacb39-cc0e-4b0d-8237-345a8bc54627/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-4ae995c3-1cfd-4be3-bcfb-45c37d6a938a,172.24.0.0,static,255.255.252.0,86400s --dhcp-option-force=option:mtu,1450 --dhcp-lease-max=1024 --conf-file=/etc/neutron/dnsmasq.conf --server=10.96.0.20 --domain=openstacklocal │ │ ├─197542 haproxy -f /var/lib/neutron/ns-metadata-proxy/8ebacb39-cc0e-4b0d-8237-345a8bc54627.conf │ │ └─293544 /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.dhcp_release_cmd --privsep_sock_path /tmp/tmpqkk6_okn/privsep.sock │ ├─c4c7f5f5d5e4c96170662019a5ec24d7fdc2eff9976b3d95e4f94973e65f3980 │ │ └─175322 /pause │ ├─21a9b350ddea651b6d4bcd375415cdfa888c08e9654f42a58c70c9cd72d324e8 │ │ └─231893 /pause │ ├─954cb06145088fb9e7d68025a51e320568a8637b353afe54c51cc741d981cb8b │ │ └─163052 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-ssw92 --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─03cd0a8cd5934ea614912bbe7afa8e231a66803f2ef642b95668a21ec2782a52 │ │ └─91114 /secretgen-controller │ ├─0a9b7c2e0fc395de7d4be6d41b38676133ac72ed063e3bf31e60caa308f7ccb4 │ │ └─72471 /pause │ ├─fe48f315faebee6aa80778d5bf038626ebb94570660c566547989b28ab801ba3 │ │ └─69425 /pause │ ├─94853f112c0fab4420ceedb6ab1525fb08797a404bda8d2116e46171e751f67f │ │ └─72575 nfd-master -crd-controller=true -metrics=8081 │ ├─8ee19b1fb1a95c2ca59d0477b3815c849b7f94404bba97b364a75779fe76fc18 │ │ └─81569 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─e58c51fb362e0de1ac2ed0336b52a3cd4f816ae742445c4d7f87237d1ad56cae │ │ ├─102483 apache2 -DFOREGROUND │ │ ├─102498 (wsgi:k -DFOREGROUND │ │ ├─102499 (wsgi:k -DFOREGROUND │ │ ├─102500 (wsgi:k -DFOREGROUND │ │ ├─102501 (wsgi:k -DFOREGROUND │ │ ├─314363 apache2 -DFOREGROUND │ │ └─314858 apache2 -DFOREGROUND │ ├─1b9382f46b14306876776e40a2cc213eaa8d1e8f58800e35417a7653522c56be │ │ └─192589 /bin/bash /tmp/libvirt.sh │ ├─ce2ff380e7724ee4d6900424691a279830dd1c81e918c35d6e0efef53003c5e2 │ │ └─72059 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─c525866264c7d77bf9fa7cff508816603aab7deab30fc261017023c0da2a5a71 │ │ ├─240376 /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 │ │ └─240757 /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 │ ├─9de52a83b1579c48ee9b61907ce57c0d1c23100c4058f84edb4798bb8c53e1ed │ │ └─95650 /pause │ ├─e439f51f9417aabe955f22d725f2a4218afbf877c273ef7dfb86e1dfac1cc7c0 │ │ └─77153 /pause │ ├─5c4bfb4f22feb64d3b17b4473027ecd305429d192d1533dbea76e04ac00728e2 │ │ └─72938 /pause │ ├─51e61c71e3900213a0f515f647c5fe4c64479264e4e4790ad73dd26698fc9d92 │ │ └─201452 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─42586bb2050ee73c3c97d22f001f68c0dfcde1c213da8a9c6dc2247b1744bd1f │ │ └─59820 /pause │ ├─7ea1035196f2f454b3d8f72b87e40446f2da36fc0c8a6c57c9fd6b5c5e10f1ce │ │ └─58955 /pause │ ├─026a7bae7a1e48cd58b43c9fd8ef8b22c829c3c43619635555a7d6e6da95e22c │ │ ├─72132 nginx: master process nginx -g daemon off; │ │ ├─72147 nginx: worker process │ │ ├─72148 nginx: worker process │ │ ├─72149 nginx: worker process │ │ ├─72150 nginx: worker process │ │ └─72151 nginx: worker process │ ├─4744ddb3ffbb36a6c92c683d9ade692f689496ba4e5babde85c313fc6acacea6 │ │ └─59089 /pause │ ├─9fd20e97b400ed998a6795eed6e6d319bc3e3f05983a1d9020f84adf8677b6cd │ │ └─70900 /pause │ ├─f2ce5eb74b22bdd9666b4e52b01010510115d49faaf6470c985eedd2fe902ea7 │ │ └─70525 /pause │ ├─bfdc19cdee599b4928f2595b258b63509ed9ed9a62bf261f12b3b81ea11ba065 │ │ └─153903 /pause │ ├─77de7ebf52b8598e7f34627d4251d244e7f070e64d98875f38dc6af51cfd5ede │ │ └─143047 /pause │ ├─c68801eff970f6faa9dfc94cc67c42d2602988b4a655037d4ae602248a490f99 │ │ ├─184245 neutron-policy-server: uWSGI master │ │ ├─184258 neutron-policy-server: uWSGI worker 1 │ │ └─184259 neutron-policy-server: uWSGI worker 2 │ ├─4cc1847323f7aa47f5f353281e9d180e39e0faafa71fcaa0fe883d17a289e5b7 │ │ └─120993 /pause │ ├─4fcc1ef4fe13efc7dc3af1afebd608f0a97dfd5f8d0a2cedaec66ad09c381f82 │ │ └─151435 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─95e02d655de9f768c897e0c5eb603621c571a2bec1d5116e198b1dd30fd30bc3 │ │ ├─269916 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─270396 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─270397 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─5d5fe182bcb7d79ecb5470035b6fe0381da9968fa118d275d9bb59016a1a2e43 │ │ └─154006 /pause │ ├─1828382c1ef5b5afe4da9ba94a273f450737561748ab056d02a86394c6b007b5 │ │ └─269569 /pause │ ├─0e5c3cb841dd818d0eb22364a48db5544e36b6d19a6002f0841e7a7bb59c5786 │ │ ├─173102 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─173120 /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 -- │ │ ├─173126 erl_child_setup 1048576 │ │ ├─173198 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─173199 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─173209 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─173374 /bin/sh -s rabbit_disk_monitor │ ├─dfbe06d6cfdd17da778cab21188d12dba6b1eb5e36fe67e0de8a6a4624e65b9d │ │ └─115725 /pause │ ├─1a26ba3efab3336aab8dad08c09b66d0de93004f95d52c91d452173f47afe834 │ │ └─101115 /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 │ ├─6c77dbf3765df9a59399df4163d2e2d21bc095c258c8b260adcc1f7c2224084a │ │ └─77771 /pause │ ├─94e8c8e85f4ca24665388bf36e2b190058ffd57614e12d24a06c7b3f32d1d785 │ │ └─284267 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 │ ├─61e390712732d3fe47d3382568f935cb1ba8eaf4b9cd9ec08a75331b260baa26 │ │ ├─79391 /usr/bin/vector --config-dir /etc/vector/ │ │ └─79428 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─e3b5f5b5f099eb2cb8d0837e010801459b25bb2b03581c5293ef413d152d6092 │ │ └─99394 /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 │ ├─0985cee3c644db1aefebccb76eed44aafab02823261b663d87bf8f4153775daa │ │ ├─61399 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─61776 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─38be8536f401bee7f4701381cba28c1c83f8364f4ac02eb51f649daa54964d0e │ │ ├─169907 nova-api: uWSGI master │ │ ├─169932 nova-api: uWSGI worker 1 │ │ └─169933 nova-api: uWSGI worker 2 │ ├─f9585c41603e25dec3e4cc175fc1f4d3a4f1d16a6b50441ea4f83ce2cfcab2f8 │ │ └─142931 /pause │ ├─85d2824779ac425b2302c95f061252f83758ccd2c7b1d9288c395724bdd35aa6 │ │ ├─93632 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─93649 /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 -- │ │ ├─93655 erl_child_setup 1048576 │ │ ├─93737 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─93738 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─93748 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─93883 /bin/sh -s rabbit_disk_monitor │ ├─1d4cc6916fb44392bfcfdb6613093c602449ae569856f4e250224a96a96106b8 │ │ └─284494 /manager --metrics-bind-address=:9782 │ ├─67d9387402e4bf7045ddcb41bd7c416403cd6e68516ec5e6bc23b8c13cd8ad5d │ │ └─58999 /pause │ ├─b582b3d691bf3bb98c2c7312534279c37227145491af8099ee8307e16b5fa068 │ │ └─193619 /pause │ ├─a8728dc7ffb3ed485f9a52fe7015d6bd1f3ca32523a09cf4571424fc6f937447 │ │ ├─243975 octavia-api: uWSGI master │ │ ├─243990 octavia-api: uWSGI worker 1 │ │ └─243991 octavia-api: uWSGI worker 2 │ └─6c7f5c0ff8551637d1e28cfed47d32e7d773f7f8e0504c8c33de49e1c031c12b │ └─77810 /pause ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount