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 │ │ │ ├─21560 /lib/systemd/systemd --user │ │ │ └─21561 (sd-pam) │ │ └─session-22.scope │ │ ├─21550 sshd: cephadm [priv] │ │ └─21576 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─709 /lib/systemd/systemd --user │ │ └─710 (sd-pam) │ ├─session-4.scope │ │ ├─1463 sshd: zuul [priv] │ │ └─1476 sshd: zuul@notty │ └─session-1.scope │ ├─ 706 sshd: zuul [priv] │ ├─ 723 sshd: zuul@notty │ ├─ 870 /usr/bin/python3 │ ├─ 1467 ssh: /home/zuul/.ansible/cp/199.204.45.41-22-zuul [mux] │ ├─420006 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-snwmdghjgjjngkgpaduuohkatkwnwviu ; /usr/bin/python3'"'"' && sleep 0' │ ├─420007 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-snwmdghjgjjngkgpaduuohkatkwnwviu ; /usr/bin/python3' && sleep 0 │ ├─420008 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-snwmdghjgjjngkgpaduuohkatkwnwviu ; /usr/bin/python3 │ ├─420009 /bin/sh -c echo BECOME-SUCCESS-snwmdghjgjjngkgpaduuohkatkwnwviu ; /usr/bin/python3 │ ├─420010 /usr/bin/python3 │ ├─420011 /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 │ └─420013 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-a0487d020c4bfb268f75c91b801c3f9203dac5ec0eccc7f0b8cdd03d6b916c2e.scope … │ │ ├─24667 /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 │ │ └─24680 /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 │ ├─docker-7f9e6dfa14b57b75d7e33ceb5db37006ab138a7bb7c66d07f8a3a9f59211a66e.scope … │ │ ├─12588 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.npdvae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12608 /usr/bin/ceph-mgr -n mgr.instance.npdvae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker-0b0b73dda16ded920736a27dbc63aa7c25d8c2cecfa52a9541e1fd10fb69227a.scope … │ │ ├─33968 /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 │ │ └─33980 /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─containerd.service … │ │ ├─ 9805 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12166 /usr/bin/containerd-shim-runc-v2 -namespace moby -id d3c7a9be038ffc993fe476e758a12ba3d52fb4e7637b9078e5b3018f9cc3ef36 -address /run/containerd/containerd.sock │ │ ├─ 12564 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7f9e6dfa14b57b75d7e33ceb5db37006ab138a7bb7c66d07f8a3a9f59211a66e -address /run/containerd/containerd.sock │ │ ├─ 19449 /usr/bin/containerd-shim-runc-v2 -namespace moby -id e6053b0d656b39ac28cc73ac1b39a7da79574fdfd70f31ce63caca0b2ad2ef6f -address /run/containerd/containerd.sock │ │ ├─ 24643 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a0487d020c4bfb268f75c91b801c3f9203dac5ec0eccc7f0b8cdd03d6b916c2e -address /run/containerd/containerd.sock │ │ ├─ 29341 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 512083c3d140750e7d7b08408ab960e9d915864ac701a41ff069fccdef99474e -address /run/containerd/containerd.sock │ │ ├─ 33944 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0b0b73dda16ded920736a27dbc63aa7c25d8c2cecfa52a9541e1fd10fb69227a -address /run/containerd/containerd.sock │ │ ├─ 39336 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id aa32c2060a7e8cd5fe21cb0469a98a5cd35505e89be5fc334fdb2862691af03b -address /run/containerd/containerd.sock │ │ ├─ 39382 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c8e44012faa2b70e856c51c3464cfba0d5f24bafe3d313e6d8aebd47019bac28 -address /run/containerd/containerd.sock │ │ ├─ 39397 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6eff2112155e0f331f954c171c1d2ff8ac8c1313a8b2b1cf68f2e712cb24adfa -address /run/containerd/containerd.sock │ │ ├─ 39403 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8ccf91de64624218f2fe5c43aaa9ee788853caf77d5ab808777bd0ba911caf56 -address /run/containerd/containerd.sock │ │ ├─ 39430 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b6c395d2dcf9cd156de229947d30ab786409ced9a001e22a8d06f26a5bfd484a -address /run/containerd/containerd.sock │ │ ├─ 39973 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7eddeb5a1c4e8865596d511576f4a6380c8422d8dd69973e165ee028467a5820 -address /run/containerd/containerd.sock │ │ ├─ 40688 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 42cdeff98b54d8cbf1daa31da81298ef3025833bc1a6f8f2228ce101073a0f5f -address /run/containerd/containerd.sock │ │ ├─ 40697 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 88045159345ad479e8aa5d5b66a426d65180c945fa047f29ad36a991fd010b65 -address /run/containerd/containerd.sock │ │ ├─ 42354 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 53b124e16136bbad1cc37e971343257fa2b566152888a0e5471365d5fe543999 -address /run/containerd/containerd.sock │ │ ├─ 42443 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7a8a2c6fd62194bd374c0d187d551481b24fc3d67dc0ac368317767b06425c71 -address /run/containerd/containerd.sock │ │ ├─ 42491 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c983514e9b3c7f0e12fae97654e70594913793b6e7797b54bbfb586b0b5a599e -address /run/containerd/containerd.sock │ │ ├─ 42515 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dcb23f582f246a399d69c91506f0f344da879a261281412cc0e047be404a9047 -address /run/containerd/containerd.sock │ │ ├─ 42703 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 17a10029dc9814c1c0fdd4a290ef13852b85f5cee02be383743ab5628dd7491b -address /run/containerd/containerd.sock │ │ ├─ 42772 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6d66d979706cd2efc8df60bc5a04c67d2c70d92a94f11a473e122467388ac32b -address /run/containerd/containerd.sock │ │ ├─ 44828 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2047364862fc9bc00366a3301fe13f0b55842e8c3627a86680315944c0cc39ee -address /run/containerd/containerd.sock │ │ ├─ 44924 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd72cc8d79c258195ae029a9bcddd19b11aab391e1cf43dbd523697716999343 -address /run/containerd/containerd.sock │ │ ├─ 45653 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d967e54e4c4bdcb51c99ccdf9837856bc39c6c92750c07c6eb3a93c4087ace9f -address /run/containerd/containerd.sock │ │ ├─ 45770 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d7ea97fb4af37b3cad6fefaae618c4bbd273ba1f5a043a0d77115ac0e9e45a05 -address /run/containerd/containerd.sock │ │ ├─ 46147 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3a84b76beac4f0681192b14d5c029f41fe3fc3d93ee649f14d9bc5d0770a03fa -address /run/containerd/containerd.sock │ │ ├─ 46457 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 60896497327d60fa2edbcada13bcfcb3c72e4e78acf669073d769c39b5d1f2e7 -address /run/containerd/containerd.sock │ │ ├─ 47038 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a4b71e65c75bc3539a0514cd2358dfd4c54adae7b03d037e2bae21dcb0cdc725 -address /run/containerd/containerd.sock │ │ ├─ 49111 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3d229943986eba395f1df6d86c1adfcaaad404e3f066831d899eeda03b01d71d -address /run/containerd/containerd.sock │ │ ├─ 49301 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 56be72b466d0446322e73991b8ff3479b09114379c7a13348c007c31207d508e -address /run/containerd/containerd.sock │ │ ├─ 53679 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cec623abd0d2b93618df5574cf9ebacc741b92ee5c2c5247361764a642c0b607 -address /run/containerd/containerd.sock │ │ ├─ 54327 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4809eb3cddd8cb357945e3aea846ba2c218a91a059d6b8e84d2f6bc2a4977c92 -address /run/containerd/containerd.sock │ │ ├─ 54345 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5fa1020d3eb7d9047c6998b8f067da8275aad88125a657806c9485261528aff6 -address /run/containerd/containerd.sock │ │ ├─ 54417 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fdd9737f63c68d1f6ceb1c887bb0181a301b4076422deea4d4120841f576aa37 -address /run/containerd/containerd.sock │ │ ├─ 54601 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 36fac470eecefb92ad8422d4e44a2c723bee578a58852570a1ecdf44d52ffe53 -address /run/containerd/containerd.sock │ │ ├─ 58822 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 74f0b1bdb0f727a70aa0700e9510dcdaa27262d015b8679b81db607e82d57ced -address /run/containerd/containerd.sock │ │ ├─ 58929 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fc1474fd3dd05ca4981c67ba6ac05815ee2ad25e269fbce5032100c00cdc7e25 -address /run/containerd/containerd.sock │ │ ├─ 58976 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ea8ccd0fc10c601c089ff558c3e625d92f28e48335c91671d31bb3741f55e314 -address /run/containerd/containerd.sock │ │ ├─ 59014 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 35db9c2cca03fff9a3462c54a62cbe56ba93d08ed068cbc2905b95b612472afe -address /run/containerd/containerd.sock │ │ ├─ 60516 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f85bdbf7158e1e36766a8730748bd809648161314c0a2963d34602376d7dd996 -address /run/containerd/containerd.sock │ │ ├─ 61048 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6204d8784d664beb0697a27a78a01ae8cf2fbb41d908da9043cc555c707a17b3 -address /run/containerd/containerd.sock │ │ ├─ 61116 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 831f7803005d6cc139084924e4b11499eecba248aa1fe1b5240b1d1ad2b2a3a1 -address /run/containerd/containerd.sock │ │ ├─ 61119 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2bd0f87faaa6e354d5ab1ebf78ed76039c34d7996fa775c80cfbfd1719f8d806 -address /run/containerd/containerd.sock │ │ ├─ 61129 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ea884f01960c58da3dfecfbc5b0c10080a5292a14f65b0f765770475d3896652 -address /run/containerd/containerd.sock │ │ ├─ 61434 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 868f713e14517d7b681a74a31b49be2bbc4d839a38361e2a6821d90598bb750a -address /run/containerd/containerd.sock │ │ ├─ 61823 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c01a554afe46a72f0bf470dfe9219798a87cd2cf141d6564f0c622e7a9f10715 -address /run/containerd/containerd.sock │ │ ├─ 62216 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7698985d0f90870df06221527bf608a87aac71437086fb4e0d137c3fdbdee465 -address /run/containerd/containerd.sock │ │ ├─ 62343 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 74717a081f4df798668723a92e5b4d2d96c164564b363f69a080d09e164b3a47 -address /run/containerd/containerd.sock │ │ ├─ 63084 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ccfb97e1d95ccde10557751517b6267b7d5ce6c1d969a9417104115e8690a029 -address /run/containerd/containerd.sock │ │ ├─ 64722 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 64cdbeb59e2626fd2051d7d53c829e3347ddb507878395201d21e70dc711be40 -address /run/containerd/containerd.sock │ │ ├─ 67537 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2bc9721f62e54cf4b38dacb9bff7e01a5a05a7cbb918d3de59a5ce31d9f7c4d1 -address /run/containerd/containerd.sock │ │ ├─ 76603 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e0f1b581ae404fb4f08f778120eaa5aaf914cef7dc07ea4010451fc41d29574a -address /run/containerd/containerd.sock │ │ ├─ 78131 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c23850ac2bff4024c1c05e6273492de9968aba7bb914a1f4c8d554e395791156 -address /run/containerd/containerd.sock │ │ ├─ 83999 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 173b11355ef7655c473dce47847170c454635a467c767c1461492ef85151bdb9 -address /run/containerd/containerd.sock │ │ ├─ 90381 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b610f7d9e1b4d291a9a0912d8f2aef0008c75715c0eb389f48cd03a03ce4f1fc -address /run/containerd/containerd.sock │ │ ├─ 96614 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 96d626253d2e01cdc3837f681268719b8692fc2320d3b7dcd43ec8b0a5a2b940 -address /run/containerd/containerd.sock │ │ ├─ 96658 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 42101f9b625a683adcc1aa634b1ddcd9748f7beebf93279e9abda740d78cf97c -address /run/containerd/containerd.sock │ │ ├─105725 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bdce2b813419960b84e0d995fd624e94fb8d039244d78cba1e19d79eb43eed58 -address /run/containerd/containerd.sock │ │ ├─107316 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9e5b8da10bab606b4164ecb5e306a3ec3cc801c60b388d4634baddaffa8a59b1 -address /run/containerd/containerd.sock │ │ ├─107362 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fe2c87033dd47356dfa10070121425f5141ecc2f37fcc6953a3982c1a6643a1a -address /run/containerd/containerd.sock │ │ ├─109455 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 37dc6d5c0df44faa25a760b980d8908de6ef87f3beb63d52479d7832d98e5312 -address /run/containerd/containerd.sock │ │ ├─111201 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 966de431a602897cee5007441057b6a5bc499a7fa8e59180f88c2a689f411445 -address /run/containerd/containerd.sock │ │ ├─111247 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7940477aaabf21052c8809b02eeab3d4401087f14a3d0865bb6a098dffab4fe4 -address /run/containerd/containerd.sock │ │ ├─124219 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1ad7d1b4a6adc0db7293e82712a2fdb4838cb02241fce3f5984fb17eaaf0bffa -address /run/containerd/containerd.sock │ │ ├─124274 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3ecbab5be5c7a05ec63891217dcd081746f5cf8832737719b5f50ca24eb5b079 -address /run/containerd/containerd.sock │ │ ├─126660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fb22b9683112c4d13ef8f9fddab903b6ef9a76d1cbfc81cef610421bbc6b5d60 -address /run/containerd/containerd.sock │ │ ├─141369 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 627b24f517fb0de31838d682263a6491c989ec51c6c17e470d18d5eeedb7b81a -address /run/containerd/containerd.sock │ │ ├─143007 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eb5bf56d13327c28bb337e32b2b4782bc02bc036bf4b3ba538a51e3573bf8f8e -address /run/containerd/containerd.sock │ │ ├─143380 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 426b6fb2ebc661ba99db09231662d4403ffd497778a5f3d3c12486a6b152b339 -address /run/containerd/containerd.sock │ │ ├─144481 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ba1d7038bb3386c1e57a1b35b405afc931fe00ba7c29ec9447405ff6151d0b7f -address /run/containerd/containerd.sock │ │ ├─146604 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 20c058f486e6aa7e686ab448c11841ff685315a7c066e5b7383984e0dc3a9b42 -address /run/containerd/containerd.sock │ │ ├─146898 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 843b2dfcd8ade25df213c075e3894f9196214335b391a46ac3dc3d85cedb6662 -address /run/containerd/containerd.sock │ │ ├─146943 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 03aa3e1a085f38efa49cd040df189bd26ae23fe905d5c72210677ffd82516d87 -address /run/containerd/containerd.sock │ │ ├─146988 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e13370cdd6598c9b937224a99d57bac568e610bc9d935eec58e0da2f2bdedb3e -address /run/containerd/containerd.sock │ │ ├─147006 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ff5682fe87f9f4d743d7d214e9e51dbf8e1e599197bfbdca948601845631cf04 -address /run/containerd/containerd.sock │ │ ├─147413 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id afb55395b56614e5cfd62272b51e0fa64203d123e195b66e9346e21e7479166c -address /run/containerd/containerd.sock │ │ ├─172855 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fd10c6df9856ee65180abea97fa538937f107ef81d1d43a7e3949ffe4e037a2e -address /run/containerd/containerd.sock │ │ ├─174572 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cedce6547b105a2e374c83e2556b786ed6167a7b9edb06b653cc3eac40107975 -address /run/containerd/containerd.sock │ │ ├─174602 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 69cc3130e4e7ffca24b0bfcbd96f879da4ff3633b0d13bea17607d79a2f5916d -address /run/containerd/containerd.sock │ │ ├─174677 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ddeb40af3377f54e26a49d95aac8aa1bcc72526e06c72b31d7375f1c67d2eac2 -address /run/containerd/containerd.sock │ │ ├─174705 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 77d99ea9b5555d0fc9ec8acf873d2bde11c089523c195d1396a01ac614a09702 -address /run/containerd/containerd.sock │ │ ├─174850 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1647e356e556c3be03265077458dfd8365966d65f0dd85d8fa888ba0e2a3caf2 -address /run/containerd/containerd.sock │ │ ├─175122 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b02048f437042c60de8e3ca8a09a9c06cd7bd15a9cc87b32b55e1fff4596a178 -address /run/containerd/containerd.sock │ │ ├─175162 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0014f1e7bae23f5426581459aecaf7ddf02ea3427ddc6ee9f2522b1df1a242ff -address /run/containerd/containerd.sock │ │ ├─187799 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44a6f32e19ed0a9ba7871a6ad577570c7f5ded7fc09f41651871510d5051d184 -address /run/containerd/containerd.sock │ │ ├─190252 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 47bf31563f828f0bff5b36f1dcaf48e4f76126ff459f1a34a32931fff9d47d2a -address /run/containerd/containerd.sock │ │ ├─190330 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2c9585b62439ee977fdba1862ad6552291751ed163f242f651bfaff59a5f6a75 -address /run/containerd/containerd.sock │ │ ├─190392 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f66920f4596a450fa860468c21028771a21a46b8f82293bb37a5bb426afd76d9 -address /run/containerd/containerd.sock │ │ ├─204631 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5d9d832885177e7ffddd8b898bc141a83f78d69a280b21a0db79cf9fc5381da7 -address /run/containerd/containerd.sock │ │ ├─212875 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 21b5dc93f71c7c659e0da9af144e8c259d68495df257ea51756880b4cdc8a9f0 -address /run/containerd/containerd.sock │ │ ├─212924 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 00d0c6045f8b6e3875e1046e1b218037a2508780e58654cd6d3b464c3a7b143c -address /run/containerd/containerd.sock │ │ ├─213132 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f724a0fd8ac98084933811c8770a9e5ad7d88e76bcbc83d2cf6c59fd24cb6d20 -address /run/containerd/containerd.sock │ │ ├─213232 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 487d05de7520af054b717c77726756eed0177b8732c7ceffdf88b98e0c6c5a1b -address /run/containerd/containerd.sock │ │ ├─224598 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 69e2e72dba06bffb94d2d9c1db9550e46463380e05e0a25e4e0db4ff9a8d1afd -address /run/containerd/containerd.sock │ │ ├─226759 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 06eac885a96798156b4e0340c0fff59d8517fbae0cbbd3e53cc7e6b4f12134c9 -address /run/containerd/containerd.sock │ │ ├─227879 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d2b5bc63f92573929fd4d6c2203da2888f2afa21b2491ad26f94a9e389f9c68b -address /run/containerd/containerd.sock │ │ ├─228933 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 875232572def41b8a8c8f8087fb44ec17a4cdf3c5eb8eb03b46f053347f50df3 -address /run/containerd/containerd.sock │ │ ├─229435 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 58802f7ebcde4153f79188497c9dbfd431fcddf69d057dc01f4150a9603a847c -address /run/containerd/containerd.sock │ │ ├─231938 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd0a4589e50fd2d6f13bb446a6ef6c5ea31128fd019c621875f638e769494c33 -address /run/containerd/containerd.sock │ │ ├─233344 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 940f882809115739d1ef0bd8856d5799582c4a1c0608a3d31f8da84a5759505f -address /run/containerd/containerd.sock │ │ ├─233432 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4bc3597d8a20bafa44748c5f1146c7be9e8e918f4d6db29b29e56a63ed2a329a -address /run/containerd/containerd.sock │ │ ├─243010 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5a48e6fe969aadaad5b31fcd5a8881b1aebfec42c26ec005e0a090a39e455374 -address /run/containerd/containerd.sock │ │ ├─243524 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a9ed36cb81a320ada23bc265790de52fb242d79fdce34e06b8f96082d2142120 -address /run/containerd/containerd.sock │ │ ├─266259 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7b281ecb822f5b1071fa9701f7d89c7cad3418a85cd55d0bceb72e2eec9d27aa -address /run/containerd/containerd.sock │ │ ├─271240 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a435295f1766e181868f95abacff40c7badc23e798e948b0013cae19936bce2d -address /run/containerd/containerd.sock │ │ ├─271426 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 428c131ad81009d807ca4ff2559a7a46525ad8edde6d134bf24d4c8fe02d2456 -address /run/containerd/containerd.sock │ │ ├─271480 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 27b11cf8782eab816f196c203605b53519de450e4e052dddf6119dd1283252c5 -address /run/containerd/containerd.sock │ │ ├─271614 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 545a57bbf83a55d5bf0a20773d31f5c3551415ce6c09fae857ee1d1960506ee0 -address /run/containerd/containerd.sock │ │ ├─282551 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cc4235c7ddc29e637527b3de7617f582f161806a7d988823ee6e0f994a9372db -address /run/containerd/containerd.sock │ │ ├─284763 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f73db0d47ebbd6c4636d2e18f245462b39612b51ce85c6cc80450761c680e16c -address /run/containerd/containerd.sock │ │ └─285680 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id db01278a11823057604498a46c34ff493cbc0254faeff777cb0b9e08885f9d03 -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1191 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─524 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─395 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─627 /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 │ │ │ ├─29060 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─29324 /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 │ │ │ ├─19403 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─19424 /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 │ │ │ ├─24356 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─24627 /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 │ │ │ ├─33643 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─33924 /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@mon.instance.service │ │ │ ├─12115 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ │ └─12148 /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 │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.npdvae.service │ │ ├─12478 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.npdvae/unit.run │ │ └─12508 /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-npdvae --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.npdvae:/var/lib/ceph/mgr/ceph-instance.npdvae:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.npdvae/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18.2.7 -n mgr.instance.npdvae -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker.service … │ │ └─10174 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─648 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─620 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─140541 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─39818 /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.41 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─docker-d3c7a9be038ffc993fe476e758a12ba3d52fb4e7637b9078e5b3018f9cc3ef36.scope … │ │ ├─12214 /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 │ │ └─12240 /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 │ │ └─361 /lib/systemd/systemd-journald │ ├─ssh.service │ │ ├─ 651 sshd: /usr/sbin/sshd -D [listener] 1 of 10-100 startups │ │ ├─419997 sshd: [accepted] │ │ └─420005 sshd: [net] │ ├─uuidd.service │ │ └─1398 /usr/sbin/uuidd --socket-activation │ ├─docker-e6053b0d656b39ac28cc73ac1b39a7da79574fdfd70f31ce63caca0b2ad2ef6f.scope … │ │ ├─19474 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─19490 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─docker-512083c3d140750e7d7b08408ab960e9d915864ac701a41ff069fccdef99474e.scope … │ │ ├─29366 /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 │ │ └─29379 /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 │ ├─cloud-config.service │ ├─chrony.service │ │ ├─10681 /usr/sbin/chronyd -F 1 │ │ └─10682 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─401 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─iscsid.service │ │ ├─140290 /sbin/iscsid │ │ └─140291 /sbin/iscsid │ ├─run-r771de91b16e84292bb2b532f55c10a7e.scope │ │ └─188369 /usr/sbin/libvirtd --listen │ ├─dbus.service │ │ └─617 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─626 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─623 /lib/systemd/systemd-logind ├─k8s.io │ ├─3f487a34a4200672272848a5add243148cd0c0265bc577102c50e4ade19c8798 │ │ └─311061 /nix/store/rhpc8y9ffa70l852wf3dpgxg7a9ykn5h-rust_openstack-database-exporter-0.1.0/bin/openstack-database-exporter │ ├─40b96b8c15bd8cd6bd12804a711af7717d6b2c6b3db76638ce944696949e06fc │ │ ├─243062 magnum-api: uWSGI master │ │ ├─243076 magnum-api: uWSGI worker 1 │ │ └─243077 magnum-api: uWSGI worker 2 │ ├─732be748083dc49658bbee07fee74e4e9403bfcd31fb2e29f1fa36e479a33909 │ │ ├─280294 manila-api: uWSGI master │ │ ├─280340 manila-api: uWSGI worker 1 │ │ └─280341 manila-api: uWSGI worker 2 │ ├─545a57bbf83a55d5bf0a20773d31f5c3551415ce6c09fae857ee1d1960506ee0 │ │ └─271637 /pause │ ├─fb22b9683112c4d13ef8f9fddab903b6ef9a76d1cbfc81cef610421bbc6b5d60 │ │ └─126688 /pause │ ├─59ef807a1dcd42dfcf9ce8b62dd69813d25b0082f74904e1cbd7857fcff15f3f │ │ └─62692 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─74f0b1bdb0f727a70aa0700e9510dcdaa27262d015b8679b81db607e82d57ced │ │ └─58850 /pause │ ├─93ed7ebb18f4d8446669500ea111f480cbe403dd028d2b93e3f8c40e5125477c │ │ ├─63536 /usr/bin/vector --config-dir /etc/vector/ │ │ └─63570 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─5062ea968df3a252428c6470544e3e03f2a8497829ed64ff0249d82586fd72d4 │ │ └─266525 /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 │ ├─ddeb40af3377f54e26a49d95aac8aa1bcc72526e06c72b31d7375f1c67d2eac2 │ │ └─174733 /pause │ ├─5a48e6fe969aadaad5b31fcd5a8881b1aebfec42c26ec005e0a090a39e455374 │ │ └─243033 /pause │ ├─498958c0e9e7eb25ebf28f25f71ea6e71d67b1a84e2034bd141b29e8bb0114dd │ │ └─47427 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─77d99ea9b5555d0fc9ec8acf873d2bde11c089523c195d1396a01ac614a09702 │ │ └─174755 /pause │ ├─ea8ccd0fc10c601c089ff558c3e625d92f28e48335c91671d31bb3741f55e314 │ │ └─59000 /pause │ ├─2882496f850622034adbfbfab346f64f0e315ee888d6e599f3b4e5d0d7266809 │ │ ├─171772 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─172105 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─172106 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─db01278a11823057604498a46c34ff493cbc0254faeff777cb0b9e08885f9d03 │ │ └─285708 /pause │ ├─fd10c6df9856ee65180abea97fa538937f107ef81d1d43a7e3949ffe4e037a2e │ │ └─172879 /pause │ ├─2047364862fc9bc00366a3301fe13f0b55842e8c3627a86680315944c0cc39ee │ │ └─44859 /pause │ ├─ba1d7038bb3386c1e57a1b35b405afc931fe00ba7c29ec9447405ff6151d0b7f │ │ └─144505 /pause │ ├─6da73df177f3c1e4af65c19cc50ca352906880db1ac7f9cbda3714e4c42ac9d4 │ │ └─280286 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─0c3fff63bb1820129ceac4618b6b2184d6b75c9e1744b40e6b73c103949ea3d7 │ │ ├─266378 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─266396 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─266402 erl_child_setup 1048576 │ │ ├─266453 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─266454 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─266464 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─266960 /bin/sh -s rabbit_disk_monitor │ ├─9d7f4b49b7adc9e881c5d5abbdc32d9ec5c74958091b304b7028dd2ee8f4f9eb │ │ ├─284954 apache2 -DFOREGROUND │ │ ├─312322 (wsgi:h -DFOREGROUND │ │ ├─312323 (wsgi:h -DFOREGROUND │ │ ├─312324 (wsgi:h -DFOREGROUND │ │ ├─312325 (wsgi:h -DFOREGROUND │ │ ├─312326 (wsgi:h -DFOREGROUND │ │ ├─312327 apache2 -DFOREGROUND │ │ └─312328 apache2 -DFOREGROUND │ ├─49a04595bbba8ea3a4c83a6301da8a2f1011a14eed710d9d2d9a5777f0ef0fc0 │ │ ├─125314 /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 │ │ └─125353 /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 │ ├─2bd0f87faaa6e354d5ab1ebf78ed76039c34d7996fa775c80cfbfd1719f8d806 │ │ └─61209 /pause │ ├─685a92a96a9a51deedf5d5560e9b1e1399a730cc86ef37ce25a99e7bfe5d82bb │ │ └─143772 /coredns -conf /etc/coredns/Corefile │ ├─ccfb97e1d95ccde10557751517b6267b7d5ce6c1d969a9417104115e8690a029 │ │ └─63109 /pause │ ├─fc1474fd3dd05ca4981c67ba6ac05815ee2ad25e269fbce5032100c00cdc7e25 │ │ └─58955 /pause │ ├─0e6bd628393d51d5a7194ff397d52c027ee7e1b841ab2e6a73b5226ba161c0a7 │ │ └─63336 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─fd1ae5bdbde9bc5b9685b2f312caa9e64e2fdb055c07205ad3115cc42c780ed1 │ │ ├─173061 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─173077 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─173083 erl_child_setup 1048576 │ │ ├─173141 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─173142 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─173152 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─173472 /bin/sh -s rabbit_disk_monitor │ ├─ac1ec302bdf8aaba93cb7113ec68a2e3ef34704c59b0265ac6e136741754da3e │ │ └─64398 /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-41.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 │ ├─e0ebee477e31edf6c451f6436bb8eee5310d58749262df35bc82280651dd1c2e │ │ └─64221 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─9e5b8da10bab606b4164ecb5e306a3ec3cc801c60b388d4634baddaffa8a59b1 │ │ └─107340 /pause │ ├─fbfb6d5a869beb3ab282a83290163d6225ed26d236a272a7b4ae8419c7325543 │ │ └─249363 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 │ ├─dd5aecc32efbeb8507d888bdfafedae2952fdb9b14756d7ed2e92b63a63fe702 │ │ └─280268 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─940f882809115739d1ef0bd8856d5799582c4a1c0608a3d31f8da84a5759505f │ │ └─233370 /pause │ ├─62022aaf0a2e0d18f8bdfdbede55415af1d72c5dbd7de860bbfb385d9dee3ab5 │ │ ├─90514 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─90532 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─90538 erl_child_setup 1048576 │ │ ├─90667 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─90668 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─90678 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─91049 /bin/sh -s rabbit_disk_monitor │ ├─9828562a077ff1d9424dda4847995b75603aed48af86ec20cdf98c2c004193aa │ │ ├─60140 python -u /app/sidecar.py │ │ ├─60553 python -u /app/sidecar.py │ │ └─60554 python -u /app/sidecar.py │ ├─f8891c777dcf7e4c23f7a5d82678f7bb25fbd4fdcaadecc800be778abd34892e │ │ ├─185430 neutron-l3-agent (/var/lib/openstack/bin/python /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) │ │ ├─186100 /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/tmpi7c28gvp/privsep.sock │ │ ├─383575 /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/tmpt16logsc/privsep.sock │ │ ├─383897 /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/tmpcvrt4y4k/privsep.sock │ │ ├─384269 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─384272 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─385870 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=9caf3712-4aac-4117-907f-9e4f2051cb6d --namespace=qrouter-9caf3712-4aac-4117-907f-9e4f2051cb6d --conf_dir=/var/lib/neutron/ha_confs/9caf3712-4aac-4117-907f-9e4f2051cb6d --log-file=/var/lib/neutron/ha_confs/9caf3712-4aac-4117-907f-9e4f2051cb6d/neutron-keepalived-state-change.log --monitor_interface=ha-c1d5518c-dd --monitor_cidr=169.254.0.148/24 --pid_file=/var/lib/neutron/external/pids/9caf3712-4aac-4117-907f-9e4f2051cb6d.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─389728 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=36a06cec-1cd6-4460-ac28-88c82f408b26 --namespace=qrouter-36a06cec-1cd6-4460-ac28-88c82f408b26 --conf_dir=/var/lib/neutron/ha_confs/36a06cec-1cd6-4460-ac28-88c82f408b26 --log-file=/var/lib/neutron/ha_confs/36a06cec-1cd6-4460-ac28-88c82f408b26/neutron-keepalived-state-change.log --monitor_interface=ha-9263a25a-af --monitor_cidr=169.254.0.73/24 --pid_file=/var/lib/neutron/external/pids/36a06cec-1cd6-4460-ac28-88c82f408b26.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─fdbd72e0e78c0854e7c20aaa330807b9286072fc12e2f351e561cb02a732f54f │ │ └─54871 /secretgen-controller │ ├─94d88cf8b0f486142052cfedd4f74fbc8189493cd3aac1b9b042237f2081770e │ │ ├─47244 mysqld --wsrep_start_position=92d241f3-18f4-11f1-9e70-b631d4bb77ac:20 │ │ └─47361 /var/lib/mysql/mysql-state-monitor │ ├─30eefdb543d405e9d24f69842f479a2667c1755128747ce464505d3c5cea3437 │ │ ├─222588 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─223074 octavia-worker: ConsumerService worker(0) │ │ └─223077 octavia-worker: ConsumerService worker(1) │ ├─cd0a4589e50fd2d6f13bb446a6ef6c5ea31128fd019c621875f638e769494c33 │ │ └─231962 /pause │ ├─fbe1c390d09959effd660363c9b1f814f62d099455a5e6016181b9393cf36050 │ │ ├─ 97049 /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 │ │ └─405162 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─aad3e81ae5fcb95228117a4bf18e8f921184f35eddf7757e8f817c127ca8722d │ │ └─63152 /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 │ ├─a0b5d13e6687553373c439ebdc891f71a9153e50a1e9ce346edb422f49ecf4a7 │ │ ├─109594 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─109611 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─109617 erl_child_setup 1048576 │ │ ├─109732 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─109733 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─109743 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─110054 /bin/sh -s rabbit_disk_monitor │ ├─340e686835e1c5a3c6fef1c25b1fb3ec27a7faa02c46250c7105f6f46a450bb0 │ │ └─42625 /coredns -conf /etc/coredns/Corefile │ ├─40c10f82787991407696415c9edd53e64154ba68e3f31a3e914a1ca412db5b52 │ │ └─45203 /server │ ├─7940477aaabf21052c8809b02eeab3d4401087f14a3d0865bb6a098dffab4fe4 │ │ └─111270 /pause │ ├─757a494097c07464262370cf9c79e1d76d02157c532f72a80cc11598a27dcd70 │ │ └─59451 /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 │ ├─21b5dc93f71c7c659e0da9af144e8c259d68495df257ea51756880b4cdc8a9f0 │ │ └─212929 /pause │ ├─9ce6ecdd76c54d016315c368f048cfa1174d26d645d07c4fa90d6e56163379da │ │ └─97232 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─41423a51f65f6ca7838a8ddc80178140f09897dbc6427987c9f0582df5051f8d │ │ └─267343 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─d39ef7bdef8162010abd99e7847245152d749534b5d320eced32c4be84e97c81 │ │ ├─185421 neutron-dhcp-agent (/var/lib/openstack/bin/python /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) │ │ ├─186049 /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/tmpjcjioilm/privsep.sock │ │ ├─186320 /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/tmp03uz_k2e/privsep.sock │ │ ├─186515 /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/tmpg1v8ldhg/privsep.sock │ │ ├─187018 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─187019 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─187261 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1/host --addn-hosts=/var/lib/neutron/dhcp/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1/opts --dhcp-leasefile=/var/lib/neutron/dhcp/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-6228d8c7-316a-4441-816a-318d533209f2,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 │ │ ├─187272 haproxy -f /var/lib/neutron/ns-metadata-proxy/9500b6d5-f7d8-45b1-9aa4-b82e2aa11aa1.conf │ │ ├─206703 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/9a8b1221-3139-43aa-82fc-bcfee9710483/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/9a8b1221-3139-43aa-82fc-bcfee9710483/host --addn-hosts=/var/lib/neutron/dhcp/9a8b1221-3139-43aa-82fc-bcfee9710483/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/9a8b1221-3139-43aa-82fc-bcfee9710483/opts --dhcp-leasefile=/var/lib/neutron/dhcp/9a8b1221-3139-43aa-82fc-bcfee9710483/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-34d2e3bc-0bad-4345-a8df-87b38dbb7805,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 │ │ ├─206706 haproxy -f /var/lib/neutron/ns-metadata-proxy/9a8b1221-3139-43aa-82fc-bcfee9710483.conf │ │ └─388597 /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/tmp1hqz97gm/privsep.sock │ ├─6b4071f91027ab5f5a30a79dcaf529c2d9c209c1b8b9323a114b59b30d51ca79 │ │ └─49677 valkey-server *:26379 [sentinel] │ ├─06eac885a96798156b4e0340c0fff59d8517fbae0cbbd3e53cc7e6b4f12134c9 │ │ └─226785 /pause │ ├─a9ed36cb81a320ada23bc265790de52fb242d79fdce34e06b8f96082d2142120 │ │ └─243545 /pause │ ├─6923e03eef81f281a05e2d9d7d3bf5bcc6661061b5092c8b6592dd74e5ff3ad8 │ │ ├─224853 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─224871 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─224877 erl_child_setup 1048576 │ │ ├─224958 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─224959 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─224969 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─225181 /bin/sh -s rabbit_disk_monitor │ ├─fa91b2c40ed1ba4363c27eb497c6d0b01d00d19a0d78d4a54ea57d95d0bdfcf8 │ │ ├─170727 nova-api: uWSGI master │ │ ├─170773 nova-api: uWSGI worker 1 │ │ └─170775 nova-api: uWSGI worker 2 │ ├─9b5bafe0db70dd48dedd3e50d84d998e388691c17f107d7a86082dc2c3522875 │ │ └─261880 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false --bootstrap-token-ttl=15m │ ├─c518d9b0683be3c5fb25e7c5fd65a0923fdb5a182ece6466d076714a453ddb2b │ │ └─64960 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─7e6c2ca093706360db535065c90fc099d6919b00f7b76648a5b767ca131044d6 │ │ ├─190982 /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 │ │ ├─384490 /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/tmpxtyym_07/privsep.sock │ │ ├─384714 /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/tmp22b8zj39/privsep.sock │ │ └─386815 /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/tmpgu6u8rrg/privsep.sock │ ├─875232572def41b8a8c8f8087fb44ec17a4cdf3c5eb8eb03b46f053347f50df3 │ │ └─228957 /pause │ ├─ff5682fe87f9f4d743d7d214e9e51dbf8e1e599197bfbdca948601845631cf04 │ │ └─147043 /pause │ ├─0096cf48f01b3366b1d678607ed9b0f0ee8315c23f6c2fc86de90cfcbaf99783 │ │ └─59684 /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 │ ├─b8ac4cfd90fdc9efac7586dcad39cfc2897a93ad7d1039d181f1b79fb6b2ea82 │ │ └─191093 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─0a54d6bbdccacaefeb72a2fea3eff579017278e9ffc573f1b89c8b007ecc3537 │ │ └─62766 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─2909a25183c64e5b1753e2eae4d60b83f83070431ffe689ba8eeac5073fd7fa4 │ │ ├─187913 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─187930 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─187936 erl_child_setup 1048576 │ │ ├─188078 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─188079 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─188089 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─188721 /bin/sh -s rabbit_disk_monitor │ ├─c4a65cb02e209d3029899f11aba7d6a1f4e6332d38cc5c28f5933e2a916f649e │ │ └─249090 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 │ ├─b610f7d9e1b4d291a9a0912d8f2aef0008c75715c0eb389f48cd03a03ce4f1fc │ │ └─90405 /pause │ ├─4bc3597d8a20bafa44748c5f1146c7be9e8e918f4d6db29b29e56a63ed2a329a │ │ └─233455 /pause │ ├─90dbd5f46b46c8cd08225c1013ced3e7d87987374fec207a1a4e7674526c419e │ │ ├─107753 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─108082 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─108084 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─d2b5bc63f92573929fd4d6c2203da2888f2afa21b2491ad26f94a9e389f9c68b │ │ └─227908 /pause │ ├─cc4235c7ddc29e637527b3de7617f582f161806a7d988823ee6e0f994a9372db │ │ └─282575 /pause │ ├─36b2f85a6aac4c7178e172283cafb904660e9e053b3916c479dfb09db31bac0a │ │ └─65342 /bin/oauth2-proxy │ ├─03aa3e1a085f38efa49cd040df189bd26ae23fe905d5c72210677ffd82516d87 │ │ └─146967 /pause │ ├─787214481b833be3756b64c8ef3d9d412a8b82de742681c22f3eddbf059d2350 │ │ └─249490 /manager --metrics-bind-address=:8080 │ ├─b6c395d2dcf9cd156de229947d30ab786409ced9a001e22a8d06f26a5bfd484a │ │ └─39501 /pause │ ├─822a42cc68d482da7f2464db7b5e3578ee54fe68390728aa8f3af0d80c581e94 │ │ └─252078 docker-registry serve /etc/docker-registry/config.yml │ ├─2bc9721f62e54cf4b38dacb9bff7e01a5a05a7cbb918d3de59a5ce31d9f7c4d1 │ │ └─67561 /pause │ ├─95ded448e4540da612c3fc8e33e98a5e71ebdd189ac715358e0d0a36ce6d1ae9 │ │ ├─312282 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─312295 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─44a6f32e19ed0a9ba7871a6ad577570c7f5ded7fc09f41651871510d5051d184 │ │ └─187823 /pause │ ├─6710b7fcdbfb1c03cd054a5c134c40e79d72f726e20ecf50163815f3f6744d85 │ │ ├─184309 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/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─184501 /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/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmppt6_n3_8/privsep.sock │ │ ├─184773 /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/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmph1pb71es/privsep.sock │ │ └─185002 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─37dc6d5c0df44faa25a760b980d8908de6ef87f3beb63d52479d7832d98e5312 │ │ └─109479 /pause │ ├─c23850ac2bff4024c1c05e6273492de9968aba7bb914a1f4c8d554e395791156 │ │ └─78155 /pause │ ├─e0f1b581ae404fb4f08f778120eaa5aaf914cef7dc07ea4010451fc41d29574a │ │ └─76627 /pause │ ├─71c0f9d1038289cfa5952f462ae93274155223a4aa2ac2a713c4d57990b71375 │ │ └─39582 etcd --advertise-client-urls=https://199.204.45.41: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.41:2380 --initial-cluster=instance=https://199.204.45.41:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.41:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.204.45.41: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 │ ├─aa32c2060a7e8cd5fe21cb0469a98a5cd35505e89be5fc334fdb2862691af03b │ │ └─39359 /pause │ ├─35db9c2cca03fff9a3462c54a62cbe56ba93d08ed068cbc2905b95b612472afe │ │ └─59038 /pause │ ├─18d8459f3b74e83660995c1cdcd4ba83da4925b22d59eaefccf714180d4dd974 │ │ └─251308 kube-apiserver --advertise-address=199.204.45.41 --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 │ ├─f1ca51edd72be6ccf3f222fdead10a398e6b21412d8a7cb6606bb151e68dcd44 │ │ ├─183345 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini │ │ ├─183697 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/plugins/ml2/ml2_conf.ini) │ │ ├─183698 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/plugins/ml2/ml2_conf.ini) │ │ └─183699 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/plugins/ml2/ml2_conf.ini) │ ├─2c9585b62439ee977fdba1862ad6552291751ed163f242f651bfaff59a5f6a75 │ │ └─190368 /pause │ ├─1c7d96e0704a4b29bfa9a807dae3ee46be863c0d3128bbb99b9a2aa8289e07da │ │ ├─223367 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─223432 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─224263 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─224264 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411928 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411929 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411930 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411931 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411932 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411933 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411934 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411935 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411936 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411937 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411938 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411939 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411940 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411941 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411942 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411943 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411946 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411947 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411948 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411949 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411950 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411951 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411952 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411953 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411954 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411955 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411956 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411957 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411958 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411959 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─411960 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─411961 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─4809eb3cddd8cb357945e3aea846ba2c218a91a059d6b8e84d2f6bc2a4977c92 │ │ └─54375 /pause │ ├─1ba2cdd7c325b22e01d3b2094932e80aab0f56ec065c2a107530f1ef8e2ec1c4 │ │ ├─41673 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─42214 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─843b2dfcd8ade25df213c075e3894f9196214335b391a46ac3dc3d85cedb6662 │ │ └─146923 /pause │ ├─ca4198a1c318f81fba3b32e4ccb0139bc688ca981f89d69def3ccc8cc0f14981 │ │ ├─63383 nginx: master process nginx -g daemon off; │ │ ├─63399 nginx: worker process │ │ ├─63400 nginx: worker process │ │ ├─63401 nginx: worker process │ │ ├─63402 nginx: worker process │ │ └─63403 nginx: worker process │ ├─173b11355ef7655c473dce47847170c454635a467c767c1461492ef85151bdb9 │ │ └─84022 /pause │ ├─6eff2112155e0f331f954c171c1d2ff8ac8c1313a8b2b1cf68f2e712cb24adfa │ │ └─39505 /pause │ ├─2dfa097980d82e4344c551fe69158fcffb91112a423132d5c1004239d074b9f1 │ │ └─188415 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─3a84b76beac4f0681192b14d5c029f41fe3fc3d93ee649f14d9bc5d0770a03fa │ │ └─46172 /pause │ ├─53b124e16136bbad1cc37e971343257fa2b566152888a0e5471365d5fe543999 │ │ └─42377 /pause │ ├─88045159345ad479e8aa5d5b66a426d65180c945fa047f29ad36a991fd010b65 │ │ └─40739 /pause │ ├─69e2e72dba06bffb94d2d9c1db9550e46463380e05e0a25e4e0db4ff9a8d1afd │ │ └─224623 /pause │ ├─19821946121d8e0a3e628246b7daaf4828ec7657ba8c6f4f027d571b41b77499 │ │ └─264932 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true │ ├─708c768fdd4bdac6870aede101e8bc029df82b9c177028bdaf979ab8bb68e2a8 │ │ ├─243188 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─243684 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmp4f21kni1/privsep.sock │ │ ├─243689 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─243694 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─f85bdbf7158e1e36766a8730748bd809648161314c0a2963d34602376d7dd996 │ │ └─60540 /pause │ ├─a433fe1332a0d1bb13e64edf908d63554d5cf4f64898eea440dbfbaffe5e80f8 │ │ ├─201235 heat-api-cfn: uWSGI master │ │ ├─201258 heat-api-cfn: uWSGI worker 1 │ │ └─201259 heat-api-cfn: uWSGI worker 2 │ ├─d13997b5b24690713eecb2d29dafeddf514459e36e8ad186f74a7a021f5ea195 │ │ └─109026 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─55510054e9df67ab94413c23d900bf2e2f77f75721be954df93880aad9493cc8 │ │ └─64843 /bin/pushgateway │ ├─5d9d832885177e7ffddd8b898bc141a83f78d69a280b21a0db79cf9fc5381da7 │ │ └─204655 /pause │ ├─c9debe16d2acd94aa46561fd8e361ea17845fc941ce0a7f78cb03059fc1240e4 │ │ └─64990 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─db428c8b5041039f56297e9a07bfceb48b899f954475c46d138921e0ec38dca6 │ │ ├─221800 octavia-api: uWSGI master │ │ ├─221812 octavia-api: uWSGI worker 1 │ │ └─221813 octavia-api: uWSGI worker 2 │ ├─06960ba9577ecd8f16814699c8d0467d2682f759ae3a82c1d63863c05df58d48 │ │ ├─66022 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─66039 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─66045 erl_child_setup 1048576 │ │ ├─66106 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─66107 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─66117 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─66340 /bin/sh -s rabbit_disk_monitor │ ├─fe2c87033dd47356dfa10070121425f5141ecc2f37fcc6953a3982c1a6643a1a │ │ └─107385 /pause │ ├─023b92fd559456b48dfcf96bff07a11f37e9440284995b46fb51f10038d220fa │ │ ├─175644 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─411982 sleep 300 │ ├─373122d3c64f62b6308da2586a90835194b52d336c0edcd694d3bd2880cbeac5 │ │ ├─201209 heat-api: uWSGI master │ │ ├─201256 heat-api: uWSGI worker 1 │ │ └─201257 heat-api: uWSGI worker 2 │ ├─ef67690a0f9bcef9a65b2201d0ecd131a762ab57a51faa44245df19afd0962b9 │ │ ├─60029 python -u /app/sidecar.py │ │ ├─60462 python -u /app/sidecar.py │ │ └─60463 python -u /app/sidecar.py │ ├─6d66d979706cd2efc8df60bc5a04c67d2c70d92a94f11a473e122467388ac32b │ │ └─42816 /pause │ ├─430aafaca6b7befebd7e35c0298ce4ea657611837d57e0a5eb97b526df583b04 │ │ └─43132 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 │ ├─627b24f517fb0de31838d682263a6491c989ec51c6c17e470d18d5eeedb7b81a │ │ └─141392 /pause │ ├─39efe8de17fbbc0cc826585530fadc56be6d56bfea92cbf57f166679d36ec6c4 │ │ └─166226 /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 │ ├─6204d8784d664beb0697a27a78a01ae8cf2fbb41d908da9043cc555c707a17b3 │ │ └─61071 /pause │ ├─0014f1e7bae23f5426581459aecaf7ddf02ea3427ddc6ee9f2522b1df1a242ff │ │ └─175185 /pause │ ├─dc220ba03c7192e59f9bf3372595ce000a4ac97064f3d9d7432e96253b9ac818 │ │ ├─201191 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ │ ├─201458 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ │ └─201459 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ ├─ffdc0c5ec7dbb58fba50aad38be0021b92a770e9f43993853a332a7f97554d40 │ │ └─258494 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─98a13340577fbeacca7084d930e57e3b3104bfefb7a3098697d1d345763686f8 │ │ ├─243482 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─243711 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─243712 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─93fe0357ab692e1b54bbb3839dc0f7ad42ad6e4a6f0931f1e442a2774d86830a │ │ └─54758 nfd-gc -gc-interval=1h │ ├─0ea68bed84f0aed8fd9efd50aff5a7bc28646bbf5887dfe1a5ce3486b6ca4dee │ │ └─65206 /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 │ ├─f73db0d47ebbd6c4636d2e18f245462b39612b51ce85c6cc80450761c680e16c │ │ └─284791 /pause │ ├─0efe7e50fe7bad2842dc6aeeca34aac506677128ffedc931774a4a076e329850 │ │ ├─204867 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─204884 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─204890 erl_child_setup 1048576 │ │ ├─204978 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─204979 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─204989 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─205395 /bin/sh -s rabbit_disk_monitor │ ├─1647e356e556c3be03265077458dfd8365966d65f0dd85d8fa888ba0e2a3caf2 │ │ └─174909 /pause │ ├─6954f1b5fbc0582e5dbce68f51f7613e3bbc87b62d7d244641952f20eb33ae2d │ │ └─222522 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─17e9c02f96768aa9c26b399caef65c4441c150b2c5afa8da8e3864cc487fadef │ │ └─187457 /usr/bin/libvirt-tls-sidecar │ ├─609d1c39b0f3221b81d129d4735fb990c55c63567c6a7596997bf41d6e5e6c5b │ │ ├─132013 placement-api: uWSGI master │ │ ├─132026 placement-api: uWSGI worker 1 │ │ └─132027 placement-api: uWSGI worker 2 │ ├─868f713e14517d7b681a74a31b49be2bbc4d839a38361e2a6821d90598bb750a │ │ └─61457 /pause │ ├─2d96ae2e2e6a536e5f3f0e60b7a391822fe5f2be156f92e21bc3cf68d6e0b136 │ │ ├─ 70856 apache2 -DFOREGROUND │ │ ├─ 70870 (wsgi:k -DFOREGROUND │ │ ├─ 70871 (wsgi:k -DFOREGROUND │ │ ├─ 70872 (wsgi:k -DFOREGROUND │ │ ├─ 70873 (wsgi:k -DFOREGROUND │ │ ├─405683 apache2 -DFOREGROUND │ │ └─419102 apache2 -DFOREGROUND │ ├─15875c1ed78fd8c0ed34cf9cdee101ca5a24f7b73405cea37499f37219dd6ab3 │ │ └─265006 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false │ ├─42101f9b625a683adcc1aa634b1ddcd9748f7beebf93279e9abda740d78cf97c │ │ └─96686 /pause │ ├─428c131ad81009d807ca4ff2559a7a46525ad8edde6d134bf24d4c8fe02d2456 │ │ └─271454 /pause │ ├─cec623abd0d2b93618df5574cf9ebacc741b92ee5c2c5247361764a642c0b607 │ │ └─53702 /pause │ ├─74717a081f4df798668723a92e5b4d2d96c164564b363f69a080d09e164b3a47 │ │ └─62365 /pause │ ├─eb5bf56d13327c28bb337e32b2b4782bc02bc036bf4b3ba538a51e3573bf8f8e │ │ └─143031 /pause │ ├─dcb23f582f246a399d69c91506f0f344da879a261281412cc0e047be404a9047 │ │ └─42552 /pause │ ├─79a5459734fbcb58f8e5b078d5a988d24e75928e3a39e7a85c73b3aa532f0f5f │ │ └─61870 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 │ ├─1d625958c9b0e29396fac3b6d6e7f5b60f61727ff5e1d2dac06ba42ccd7c5f1b │ │ ├─120569 cinder-api: uWSGI master │ │ ├─120582 cinder-api: uWSGI worker 1 │ │ └─120583 cinder-api: uWSGI worker 2 │ ├─60896497327d60fa2edbcada13bcfcb3c72e4e78acf669073d769c39b5d1f2e7 │ │ └─46481 /pause │ ├─63b8e403c00128add12c97f581710c0427a1a8f46a1a67d99fda8f5a6694569b │ │ └─42666 /coredns -conf /etc/coredns/Corefile │ ├─08e7948c50e5814408863a20049c0cb010f710a8acad0a49d599b71f103ddefd │ │ ├─280403 /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 │ │ └─280622 /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 │ ├─cedce6547b105a2e374c83e2556b786ed6167a7b9edb06b653cc3eac40107975 │ │ └─174654 /pause │ ├─5fa1020d3eb7d9047c6998b8f067da8275aad88125a657806c9485261528aff6 │ │ └─54387 /pause │ ├─a8a9324712e7a5483518fd7356fc0c3187c5d8d3a0a44cce436d13fcecbb142b │ │ └─42858 /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 │ ├─c8e44012faa2b70e856c51c3464cfba0d5f24bafe3d313e6d8aebd47019bac28 │ │ └─39482 /pause │ ├─42cdeff98b54d8cbf1daa31da81298ef3025833bc1a6f8f2228ce101073a0f5f │ │ └─40747 /pause │ ├─bb8daa4c8329e12f4d45bcf2f3afa4d4777ac61024f707ebb49f47574b907bbe │ │ └─49354 valkey-server *:6379 │ ├─36fac470eecefb92ad8422d4e44a2c723bee578a58852570a1ecdf44d52ffe53 │ │ └─54625 /pause │ ├─fdd9737f63c68d1f6ceb1c887bb0181a301b4076422deea4d4120841f576aa37 │ │ └─54456 /pause │ ├─47bf31563f828f0bff5b36f1dcaf48e4f76126ff459f1a34a32931fff9d47d2a │ │ └─190276 /pause │ ├─8bbfdb9ef92ca7fb8ca5c0252ac593e2c07225be249f14e1e5f188012b29bf28 │ │ └─187513 /bin/bash /tmp/libvirt.sh │ ├─21fb0db0996a0c783b37a6fedc0344984a162018aae98c8df75dcd55b59acd76 │ │ ├─170874 nova-metadata: uWSGI master │ │ ├─170886 nova-metadata: uWSGI worker 1 │ │ └─170887 nova-metadata: uWSGI worker 2 │ ├─ea884f01960c58da3dfecfbc5b0c10080a5292a14f65b0f765770475d3896652 │ │ └─61199 /pause │ ├─d7ea97fb4af37b3cad6fefaae618c4bbd273ba1f5a043a0d77115ac0e9e45a05 │ │ └─45792 /pause │ ├─2625bec59720ca7501ed5f652e6458dc648a493bdb7a2615a8236c0530b42339 │ │ └─253119 /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 │ ├─7a8a2c6fd62194bd374c0d187d551481b24fc3d67dc0ac368317767b06425c71 │ │ └─42466 /pause │ ├─67701b24d264cdfd08e2f32f1e54c4818996df94628d5c990caa1414d374598a │ │ ├─106085 glance-api: uWSGI master │ │ ├─106099 glance-api: uWSGI worker 1 │ │ └─106100 glance-api: uWSGI worker 2 │ ├─0a7b1ece8afe555e525e078e3ab2d8e7e987cfc4dace492adc9347667fac67b0 │ │ ├─47091 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 │ │ └─48324 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 │ ├─da3a3f004f762c52bcb46798f966cf23087efc9621cca355947645c95dd50333 │ │ └─49788 redis_exporter │ ├─58802f7ebcde4153f79188497c9dbfd431fcddf69d057dc01f4150a9603a847c │ │ └─229465 /pause │ ├─20c058f486e6aa7e686ab448c11841ff685315a7c066e5b7383984e0dc3a9b42 │ │ └─146629 /pause │ ├─ac769372787827650bf5777fb4427a2ec8412ae095aee1ae16d9f01830982310 │ │ └─85062 /usr/local/bin/rook ceph operator │ ├─f66920f4596a450fa860468c21028771a21a46b8f82293bb37a5bb426afd76d9 │ │ └─190416 /pause │ ├─f0745134278037991fcb9ad4e0cf0f7ae350afb2c6328b2393eef235e0983270 │ │ └─65150 /bin/memcached_exporter │ ├─17a10029dc9814c1c0fdd4a290ef13852b85f5cee02be383743ab5628dd7491b │ │ └─42727 /pause │ ├─c01a554afe46a72f0bf470dfe9219798a87cd2cf141d6564f0c622e7a9f10715 │ │ └─61849 /pause │ ├─66d417ec66cbec6f2fac691cc3535538f589f35eec4afd8f6944cdc57f51e5a8 │ │ └─63793 /goldpinger --static-file-path /static │ ├─00d0c6045f8b6e3875e1046e1b218037a2508780e58654cd6d3b464c3a7b143c │ │ └─212959 /pause │ ├─d967e54e4c4bdcb51c99ccdf9837856bc39c6c92750c07c6eb3a93c4087ace9f │ │ └─45677 /pause │ ├─28933e2cf024db57a9719f072ed6bee85ca33b2477c8da5f73bdb24b90a6c931 │ │ └─64456 /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 │ ├─f724a0fd8ac98084933811c8770a9e5ad7d88e76bcbc83d2cf6c59fd24cb6d20 │ │ └─213166 /pause │ ├─96d626253d2e01cdc3837f681268719b8692fc2320d3b7dcd43ec8b0a5a2b940 │ │ └─96636 /pause │ ├─7eddeb5a1c4e8865596d511576f4a6380c8422d8dd69973e165ee028467a5820 │ │ └─39998 /pause │ ├─7b281ecb822f5b1071fa9701f7d89c7cad3418a85cd55d0bceb72e2eec9d27aa │ │ └─266283 /pause │ ├─c01ec2d416d1b7b5299f4cae76ed1b24cc998d9d54a32a2308e78ea9cf0a0eee │ │ ├─76729 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─76799 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─76805 erl_child_setup 1048576 │ │ ├─76877 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─76878 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─76888 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─77152 /bin/sh -s rabbit_disk_monitor │ ├─b02048f437042c60de8e3ca8a09a9c06cd7bd15a9cc87b32b55e1fff4596a178 │ │ └─175147 /pause │ ├─56be72b466d0446322e73991b8ff3479b09114379c7a13348c007c31207d508e │ │ └─49325 /pause │ ├─3d229943986eba395f1df6d86c1adfcaaad404e3f066831d899eeda03b01d71d │ │ └─49134 /pause │ ├─ca94ae18f93b9d0b411432f6ce239cdc427e5bccb1afd1ecdf5f524c7f39df93 │ │ └─60568 /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 │ ├─317a4be7079affd7c0bacdc22aaeb8bb1ffa30c0e81a9a3e21092cb92d93860e │ │ └─65869 /bin/oauth2-proxy │ ├─70fb441c0cb03c83375319756c66afc2d57091f1d573426d67e0f3e7022969d2 │ │ └─262392 nfd-worker -metrics=8081 │ ├─a435295f1766e181868f95abacff40c7badc23e798e948b0013cae19936bce2d │ │ └─271284 /pause │ ├─b78b56122b6356fc8691c4d2ba8870c6acaf6d78f12f29d670e4e237dc43d040 │ │ ├─171713 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ │ ├─172060 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ │ └─172061 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ ├─8ccf91de64624218f2fe5c43aaa9ee788853caf77d5ab808777bd0ba911caf56 │ │ └─39499 /pause │ ├─bdce2b813419960b84e0d995fd624e94fb8d039244d78cba1e19d79eb43eed58 │ │ └─105747 /pause │ ├─426b6fb2ebc661ba99db09231662d4403ffd497778a5f3d3c12486a6b152b339 │ │ └─143403 /pause │ ├─a4b71e65c75bc3539a0514cd2358dfd4c54adae7b03d037e2bae21dcb0cdc725 │ │ └─47062 /pause │ ├─a569f6b0192ce1fcfdc8b0a2494d01119b471dd5e5016d61704eefba24e17a78 │ │ └─54792 nfd-master -crd-controller=true -metrics=8081 │ ├─e9d4823cf73bfb438289520e2f7e29b97c85d5f0d22cd047e3a582755248651f │ │ ├─183348 neutron-api: uWSGI master │ │ ├─183378 neutron-api: uWSGI worker 1 │ │ └─183379 neutron-api: uWSGI worker 2 │ ├─7698985d0f90870df06221527bf608a87aac71437086fb4e0d137c3fdbdee465 │ │ └─62240 /pause │ ├─1ad7d1b4a6adc0db7293e82712a2fdb4838cb02241fce3f5984fb17eaaf0bffa │ │ └─124247 /pause │ ├─966de431a602897cee5007441057b6a5bc499a7fa8e59180f88c2a689f411445 │ │ └─111225 /pause │ ├─64cdbeb59e2626fd2051d7d53c829e3347ddb507878395201d21e70dc711be40 │ │ └─64746 /pause │ ├─517dc9032050d45521f468f77b5f0b295fcd57f33d1a03100f66391216c8b75e │ │ └─262611 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─831f7803005d6cc139084924e4b11499eecba248aa1fe1b5240b1d1ad2b2a3a1 │ │ └─61191 /pause │ ├─f8a0b667f22ab7fc96455ad69435442311affe973c7dc2a46aee7f9d34914857 │ │ ├─185404 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) │ │ ├─185746 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) │ │ └─185747 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) │ ├─dff078c070dbe2fedcd1328c019de8619f9542ec5b5dca6847c45586d3225e1c │ │ └─40024 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─f417c84256c5b6b962cffc1cf2e994a63c2360de6cc0f9981cdd351d6c4709e0 │ │ ├─144644 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─144661 /opt/erlang/lib/erlang/erts-13.2.2.11/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-13.2.2.11/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 -enable-feature maybe_expr │ │ ├─144667 erl_child_setup 1048576 │ │ ├─144727 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─144728 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/inet_gethost 4 │ │ ├─144738 /opt/erlang/lib/erlang/erts-13.2.2.11/bin/epmd -daemon │ │ └─144905 /bin/sh -s rabbit_disk_monitor │ ├─8322e2e0fdecc4276e5fa6bf9e9f53524f9dcca2754ceed23c6dbfae2a102922 │ │ ├─141857 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─141875 /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 │ ├─e13370cdd6598c9b937224a99d57bac568e610bc9d935eec58e0da2f2bdedb3e │ │ └─147048 /pause │ ├─2098b7ff6abdd19a017a1df51f06defc8516481b4d246f03ba70d2b350bd3d3c │ │ └─141804 /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 │ ├─7ff642d6f3c7bd2d5b9a442987d7376f08a0cbd8dc49070abc4957758e567186 │ │ └─249164 /kube-vip manager │ ├─d7a2b1304287e6abe3b038cc2092867d820bcad23c0563fb15943fc446d6e608 │ │ └─96956 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-xg5zs --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─27b11cf8782eab816f196c203605b53519de450e4e052dddf6119dd1283252c5 │ │ └─271507 /pause │ ├─2dd7c909302a11cb257d4a1537a542b6692df8d4d85f7bd1bffa59f3a8915a6d │ │ └─65085 /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-41.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 │ ├─e6afb9996a2128b35270dfcad929ffb4b88d83a24c372cc06b00db69f45f9121 │ │ ├─83157 barbiacan-api: uWSGI master │ │ └─83172 barbiacan-api: uWSGI worker 1 │ ├─0e5bb79783debe30a9cabb7b165800a14ea75f37a5292d4260c9428ae503600b │ │ ├─183392 neutron-policy-server: uWSGI master │ │ ├─183404 neutron-policy-server: uWSGI worker 1 │ │ └─183405 neutron-policy-server: uWSGI worker 2 │ ├─3ecbab5be5c7a05ec63891217dcd081746f5cf8832737719b5f50ca24eb5b079 │ │ └─124312 /pause │ ├─487d05de7520af054b717c77726756eed0177b8732c7ceffdf88b98e0c6c5a1b │ │ └─213271 /pause │ ├─cd72cc8d79c258195ae029a9bcddd19b11aab391e1cf43dbd523697716999343 │ │ └─44948 /pause │ ├─c983514e9b3c7f0e12fae97654e70594913793b6e7797b54bbfb586b0b5a599e │ │ └─42531 /pause │ ├─5891c08e7d19093955b168a056bd5232535f8f6ef7e1dce0e79bab189cc091d8 │ │ └─49482 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 │ ├─daef109aeacd46c7cc430f889c3c262283108263954c5f2d607d32953915c7f6 │ │ └─264593 /manager --metrics-bind-address=:9782 │ ├─4a22c17349996a60914e7db4a73e7e249fdda6e9f28d48c7c02b2597a5a505d7 │ │ └─308329 /bin/openstack-exporter --endpoint-type internal default --collect-metric-time -d neutron-l3_agent_of_router --disable-service.load-balancer │ ├─b1072da09f18703d6a5c9399f6fc686821033f97d7f995bb515ab69a7f9ea932 │ │ └─65129 /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 │ ├─5c43ee642b3f78131190112bfc75300d957d75c6dcfc93a57b72b124e9113f3b │ │ ├─ 45163 /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 │ │ ├─ 45176 /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 │ │ ├─ 45273 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─284538 nginx: worker process │ │ ├─284539 nginx: worker process │ │ └─284540 nginx: cache manager process │ ├─afb55395b56614e5cfd62272b51e0fa64203d123e195b66e9346e21e7479166c │ │ └─147436 /pause │ ├─5485995107bd66d00ccb30ccb9ec0c4a66761ae71b16c7d2b57ef0fb41c4e353 │ │ └─47170 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc │ ├─9f251b81a4977d5c27dca186a3e049a8a85f1be75a42bdb97b0434d9002a7259 │ │ └─248463 percona-xtradb-cluster-operator │ ├─eb785614d7a0c6bf57dddf767e8df8f7b07cacf6f025e082032f291ec91c7cab │ │ └─124834 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─69cc3130e4e7ffca24b0bfcbd96f879da4ff3633b0d13bea17607d79a2f5916d │ │ └─174660 /pause │ └─4330566b239e7737b1b92977e37dcb0206c4727945c2229c2063b7df2f0b7263 │ └─121311 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount