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 │ │ │ ├─22014 /lib/systemd/systemd --user │ │ │ └─22015 (sd-pam) │ │ └─session-21.scope │ │ ├─21961 sshd: cephadm [priv] │ │ └─22031 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─710 /lib/systemd/systemd --user │ │ └─711 (sd-pam) │ ├─session-4.scope │ │ ├─1683 sshd: zuul [priv] │ │ └─1696 sshd: zuul@notty │ └─session-1.scope │ ├─ 707 sshd: zuul [priv] │ ├─ 724 sshd: zuul@notty │ ├─ 869 /usr/bin/python3 │ ├─ 1687 ssh: /home/zuul/.ansible/cp/162.253.55.222-22-zuul [mux] │ ├─698409 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-swwpzkbyfpidbicwsrirfjahjoadxuen ; /usr/bin/python3'"'"' && sleep 0' │ ├─698410 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-swwpzkbyfpidbicwsrirfjahjoadxuen ; /usr/bin/python3' && sleep 0 │ ├─698411 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-swwpzkbyfpidbicwsrirfjahjoadxuen ; /usr/bin/python3 │ ├─698412 /bin/sh -c echo BECOME-SUCCESS-swwpzkbyfpidbicwsrirfjahjoadxuen ; /usr/bin/python3 │ ├─698413 /usr/bin/python3 │ ├─698416 /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 │ └─698418 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 43 nofb ├─system.slice │ ├─docker-1dc1779c280f5f0c93d7d9f6ddea5764b005f1aa352c7c5c92f61667cc243c7f.scope … │ │ ├─18905 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─18924 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─docker-d1e94afbc8a48064e30747b13f1c50c1e498bdc751f1b002aadf54bba9cd2fc1.scope … │ │ ├─12558 /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 │ │ └─12570 /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 │ ├─containerd.service … │ │ ├─ 10116 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12532 /usr/bin/containerd-shim-runc-v2 -namespace moby -id d1e94afbc8a48064e30747b13f1c50c1e498bdc751f1b002aadf54bba9cd2fc1 -address /run/containerd/containerd.sock │ │ ├─ 12894 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5e040dcfbf19377f239054149effd4ef730f16b01a4f9570e946b11ea8a8ee4d -address /run/containerd/containerd.sock │ │ ├─ 18881 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 1dc1779c280f5f0c93d7d9f6ddea5764b005f1aa352c7c5c92f61667cc243c7f -address /run/containerd/containerd.sock │ │ ├─ 25653 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 251efa585134c72d2917545057befc0e33d8fde50a7ffa330715a242ff954875 -address /run/containerd/containerd.sock │ │ ├─ 30447 /usr/bin/containerd-shim-runc-v2 -namespace moby -id e9371e85a021f1713c37e929e3536ee2c47f22f885e3e9863c6a718370f90595 -address /run/containerd/containerd.sock │ │ ├─ 35288 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 00de931fac4bcbec9bd5f6192dcbe064885ea3e2245c8590c41711548eb218e0 -address /run/containerd/containerd.sock │ │ ├─ 39981 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 082e81b0ceccd4652e34810cd97ab7bed2907a56c769be80858391f17ea2058b -address /run/containerd/containerd.sock │ │ ├─ 42578 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ca8e364491a27e5f801d6e7b4e94d36f4fc1384df184b2c1b919abf96fbcc12b -address /run/containerd/containerd.sock │ │ ├─ 42591 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6500d6e710690fb675917c915682cdd43006a14fb0103b8a5e41a6fd8c568f27 -address /run/containerd/containerd.sock │ │ ├─ 42616 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c221524acff6174343d8aa086b209b160683452cc5423696c8b633f5b58c6951 -address /run/containerd/containerd.sock │ │ ├─ 42702 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4b271c431a331983dd7994ad48d32c1adf6447c324df950a785b291cc23d3168 -address /run/containerd/containerd.sock │ │ ├─ 42745 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a40ccca53fb18faad610c72f1549a51640f45ce55c14fb18faf31354e1629c80 -address /run/containerd/containerd.sock │ │ ├─ 43237 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9adda6463566d6b10d60ee4cd3388ff86d6580b09ff2fdae7bf6587decf6a734 -address /run/containerd/containerd.sock │ │ ├─ 43963 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 63f2226a4560ce6b6e12170c76dd7bcd871ea59a5f002456ecca557134677b44 -address /run/containerd/containerd.sock │ │ ├─ 44019 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5779d9b078718ab825c0026059c189d42e3b9345a56160a88677a321f92963d9 -address /run/containerd/containerd.sock │ │ ├─ 45352 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6966fe9d5311b5979a68daeb9e5e62f91e9ee1bbedc9d6c5f8bc62acedd2b31f -address /run/containerd/containerd.sock │ │ ├─ 45765 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 728979fe3136c99e11ebabd25dfd97d3f55f0e6b1df7ddcdaf8a5659d23fee59 -address /run/containerd/containerd.sock │ │ ├─ 45804 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 460c8f34e67213297a21fb7ed1c452a17fef94fdfbe6ae4d1b10e590887e3282 -address /run/containerd/containerd.sock │ │ ├─ 47500 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 58a1ab4d8bfed0a6d27abf3788b861b404d0210ce6f0d0a79d4991fe286d1b4d -address /run/containerd/containerd.sock │ │ ├─ 47556 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b9f3e50147d292f5c3437b4846770bb3f53a91d6a65d607363c696975e81255a -address /run/containerd/containerd.sock │ │ ├─ 47932 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e58cf5f9c58d643e4dc8a4d0a257b7bf6d0de946404a63aeeca72b2339ffc080 -address /run/containerd/containerd.sock │ │ ├─ 47986 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b7b50fbda30f20c6bee4a0378e42020973e404a15426b174834ff32f1b260467 -address /run/containerd/containerd.sock │ │ ├─ 48024 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 98a0813f9f3de0b4e1feab15e6c1c564dcd9bc2502bd1ec1c65d899a0acaf39a -address /run/containerd/containerd.sock │ │ ├─ 50714 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 02b5a7c0168815e7f03ea1be122618f1efd8fb2bbe8ec9bb8d10612a2c6db6c5 -address /run/containerd/containerd.sock │ │ ├─ 50754 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id be22af7f8d0e9523dc54f9d9f645239ce7ff9f5ff130db4648cbd503958b3ed1 -address /run/containerd/containerd.sock │ │ ├─ 51503 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 749fa086fa9ff89e4065f0c57f91097a3cb962f4158a87ea619d1d32adca0863 -address /run/containerd/containerd.sock │ │ ├─ 51607 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f542e1adb68b0a402d6e8a6ebd3621026d8f14279f4861bdab30a73f8179ca28 -address /run/containerd/containerd.sock │ │ ├─ 51971 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 05335aa656abfc12c953c63ce2a605bb2e0459062af92128053ba4a2e34cd6dd -address /run/containerd/containerd.sock │ │ ├─ 52283 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b56f4212b1d3e30cb754c1582ffd9453081c567cd7f2101205946139a65af800 -address /run/containerd/containerd.sock │ │ ├─ 52660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 00ba604be484fa30f9dcdfb320a5a774eee84cf503e5d21f5cade39ef3d4e9df -address /run/containerd/containerd.sock │ │ ├─ 55217 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 66400fe949984a3257ddeb99abaaafda8d66b52883eff6849b96471061fe8aa1 -address /run/containerd/containerd.sock │ │ ├─ 55336 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4707e69385d194e22707961cb005fa12d5a56b99b65a9f7394e62413bae9f7d3 -address /run/containerd/containerd.sock │ │ ├─ 68852 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b2a638738539a1f8e40d1c0f9954799fcde2dc96392c9c4f0148d54090a1f317 -address /run/containerd/containerd.sock │ │ ├─ 69593 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dc499c4f7f60eee374caf23b858d9fc51bb0db276baf9f6d748e3603bbbf7afd -address /run/containerd/containerd.sock │ │ ├─ 69640 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d227813168c3766dc88e3d99dfb87c8c038a35845fde58358418174c4326d173 -address /run/containerd/containerd.sock │ │ ├─ 69695 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9722480ad953a577e4adfa9fdd24d32b0ac426e587a90629db9d6b7a4aac501b -address /run/containerd/containerd.sock │ │ ├─ 69874 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 28614ed5e2dfab199bc9d4b426d6697a0a064ebe7d0c42c7f73ab5c37a69b64c -address /run/containerd/containerd.sock │ │ ├─ 74619 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e932c13bbfb131caacccec668ce9e8c1c572124ff686622d630ad8855f75430a -address /run/containerd/containerd.sock │ │ ├─ 74739 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ea7c613120f65ed5b1a432953971e6bae96615747320e2e0659a7cf5000b25a0 -address /run/containerd/containerd.sock │ │ ├─ 74777 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 84d307f72e4c40af1697d36b621159c72057f3017f269e87e3e6f689bfeaecbc -address /run/containerd/containerd.sock │ │ ├─ 74812 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 24088024bd130cc465350353f9d2f5f726e077f2e957ab1564e93707743fd26b -address /run/containerd/containerd.sock │ │ ├─ 76085 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6a775765ed93a39945d292d15b875f983d3fb66454c6ffff0c5dc5a26e7d3119 -address /run/containerd/containerd.sock │ │ ├─ 76177 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b8d94e596e3d4ddfdbd8ab1a802e6d6755a534a69ce4d7c7d190ab28b4bc6db -address /run/containerd/containerd.sock │ │ ├─ 76270 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e50488cae839d6e15fdccbb203c1a04691462ce43ff009e90cb164010a7822d2 -address /run/containerd/containerd.sock │ │ ├─ 76329 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 27a74c307f9ba368917757971733991a3d5bbd8935c5095b8a6b5dd9f26da8af -address /run/containerd/containerd.sock │ │ ├─ 76384 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 38d3a01c31e40451fe0a669b6ec41211866651411c6e3daa71436c798755cc2c -address /run/containerd/containerd.sock │ │ ├─ 76613 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3d7e85d182d2fcbff2f699e1209d9501b74ca4851e39a57b97912c9defda44ac -address /run/containerd/containerd.sock │ │ ├─ 77084 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b1ce2a438a29ecc0586d9aaa415a1be874ddf1dc1a3b894df7d2888fa57d81e4 -address /run/containerd/containerd.sock │ │ ├─ 77927 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 996e5a1dce43926cf5f1ebf78dac9fcdc9e2ffd5033045eb29eae8cc3e86dc76 -address /run/containerd/containerd.sock │ │ ├─ 77966 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3586a3bc1e994dd96995c518f4bd2f7a0cf6d29ecce30b87638ba09e8e87a736 -address /run/containerd/containerd.sock │ │ ├─ 78689 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 07236488d3cafda36289c73b8c573d8a8b5c952678b32648c0f24fa5e99b5c4a -address /run/containerd/containerd.sock │ │ ├─ 80185 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bbc21f52efdfc71e348894836c749cf4056119efd5190ad42381e88adea9f82d -address /run/containerd/containerd.sock │ │ ├─ 81850 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 699430f2acc4466b7479ee299f635a64d4cac9c98229a1ca19c96628e88fe90b -address /run/containerd/containerd.sock │ │ ├─ 91653 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bbbb46c56f51f7cbfd7f5bf6d18557ec08f49742bc1d4c258f8383c6bde278c0 -address /run/containerd/containerd.sock │ │ ├─ 93316 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4be87e434772e0df17c13dbd70986cbb5a24b37b9aa6110c21a8f7fac83bd888 -address /run/containerd/containerd.sock │ │ ├─ 99825 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ab0018da232d7b5119cb48b1474e8beb0faff27a6037d7eef0f6898f6b24a233 -address /run/containerd/containerd.sock │ │ ├─106028 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1dd6523dad3d7429522f76670845c9c3446c602d6a46c102e010863be1467bd1 -address /run/containerd/containerd.sock │ │ ├─109746 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7cb5b296ad7ebee16ab8a915b5c0d76d337762bea411bfc5df8eebebe2e07d9a -address /run/containerd/containerd.sock │ │ ├─109928 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bddd813317bee252d1198b3f91afdf65aaea929d61db4a66cf88c00cba42bf1e -address /run/containerd/containerd.sock │ │ ├─123129 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8bb160d167969ae5b581246c9af9abdff864b193e48669cb4d87194452495e84 -address /run/containerd/containerd.sock │ │ ├─124664 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cbd5cb61d9230f1c69868bbeb32277bb26b1b901444db319e0c35a82945dac0b -address /run/containerd/containerd.sock │ │ ├─124751 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 43ab20fefb69581f42750a2ad98c280f64929d6c45ce236226688d65212a0531 -address /run/containerd/containerd.sock │ │ ├─126472 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0de8cf0e2231d67e1f8cb514eef342cf047b11bac7da77d94d53a40055e15eb0 -address /run/containerd/containerd.sock │ │ ├─154134 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0382981a3facbb2e3e1767715fe5897ba3211bfc4afad115099895949a07bb14 -address /run/containerd/containerd.sock │ │ ├─154345 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 53af0f36614c59bf2d1b601b17e224073843f4d26fb3a3b2bf7dbd8d38d7b2ce -address /run/containerd/containerd.sock │ │ ├─187088 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2482da2f9440230af489b462c1b68a636b3f683b026cbf86f030f46b6e999cc1 -address /run/containerd/containerd.sock │ │ ├─187140 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 40bffe533a9fe920508c17cd65b0ed0746767d73727093fca3fd9dbbfdbe8b6b -address /run/containerd/containerd.sock │ │ ├─189747 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 805342a15dcfc8a3bc9afa4ce7e5079ae395adf1122ba55e54dfcade783b8cbe -address /run/containerd/containerd.sock │ │ ├─204757 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d41d7566910b1ab9bb035171bacb8832c557f55bb6cfea5f66aec9c5a4387cc0 -address /run/containerd/containerd.sock │ │ ├─206396 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 18c645f8f5c631d3c7416698e1e694d992214ca4b816554ac5d54ec4cc491825 -address /run/containerd/containerd.sock │ │ ├─206788 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 788bb3585b2b10e676865bfd237ddb65470bffd5bd295f875941ed8574ad3230 -address /run/containerd/containerd.sock │ │ ├─207527 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 695bd1d494e68c691af0fd31750cf7c7fd9c3ca7fea693edd89b37b0264a87da -address /run/containerd/containerd.sock │ │ ├─209691 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a973b4011a16c5539865f5a280adfdc3c64776eb35ff691d5e145a5dd9a8d24c -address /run/containerd/containerd.sock │ │ ├─209938 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9f31358141651b689e6801d54e808dac9ae487a6cc0f61547b07aea86a806399 -address /run/containerd/containerd.sock │ │ ├─209976 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f1b41f3e9572d6ec51a89b1e9e1dff7bb2d23fab7e4305f6c7aed8ade8e788fe -address /run/containerd/containerd.sock │ │ ├─210045 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 154d900d0122763ba45874e5dbe27ba9e0f3aa98ceeb1a0ba97e5853c6235e02 -address /run/containerd/containerd.sock │ │ ├─210248 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6c69f18ac8ea1d7612f84f44b40e0826cd9c3c848bc50e703a5ec46c9110921b -address /run/containerd/containerd.sock │ │ ├─211092 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 021591809eac59b631b44498dbf325781ffa276a354c6731d3597de61b02ed05 -address /run/containerd/containerd.sock │ │ ├─229109 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4966c195c81992a0de3f073f4115f829bc5bf473eadeed1f3c81b29b5050918b -address /run/containerd/containerd.sock │ │ ├─230872 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cb857165c485416c1b4702bb56a4989f9af145d889607701bd7785d52488f284 -address /run/containerd/containerd.sock │ │ ├─230904 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 65b06951e68dba40cc0dd637f52a1dee0e23427885caa8f7d551a8b32475d1ae -address /run/containerd/containerd.sock │ │ ├─230932 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 39013222368cf362917ff5206fbf3d4eba0ee7f6bb185cc2c2144780107a50d3 -address /run/containerd/containerd.sock │ │ ├─230961 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ba12be10926d47620005698ba0ee569547b490b9f3f281b55590151c7d43355e -address /run/containerd/containerd.sock │ │ ├─231226 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id baf45fa1fc1c39eb37e4dec4a1495352beb49fc7fc355a571da4c2fb0419fa96 -address /run/containerd/containerd.sock │ │ ├─231453 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d4403e67e8223e6eb95acded2b6201b72d4e8585f4e2d2041afbbb655029346a -address /run/containerd/containerd.sock │ │ ├─231544 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8290bcf0f964257e852129eb86aa378717ce69e32000a607251b88e8382a37f9 -address /run/containerd/containerd.sock │ │ ├─254104 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0d56b422c78fbaeff1b0e3ee3d612d8677ed55dc92a6b9697e4de977e77c8ee7 -address /run/containerd/containerd.sock │ │ ├─256551 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id de081580e6b789cf93888513b981f4d5237e5fb7d871855ee20b46d23893b548 -address /run/containerd/containerd.sock │ │ ├─256589 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7d6b9646ece5b61a12837cf5e2a9cdda654e341c87ba99d388b6efc1e4332d5e -address /run/containerd/containerd.sock │ │ ├─256640 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e046d3a96f5588b5fb5cbf11281791135648afc94b28f94204b0e281a6a4dfd8 -address /run/containerd/containerd.sock │ │ ├─273891 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 54900bacf0a96f4895aad4d12368f0e07758fd6b7a4d89519ac72c87fb59b005 -address /run/containerd/containerd.sock │ │ ├─281568 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6fb714a2fa031395202f625c966a9497de51d1ed8a585cdbcbbad5dd04b92c34 -address /run/containerd/containerd.sock │ │ ├─281613 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 24a6c2be6ba2812f1f2beac9ba3022929cc8a6b711d6d8b244b5a01080822214 -address /run/containerd/containerd.sock │ │ ├─281649 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 05895c866ff6ef72c999749317dcf646d0493f0865228ccad91d3fcc64904fb6 -address /run/containerd/containerd.sock │ │ ├─281909 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6bb4253f2434b403632c8c055ffad96d6a48a2121db9777e02a65f56c7c314c9 -address /run/containerd/containerd.sock │ │ ├─393614 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f8f69b2b41558f37bf003e1f18dbd8f82f22cd0de0f818b73ca076301d5609ce -address /run/containerd/containerd.sock │ │ ├─395922 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c8353bbdea57cda8be99ffc25637d98783b577830872dec3054778399dc70cd0 -address /run/containerd/containerd.sock │ │ ├─397161 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8df266079c4ccc95304c9d2518039de5d9678b6d792f19593e8536eabc8e97bf -address /run/containerd/containerd.sock │ │ ├─398072 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2c5a78c56d1502b5a75a9729d55fe9ee6707f311a0d55ec402ddf07f95e33908 -address /run/containerd/containerd.sock │ │ ├─398586 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5abf7f2631913c57e378f644ac9ebd0888d81e1e7d34764722e31f9ef516bce8 -address /run/containerd/containerd.sock │ │ ├─401146 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dfce0f1a7735026aeb8b7567f251ccc6376cfcd9b6da3024db942f82fb7a6def -address /run/containerd/containerd.sock │ │ ├─402857 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b4d3d3b43670efbf0d16c87f04024338da3c5e834b86186e08e6c17f3c6aa3d1 -address /run/containerd/containerd.sock │ │ ├─402921 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 21aa593dead34832d2f7c4d659280f613499e9c7f233d85304640fce9a9d06aa -address /run/containerd/containerd.sock │ │ ├─415946 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 180d2939a59e7a740633b9cc2cdb0e7876940b5266e6b9bc5d2116ef875cf601 -address /run/containerd/containerd.sock │ │ ├─416387 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ca9852aadd418d2db70e8cb27cdaf734c87e463976f45617d5f51461f229156 -address /run/containerd/containerd.sock │ │ ├─419201 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a10dca6523e70c92f0f6b78c328b90ccd19ae7556687adfbb90ee79f167a1d8a -address /run/containerd/containerd.sock │ │ ├─424304 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b97dcf89d51f2e59d8974becb866e1b95e394b915c06994b7a8b89ccb7a5f994 -address /run/containerd/containerd.sock │ │ ├─424537 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3718fa6136f3784e9bc149a65eb4f0142ccba55736c4ab38178659dbea761807 -address /run/containerd/containerd.sock │ │ ├─424627 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c6e9e212acd1a57ebd6a1b1be8b46af08abd3001e0e4f92ede01fba8c871b081 -address /run/containerd/containerd.sock │ │ ├─424698 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a3104cde1f3904e4baeb4f93691ff6a75048f78fe1ec3b1beb8984304a68c320 -address /run/containerd/containerd.sock │ │ ├─447904 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 86a965ce411e9d93a5bd6b7385d0f65b0754b8e4b3cd4faf8270f84378ea32d4 -address /run/containerd/containerd.sock │ │ ├─450771 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 38115dabb796b873c9034be6bd0ea34f8aa905a683fd7ef3b833803f7230ada8 -address /run/containerd/containerd.sock │ │ └─452379 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b6051b28b85288c4ce8f920af37129f71a02256bef7a6caa6c0c21b36363736 -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1439 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─526 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─402 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─634 /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 │ │ │ ├─30148 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─30430 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-1 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1:/var/lib/ceph/osd/ceph-1:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@crash.instance.service │ │ │ ├─18836 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─18857 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-crash --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-crash-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/keyring:/etc/ceph/ceph.client.crash.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.oghaya.service │ │ │ ├─12807 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.oghaya/unit.run │ │ │ └─12838 /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-oghaya --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.oghaya:/var/lib/ceph/mgr/ceph-instance.oghaya:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.oghaya/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18 -n mgr.instance.oghaya -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.0.service │ │ │ ├─25357 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─25636 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-0 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0:/var/lib/ceph/osd/ceph-0:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@ceph-exporter.instance.service │ │ │ ├─39920 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/unit.run │ │ │ └─39959 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-exporter --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-ceph-exporter-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance:/var/lib/ceph/ceph-exporter/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/keyring:/etc/ceph/ceph.client.ceph-exporter.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─34996 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─35271 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-2 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2:/var/lib/ceph/osd/ceph-2:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mon.instance.service │ │ ├─12445 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12475 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mon-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance:/var/lib/ceph/mon/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev quay.io/ceph/ceph:v18 -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker-5e040dcfbf19377f239054149effd4ef730f16b01a4f9570e946b11ea8a8ee4d.scope … │ │ ├─12918 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.oghaya -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12937 /usr/bin/ceph-mgr -n mgr.instance.oghaya -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker.service … │ │ └─10487 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─647 /usr/libexec/polkitd --no-debug │ ├─docker-082e81b0ceccd4652e34810cd97ab7bed2907a56c769be80858391f17ea2058b.scope … │ │ ├─40008 /sbin/docker-init -- /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ └─40025 /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ ├─networkd-dispatcher.service │ │ └─623 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─204140 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─43064 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=162.253.55.222 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─systemd-journald.service │ │ └─370 /lib/systemd/systemd-journald │ ├─ssh.service │ │ └─649 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─cloud-final.service │ ├─uuidd.service │ │ └─1108 /usr/sbin/uuidd --socket-activation │ ├─chrony.service │ │ ├─10993 /usr/sbin/chronyd -F 1 │ │ └─10994 /usr/sbin/chronyd -F 1 │ ├─run-rf56c38c2b25048099d0d5c8f9ac7ae16.scope │ │ └─255029 /usr/sbin/libvirtd --listen │ ├─docker-e9371e85a021f1713c37e929e3536ee2c47f22f885e3e9863c6a718370f90595.scope … │ │ ├─30471 /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 │ │ └─30483 /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 │ ├─docker-251efa585134c72d2917545057befc0e33d8fde50a7ffa330715a242ff954875.scope … │ │ ├─25678 /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 │ │ └─25690 /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.socket │ ├─systemd-resolved.service │ │ └─405 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─docker-00de931fac4bcbec9bd5f6192dcbe064885ea3e2245c8590c41711548eb218e0.scope … │ │ ├─35312 /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 │ │ └─35324 /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 │ ├─cloud-init.service │ ├─iscsid.service │ │ ├─203987 /sbin/iscsid │ │ └─203988 /sbin/iscsid │ ├─dbus.service │ │ └─619 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─633 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─625 /lib/systemd/systemd-logind ├─k8s.io │ ├─b2a638738539a1f8e40d1c0f9954799fcde2dc96392c9c4f0148d54090a1f317 │ │ └─68875 /pause │ ├─0928e656f26e420404b1a9a0d016ab45d6382fdab6be11869b47f760c96c3156 │ │ ├─53012 mysqld --wsrep_start_position=db0c47d0-8c70-11f1-b009-bbd4ba7f50d0:20 │ │ └─53134 /var/lib/mysql/mysql-state-monitor │ ├─9adda6463566d6b10d60ee4cd3388ff86d6580b09ff2fdae7bf6587decf6a734 │ │ └─43262 /pause │ ├─66400fe949984a3257ddeb99abaaafda8d66b52883eff6849b96471061fe8aa1 │ │ └─55240 /pause │ ├─b4d3d3b43670efbf0d16c87f04024338da3c5e834b86186e08e6c17f3c6aa3d1 │ │ └─402898 /pause │ ├─f1b41f3e9572d6ec51a89b1e9e1dff7bb2d23fab7e4305f6c7aed8ade8e788fe │ │ └─210007 /pause │ ├─05895c866ff6ef72c999749317dcf646d0493f0865228ccad91d3fcc64904fb6 │ │ └─281721 /pause │ ├─d41d7566910b1ab9bb035171bacb8832c557f55bb6cfea5f66aec9c5a4387cc0 │ │ └─204782 /pause │ ├─15d4934f4dc62133bb12b0957511a8b646670af567e37adb525c548b38a78fa4 │ │ └─75557 /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 │ ├─b14a0d8e7d0b418513be36f06ca38421c400674146fe76bc0d639490d2d77e69 │ │ └─222883 /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 │ ├─fc9ccee6a86233b3ddcf4af92d37d167c00ac65a46a547fc4150937281a8e00f │ │ └─51724 /manager --metrics-bind-address=:8080 │ ├─d227813168c3766dc88e3d99dfb87c8c038a35845fde58358418174c4326d173 │ │ └─69663 /pause │ ├─805342a15dcfc8a3bc9afa4ce7e5079ae395adf1122ba55e54dfcade783b8cbe │ │ └─189771 /pause │ ├─5abf7f2631913c57e378f644ac9ebd0888d81e1e7d34764722e31f9ef516bce8 │ │ └─398610 /pause │ ├─1708e4230433109c2442b9ebbd3324334c9a32dd84aabf333a42b8e9166f5e11 │ │ └─79314 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─2c5a78c56d1502b5a75a9729d55fe9ee6707f311a0d55ec402ddf07f95e33908 │ │ └─398096 /pause │ ├─63f2226a4560ce6b6e12170c76dd7bcd871ea59a5f002456ecca557134677b44 │ │ └─43992 /pause │ ├─b1b804ea78df62ea2ed2e324108d723584352e728b38d9afb969dc17b6416d53 │ │ ├─259908 /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 │ │ ├─652729 /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/tmp8cgfv13d/privsep.sock │ │ ├─653188 /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/tmp6573d9rs/privsep.sock │ │ └─655151 /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/tmpvrnfiua_/privsep.sock │ ├─6966fe9d5311b5979a68daeb9e5e62f91e9ee1bbedc9d6c5f8bc62acedd2b31f │ │ └─45377 /pause │ ├─7c28d1b7872cdc0a9d63fbb7a5ca1cabb98632c6dee329fdb3b62bb8c4ced8cd │ │ ├─44493 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─44871 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─69da8a615d28f1a1cdfd6c58a767445279f17cbd28b22162f544785a82d33bfd │ │ └─48338 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.15.5 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─24d794e9cc15715aa99822e45f1c672d2d82119904a9b54fb955c436f6ea21f4 │ │ └─259936 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─6a432d3e59564f96ba7a783be8a676c96b58d179f6d96fb62d2f4a76533d5c3e │ │ └─398637 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─3d67b814d6745e31b6322c8fef44c94441106d43da2c0472de89b4cf6630bc30 │ │ └─391822 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─4f86f2737f205405501f0e05e2d7133e96a754e7c82dab5ebcc404a69e545431 │ │ └─48295 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─c0d26cc6617e3725bfaa336411d104100f6f1ebb7e893572789726fe252d9a25 │ │ ├─123570 glance-api: uWSGI master │ │ ├─123584 glance-api: uWSGI worker 1 │ │ └─123585 glance-api: uWSGI worker 2 │ ├─dd9512703e06867418f63bb635beb02e626d29c1c59d43aadab0b5905fbb9152 │ │ ├─126719 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─126735 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─126743 erl_child_setup 1048576 │ │ ├─126794 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─126795 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─126805 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─126893 /bin/sh -s rabbit_disk_monitor │ ├─be4f21ad9241dc7df8dab85b6f34eab1f3afb98296c7986560942ce064daba85 │ │ ├─ 51086 /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 │ │ ├─ 51100 /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 │ │ ├─ 51171 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─450524 nginx: worker process │ │ ├─450525 nginx: worker process │ │ └─450526 nginx: cache manager process │ ├─58a1ab4d8bfed0a6d27abf3788b861b404d0210ce6f0d0a79d4991fe286d1b4d │ │ └─47524 /pause │ ├─e7f7b1c972ebc07433f5992c6abd76e4363b95d37073fe1ebc7feed893391935 │ │ └─110259 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-8g85k --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─7e345244e3ddb28d138e61e4114dc5b33c3219c9213efd983220b7467ee67af5 │ │ ├─52708 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 │ │ └─54339 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 │ ├─94fbdad6121f487d1594e823bdd4cf3663fb41dac2dec61f7f90f1763745afc1 │ │ ├─228344 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─228642 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─228646 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─7fe348f78182342d9bc300a3abbb2c6bbc3ed26385a478f0cb21a8da03eb0486 │ │ ├─416246 magnum-api: uWSGI master │ │ ├─416284 magnum-api: uWSGI worker 1 │ │ └─416285 magnum-api: uWSGI worker 2 │ ├─88fe84cbb66c0359e292c89d03039e406459e24c6d972fc371719f5c2f46ff42 │ │ ├─269871 heat-api-cfn: uWSGI master │ │ ├─269915 heat-api-cfn: uWSGI worker 1 │ │ └─269916 heat-api-cfn: uWSGI worker 2 │ ├─4966c195c81992a0de3f073f4115f829bc5bf473eadeed1f3c81b29b5050918b │ │ └─229134 /pause │ ├─bf61d06a648c669b297809872f045cd8fcc03569dd18ac99ea88780e39e05152 │ │ └─48709 /csi-resizer --v=1 --csi-address=unix:///csi/csi-provisioner.sock --timeout=60s --leader-election --retry-interval-start=500ms --handle-volume-inuse-error=false --feature-gates=RecoverVolumeExpansionFailure=true │ ├─b0590b190e9de9365f8100ff75f6592f9d1a438e6a35c07affb8c275cbf1637a │ │ └─79160 /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 │ ├─edf646d7773273056cd521b166d70adff969a0569c4d2e79c9a94b911bb766b0 │ │ └─42970 /kube-vip manager │ ├─436eb94fd3b6a67b4641835c4345e86ae78567cd0e7dfd0b52f4c237062d4ede │ │ ├─125031 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─125177 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─125179 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─84d307f72e4c40af1697d36b621159c72057f3017f269e87e3e6f689bfeaecbc │ │ └─74802 /pause │ ├─ab0018da232d7b5119cb48b1474e8beb0faff27a6037d7eef0f6898f6b24a233 │ │ └─99848 /pause │ ├─21aa593dead34832d2f7c4d659280f613499e9c7f233d85304640fce9a9d06aa │ │ └─402944 /pause │ ├─1c119f2729801671089ff57d03d214e9f4710506c889dbd3029348b5d320aa56 │ │ └─48188 /usr/local/bin/cephcsi --nodeid=instance --pluginpath=/var/lib/kubelet/plugins --stagingpath=/var/lib/kubelet/plugins/kubernetes.io/csi/ --type=rbd --nodeserver=true --pidlimit=-1 --endpoint=unix:///csi/csi.sock --csi-addons-endpoint=unix:///csi/csi-addons.sock --v=5 --drivername=rbd.csi.ceph.com --enable-read-affinity=false │ ├─c8353bbdea57cda8be99ffc25637d98783b577830872dec3054778399dc70cd0 │ │ └─395945 /pause │ ├─d9acf68953674e87ba1b26c28ab05c8d20a51c93e0fed692c01f4107f760e12f │ │ ├─80588 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─80605 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─80611 erl_child_setup 1048576 │ │ ├─80666 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─80667 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─80677 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─80765 /bin/sh -s rabbit_disk_monitor │ ├─6c69f18ac8ea1d7612f84f44b40e0826cd9c3c848bc50e703a5ec46c9110921b │ │ └─210302 /pause │ ├─3a7d22a8a8143176f0e69a84a6834932c4349c2bc3c0c356879bff3207d3e7d7 │ │ └─79111 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.162-253-55-222.nip.io/ --web.route-prefix=/ --cluster.label=monitoring/kube-prometheus-stack-alertmanager --cluster.peer=alertmanager-kube-prometheus-stack-alertmanager-0.alertmanager-operated:9094 --cluster.reconnect-timeout=5m --web.config.file=/etc/alertmanager/web_config/web-config.yaml │ ├─0de8cf0e2231d67e1f8cb514eef342cf047b11bac7da77d94d53a40055e15eb0 │ │ └─126495 /pause │ ├─536f1bf595d2429a15e4840c2964772f996e207869929b50ae34cbdd81bbc5dd │ │ ├─205237 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─205250 /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 │ ├─b56f4212b1d3e30cb754c1582ffd9453081c567cd7f2101205946139a65af800 │ │ └─52306 /pause │ ├─9ef34304b25ee994feebdad37eabdd68c15ec4fa461a76dbd6548dc16a71a31f │ │ ├─106183 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─106200 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─106206 erl_child_setup 1048576 │ │ ├─106344 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─106345 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─106355 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─106553 /bin/sh -s rabbit_disk_monitor │ ├─05335aa656abfc12c953c63ce2a605bb2e0459062af92128053ba4a2e34cd6dd │ │ └─51994 /pause │ ├─749fa086fa9ff89e4065f0c57f91097a3cb962f4158a87ea619d1d32adca0863 │ │ └─51526 /pause │ ├─19cfdcdc197c49e46527d41a980c49d900c64917b0a71d5a0c20def7465dbb33 │ │ ├─269855 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─270258 heat-engine: ServiceWrapper worker(0) │ │ └─270261 heat-engine: ServiceWrapper worker(1) │ ├─e5ca7682e894f589c29aefe6e3c37a3a4195c2630307c09a3da7e2ada89cfc1f │ │ └─55719 valkey-server *:26379 [sentinel] │ ├─a5ce8a9192e576e563aba037914df137b88dfcd54eb3849cde556cf58b2d6843 │ │ ├─228336 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─228790 nova-scheduler: ServiceWrapper worker(0) │ │ └─228801 nova-scheduler: ServiceWrapper worker(1) │ ├─56b134309ff8cfa8028cd1c140897ab942a7d40dedb2a4b3eeb24e4c111e8d6b │ │ ├─454968 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─454983 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─ccf5950da98d4743c7a3fd3a34196dc67d0fe9196f5d400e5fb55d6dcaa21901 │ │ └─69991 nfd-worker -metrics=8081 │ ├─cb857165c485416c1b4702bb56a4989f9af145d889607701bd7785d52488f284 │ │ └─230907 /pause │ ├─788bb3585b2b10e676865bfd237ddb65470bffd5bd295f875941ed8574ad3230 │ │ └─206813 /pause │ ├─4be87e434772e0df17c13dbd70986cbb5a24b37b9aa6110c21a8f7fac83bd888 │ │ └─93339 /pause │ ├─c6e9e212acd1a57ebd6a1b1be8b46af08abd3001e0e4f92ede01fba8c871b081 │ │ └─424669 /pause │ ├─28614ed5e2dfab199bc9d4b426d6697a0a064ebe7d0c42c7f73ab5c37a69b64c │ │ └─69897 /pause │ ├─4ca9852aadd418d2db70e8cb27cdaf734c87e463976f45617d5f51461f229156 │ │ └─416410 /pause │ ├─29c8f6c0c7a7a1d0e07ad31a67cccd446ec09be6379f7b7df42d31459135ce6c │ │ └─401209 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true --feature-gates=PriorityQueue=false,AutoScaleFromZero=false │ ├─644e9b09dbf172d315526db8bb4c9d010c880d7aa7cb756e8cbd6f8f539f80cb │ │ └─205203 /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 │ ├─63f9dc3a31cad6da3e7696d6e105432e2be5501dbfc550ab235315b87a1c45c7 │ │ ├─195452 placement-api: uWSGI master │ │ ├─195480 placement-api: uWSGI worker 1 │ │ └─195481 placement-api: uWSGI worker 2 │ ├─0c8c7a04969d03ce073c9a332d0cb9cc71a6f6fa43105425ab59daec11cf0954 │ │ └─422725 docker-registry serve /etc/docker-registry/config.yml │ ├─732134697294aafc4f83eef9113e3447cea38add519d091f5b4d587355f7bae0 │ │ └─75066 /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 │ ├─7d6b9646ece5b61a12837cf5e2a9cdda654e341c87ba99d388b6efc1e4332d5e │ │ └─256624 /pause │ ├─51a4e07bda42501ec8d8cd94abc7b7b57067ec68d1afa2b5c5c404a5f14d4a4c │ │ ├─227671 nova-metadata: uWSGI master │ │ ├─227685 nova-metadata: uWSGI worker 1 │ │ └─227686 nova-metadata: uWSGI worker 2 │ ├─092e9d029138c2dfcc3d041b6c29adefb7ea8c6b220ecc33ae9f8431210834d8 │ │ ├─445636 manila-api: uWSGI master │ │ ├─445695 manila-api: uWSGI worker 1 │ │ └─445696 manila-api: uWSGI worker 2 │ ├─24088024bd130cc465350353f9d2f5f726e077f2e957ab1564e93707743fd26b │ │ └─74845 /pause │ ├─07236488d3cafda36289c73b8c573d8a8b5c952678b32648c0f24fa5e99b5c4a │ │ └─78712 /pause │ ├─1dd6523dad3d7429522f76670845c9c3446c602d6a46c102e010863be1467bd1 │ │ └─106051 /pause │ ├─699430f2acc4466b7479ee299f635a64d4cac9c98229a1ca19c96628e88fe90b │ │ └─81873 /pause │ ├─9b18aabb1810fb185600ffcb466a6babbb981fdfb24468af29f45450ddf32f0f │ │ └─78960 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.162-253-55-222.nip.io/ --web.route-prefix=/ --storage.tsdb.retention.time=10d --storage.tsdb.path=/prometheus --storage.tsdb.wal-compression --web.config.file=/etc/prometheus/web_config/web-config.yaml │ ├─6dcf2b43ed0dfb695ddd39cc36f5e01a84835b509dd6a2edbd9a5a912048178b │ │ └─79003 /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 │ ├─24a6c2be6ba2812f1f2beac9ba3022929cc8a6b711d6d8b244b5a01080822214 │ │ └─281674 /pause │ ├─d34c700557fe1e3a6c6c6f62d86ce7028f5e9ec306b0cf3c330dfdcc97157d7d │ │ └─452638 /bin/openstack-database-exporter │ ├─d4403e67e8223e6eb95acded2b6201b72d4e8585f4e2d2041afbbb655029346a │ │ └─231529 /pause │ ├─0608a35324a9fc9d31138038758220b51d286ef3f0b89a3cea806825ed7ff47f │ │ └─48819 /csi-snapshotter --csi-address=unix:///csi/csi-provisioner.sock --v=1 --timeout=60s --leader-election=true --extra-create-metadata=true --enable-volume-group-snapshots=false │ ├─6f7f7c69cb5051a18b560aca8ffd73fc068522be1e1432a3b707328ce0f5492f │ │ ├─232133 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─689224 sleep 300 │ ├─dc499c4f7f60eee374caf23b858d9fc51bb0db276baf9f6d748e3603bbbf7afd │ │ └─69617 /pause │ ├─c221524acff6174343d8aa086b209b160683452cc5423696c8b633f5b58c6951 │ │ └─42668 /pause │ ├─4f00fc5ea14bfa61ea668433ca06297baae67132cd49a68c4ccbfa2c2752ccee │ │ ├─444037 neutron-dhcp-agent: master process [/var/lib/openstack/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini] │ │ ├─445139 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2/host --addn-hosts=/var/lib/neutron/dhcp/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2/opts --dhcp-leasefile=/var/lib/neutron/dhcp/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2,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 │ │ ├─445143 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/960339cd-c3dd-45ef-b274-be260b55e2ad/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/960339cd-c3dd-45ef-b274-be260b55e2ad/host --addn-hosts=/var/lib/neutron/dhcp/960339cd-c3dd-45ef-b274-be260b55e2ad/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/960339cd-c3dd-45ef-b274-be260b55e2ad/opts --dhcp-leasefile=/var/lib/neutron/dhcp/960339cd-c3dd-45ef-b274-be260b55e2ad/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-04260199-7594-4838-8e82-309517c0187b,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 │ │ ├─445185 haproxy -f /var/lib/neutron/ns-metadata-proxy/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2.conf │ │ └─445195 haproxy -f /var/lib/neutron/ns-metadata-proxy/960339cd-c3dd-45ef-b274-be260b55e2ad.conf │ ├─40bffe533a9fe920508c17cd65b0ed0746767d73727093fca3fd9dbbfdbe8b6b │ │ └─187164 /pause │ ├─685777ac93eac3bec768a2d5333d82d45d0820bc2e72f0708eb96fdca33236cc │ │ └─48487 /csi-node-driver-registrar --v=5 --csi-address=/csi/csi.sock --kubelet-registration-path=/var/lib/kubelet/plugins/rbd.csi.ceph.com/csi.sock │ ├─68857f797bdbfc0f2b4e2c41cbf36f3964c07ef8bb2c1fb3190ecce326c752be │ │ ├─274026 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─274052 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─274058 erl_child_setup 1048576 │ │ ├─274160 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─274161 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─274171 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─274313 /bin/sh -s rabbit_disk_monitor │ ├─b97dcf89d51f2e59d8974becb866e1b95e394b915c06994b7a8b89ccb7a5f994 │ │ └─424352 /pause │ ├─67f0b55ceb1c2f1fc51a2422d086b64ccbd14f99ccfe0c6155714c9a1e1c4bc6 │ │ └─252608 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) │ ├─e3edca3e91c8e869dda8fbb827ee2ba2d78ce446e9566b9ea802d58f24bbcdb2 │ │ └─445641 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─460c8f34e67213297a21fb7ed1c452a17fef94fdfbe6ae4d1b10e590887e3282 │ │ └─45827 /pause │ ├─a40ccca53fb18faad610c72f1549a51640f45ce55c14fb18faf31354e1629c80 │ │ └─42776 /pause │ ├─6624d83890e2b6ea9f4c5e58f29ee29263035207a4cc771909c9afd92170209f │ │ └─42847 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 │ ├─180d2939a59e7a740633b9cc2cdb0e7876940b5266e6b9bc5d2116ef875cf601 │ │ └─415970 /pause │ ├─20c69151ea9857f39a9bd6a2c96f9f0d6f121b533848d2d89533b741b9b29709 │ │ └─77746 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─9e49e50253f3bc92311642b862172db9abeffd757f9b8b195f7ec6a277f1bed5 │ │ └─451395 /bin/openstack-exporter --endpoint-type internal default --collect-metric-time -d cinder-agent_state -d cinder-limits_backup_max_gb -d cinder-limits_backup_used_gb -d cinder-limits_volume_max_gb -d cinder-limits_volume_used_gb -d cinder-snapshots -d cinder-volume_gb -d cinder-volume_status -d cinder-volume_status_counter -d cinder-volume_type_quota_gigabytes -d cinder-volumes --disable-service.identity --disable-service.image --disable-service.placement --disable-service.compute --disable-service.object-store --disable-service.load-balancer --disable-service.container-infra --disable-service.dns --disable-service.baremetal --disable-service.gnocchi --disable-service.database --disable-service.orchestration --disable-service.network │ ├─46be9b95b02581eca9daef6e1fb65e54c8f1a6dcf52bffbc1182aa780136e39d │ │ └─52788 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─7cb5b296ad7ebee16ab8a915b5c0d76d337762bea411bfc5df8eebebe2e07d9a │ │ └─109778 /pause │ ├─ba12be10926d47620005698ba0ee569547b490b9f3f281b55590151c7d43355e │ │ └─231025 /pause │ ├─885c7b688a07d9271e6a3396acd7f71bfe6931c1ad57b7ad000baff8d43b8b63 │ │ └─254971 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─393dacd87086c1313baab6fc26b7f9604fa763804ba62c9f26311653aefb1fd1 │ │ └─48383 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─2482da2f9440230af489b462c1b68a636b3f683b026cbf86f030f46b6e999cc1 │ │ └─187118 /pause │ ├─446be9b9ca2675db037c077e5d802469535e3fb3a90567b89076ea42325e7cfd │ │ └─48925 /csi-attacher --v=1 --csi-address=unix:///csi/csi-provisioner.sock --leader-election=true --retry-interval-start=500ms --default-fstype=ext4 │ ├─18c645f8f5c631d3c7416698e1e694d992214ca4b816554ac5d54ec4cc491825 │ │ └─206418 /pause │ ├─39013222368cf362917ff5206fbf3d4eba0ee7f6bb185cc2c2144780107a50d3 │ │ └─231000 /pause │ ├─e50488cae839d6e15fdccbb203c1a04691462ce43ff009e90cb164010a7822d2 │ │ └─76297 /pause │ ├─20ef851f6b413474e495122cb3848617e8d0f706616b4574f5687bfe7a077cb2 │ │ └─45412 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─f542e1adb68b0a402d6e8a6ebd3621026d8f14279f4861bdab30a73f8179ca28 │ │ └─51630 /pause │ ├─ee1d3844fe54ca36687e6fea795850fa1960893099b9131a250756ec90d22669 │ │ └─48254 /usr/local/bin/cephcsi --nodeid=instance --type=rbd --controllerserver=true --pidlimit=-1 --endpoint=unix:///csi/csi-provisioner.sock --csi-addons-endpoint=unix:///csi/csi-addons.sock --v=5 --drivername=rbd.csi.ceph.com --rbdhardmaxclonedepth=8 --rbdsoftmaxclonedepth=4 --maxsnapshotsonimage=450 --minsnapshotsonimage=250 --setmetadata=true │ ├─4707e69385d194e22707961cb005fa12d5a56b99b65a9f7394e62413bae9f7d3 │ │ └─55360 /pause │ ├─984b76743fd694ccf572429cd7c0fb50c8c487cdd83317fad8c09dba2e951f10 │ │ └─79464 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─1047a630da9297ca6cff3f00004e28b3bf7c6ee299fa3f4a45f035992e8c851b │ │ └─79286 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─e58cf5f9c58d643e4dc8a4d0a257b7bf6d0de946404a63aeeca72b2339ffc080 │ │ └─47960 /pause │ ├─d3a3a13466f6952da87ede76f724187e86b049a9677de3a14e30f50960998a3f │ │ └─100535 /usr/local/bin/rook ceph operator │ ├─8bb160d167969ae5b581246c9af9abdff864b193e48669cb4d87194452495e84 │ │ └─123154 /pause │ ├─66615fe79d8316a2878db40006f1a9a9196feb25d2a8ec29f114345a97d8721d │ │ ├─249904 neutron-rpc-server: master process [/var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini] │ │ ├─250339 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─250342 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ └─250345 neutron-server: rpc reports worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ ├─27a74c307f9ba368917757971733991a3d5bbd8935c5095b8a6b5dd9f26da8af │ │ └─76355 /pause │ ├─00ba604be484fa30f9dcdfb320a5a774eee84cf503e5d21f5cade39ef3d4e9df │ │ └─52683 /pause │ ├─85334ded9efa978184db0ee2a12de011169158552b50a357750d6b1afd4edea8 │ │ └─78502 /goldpinger --static-file-path /static │ ├─4c8ac5dfe7f68d04fcc5ac52251d549a0a504bb8097fcd504ca3b8381c1a6964 │ │ ├─450900 apache2 -DFOREGROUND │ │ ├─453283 (wsgi:h -DFOREGROUND │ │ ├─453284 (wsgi:h -DFOREGROUND │ │ ├─453285 (wsgi:h -DFOREGROUND │ │ ├─453286 (wsgi:h -DFOREGROUND │ │ ├─453287 (wsgi:h -DFOREGROUND │ │ ├─453288 apache2 -DFOREGROUND │ │ └─453289 apache2 -DFOREGROUND │ ├─19ab327bde7d8f05e2e9d3a91f0bf570df5232ca74d1f9bcae07c117fb24fd5b │ │ └─79539 /bin/pushgateway │ ├─2de135ad734d37d9bbe1fb0999948ec15f20e5826fbdb7242bb6825492540762 │ │ └─79798 /bin/oauth2-proxy │ ├─11c88569e0b0d391449b36bc83f00ecdf51a87804db23c53f0661e8afe52dc4c │ │ └─187831 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─3718fa6136f3784e9bc149a65eb4f0142ccba55736c4ab38178659dbea761807 │ │ └─424560 /pause │ ├─182d589c3ab9506756083a5454e8851391d34f1e774c85c8d8cea1cc88bd8675 │ │ └─55797 redis_exporter │ ├─728979fe3136c99e11ebabd25dfd97d3f55f0e6b1df7ddcdaf8a5659d23fee59 │ │ └─45790 /pause │ ├─de081580e6b789cf93888513b981f4d5237e5fb7d871855ee20b46d23893b548 │ │ └─256575 /pause │ ├─7f3421d73eba63ac4fc9a204b925a3c8ec9445b7008f7097b00662be26e48b57 │ │ ├─392641 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─392660 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─393232 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─393233 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686948 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686949 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686950 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686951 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686952 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686953 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686954 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686955 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686956 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686957 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686958 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686959 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686960 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686961 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686962 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686963 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686966 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686967 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686968 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686969 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686970 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686971 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686972 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686973 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686974 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686975 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686976 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686977 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686978 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686979 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─686980 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─686981 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─2bd751a632efbb3773dd9a542b95b3d8954377522f93c95ab6223de25545a206 │ │ ├─416002 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─416709 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpwn6bu52f/privsep.sock │ │ ├─416715 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─416717 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─b7b50fbda30f20c6bee4a0378e42020973e404a15426b174834ff32f1b260467 │ │ └─48010 /pause │ ├─ee0465830f5dffe6a011bed525a63d491d597b78e35ffed81433ef37811192ad │ │ └─79066 /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 │ ├─1e6e937631f7fc8b80db807bb06fa016460c43d260df874b32edd89c95fa2a9e │ │ ├─110315 /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 │ │ └─678981 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─5ff9d727507c7fdba1910a059e1ee12957b49c04e0b82fcd5f9eb2710e08dbe7 │ │ └─78884 /bin/node_exporter --path.procfs=/host/proc --path.sysfs=/host/sys --path.rootfs=/host/root --path.udev.data=/host/root/run/udev/data --web.listen-address=[0.0.0.0]:9100 --collector.diskstats.ignored-devices=^(ram|loop|nbd|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$ --collector.filesystem.fs-types-exclude=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|fuse.squashfuse_ll|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ --collector.filesystem.mount-points-exclude=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+|var/lib/kubelet/plugins/kubernetes.io/csi/.+|run/containerd/.+)($|/) --collector.ethtool --collector.netclass.ignored-devices=^(lxc|cilium_(host|net)|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.netdev.device-exclude=^(lxc|cilium_(host|net)|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.processes --collector.systemd --collector.stat.softirq --web.config.file=/config/node-exporter.yml │ ├─38115dabb796b873c9034be6bd0ea34f8aa905a683fd7ef3b833803f7230ada8 │ │ └─450799 /pause │ ├─8290bcf0f964257e852129eb86aa378717ce69e32000a607251b88e8382a37f9 │ │ └─231574 /pause │ ├─8b406d5474037498566908c9ad3cadb611474a76a56155b0ef317a5adb171933 │ │ ├─188196 /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 │ │ └─188372 /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 │ ├─501c9aeb54d6612329469e15a64ee0b5b323bb32a0ed167834462a37c1fd4677 │ │ └─75263 /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 │ ├─9722480ad953a577e4adfa9fdd24d32b0ac426e587a90629db9d6b7a4aac501b │ │ └─69718 /pause │ ├─aa67e338a1736fc25daa938e6636a6d57b75ee1e3095e663ca60553460e5a4b1 │ │ ├─416479 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─416803 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─416804 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─800c36f733a2eacd6c45dd2e59ca76acac908dc29ef7fe4cb45bd2cbcef8405c │ │ ├─391821 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─392305 octavia-worker: ConsumerService worker(0) │ │ └─392308 octavia-worker: ConsumerService worker(1) │ ├─a36236b9370452069f26809d40050acc937cae5efe09286f04ec63e761a65a49 │ │ ├─250786 neutron-openvswitch-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─251062 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpztef6hfh/privsep.sock │ │ ├─251402 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpt856y84p/privsep.sock │ │ └─251756 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─63a17ba23aca3d8e4e73653ab9f5e492f7ba9b5a6ccbe9b5de98495e47a65060 │ │ └─79778 /bin/oauth2-proxy │ ├─b9f3e50147d292f5c3437b4846770bb3f53a91d6a65d607363c696975e81255a │ │ └─47580 /pause │ ├─dfb92793e07fb343ac162a658c12c43b68cafe655e385e36f4740080e89b98a2 │ │ └─55462 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 │ ├─efca86c83587cf7b1508626ccb0d154d606c70182a99f9c08f23180e356fe81a │ │ └─70062 nfd-master -crd-controller=true -metrics=8081 │ ├─478d5987924e5d7f5bca050e5c978ecbdeda47c79e63af73b749aa0db8056837 │ │ ├─419568 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─419607 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─419613 erl_child_setup 1048576 │ │ ├─419774 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─419775 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─419785 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─420057 /bin/sh -s rabbit_disk_monitor │ ├─3c091a3f1bd332d3859ad65553e704cc068461e0329fddcc46708ba85cd2aa55 │ │ └─70233 /secretgen-controller │ ├─3d7e85d182d2fcbff2f699e1209d9501b74ca4851e39a57b97912c9defda44ac │ │ └─76637 /pause │ ├─7eaac672ac6ab6d548b64cee4aabaf17f21f350634bf4cc52368661eafdd1e30 │ │ └─42804 kube-apiserver --advertise-address=162.253.55.222 --allow-privileged=true --authorization-mode=Node,RBAC --client-ca-file=/etc/kubernetes/pki/ca.crt --enable-admission-plugins=NodeRestriction --enable-bootstrap-token-auth=true --etcd-cafile=/etc/kubernetes/pki/etcd/ca.crt --etcd-certfile=/etc/kubernetes/pki/apiserver-etcd-client.crt --etcd-keyfile=/etc/kubernetes/pki/apiserver-etcd-client.key --etcd-servers=https://127.0.0.1:2379 --kubelet-client-certificate=/etc/kubernetes/pki/apiserver-kubelet-client.crt --kubelet-client-key=/etc/kubernetes/pki/apiserver-kubelet-client.key --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname --proxy-client-cert-file=/etc/kubernetes/pki/front-proxy-client.crt --proxy-client-key-file=/etc/kubernetes/pki/front-proxy-client.key --requestheader-allowed-names=front-proxy-client --requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remote-Group --requestheader-username-headers=X-Remote-User --secure-port=6443 --service-account-issuer=https://kubernetes.default.svc.cluster.local --service-account-key-file=/etc/kubernetes/pki/sa.pub --service-account-signing-key-file=/etc/kubernetes/pki/sa.key --service-cluster-ip-range=10.96.0.0/12 --tls-cert-file=/etc/kubernetes/pki/apiserver.crt --tls-min-version=VersionTLS13 --tls-private-key-file=/etc/kubernetes/pki/apiserver.key │ ├─a040558c3188c9a9a5f79a845a0fe80efbfea90f9db69c03e9a7da00a2d4bed6 │ │ ├─91831 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─91848 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─91854 erl_child_setup 1048576 │ │ ├─91936 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91937 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91947 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─92101 /bin/sh -s rabbit_disk_monitor │ ├─98aca673a1d2c6b6992c96be4087b29f5f857e257a6486cdd11acbe389d75ca3 │ │ ├─249981 neutron-policy-server: uWSGI master │ │ ├─249994 neutron-policy-server: uWSGI worker 1 │ │ └─249995 neutron-policy-server: uWSGI worker 2 │ ├─a139feed49b20999a1a1884192932f2e77fd156e659a85a9ea9d16d702b0ae50 │ │ └─51675 /manager --metrics-bind-address=:9782 │ ├─dfce0f1a7735026aeb8b7567f251ccc6376cfcd9b6da3024db942f82fb7a6def │ │ └─401171 /pause │ ├─071a94813dea36a64955ef87ee27c12fc35e003f061fbfd70127554edf257528 │ │ ├─254352 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─254371 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─254378 erl_child_setup 1048576 │ │ ├─254889 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─254890 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─254900 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─255158 /bin/sh -s rabbit_disk_monitor │ ├─38d3a01c31e40451fe0a669b6ec41211866651411c6e3daa71436c798755cc2c │ │ └─76408 /pause │ ├─ca8e364491a27e5f801d6e7b4e94d36f4fc1384df184b2c1b919abf96fbcc12b │ │ └─42634 /pause │ ├─54900bacf0a96f4895aad4d12368f0e07758fd6b7a4d89519ac72c87fb59b005 │ │ └─273914 /pause │ ├─6470a32ebef6d07476f80c7e402132ee24c9d053c8e4fd7db7171cb13866435e │ │ ├─227531 nova-api: uWSGI master │ │ ├─227565 nova-api: uWSGI worker 1 │ │ └─227566 nova-api: uWSGI worker 2 │ ├─057a6e15ee27552e5939ae6d3d0ab93a419ed29a9c27c3273eb90f276203b903 │ │ ├─229278 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─229295 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─229301 erl_child_setup 1048576 │ │ ├─229456 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229457 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229467 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─229659 /bin/sh -s rabbit_disk_monitor │ ├─4ee137ae421d9eca4f8a30c3eed692a3a715c524e0d560f14d96fad87453f88f │ │ └─42833 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 │ ├─be22af7f8d0e9523dc54f9d9f645239ce7ff9f5ff130db4648cbd503958b3ed1 │ │ └─50785 /pause │ ├─98a0813f9f3de0b4e1feab15e6c1c564dcd9bc2502bd1ec1c65d899a0acaf39a │ │ └─48048 /pause │ ├─d344e2213c22c5a0d4f0f3ee83f265385ee52688295e9fbcc1f043f107042a0d │ │ ├─77243 nginx: master process nginx -g daemon off; │ │ ├─77273 nginx: worker process │ │ ├─77274 nginx: worker process │ │ ├─77275 nginx: worker process │ │ ├─77276 nginx: worker process │ │ └─77277 nginx: worker process │ ├─90f06bcf38409bedce1a5082243e099f7e683694c8a575958067a75893198c5e │ │ └─53110 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─bddd813317bee252d1198b3f91afdf65aaea929d61db4a66cf88c00cba42bf1e │ │ └─109954 /pause │ ├─0ba584dfe31b538953ca7ab227d7ec01dd87b22b4b43fd193dd41134da569649 │ │ ├─75416 python -u /app/sidecar.py │ │ ├─75585 python -u /app/sidecar.py │ │ └─75586 python -u /app/sidecar.py │ ├─5779d9b078718ab825c0026059c189d42e3b9345a56160a88677a321f92963d9 │ │ └─44042 /pause │ ├─2b6051b28b85288c4ce8f920af37129f71a02256bef7a6caa6c0c21b36363736 │ │ └─452410 /pause │ ├─996e5a1dce43926cf5f1ebf78dac9fcdc9e2ffd5033045eb29eae8cc3e86dc76 │ │ └─77951 /pause │ ├─ff230d7001aa37c7c872749c516fd61cb950e4dc4168f06b76515497bfff58cd │ │ └─52113 percona-xtradb-cluster-operator │ ├─021591809eac59b631b44498dbf325781ffa276a354c6731d3597de61b02ed05 │ │ └─211115 /pause │ ├─86a965ce411e9d93a5bd6b7385d0f65b0754b8e4b3cd4faf8270f84378ea32d4 │ │ └─447929 /pause │ ├─298668e3c52052a670fac2c41cb835b242b75c8d69b41cbcffd2a5dad827b76f │ │ └─45895 /coredns -conf /etc/coredns/Corefile │ ├─2cccc76a60e8818a308819edaa97375f30cf2c3acca88ff342d92f08f02eb126 │ │ └─445609 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─33a9fe395c7734ae22a5156d47cb0c86dfa6e3f8fb8f8c757128d3aada12c72c │ │ └─396036 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─ca89359b5d7de56dfc40f90e932aba9c8d9b24ae54c3454f84e9b1780761403a │ │ ├─390671 octavia-api: uWSGI master │ │ ├─390684 octavia-api: uWSGI worker 1 │ │ └─390685 octavia-api: uWSGI worker 2 │ ├─f9d6b00dd24b684184de2bbe419389ff8af7132b671e4df84344b70de4831651 │ │ └─186409 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─bc69dc80370d79ba1430578c535b5ebeadd28729221a2e91c0b95953bee84f41 │ │ └─42860 etcd --advertise-client-urls=https://162.253.55.222:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://162.253.55.222:2380 --initial-cluster=instance=https://162.253.55.222:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://162.253.55.222:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://162.253.55.222:2380 --name=instance --peer-cert-file=/etc/kubernetes/pki/etcd/peer.crt --peer-client-cert-auth=true --peer-key-file=/etc/kubernetes/pki/etcd/peer.key --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt --snapshot-count=10000 --tls-min-version=TLS1.3 --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt │ ├─cbd5cb61d9230f1c69868bbeb32277bb26b1b901444db319e0c35a82945dac0b │ │ └─124692 /pause │ ├─65b06951e68dba40cc0dd637f52a1dee0e23427885caa8f7d551a8b32475d1ae │ │ └─230984 /pause │ ├─d07888e5fabfff4524b811fb30dd9763a030e47e6b8d82da0e30beb22d841be2 │ │ ├─249924 neutron-api: uWSGI master │ │ ├─249969 neutron-api: uWSGI worker 1 │ │ └─249970 neutron-api: uWSGI worker 2 │ ├─2b8d94e596e3d4ddfdbd8ab1a802e6d6755a534a69ce4d7c7d190ab28b4bc6db │ │ └─76215 /pause │ ├─e63e39d1058bf8701210895bafc1532d7500ac69f43a10c719bb3b25f66c79ab │ │ └─110274 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─b1ce2a438a29ecc0586d9aaa415a1be874ddf1dc1a3b894df7d2888fa57d81e4 │ │ └─77107 /pause │ ├─a6909c6bfdddb0a38135212d5e2080aa686837a957c86eeabf85b02555814794 │ │ └─50938 /server │ ├─02b5a7c0168815e7f03ea1be122618f1efd8fb2bbe8ec9bb8d10612a2c6db6c5 │ │ └─50739 /pause │ ├─bc4ebc2cb4e33a5e0166c51a4dcf2419c183e79f1efe3297e9605cd3c609b416 │ │ └─55631 valkey-server *:6379 │ ├─147596816f395cb5090a645da3075a3d5599712368f379dd3b38dcbdbcc2f0a7 │ │ └─48520 /usr/local/bin/cephcsi --type=liveness --endpoint=unix:///csi/csi.sock --metricsport=8081 --metricspath=/metrics --polltime=60s --timeout=3s │ ├─695bd1d494e68c691af0fd31750cf7c7fd9c3ca7fea693edd89b37b0264a87da │ │ └─207553 /pause │ ├─cffdf04867df98ab4e0694a75933aa3848a312267c334fc0eea9c50d1720e276 │ │ └─398123 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─ffdabc77db582d40aae7fff81ccc9005429a14e0a26b23ba56886bbf354260c2 │ │ └─207030 /coredns -conf /etc/coredns/Corefile │ ├─9bca1436c23d5df5ce917e31ef91c5171a9fa5e274fe99edb567587fc19f96db │ │ ├─252621 neutron-l3-agent: master process [/var/lib/openstack/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini] │ │ ├─252874 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─253352 /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/tmpojayw6z_/privsep.sock │ │ ├─651416 /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/tmpj1irkp51/privsep.sock │ │ ├─651814 /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/tmpostnop98/privsep.sock │ │ ├─652287 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─652289 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─654731 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=fe69cc3c-94c9-48ff-b88e-ce0a72f39497 --namespace=qrouter-fe69cc3c-94c9-48ff-b88e-ce0a72f39497 --conf_dir=/var/lib/neutron/ha_confs/fe69cc3c-94c9-48ff-b88e-ce0a72f39497 --log-file=/var/lib/neutron/ha_confs/fe69cc3c-94c9-48ff-b88e-ce0a72f39497/neutron-keepalived-state-change.log --monitor_interface=ha-f1159353-81 --monitor_cidr=169.254.0.125/24 --pid_file=/var/lib/neutron/external/pids/fe69cc3c-94c9-48ff-b88e-ce0a72f39497.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─655771 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=4618858f-f99a-44b6-85b0-b6f4e05f6e3b --namespace=qrouter-4618858f-f99a-44b6-85b0-b6f4e05f6e3b --conf_dir=/var/lib/neutron/ha_confs/4618858f-f99a-44b6-85b0-b6f4e05f6e3b --log-file=/var/lib/neutron/ha_confs/4618858f-f99a-44b6-85b0-b6f4e05f6e3b/neutron-keepalived-state-change.log --monitor_interface=ha-8fdf7af8-ef --monitor_cidr=169.254.0.205/24 --pid_file=/var/lib/neutron/external/pids/4618858f-f99a-44b6-85b0-b6f4e05f6e3b.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─665504 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=23d784d9-127d-4b04-aee5-469dba4972fb --namespace=qrouter-23d784d9-127d-4b04-aee5-469dba4972fb --conf_dir=/var/lib/neutron/ha_confs/23d784d9-127d-4b04-aee5-469dba4972fb --log-file=/var/lib/neutron/ha_confs/23d784d9-127d-4b04-aee5-469dba4972fb/neutron-keepalived-state-change.log --monitor_interface=ha-ce53a112-65 --monitor_cidr=169.254.0.29/24 --pid_file=/var/lib/neutron/external/pids/23d784d9-127d-4b04-aee5-469dba4972fb.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─4b271c431a331983dd7994ad48d32c1adf6447c324df950a785b291cc23d3168 │ │ └─42730 /pause │ ├─bbc21f52efdfc71e348894836c749cf4056119efd5190ad42381e88adea9f82d │ │ └─80208 /pause │ ├─6a775765ed93a39945d292d15b875f983d3fb66454c6ffff0c5dc5a26e7d3119 │ │ └─76121 /pause │ ├─fd3fcd4f3ada2f9f36d2da908d6cf3d1b3e79b4b25895a110cf0f74d12739a0a │ │ └─44286 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─7e4d531a267493de880794280a6108a0e385f55daeb84e8c26b4f5c0305a00f7 │ │ └─397566 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true --bootstrap-token-ttl=15m │ ├─8df266079c4ccc95304c9d2518039de5d9678b6d792f19593e8536eabc8e97bf │ │ └─397186 /pause │ ├─a973b4011a16c5539865f5a280adfdc3c64776eb35ff691d5e145a5dd9a8d24c │ │ └─209725 /pause │ ├─71f989c6052ce40bf30e109c91faa35d3eea9f0817b72f0b6099c113bc51f3ca │ │ └─49001 /usr/local/bin/cephcsi --type=liveness --endpoint=unix:///csi/csi-provisioner.sock --metricsport=8080 --metricspath=/metrics --polltime=60s --timeout=3s │ ├─3586a3bc1e994dd96995c518f4bd2f7a0cf6d29ecce30b87638ba09e8e87a736 │ │ └─77989 /pause │ ├─0382981a3facbb2e3e1767715fe5897ba3211bfc4afad115099895949a07bb14 │ │ └─154215 /pause │ ├─0c4c6b76241b65ddcd553d69c9204932d12fd77e8b870e936af755cd28be8d13 │ │ ├─207833 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─207849 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─207855 erl_child_setup 1048576 │ │ ├─207904 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─207905 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─207915 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─208047 /bin/sh -s rabbit_disk_monitor │ ├─05888aee5b16cdf5145ff16f63fae9ac6deb353791b11ab3678a42a80a79b310 │ │ └─48965 /usr/local/bin/cephcsi --type=controller --v=5 --drivername=rbd.csi.ceph.com --drivernamespace=kube-system --setmetadata=true │ ├─b1583f8c24ff0a822012bd0fe9d3ba8d691693bda0cb61a17f1d36070bca29ba │ │ └─126275 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─baf45fa1fc1c39eb37e4dec4a1495352beb49fc7fc355a571da4c2fb0419fa96 │ │ └─231264 /pause │ ├─6500d6e710690fb675917c915682cdd43006a14fb0103b8a5e41a6fd8c568f27 │ │ └─42667 /pause │ ├─f8f69b2b41558f37bf003e1f18dbd8f82f22cd0de0f818b73ca076301d5609ce │ │ └─393639 /pause │ ├─0d56b422c78fbaeff1b0e3ee3d612d8677ed55dc92a6b9697e4de977e77c8ee7 │ │ └─254129 /pause │ ├─43ab20fefb69581f42750a2ad98c280f64929d6c45ce236226688d65212a0531 │ │ └─124774 /pause │ ├─6bb4253f2434b403632c8c055ffad96d6a48a2121db9777e02a65f56c7c314c9 │ │ └─281932 /pause │ ├─bac2c02f3b4aaf24783fc5d3dfa73b13cbf1c32d93543feecff9cab8f246d3a3 │ │ └─253855 /bin/bash /tmp/libvirt.sh │ ├─d32085a8ea9b591817e50dba9af6c82611a370512549a522f72c27552aea6da4 │ │ ├─393790 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─393807 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─393813 erl_child_setup 1048576 │ │ ├─393950 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─393951 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─393962 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─394233 /bin/sh -s rabbit_disk_monitor │ ├─a10dca6523e70c92f0f6b78c328b90ccd19ae7556687adfbb90ee79f167a1d8a │ │ └─419225 /pause │ ├─aa1c0764ca8689bf6ab64bdf1c2e5ac94fa13257276ba0b91edacc49d7ee862a │ │ ├─184979 cinder-api: uWSGI master │ │ ├─184992 cinder-api: uWSGI worker 1 │ │ └─184993 cinder-api: uWSGI worker 2 │ ├─3a522266ec582e48c0c73cd814a85b1087e4acccb63099988c9ee56a7f9ef0a9 │ │ └─70029 nfd-gc -gc-interval=1h │ ├─7360692ab2643f863bdc9fc07cc556fd14489bef45e59a90b5ab6738151d21bf │ │ └─77658 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─30e3727b8cc6435acf940061f0507d366ad9ff9d075230bc25607747c5edb2b1 │ │ ├─269890 heat-api: uWSGI master │ │ ├─269930 heat-api: uWSGI worker 1 │ │ └─269931 heat-api: uWSGI worker 2 │ ├─ec4d5daac714df616e0764e3e8f45e4a0308b24fa63d930fc2fda6adb15959ec │ │ └─78919 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─154d900d0122763ba45874e5dbe27ba9e0f3aa98ceeb1a0ba97e5853c6235e02 │ │ └─210096 /pause │ ├─6fb714a2fa031395202f625c966a9497de51d1ed8a585cdbcbbad5dd04b92c34 │ │ └─281623 /pause │ ├─e932c13bbfb131caacccec668ce9e8c1c572124ff686622d630ad8855f75430a │ │ └─74669 /pause │ ├─9e688065962c3e37c3a73a4a7eefa4d39e94e85f80451fcd884ac9cc258a38f1 │ │ └─45862 /coredns -conf /etc/coredns/Corefile │ ├─0f7d7cf2c04799e8cf4787aa83fec122ab8e187ca0cfbb1eac6909c03861e7be │ │ └─48586 /csi-provisioner --csi-address=unix:///csi/csi-provisioner.sock --v=1 --timeout=60s --leader-election=true --retry-interval-start=500ms --default-fstype=ext4 --extra-create-metadata=true --feature-gates=HonorPVReclaimPolicy=true --prevent-volume-mode-conversion=true │ ├─af3153ebc61c47c9a8ba7d5e6cf7f5de1cf290511e8c8b873d1e699ba8168a5f │ │ ├─445778 /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 │ │ └─446013 /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 │ ├─f2e3eac27353c291bd508ac45626c8edf62fd2f829258f51968d424f3a370485 │ │ ├─ 85996 apache2 -DFOREGROUND │ │ ├─ 86032 (wsgi:k -DFOREGROUND │ │ ├─ 86033 (wsgi:k -DFOREGROUND │ │ ├─ 86034 (wsgi:k -DFOREGROUND │ │ ├─ 86035 (wsgi:k -DFOREGROUND │ │ ├─678711 apache2 -DFOREGROUND │ │ └─678895 apache2 -DFOREGROUND │ ├─e046d3a96f5588b5fb5cbf11281791135648afc94b28f94204b0e281a6a4dfd8 │ │ └─256664 /pause │ ├─bbbb46c56f51f7cbfd7f5bf6d18557ec08f49742bc1d4c258f8383c6bde278c0 │ │ └─91676 /pause │ ├─a3104cde1f3904e4baeb4f93691ff6a75048f78fe1ec3b1beb8984304a68c320 │ │ └─424723 /pause │ ├─9f31358141651b689e6801d54e808dac9ae487a6cc0f61547b07aea86a806399 │ │ └─209961 /pause │ ├─da3c9cd83aed5daf59fdf3e8e9f7c17f7a1cfc692b0866aad0cfd553323633d4 │ │ ├─78253 /usr/bin/vector --config-dir /etc/vector/ │ │ └─78290 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─a93dd764b2c30c23887bdee66d93e14edf5fc9086574c853ce74474601cedd37 │ │ ├─75441 python -u /app/sidecar.py │ │ ├─75596 python -u /app/sidecar.py │ │ └─75597 python -u /app/sidecar.py │ ├─f8e4461d2de08dade1e45db988534c1075a633214cd751afb40f67bb9b1e90ac │ │ └─76730 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 │ ├─53af0f36614c59bf2d1b601b17e224073843f4d26fb3a3b2bf7dbd8d38d7b2ce │ │ └─154455 /pause │ ├─0aefd629d286cb303457bd31f8ce1607247de68b0020a14c5ac01897476b7f7c │ │ └─253773 /usr/bin/libvirt-tls-sidecar │ ├─ea7c613120f65ed5b1a432953971e6bae96615747320e2e0659a7cf5000b25a0 │ │ └─74763 /pause │ ├─f7f866567ab3bcb6738c27516ad91a1b0cd883fa523a2ee361a24cdc7ba1b71b │ │ ├─99034 barbiacan-api: uWSGI master │ │ └─99048 barbiacan-api: uWSGI worker 1 │ ├─b6d279b62edbba5ab85b613fa694d33a54d1a5354fad6cade88d8d45c8891fdb │ │ └─43287 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ └─8b18d995f343d01d0c0b47375ebaaa805255c1e379b3352ee8a9ec8376809d6a │ └─79576 /bin/memcached_exporter ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount