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 │ │ │ ├─21573 /lib/systemd/systemd --user │ │ │ └─21574 (sd-pam) │ │ └─session-22.scope │ │ ├─21570 sshd: cephadm [priv] │ │ └─21593 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─704 /lib/systemd/systemd --user │ │ └─705 (sd-pam) │ ├─session-4.scope │ │ ├─1450 sshd: zuul [priv] │ │ └─1463 sshd: zuul@notty │ └─session-1.scope │ ├─ 701 sshd: zuul [priv] │ ├─ 718 sshd: zuul@notty │ ├─ 864 /usr/bin/python3 │ ├─ 1454 ssh: /home/zuul/.ansible/cp/199.204.45.169-22-zuul [mux] │ ├─409983 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zmbstrojkmhqweblsqfaqciugoxujdnb ; /usr/bin/python3'"'"' && sleep 0' │ ├─409984 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-zmbstrojkmhqweblsqfaqciugoxujdnb ; /usr/bin/python3' && sleep 0 │ ├─409985 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-zmbstrojkmhqweblsqfaqciugoxujdnb ; /usr/bin/python3 │ ├─409986 /bin/sh -c echo BECOME-SUCCESS-zmbstrojkmhqweblsqfaqciugoxujdnb ; /usr/bin/python3 │ ├─409987 /usr/bin/python3 │ ├─409988 /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 │ └─409990 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 42 nofb ├─system.slice │ ├─docker-6fe01cc4e05cf1772754a1b23e84ebe1fb9262cd9bdaacb3ac9ffb7adac84b34.scope … │ │ ├─29530 /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 │ │ └─29542 /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-07cff9bd387a80d918f3ca733d0bab727e7c5f660de7ffa7d1603d5303b13edd.scope … │ │ ├─12487 /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 │ │ └─12499 /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 … │ │ ├─ 9799 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12444 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 07cff9bd387a80d918f3ca733d0bab727e7c5f660de7ffa7d1603d5303b13edd -address /run/containerd/containerd.sock │ │ ├─ 12823 /usr/bin/containerd-shim-runc-v2 -namespace moby -id cfbff0e77531c481e3454a5dec6ff4db5008f038f79d3184662054af1beb1a5a -address /run/containerd/containerd.sock │ │ ├─ 19700 /usr/bin/containerd-shim-runc-v2 -namespace moby -id f1e17a44c1646e7136890a737d83bdc920582e85673d7c2d08d3e3b21a62e43e -address /run/containerd/containerd.sock │ │ ├─ 24901 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 67f9538ab99627d1243b692a59dd5f697d039b7e2fbae28774beec182fbb487e -address /run/containerd/containerd.sock │ │ ├─ 29506 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 6fe01cc4e05cf1772754a1b23e84ebe1fb9262cd9bdaacb3ac9ffb7adac84b34 -address /run/containerd/containerd.sock │ │ ├─ 34304 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 23bd71a835e49aebac17a548abcd7b53a0de6a57520c5fe7e3e4768d5e7457de -address /run/containerd/containerd.sock │ │ ├─ 39952 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0430f4ed0d98d79d3b3c967fd2f304a754b69e88bf53728190cde46ca4212061 -address /run/containerd/containerd.sock │ │ ├─ 39974 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6891c5d410ce0718ebe6158e2c09ac1279cffe064871b070c7689e1475039f1f -address /run/containerd/containerd.sock │ │ ├─ 40005 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id da318483d289b9c079b0355ca28e9937c56eff9dd152901210a9fe2d6529197c -address /run/containerd/containerd.sock │ │ ├─ 40007 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e90c84625a143814e1506c80ce62f7f33e1c3db1a76912e31abd1893be470045 -address /run/containerd/containerd.sock │ │ ├─ 40026 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8a5229471662567677984978a87bf650123700cac85098e786d4ac9fc3cdf07b -address /run/containerd/containerd.sock │ │ ├─ 40562 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4dc1e0900df4f37530d502bad280f6c3977acbc998bbae14b794d09d6fb82dac -address /run/containerd/containerd.sock │ │ ├─ 41282 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f915e5c3ea1bba2171e0b2d19d79fb97aabc069f0133d7848bbc3aac3a38898e -address /run/containerd/containerd.sock │ │ ├─ 41312 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id db4baa254d7c0c24d4d13bc53863ac7dd6d13c931d00a3055a114b7e119e22fe -address /run/containerd/containerd.sock │ │ ├─ 42671 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 19d9f536fcc3bc487c2ed7231a0b4922f47e9778f4bcdaa37f8c1b91112e988b -address /run/containerd/containerd.sock │ │ ├─ 43068 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d0a6c081287f5e95baff7cacf4ef679cdd9502a960d2956b57a6c49fb9042164 -address /run/containerd/containerd.sock │ │ ├─ 43106 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9a7c46b12387d36c007800ae476b562dac73a19a88f972c13a5b4a4500dc3102 -address /run/containerd/containerd.sock │ │ ├─ 43567 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d6314fdc81ecaa41f4c0da67b7f94abe1149d1393a531a20b1ff0fb5f2b11e78 -address /run/containerd/containerd.sock │ │ ├─ 44063 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cb26cde457c877744bd0de6e372ad9d3d8e166ac00e49bd1a4c8e3fe9aa5ac55 -address /run/containerd/containerd.sock │ │ ├─ 44120 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 555f3257cfa07f805b9d92d658c6ef207fa7f2014f3f8a2c37b23d90875c0978 -address /run/containerd/containerd.sock │ │ ├─ 44156 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 10e24749c159e977881924cd0763716f787f64a61d6fc1b66b78877cd81e41d9 -address /run/containerd/containerd.sock │ │ ├─ 46427 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0bb381d6a96dfd9055d228d1ce31fd98b3633321be036813de038255c7897ab5 -address /run/containerd/containerd.sock │ │ ├─ 46536 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f467ca1f60420d7242667528618756f458f4e9c6d444d7d39fd2b79850b3dff6 -address /run/containerd/containerd.sock │ │ ├─ 47285 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7facfc9af25982639aa7966cf5244b73147dc094afad04f46bd3b9b32b68ff03 -address /run/containerd/containerd.sock │ │ ├─ 47382 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 21765a2b5506d115942532a05ae792319d6ef64e4f3360fbe43ae68d5f3643fd -address /run/containerd/containerd.sock │ │ ├─ 47885 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e2b3bf69666c1f4e9f770cf99e16b189050d76fd56de34eeef116443a886cbdf -address /run/containerd/containerd.sock │ │ ├─ 48262 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 54d9c75c295af45428824cda7ed0f46494cff1a72cd956b4fe44d2df1ca26b0e -address /run/containerd/containerd.sock │ │ ├─ 48667 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e98a07e5c6187666303796790b9e740c7993613c077856a2cd829b9555425c6c -address /run/containerd/containerd.sock │ │ ├─ 50709 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fe35e728aac227d7da172a43c1d92b5d6df42d22084f1c624db90711086872f0 -address /run/containerd/containerd.sock │ │ ├─ 50883 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a40b688009c4e158bd8c63b5f51855d3f84e30092c42b4506a9aa4913f2fe6da -address /run/containerd/containerd.sock │ │ ├─ 55255 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 262292a6401f5b08e3bd31f6231f3149ebbec34fca1ef61746f68aa5d5b60677 -address /run/containerd/containerd.sock │ │ ├─ 55901 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a960ec9f17dc34f53b04d8a6212ae06c758bb72e864d855ca98482ee64e4d605 -address /run/containerd/containerd.sock │ │ ├─ 55966 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ecd5678a4815694d2b482437a23dda8be8ce96c65043493c2de143df1d789600 -address /run/containerd/containerd.sock │ │ ├─ 56006 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5b3f2c64f7a9fc6e688f4d84bfc9240f8308381bc1b7c89a9351ca8da39185b7 -address /run/containerd/containerd.sock │ │ ├─ 56177 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8b9b52abf1517e2e39c71db15d28a8e6ee2003a3399651257935297b30b75682 -address /run/containerd/containerd.sock │ │ ├─ 60077 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5851df4bb5f0c2a444cc1d693807630cd2602144f91bd8c50c092ce90e31f575 -address /run/containerd/containerd.sock │ │ ├─ 60238 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6a47957151257706a22ab33bdffc2f225ef001fcf95c175c3bc02e0743e15aeb -address /run/containerd/containerd.sock │ │ ├─ 60276 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f7606e4c0ec71b01ee9312a443140f66105a1b6487a7814bd6afda694206894f -address /run/containerd/containerd.sock │ │ ├─ 60319 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 986802a37cbb14d9b09f2ef61c10166ff6beb2bdcfac9176d179263fd3058b5b -address /run/containerd/containerd.sock │ │ ├─ 61612 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9c9f694ad1823091b3a36a6828016835d54c10a4c8bc94769cdcd2bc029c76d5 -address /run/containerd/containerd.sock │ │ ├─ 61724 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 38854bb38c930cbb57fbddc9c53d94eaf6e2cf0fa99bfeb5a9cf4cbff18cece2 -address /run/containerd/containerd.sock │ │ ├─ 61957 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 52fdd10d8485f706f31cc1a5be4851c0f031039a95b6ca508c52db5d63493b6f -address /run/containerd/containerd.sock │ │ ├─ 61973 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4b63dac3eef589227699c5bb63762a3b81c42950d37983ac5cbfd01c07a0287c -address /run/containerd/containerd.sock │ │ ├─ 62039 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8155e1c6a43b8699e1bc4bf73972b375558988b9aecf6ebc9131e9be8be924ed -address /run/containerd/containerd.sock │ │ ├─ 62613 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 54d391164b9014d705220d787cc0088c7068223616fb6758316f82ad07128c84 -address /run/containerd/containerd.sock │ │ ├─ 62921 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1b61b3fa7637373885c9ac9487fa08f5c861493c1052c8037b4cb6526b17f9de -address /run/containerd/containerd.sock │ │ ├─ 63193 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f7eaa0d701a8f2214e7feaa547661d169e21d5040a3ed400bd028238545a406f -address /run/containerd/containerd.sock │ │ ├─ 63308 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 14cfbeb03c2ce562b9fd76dd628126b9194ae8d06d42d5c57b2c0e28f40f5245 -address /run/containerd/containerd.sock │ │ ├─ 64148 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 86e3e225d4b1014525b1aa66900ca2f34badbb9984d2cfa236e6347a89c1a7e5 -address /run/containerd/containerd.sock │ │ ├─ 65428 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 18f2692a25e19cdf30268be1d51ea7c2ace4cdf1c9d7c4c4ded492af4a4002e2 -address /run/containerd/containerd.sock │ │ ├─ 68234 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4015381def17a31848379b8a0df54585adebdd26ae1c70a32cbed2ebd27f023b -address /run/containerd/containerd.sock │ │ ├─ 77341 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f1e97559e1f1dab9c1a1f272946aaa3f03951828b0e780c325bd6588b6b3623e -address /run/containerd/containerd.sock │ │ ├─ 78749 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 61c3a0dcd0dc3d1174ee48015f6b48639313339d36173ba5db549db73a96161c -address /run/containerd/containerd.sock │ │ ├─ 84613 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cfd573281bb06f2f468550b2f47e6b01354dc4bc8e57a6b84121d5dd9e52dd5c -address /run/containerd/containerd.sock │ │ ├─ 90780 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b6eb1a01505745fde820ae2442d794461cd64e21edf4fd95c9a0c1b84aab9452 -address /run/containerd/containerd.sock │ │ ├─ 94751 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7990dde7dc7ba0744dce794e59d3a21d5c9fba890d5d8636a67c8e31cf7d1348 -address /run/containerd/containerd.sock │ │ ├─ 94798 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 981102783a072556a5370b8bee3f5a04fdb75ad835487c046dbc7ad3b9b56238 -address /run/containerd/containerd.sock │ │ ├─103407 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c4d64db880464d82af63373aff6790ca52509c3a1b0eafe46190339877e3183b -address /run/containerd/containerd.sock │ │ ├─104839 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cf7986d86031ba2affbdca5e06d7dda0d15235572047b1dc4f55a8e509a7c17d -address /run/containerd/containerd.sock │ │ ├─104894 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e35fc8f43d5c275252ff6d5713c94da3cc820692702d9607db8dae5860cea2c8 -address /run/containerd/containerd.sock │ │ ├─106919 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b37e3757a02670b18cbb1c125f6f304711530aa29f14553ffb8b7729f4c9e1f4 -address /run/containerd/containerd.sock │ │ ├─108993 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3241c6283b46aa73810c2a6cdfd3d555dc937ac4c0b3fcd6fa1e2c5af5a43e95 -address /run/containerd/containerd.sock │ │ ├─109037 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 61ed5cc75674bb51d955686245cf00f355398b22472bd9826a6e4020e3da6e32 -address /run/containerd/containerd.sock │ │ ├─122048 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c45a6bd3ec68118e4884aac836bcfd64e253c7e08b281f2fdffadc1c7fa770ff -address /run/containerd/containerd.sock │ │ ├─122093 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 75ac1a97d5433ac0b54e670af681ec75c7f618510f80f0bfa1accf4964d4b3c7 -address /run/containerd/containerd.sock │ │ ├─124743 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 34909350fc60aa91ef22e9636021764c59856908d234552a22691c846179e824 -address /run/containerd/containerd.sock │ │ ├─139157 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cf17cf7d621cc5d40ff7d0e39fb013e20961d8696bdc5eb4924c8638e8a98bfe -address /run/containerd/containerd.sock │ │ ├─140757 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c333c8aefba0ab49d545c2127ef80526a447b46b640c3d42a79487d5bb88a752 -address /run/containerd/containerd.sock │ │ ├─141135 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5060febd41acea8978edea2ba7a7d1eebd7374e23f5131fb2f3004dcc1bbfdf3 -address /run/containerd/containerd.sock │ │ ├─142004 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2a5f63267e38230d69de0aa0ef8ad102adc277025c9f0a6f7f60ef3a0e0b613f -address /run/containerd/containerd.sock │ │ ├─144231 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 60788d0247fa2a4d2c8c520020255fd4abb615350fff353c805c36ba39c8101f -address /run/containerd/containerd.sock │ │ ├─144337 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 62962c88031b035437f5e0f8e81f269eb867c43911281942c00509abed4489fd -address /run/containerd/containerd.sock │ │ ├─144514 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5a351b6fd57ae0d02d8e40cca050f195aa1f52085fe4bc809c91c3371c52cebe -address /run/containerd/containerd.sock │ │ ├─144791 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 55c4286167010f8b5734437ad554335e7bb32718e4c6c4284f3c751a16a3a025 -address /run/containerd/containerd.sock │ │ ├─144923 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 35b404474b07caf85d06d4fc51e048b60fbe96941f8ad59ff8084aa12c1f4ec1 -address /run/containerd/containerd.sock │ │ ├─145187 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ddc9b3cebd23f605464c7a50cb2bfbd9d947a5785ed1a124f8cded651f4579f7 -address /run/containerd/containerd.sock │ │ ├─170501 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c75592ad274d91bd7547c9fa1dc67c268c065c4a038e4d6b2bf873cde1c9c084 -address /run/containerd/containerd.sock │ │ ├─172333 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d93a3b7e68f26f769e7fb8e35507ba76845ea516157597957ded62282f4309a1 -address /run/containerd/containerd.sock │ │ ├─172361 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0571b84c39a48fa598aac5efbb73a3ea99c370d9dca8d5558b2ee8b924f4a9de -address /run/containerd/containerd.sock │ │ ├─172492 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7813876c9bbe558bbdc366dfe90e96c2b96c32c7718a917656c8fb3a18709812 -address /run/containerd/containerd.sock │ │ ├─172528 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 03ecd0058c02a2efeb795323c1b79f1c6c9f1961b62bb0de8573008117195c42 -address /run/containerd/containerd.sock │ │ ├─172585 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e3e7eee487bcbfd1342030b1808b5562ff209aa034ddf067b930d2ff31e2ac23 -address /run/containerd/containerd.sock │ │ ├─172881 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f3abdece06d544613a9175b13fda886f6087b9bb469157ca75f247385092e32f -address /run/containerd/containerd.sock │ │ ├─172920 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 425a9fe9c81543cd49d4a35de6cdfe31336d1e066a393cea220f7c405fa67166 -address /run/containerd/containerd.sock │ │ ├─185981 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 61f219c717a6f90fca7ac94dc6ed3febd45c83359267eb048b643dfeec6d7c59 -address /run/containerd/containerd.sock │ │ ├─188277 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f5f9ce1a1c3d0426cce7757bb923907d93fab948aa18befc14df731fa4c1b233 -address /run/containerd/containerd.sock │ │ ├─188331 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4f87f72e044a52ceaa598a85841e77d754b6c7e3c0ded4f2d041d8c8977134cf -address /run/containerd/containerd.sock │ │ ├─188440 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d7374b9344ab038b559034caccd9106050a30ff2e82ea9c29e330542f7c1735e -address /run/containerd/containerd.sock │ │ ├─204601 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 025d552a596bbc8447d77a54c29015454337016804c6c9d4039f72231875538d -address /run/containerd/containerd.sock │ │ ├─212602 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8b1aa132b6de680b5f638a20d4392955d37b6d84bc17f679d0a21f77da6f56f5 -address /run/containerd/containerd.sock │ │ ├─212808 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b894711250ee828fefaeb3f28a02372d44423679aff5c45463f0c10a0f45a787 -address /run/containerd/containerd.sock │ │ ├─212810 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44b5d6c1df62c12637ec022151b874f33e9b1fa5391b999a276504f84e53fa62 -address /run/containerd/containerd.sock │ │ ├─212889 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9f76f884a4b473546639ad950dc95ac3ccf55b204253e4e68fec570310486b8b -address /run/containerd/containerd.sock │ │ ├─224408 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 651951344d1b8cc49a34463c5884af780a2873cec2e8f32e40fc0ddc20f0b719 -address /run/containerd/containerd.sock │ │ ├─226839 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 199929c1e92cd6ef10ba0ca7903ec26bf6ffff2a52adc46a4949606c9e5fe1bf -address /run/containerd/containerd.sock │ │ ├─227920 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 62243a15ef76c6c41604d366df30147d75453d64de48fd877695fe928383ccd0 -address /run/containerd/containerd.sock │ │ ├─229133 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e24b993c364a51305ca4691f419dca626e4e2efb1884d7a21f83299c2aeea03b -address /run/containerd/containerd.sock │ │ ├─230340 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b3a30c60a4e48d46285e9b377b84caa09ea19e4ceefbdc6475aba5f754d49b91 -address /run/containerd/containerd.sock │ │ ├─232517 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0c8283551d4b4004719fa6a7b6588726497571b32ea3f9c25cb951d3f2328a6e -address /run/containerd/containerd.sock │ │ ├─233564 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 386a913490082c0ee3c4b914bf440a86e4881ba4ce158d35e045344516f139fc -address /run/containerd/containerd.sock │ │ ├─233660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d889131322b731d3e2726ec002ac1e262eebe94fb102e3471b7c56bd5a9a476f -address /run/containerd/containerd.sock │ │ ├─243311 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 83921957b72ea15e0157bd618eca279e4e4c6cba0648e2fdafee57c5867c3f03 -address /run/containerd/containerd.sock │ │ ├─243719 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7a0fb5e5f7127b7a9ee82ab44e46da7bcff63bf15b27e8e17ede6adab15b27a6 -address /run/containerd/containerd.sock │ │ ├─248342 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 741367ded9c380d8ec8f04d3dada7dbe1b6f9cdcffdf1fb0bda8e8f503f4bdea -address /run/containerd/containerd.sock │ │ ├─252583 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bd32def7f257cbb0f1b6991cbbb8fada58f72c23657bdf9313d0bba7cbc879ae -address /run/containerd/containerd.sock │ │ ├─252644 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ee1a6e0ae163cbf1ef61eda2cdae1b5be86d0a3ef772dd6ccabf8483731ef0b0 -address /run/containerd/containerd.sock │ │ ├─252727 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7071a1af08739412770d2fd1fe0081dda9dbd1e69ef4ebe0f1f1af72313ffe8e -address /run/containerd/containerd.sock │ │ ├─252814 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 421224f8686956cf103431ba2321f4cb054d81e26e71edc76d51df993b0a62c0 -address /run/containerd/containerd.sock │ │ ├─264201 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 66e694f92883e8b6c4543903eb2549fed0fbbff26b6fb741a0b7158114e20715 -address /run/containerd/containerd.sock │ │ ├─266633 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5135bc5c69602fed9358a1ed008b7a8a29125c5078ba9e1f3082222c4ba34183 -address /run/containerd/containerd.sock │ │ ├─268118 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7ac4ecec5c3af21f1f041e3285f10b61458146a04be674d6b0cde5cea70c23d0 -address /run/containerd/containerd.sock │ │ ├─409991 runc --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v2.task/k8s.io/f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a/log.json --log-format json exec --process /tmp/runc-process13351690 --detach --pid-file /run/containerd/io.containerd.runtime.v2.task/k8s.io/f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a/e92bd130651d8667c3c261a1127b76094c079b23180c7c169c21b8eb71b02cf0.pid f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a │ │ ├─409992 runc --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v2.task/k8s.io/ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365/log.json --log-format json exec --process /tmp/runc-process3476873858 --detach --pid-file /run/containerd/io.containerd.runtime.v2.task/k8s.io/ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365/7dec10fc5d510ae0c4e70d3882e90dde02b408b9812cd2aa68923c141ca2496a.pid ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365 │ │ ├─409993 runc --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v2.task/k8s.io/f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a/log.json --log-format json exec --process /tmp/runc-process3514348443 --detach --pid-file /run/containerd/io.containerd.runtime.v2.task/k8s.io/f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a/9347857dbe413b9c1de50691004a0b6c7310497c059a07dd5f9a2dd2a3ccd299.pid f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a │ │ └─409994 runc --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v2.task/k8s.io/ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365/log.json --log-format json exec --process /tmp/runc-process3308926760 --detach --pid-file /run/containerd/io.containerd.runtime.v2.task/k8s.io/ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365/70e51f64409872f53239b93c0341dead746f7bf0b9c4e20b91d5c7a442961567.pid ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365 │ ├─packagekit.service │ │ └─1188 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─522 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─395 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─628 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 │ ├─run-r2e089ae686e84765b81b16f43c2b3063.scope │ │ └─186591 /usr/sbin/libvirtd --listen │ ├─system-ceph\x2d4837cbf8\x2d4f90\x2d4300\x2db3f6\x2d726c9b9f89b4.slice │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.1.service │ │ │ ├─29223 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─29489 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-1 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1:/var/lib/ceph/osd/ceph-1:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@crash.instance.service │ │ │ ├─19660 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─19680 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-crash --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-crash-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/keyring:/etc/ceph/ceph.client.crash.instance.keyring quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.fgiynn.service │ │ │ ├─12736 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.fgiynn/unit.run │ │ │ └─12768 /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-fgiynn --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18.2.7 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.fgiynn:/var/lib/ceph/mgr/ceph-instance.fgiynn:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.fgiynn/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18.2.7 -n mgr.instance.fgiynn -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 │ │ │ ├─24608 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─24884 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-0 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0:/var/lib/ceph/osd/ceph-0:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─34001 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─34286 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-2 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2:/var/lib/ceph/osd/ceph-2:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mon.instance.service │ │ ├─12371 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12406 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mon-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18.2.7 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance:/var/lib/ceph/mon/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev quay.io/ceph/ceph:v18.2.7 -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker.service … │ │ └─10169 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─643 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─617 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─docker-f1e17a44c1646e7136890a737d83bdc920582e85673d7c2d08d3e3b21a62e43e.scope … │ │ ├─19727 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─19747 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─multipathd.service │ │ └─138587 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─40411 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=199.204.45.169 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─docker-67f9538ab99627d1243b692a59dd5f697d039b7e2fbae28774beec182fbb487e.scope … │ │ ├─24927 /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 │ │ └─24939 /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─systemd-journald.service │ │ └─361 /lib/systemd/systemd-journald │ ├─ssh.service │ │ ├─ 644 sshd: /usr/sbin/sshd -D [listener] 1 of 10-100 startups │ │ ├─409811 sshd: unknown [priv] │ │ └─409813 sshd: unknown [net] │ ├─uuidd.service │ │ └─1385 /usr/sbin/uuidd --socket-activation │ ├─cloud-config.service │ ├─chrony.service │ │ ├─10927 /usr/sbin/chronyd -F 1 │ │ └─10928 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─docker-cfbff0e77531c481e3454a5dec6ff4db5008f038f79d3184662054af1beb1a5a.scope … │ │ ├─12847 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.fgiynn -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12867 /usr/bin/ceph-mgr -n mgr.instance.fgiynn -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─systemd-resolved.service │ │ └─400 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─cloud-init.service │ ├─iscsid.service │ │ ├─138464 /sbin/iscsid │ │ └─138465 /sbin/iscsid │ ├─dbus.service │ │ └─614 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─624 /sbin/agetty -o -p -- \u --noclear tty1 linux │ ├─systemd-logind.service │ │ └─620 /lib/systemd/systemd-logind │ └─docker-23bd71a835e49aebac17a548abcd7b53a0de6a57520c5fe7e3e4768d5e7457de.scope … │ ├─34328 /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 │ └─34340 /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 ├─k8s.io │ ├─8b9b52abf1517e2e39c71db15d28a8e6ee2003a3399651257935297b30b75682 │ │ └─56201 /pause │ ├─f3abdece06d544613a9175b13fda886f6087b9bb469157ca75f247385092e32f │ │ └─172906 /pause │ ├─e3e7eee487bcbfd1342030b1808b5562ff209aa034ddf067b930d2ff31e2ac23 │ │ └─172667 /pause │ ├─bb547379758fd593d48c501290edcc25118d043813645a98f8d9b726d2651715 │ │ ├─77447 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─77463 /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 -- │ │ ├─77469 erl_child_setup 1048576 │ │ ├─77551 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─77552 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─77562 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─77615 /bin/sh -s rabbit_disk_monitor │ ├─9f76f884a4b473546639ad950dc95ac3ccf55b204253e4e68fec570310486b8b │ │ └─212916 /pause │ ├─90e57455d4c2a036ee559e4df8cdf64029251002c2d10da99f5a53e8a3734910 │ │ └─141323 /coredns -conf /etc/coredns/Corefile │ ├─cfd573281bb06f2f468550b2f47e6b01354dc4bc8e57a6b84121d5dd9e52dd5c │ │ └─84639 /pause │ ├─3241c6283b46aa73810c2a6cdfd3d555dc937ac4c0b3fcd6fa1e2c5af5a43e95 │ │ └─109017 /pause │ ├─61ed5cc75674bb51d955686245cf00f355398b22472bd9826a6e4020e3da6e32 │ │ └─109077 /pause │ ├─c333c8aefba0ab49d545c2127ef80526a447b46b640c3d42a79487d5bb88a752 │ │ └─140780 /pause │ ├─e24b993c364a51305ca4691f419dca626e4e2efb1884d7a21f83299c2aeea03b │ │ └─229156 /pause │ ├─7a0fb5e5f7127b7a9ee82ab44e46da7bcff63bf15b27e8e17ede6adab15b27a6 │ │ └─243746 /pause │ ├─b1e6fa489d0a6b72b3968dd6851d5f4794e12b39b351d4738d659cd31c06a878 │ │ └─96069 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─9a7c46b12387d36c007800ae476b562dac73a19a88f972c13a5b4a4500dc3102 │ │ └─43135 /pause │ ├─2abc0a0a173a4fb02e030a3ab436d94a9aad685c2b6d9f94d86d89b7c36f8203 │ │ ├─129993 placement-api: uWSGI master │ │ ├─130022 placement-api: uWSGI worker 1 │ │ └─130023 placement-api: uWSGI worker 2 │ ├─ad26b066620f40ca04c0d4cc6bc81bbc1e863b7ac7558c87d97b0b56a00aa365 │ │ └─50999 valkey-server *:6379 │ ├─8b4fb3afb76e1de0759f7b2bda74e00e90302d9e92e32011c5ac138b2faea855 │ │ ├─168362 nova-api: uWSGI master │ │ ├─168392 nova-api: uWSGI worker 1 │ │ └─168393 nova-api: uWSGI worker 2 │ ├─83921957b72ea15e0157bd618eca279e4e4c6cba0648e2fdafee57c5867c3f03 │ │ └─243335 /pause │ ├─03ecd0058c02a2efeb795323c1b79f1c6c9f1961b62bb0de8573008117195c42 │ │ └─172615 /pause │ ├─32ad191a8821db6f3df2a5310f4d0b3b6f28fb6832c475bae461709003c7b9ba │ │ └─51395 redis_exporter │ ├─b37f41c4d4b0f76ad3af7a76f4e518b9b38d1b62a23d7313a277b45168308779 │ │ └─66881 /bin/memcached_exporter │ ├─ec57320615f9c05e0414751a880fbf85ac6219aa5cbff5eed084bd61ad9ddb2a │ │ └─262130 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─4dc1e0900df4f37530d502bad280f6c3977acbc998bbae14b794d09d6fb82dac │ │ └─40586 /pause │ ├─b85c921e102b3d1353610117bd1612050d5debd78352276a6743dc6360a70d3b │ │ └─106583 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─7aa38fb8d84821dfc77e6510dc963a52452b0b259d1ad758e7b34b75366849b8 │ │ ├─64412 nginx: master process nginx -g daemon off; │ │ ├─64435 nginx: worker process │ │ ├─64436 nginx: worker process │ │ ├─64437 nginx: worker process │ │ ├─64438 nginx: worker process │ │ └─64439 nginx: worker process │ ├─44b80cf7c37dbf42ba976aa0703b9aebeec58392a39cf68ffceb5bb2e0aa0541 │ │ └─267153 /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 │ ├─741367ded9c380d8ec8f04d3dada7dbe1b6f9cdcffdf1fb0bda8e8f503f4bdea │ │ └─248367 /pause │ ├─acca04b1f0683e65231537642479f4d2cabec0d8ec5ea80d2b716a0e6115d628 │ │ └─40236 etcd --advertise-client-urls=https://199.204.45.169:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://199.204.45.169:2380 --initial-cluster=instance=https://199.204.45.169:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.169:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.204.45.169: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 │ ├─75dd78d851ab1e0e2332bee2a3f26e84f85c5937e8a25eeea760fac6a09f25b7 │ │ └─44392 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─66ccd18efddcc7b8cc26b7022adb625cd0dfd291fc8b73c4ebe59e3c0d705802 │ │ ├─184222 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] │ │ ├─184414 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─185169 /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/tmpim6wriwn/privsep.sock │ │ ├─369593 /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/tmp8be4ghx3/privsep.sock │ │ ├─370063 /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/tmp_yp7721y/privsep.sock │ │ ├─370561 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─370563 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─372296 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=63025b92-486b-44c1-ab31-2ea4ca33e9c8 --namespace=qrouter-63025b92-486b-44c1-ab31-2ea4ca33e9c8 --conf_dir=/var/lib/neutron/ha_confs/63025b92-486b-44c1-ab31-2ea4ca33e9c8 --log-file=/var/lib/neutron/ha_confs/63025b92-486b-44c1-ab31-2ea4ca33e9c8/neutron-keepalived-state-change.log --monitor_interface=ha-3635773b-70 --monitor_cidr=169.254.0.64/24 --pid_file=/var/lib/neutron/external/pids/63025b92-486b-44c1-ab31-2ea4ca33e9c8.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─372831 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=196ea443-f197-4e3b-b6e1-e30ec7ebdd15 --namespace=qrouter-196ea443-f197-4e3b-b6e1-e30ec7ebdd15 --conf_dir=/var/lib/neutron/ha_confs/196ea443-f197-4e3b-b6e1-e30ec7ebdd15 --log-file=/var/lib/neutron/ha_confs/196ea443-f197-4e3b-b6e1-e30ec7ebdd15/neutron-keepalived-state-change.log --monitor_interface=ha-23e08576-a1 --monitor_cidr=169.254.0.25/24 --pid_file=/var/lib/neutron/external/pids/196ea443-f197-4e3b-b6e1-e30ec7ebdd15.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─378337 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=db400f3c-74ac-42d3-9511-433eafeee230 --namespace=qrouter-db400f3c-74ac-42d3-9511-433eafeee230 --conf_dir=/var/lib/neutron/ha_confs/db400f3c-74ac-42d3-9511-433eafeee230 --log-file=/var/lib/neutron/ha_confs/db400f3c-74ac-42d3-9511-433eafeee230/neutron-keepalived-state-change.log --monitor_interface=ha-ae563170-fa --monitor_cidr=169.254.0.248/24 --pid_file=/var/lib/neutron/external/pids/db400f3c-74ac-42d3-9511-433eafeee230.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─ddc9b3cebd23f605464c7a50cb2bfbd9d947a5785ed1a124f8cded651f4579f7 │ │ └─145210 /pause │ ├─10a11ee1426407d17a8a6391426f3af1a03e0a92f5a954bd664a2859945fac75 │ │ └─66799 /bin/oauth2-proxy │ ├─f1787541d022418e0ca439f52bb2d5df5c448e69cce20376a7a07e28d4e8f3be │ │ └─186491 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─a5c4f224f2292e1d693f6d850101910e942daf24a2f87731f5dc7d1607941b25 │ │ ├─83873 barbiacan-api: uWSGI master │ │ └─83885 barbiacan-api: uWSGI worker 1 │ ├─8e1bf407740898d773b30b0b51118b78a49a0a89e4a0fc5fc2f5f3c60837bae5 │ │ └─65960 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─d0a6c081287f5e95baff7cacf4ef679cdd9502a960d2956b57a6c49fb9042164 │ │ └─43092 /pause │ ├─6a535dd6ac8dd02593e2a718b788d50593961c2cf7028bc8fdb6f203e59dbdfe │ │ └─47967 /manager --metrics-bind-address=:9782 │ ├─6e507a39d49335716ff9dc2a9c46fdbe3bd22e8b3d012f9935892cfee7cf1214 │ │ └─40611 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─b9e44874711b5c2990a9e0af7f16c06e7b8141a4ed9e419d2dedf5d85812b7aa │ │ ├─103869 glance-api: uWSGI master │ │ ├─103883 glance-api: uWSGI worker 1 │ │ └─103884 glance-api: uWSGI worker 2 │ ├─e35fc8f43d5c275252ff6d5713c94da3cc820692702d9607db8dae5860cea2c8 │ │ └─104917 /pause │ ├─8803c7efa01c3c6fa56592452a515533d85c7919a365e46d1823a4ab9d688268 │ │ └─60645 /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 │ ├─b40c8a01cd39e8836ff83b483b72396de969c41d6998debd781691179119d06d │ │ └─120208 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─62243a15ef76c6c41604d366df30147d75453d64de48fd877695fe928383ccd0 │ │ └─227943 /pause │ ├─8b1aa132b6de680b5f638a20d4392955d37b6d84bc17f679d0a21f77da6f56f5 │ │ └─212640 /pause │ ├─db4baa254d7c0c24d4d13bc53863ac7dd6d13c931d00a3055a114b7e119e22fe │ │ └─41355 /pause │ ├─21765a2b5506d115942532a05ae792319d6ef64e4f3360fbe43ae68d5f3643fd │ │ └─47405 /pause │ ├─fe35e728aac227d7da172a43c1d92b5d6df42d22084f1c624db90711086872f0 │ │ └─50732 /pause │ ├─e98a07e5c6187666303796790b9e740c7993613c077856a2cd829b9555425c6c │ │ └─48689 /pause │ ├─a4ae9bc00d4589f623d71b98b969d68e84f9be2253b941d8ccdaf00d2640e8f5 │ │ └─85392 /usr/local/bin/rook ceph operator │ ├─b101166010a0b02f5aa0cec05767c9f3989d50d87dde1c7fcbb52cee15495130 │ │ └─48120 percona-xtradb-cluster-operator │ ├─5135bc5c69602fed9358a1ed008b7a8a29125c5078ba9e1f3082222c4ba34183 │ │ └─266659 /pause │ ├─f5f9ce1a1c3d0426cce7757bb923907d93fab948aa18befc14df731fa4c1b233 │ │ └─188305 /pause │ ├─565fb19330e97c800a9ffc7144dfdabd07e29070732f4f70685ccec9ed360363 │ │ ├─270701 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─270716 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─5e3dd8c1f94ca3b7a2b9fbf59d297793bb1279e998aea748faee48ab89a2eb47 │ │ └─65030 /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 │ ├─0bb381d6a96dfd9055d228d1ce31fd98b3633321be036813de038255c7897ab5 │ │ └─46451 /pause │ ├─555f3257cfa07f805b9d92d658c6ef207fa7f2014f3f8a2c37b23d90875c0978 │ │ └─44142 /pause │ ├─66883b6370c9b68c0bc75c40ce4d2dbc97a48ad4883f5051be9b1577346a2974 │ │ └─228231 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false --bootstrap-token-ttl=15m │ ├─61c945b0cce56cae3dd132be0694be0f6eff4420f9be738482537e18fa18300c │ │ ├─262143 manila-api: uWSGI master │ │ ├─262229 manila-api: uWSGI worker 1 │ │ └─262230 manila-api: uWSGI worker 2 │ ├─62962c88031b035437f5e0f8e81f269eb867c43911281942c00509abed4489fd │ │ └─144380 /pause │ ├─52fdd10d8485f706f31cc1a5be4851c0f031039a95b6ca508c52db5d63493b6f │ │ └─62006 /pause │ ├─ccd8c8b126025350d18c8ed8c22369641915369e8c3b936c90ca4378f1d1e0ad │ │ └─193771 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─ea01c610f8638fa2035e6b510bc30cea20a7cd289ce062402095e24da7e5acf5 │ │ └─139661 /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 │ ├─b90cb467ec4cf40ce5936590326fa786dbd9efb603b1ad9b9626673fc9e9bf52 │ │ └─65784 /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 │ ├─9114ca605010149843111570633fa77689aa0210f05273fd241f80a71ae02cb5 │ │ └─48998 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─5e90ebb2a65fb45d6920f55be234f8bb31f0051ff525ac6cd9da6a939369fe01 │ │ ├─243432 magnum-api: uWSGI master │ │ ├─243466 magnum-api: uWSGI worker 1 │ │ └─243467 magnum-api: uWSGI worker 2 │ ├─4d528ece13ad57f991d84ce60dfd2306570e1f1f9a68c5109ae4b8fab0258d05 │ │ ├─105239 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─105593 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─105595 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─5057c38a26e38a189b9bb4e96f8619028c689023ae8fe6a5122e8ff372084f3a │ │ ├─222735 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─223207 octavia-worker: ConsumerService worker(0) │ │ └─223210 octavia-worker: ConsumerService worker(1) │ ├─2fa1527bb81903c6dc7123da6078d89449e58c7896b9850465b68119802a6c08 │ │ └─44345 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.12.17 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─6e6000354a39f7514623a14075b1245c3d1714f0d3726ff4481ffd57a8b3ee63 │ │ ├─248939 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─248959 /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 -- │ │ ├─248965 erl_child_setup 1048576 │ │ ├─249048 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─249049 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─249059 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─249183 /bin/sh -s rabbit_disk_monitor │ ├─199929c1e92cd6ef10ba0ca7903ec26bf6ffff2a52adc46a4949606c9e5fe1bf │ │ └─226864 /pause │ ├─95e0b558ed81efa099ccd3530d4b9fd3ad95445fe10a8314beafb9e14644dccd │ │ ├─200747 heat-api: uWSGI master │ │ ├─200769 heat-api: uWSGI worker 1 │ │ └─200770 heat-api: uWSGI worker 2 │ ├─66e694f92883e8b6c4543903eb2549fed0fbbff26b6fb741a0b7158114e20715 │ │ └─264225 /pause │ ├─27121438b6fe9c8ccc1e4601ecf5f807094d5f55cb718ac1fac4980e71bc2ce8 │ │ ├─200835 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─201177 heat-engine: ServiceWrapper worker(0) │ │ └─201180 heat-engine: ServiceWrapper worker(1) │ ├─651951344d1b8cc49a34463c5884af780a2873cec2e8f32e40fc0ddc20f0b719 │ │ └─224431 /pause │ ├─4f87f72e044a52ceaa598a85841e77d754b6c7e3c0ded4f2d041d8c8977134cf │ │ └─188382 /pause │ ├─401ab1579b4e49866c7ae6557fce59b970fceca675601625bb1b34b08a8f272e │ │ └─230389 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=false │ ├─5a351b6fd57ae0d02d8e40cca050f195aa1f52085fe4bc809c91c3371c52cebe │ │ └─144550 /pause │ ├─86e3e225d4b1014525b1aa66900ca2f34badbb9984d2cfa236e6347a89c1a7e5 │ │ └─64173 /pause │ ├─e2b3bf69666c1f4e9f770cf99e16b189050d76fd56de34eeef116443a886cbdf │ │ └─47908 /pause │ ├─e64ea3301aa9433152a747163a5c640de2af6b4884fa40d0500051cd7be272e2 │ │ ├─ 46807 /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 │ │ ├─ 46821 /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 │ │ ├─ 46974 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─266402 nginx: worker process │ │ ├─266403 nginx: worker process │ │ └─266404 nginx: cache manager process │ ├─f0d47da6bc55749185c1b5e6d90a75f29036fae3c1a575125866a26162fe6daf │ │ ├─181577 neutron-api: uWSGI master │ │ ├─181608 neutron-api: uWSGI worker 1 │ │ └─181609 neutron-api: uWSGI worker 2 │ ├─b6eb1a01505745fde820ae2442d794461cd64e21edf4fd95c9a0c1b84aab9452 │ │ └─90804 /pause │ ├─68b2a99dab953254ed75e2e49fb03ed7573536f57fb657b4611b5804746735cb │ │ └─249417 docker-registry serve /etc/docker-registry/config.yml │ ├─8b4e439de20329bde93b4e1e9fb6ffc28159ca9d81f34555e4b6a24706cd6fdd │ │ ├─ 95317 /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 │ │ └─409472 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─2402aff98303037bb9d2e3a86733955fe82986dbc99e2d9faa03c55b01ee1d45 │ │ ├─181623 neutron-policy-server: uWSGI master │ │ ├─181635 neutron-policy-server: uWSGI worker 1 │ │ └─181636 neutron-policy-server: uWSGI worker 2 │ ├─3aa919dbfe104c43f7a8a5d0a4132e6dd279e29766711229d994302ab73fd565 │ │ ├─118776 cinder-api: uWSGI master │ │ ├─118788 cinder-api: uWSGI worker 1 │ │ └─118789 cinder-api: uWSGI worker 2 │ ├─4b63dac3eef589227699c5bb63762a3b81c42950d37983ac5cbfd01c07a0287c │ │ └─62024 /pause │ ├─0430f4ed0d98d79d3b3c967fd2f304a754b69e88bf53728190cde46ca4212061 │ │ └─40050 /pause │ ├─471bc49757e9f9c1c18e0ccee6eb8a470e6ee48be21563698869914a05de8263 │ │ └─226957 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─9d6bf7b62684b35519fced9ae8d4de383056d94a5b82b19c00aa320a8fc5e1b5 │ │ └─64305 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─d93a3b7e68f26f769e7fb8e35507ba76845ea516157597957ded62282f4309a1 │ │ └─172383 /pause │ ├─025d552a596bbc8447d77a54c29015454337016804c6c9d4039f72231875538d │ │ └─204632 /pause │ ├─2f215aed1f2a5f893e2ea4878f5c8c599544971fce822a9cdbc9e3b4055bab45 │ │ └─65990 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─e8692c138923494ef8ba01662c59b4d9ec5c43cb07d4e40ee33116cb3e922b9a │ │ └─40211 kube-apiserver --advertise-address=199.204.45.169 --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 │ ├─3593466f0e20cf4a5b2f4492b8ba1db57bab64a21e5e4b1cc4b2d903340ff9b7 │ │ └─43153 /coredns -conf /etc/coredns/Corefile │ ├─61f219c717a6f90fca7ac94dc6ed3febd45c83359267eb048b643dfeec6d7c59 │ │ └─186006 /pause │ ├─04ea290d0bf42012ad4c82112042bf3ec5618ff26477eafe99cf67133dae24c4 │ │ ├─169423 nova-conductor: master process [/var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf] │ │ ├─169821 nova-conductor: ServiceWrapper worker(0) │ │ └─169823 nova-conductor: ServiceWrapper worker(1) │ ├─5b3f2c64f7a9fc6e688f4d84bfc9240f8308381bc1b7c89a9351ca8da39185b7 │ │ └─56029 /pause │ ├─10e24749c159e977881924cd0763716f787f64a61d6fc1b66b78877cd81e41d9 │ │ └─44181 /pause │ ├─425a9fe9c81543cd49d4a35de6cdfe31336d1e066a393cea220f7c405fa67166 │ │ └─172947 /pause │ ├─4f1a9347a216fad2d7357ec9030c4938a1499888df51b7981c86a798c117d856 │ │ ├─61276 python -u /app/sidecar.py │ │ ├─61524 python -u /app/sidecar.py │ │ └─61525 python -u /app/sidecar.py │ ├─69b53373ce8c03b335981504797fea8fcd9c675cf82797efbc0691b21155af4d │ │ └─46853 /server │ ├─34909350fc60aa91ef22e9636021764c59856908d234552a22691c846179e824 │ │ └─124768 /pause │ ├─0571b84c39a48fa598aac5efbb73a3ea99c370d9dca8d5558b2ee8b924f4a9de │ │ └─172435 /pause │ ├─647c63a497b1852859204398f11d3db9027b333563b6de1fc7023edf5b3b8859 │ │ └─65748 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.199-204-45-169.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 │ ├─f1e97559e1f1dab9c1a1f272946aaa3f03951828b0e780c325bd6588b6b3623e │ │ └─77363 /pause │ ├─44b5d6c1df62c12637ec022151b874f33e9b1fa5391b999a276504f84e53fa62 │ │ └─212872 /pause │ ├─ecd5678a4815694d2b482437a23dda8be8ce96c65043493c2de143df1d789600 │ │ └─55990 /pause │ ├─c45a6bd3ec68118e4884aac836bcfd64e253c7e08b281f2fdffadc1c7fa770ff │ │ └─122072 /pause │ ├─3b7f960fe546b6ea1d900bc0183e97721d0121132d6bdb257ffc2078478666d6 │ │ └─56431 /secretgen-controller │ ├─54d391164b9014d705220d787cc0088c7068223616fb6758316f82ad07128c84 │ │ └─62642 /pause │ ├─421224f8686956cf103431ba2321f4cb054d81e26e71edc76d51df993b0a62c0 │ │ └─252851 /pause │ ├─127855dae99b4ccc9066c58b2878dfcf3ad60d1ff0879786e8a6fa666ab48231 │ │ └─43771 local-path-provisioner --debug start --config /etc/config/config.json --service-account-name local-path-provisioner --provisioner-name cluster.local/local-path-provisioner --helper-image harbor.atmosphere.dev/ghcr.io/containerd/busybox:1.36 --configmap-name local-path-config │ ├─ee1a6e0ae163cbf1ef61eda2cdae1b5be86d0a3ef772dd6ccabf8483731ef0b0 │ │ └─252674 /pause │ ├─5f09b43d35b1521d4321d5706856a82fff8ee9f3e611f6e1431fe2d2c8bf991b │ │ ├─221570 octavia-api: uWSGI master │ │ ├─221583 octavia-api: uWSGI worker 1 │ │ └─221584 octavia-api: uWSGI worker 2 │ ├─2e32039dd84e031d5a65aa49b94ac802dee521d0781bbf449f764b81cb497d5c │ │ └─56295 nfd-master -crd-controller=true -metrics=8081 │ ├─6549b8f4eb66b1802e8fe9f619ba0231e68ed85b3ecacbd57a7f8dbc7e77822b │ │ └─66860 /bin/oauth2-proxy │ ├─9c92c187bfb600e3f2c9638d221b84d6cee571deb200b15b94f04fdff18b8218 │ │ └─48799 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─14cfbeb03c2ce562b9fd76dd628126b9194ae8d06d42d5c57b2c0e28f40f5245 │ │ └─63331 /pause │ ├─36f00e2807f7c131e225a47be766662d22fd4c827dec59e8fa3449282ef666ca │ │ ├─168530 nova-metadata: uWSGI master │ │ ├─168542 nova-metadata: uWSGI worker 1 │ │ └─168543 nova-metadata: uWSGI worker 2 │ ├─2c5837d62bc4c25eddaae0bd6e555dbb99526c805b08a8ece621b5747fd81c6e │ │ ├─223491 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─223512 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─224120 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─224121 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399938 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399939 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399940 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399941 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399942 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399943 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399944 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399945 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399946 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399947 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399948 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399949 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399950 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399951 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399952 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399953 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399956 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399957 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399958 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399959 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399960 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399989 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399992 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399996 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399998 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─399999 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─400000 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─400001 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─400002 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─400003 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─400004 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─400005 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─a057b1dcdfd48fdce00252f836f60c057cf605b578d4b5ec04f37aa44aa893c1 │ │ ├─173473 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─400661 sleep 300 │ ├─c32d27bd565e40fb16475ff61c6440be1c94e9b7e2587c09f2f84cf9f5c254da │ │ └─60981 /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 │ ├─d889131322b731d3e2726ec002ac1e262eebe94fb102e3471b7c56bd5a9a476f │ │ └─233690 /pause │ ├─f467ca1f60420d7242667528618756f458f4e9c6d444d7d39fd2b79850b3dff6 │ │ └─46559 /pause │ ├─ee40654e029998d79aa04f3c072b73ec41cfbc8cb7d9e0862e9b4ffe8251c210 │ │ └─65060 /goldpinger --static-file-path /static │ ├─ff45a5862f448d3659df1e67a95c6898e8e03a3a95fcc49610eefc70cea55247 │ │ ├─204834 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─204851 /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 -- │ │ ├─204857 erl_child_setup 1048576 │ │ ├─204941 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─204942 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─204952 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─205172 /bin/sh -s rabbit_disk_monitor │ ├─cbfaad8dc979b324544dbe901d4d8b81d44e1985b5d651587338fbd08d40cc2f │ │ └─163639 /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 │ ├─c34fb470225ea29bfea9b3f1025e1794fe7ba326ee6ad900d456462fc11c6b5b │ │ └─268390 /bin/openstack-database-exporter │ ├─0c8283551d4b4004719fa6a7b6588726497571b32ea3f9c25cb951d3f2328a6e │ │ └─232541 /pause │ ├─8a5229471662567677984978a87bf650123700cac85098e786d4ac9fc3cdf07b │ │ └─40123 /pause │ ├─9be6446eed3f359260b6165d5d729fb280b10c7abb5ae0905d177e7453175673 │ │ ├─ 71438 apache2 -DFOREGROUND │ │ ├─ 71517 (wsgi:k -DFOREGROUND │ │ ├─ 71518 (wsgi:k -DFOREGROUND │ │ ├─ 71519 (wsgi:k -DFOREGROUND │ │ ├─ 71520 (wsgi:k -DFOREGROUND │ │ ├─408956 apache2 -DFOREGROUND │ │ ├─409037 apache2 -DFOREGROUND │ │ └─409038 apache2 -DFOREGROUND │ ├─5b238caba01cc0d21e1461e7d9606e8bd8a8e9ca3d9a82031441f6abdbdc916e │ │ ├─170659 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─170677 /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 -- │ │ ├─170684 erl_child_setup 1048576 │ │ ├─170731 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─170732 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─170742 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─170947 /bin/sh -s rabbit_disk_monitor │ ├─3f6f8d0ac3494e8263e880a21e1a4489ecba07af68afd6c7202559d81ac65ba4 │ │ └─64456 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─981102783a072556a5370b8bee3f5a04fdb75ad835487c046dbc7ad3b9b56238 │ │ └─94836 /pause │ ├─262292a6401f5b08e3bd31f6231f3149ebbec34fca1ef61746f68aa5d5b60677 │ │ └─55279 /pause │ ├─2965b02bcdc43ff1647ab0047bbdab704e4b99f2fee535ac7d6dc76b9bc2ce36 │ │ ├─48876 mysqld --wsrep_start_position=78161641-4d7d-11f1-84ca-c2afafc6c869:20 │ │ └─49023 /var/lib/mysql/mysql-state-monitor │ ├─d7374b9344ab038b559034caccd9106050a30ff2e82ea9c29e330542f7c1735e │ │ └─188505 /pause │ ├─7813876c9bbe558bbdc366dfe90e96c2b96c32c7718a917656c8fb3a18709812 │ │ └─172583 /pause │ ├─a40b688009c4e158bd8c63b5f51855d3f84e30092c42b4506a9aa4913f2fe6da │ │ └─50908 /pause │ ├─ee9264360e4884ccd0ca0381ec788fcb8b18605a117fbcd3e7bac169a1bc7d52 │ │ └─65519 /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 │ ├─025fc5fb47dea9fa4f98e7afb50767e8622ee540b56baff5c3cd08af7dd792ec │ │ ├─186316 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─186333 /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 -- │ │ ├─186342 erl_child_setup 1048576 │ │ ├─186528 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─186529 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─186539 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─186806 /bin/sh -s rabbit_disk_monitor │ ├─5506a2d26159beeb3172e82078b3ab8881de46a3ab2ee578497426d35ca411ff │ │ ├─182455 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) │ │ ├─182756 /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/tmp106_uikw/privsep.sock │ │ ├─182994 /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/tmp85hhyizr/privsep.sock │ │ └─183329 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─b8ade161f9e62ddec813a3eba3f62ac6e0745702d40695644f9a9210a519cd57 │ │ └─229182 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false │ ├─d6312acf6d1ce25d3071218be3a599d2f667b026facd98f5403da9d42a2554ec │ │ └─56250 nfd-worker -metrics=8081 │ ├─17ebdacc28c115afe64ba64f2611338cfdb10dce4552f295738a2772719dfa88 │ │ └─65304 /bin/pushgateway │ ├─f915e5c3ea1bba2171e0b2d19d79fb97aabc069f0133d7848bbc3aac3a38898e │ │ └─41317 /pause │ ├─dd2325262b1e383054f2debbf68f1d7e7c703bd7f490d3f760496fc778e2b43a │ │ ├─243485 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─243926 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmp5trrc2y8/privsep.sock │ │ ├─243929 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─243933 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─54d9c75c295af45428824cda7ed0f46494cff1a72cd956b4fe44d2df1ca26b0e │ │ └─48290 /pause │ ├─c4d64db880464d82af63373aff6790ca52509c3a1b0eafe46190339877e3183b │ │ └─103432 /pause │ ├─8155e1c6a43b8699e1bc4bf73972b375558988b9aecf6ebc9131e9be8be924ed │ │ └─62072 /pause │ ├─e90c84625a143814e1506c80ce62f7f33e1c3db1a76912e31abd1893be470045 │ │ └─40119 /pause │ ├─62613e77efc09d0a1c0efc88c42b95666b7d8b64ed44f26d05a14b43593cf8b9 │ │ └─122663 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─f69cc1ab7c48404459a0aeef4484b08c306dc1eb36f8fe8e13126ea7f1186d6a │ │ ├─ 51329 valkey-server *:26379 [sentinel] │ │ ├─410027 runc init │ │ └─410031 runc init │ ├─afbda47863023724678748ca9d44a09cfe9e04a9039fd796c509ceab005e1f4f │ │ └─48072 /manager --metrics-bind-address=:8080 │ ├─cf17cf7d621cc5d40ff7d0e39fb013e20961d8696bdc5eb4924c8638e8a98bfe │ │ └─139181 /pause │ ├─1ff084af83191a8ad4041fc2dc77b088787c5cde08c82cb0acbd03376566b5ef │ │ ├─107084 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─107100 /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 -- │ │ ├─107106 erl_child_setup 1048576 │ │ ├─107265 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─107266 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─107276 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─107355 /bin/sh -s rabbit_disk_monitor │ ├─35b404474b07caf85d06d4fc51e048b60fbe96941f8ad59ff8084aa12c1f4ec1 │ │ └─144946 /pause │ ├─66281b91f680fdf3c59af19c906b849e7f14aeca31c9103cbdf6c01250c6262e │ │ └─65875 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─b3a30c60a4e48d46285e9b377b84caa09ea19e4ceefbdc6475aba5f754d49b91 │ │ └─230363 /pause │ ├─c75592ad274d91bd7547c9fa1dc67c268c065c4a038e4d6b2bf873cde1c9c084 │ │ └─170525 /pause │ ├─75ac1a97d5433ac0b54e670af681ec75c7f618510f80f0bfa1accf4964d4b3c7 │ │ └─122118 /pause │ ├─cb26cde457c877744bd0de6e372ad9d3d8e166ac00e49bd1a4c8e3fe9aa5ac55 │ │ └─44090 /pause │ ├─1b61b3fa7637373885c9ac9487fa08f5c861493c1052c8037b4cb6526b17f9de │ │ └─62945 /pause │ ├─d92bbaf57c6ec3be299ce97d051e4e665d26849f458e9b36857080bd6e52e6b6 │ │ └─65837 /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 │ ├─0d25e7c574ea8fc8a44bd5a97a0a08f84de09a68afb750560f9c1cb2e3f7bfea │ │ ├─262383 /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 │ │ └─262525 /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 │ ├─3217d79eda1257a9fbd8ec7ff5b65e1e6fad4d1a6fb699180d3d95bc8a8948af │ │ └─56337 nfd-gc -gc-interval=1h │ ├─bd32def7f257cbb0f1b6991cbbb8fada58f72c23657bdf9313d0bba7cbc879ae │ │ └─252617 /pause │ ├─5b998862574667197a2ba90c9025d53aaf8d8522e28f86a852f14bdfc82875cc │ │ ├─243689 magnum-conductor: master process [/var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf] │ │ ├─244130 magnum-conductor: ServiceWrapper worker(0) │ │ └─244132 magnum-conductor: ServiceWrapper worker(1) │ ├─8aa62205bc46bfc8a2b46d26da5f16a2b74c1c2453be06b88f7f74f80da31ba4 │ │ └─95169 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-nr2lf --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─61c3a0dcd0dc3d1174ee48015f6b48639313339d36173ba5db549db73a96161c │ │ └─78774 /pause │ ├─4015381def17a31848379b8a0df54585adebdd26ae1c70a32cbed2ebd27f023b │ │ └─68258 /pause │ ├─cde6825eab0040fe35b2a081e9d98101835621cf1b46100813545b7e9ad72334 │ │ ├─342169 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] │ │ ├─342781 neutron-dhcp-agent: ServiceWrapper worker(0) │ │ ├─342852 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpukx9mtwe/privsep.sock │ │ ├─343143 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpz9zinwnf/privsep.sock │ │ ├─343712 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─343713 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─343731 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/ba281b8d-3d36-469f-83e9-b6c74b23455f/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/ba281b8d-3d36-469f-83e9-b6c74b23455f/host --addn-hosts=/var/lib/neutron/dhcp/ba281b8d-3d36-469f-83e9-b6c74b23455f/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/ba281b8d-3d36-469f-83e9-b6c74b23455f/opts --dhcp-leasefile=/var/lib/neutron/dhcp/ba281b8d-3d36-469f-83e9-b6c74b23455f/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-86db1615-5ae4-4c23-b52a-a08d43dd14f0,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 │ │ ├─343810 haproxy -f /var/lib/neutron/ns-metadata-proxy/ba281b8d-3d36-469f-83e9-b6c74b23455f.conf │ │ ├─343819 haproxy -f /var/lib/neutron/ns-metadata-proxy/4b882f58-89c8-4fa5-aa08-a3baf7a55023.conf │ │ ├─369449 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp4w5elh1w/privsep.sock │ │ ├─375627 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.dhcp_release_cmd --privsep_sock_path /tmp/tmpay3d8z80/privsep.sock │ │ ├─376968 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/4b882f58-89c8-4fa5-aa08-a3baf7a55023/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/4b882f58-89c8-4fa5-aa08-a3baf7a55023/host --addn-hosts=/var/lib/neutron/dhcp/4b882f58-89c8-4fa5-aa08-a3baf7a55023/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/4b882f58-89c8-4fa5-aa08-a3baf7a55023/opts --dhcp-leasefile=/var/lib/neutron/dhcp/4b882f58-89c8-4fa5-aa08-a3baf7a55023/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-404d9178-e7df-4893-aa7e-1c1a67be4916,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 │ │ └─392779 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/36979584-2a40-495c-95b2-30c32ff0f3b1/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/36979584-2a40-495c-95b2-30c32ff0f3b1/host --addn-hosts=/var/lib/neutron/dhcp/36979584-2a40-495c-95b2-30c32ff0f3b1/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/36979584-2a40-495c-95b2-30c32ff0f3b1/opts --dhcp-leasefile=/var/lib/neutron/dhcp/36979584-2a40-495c-95b2-30c32ff0f3b1/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-0a47a39f-b952-4965-9f2e-f3b37e6a0399,10.1.1.0,static,255.255.255.0,86400s --dhcp-option-force=option:mtu,1450 --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq.conf --server=10.96.0.20 --domain=openstacklocal │ ├─2a5f63267e38230d69de0aa0ef8ad102adc277025c9f0a6f7f60ef3a0e0b613f │ │ └─142027 /pause │ ├─88c825c04307e2f59ab34f396bc286a5b76dd5e55d5cc86f18e2ca60edd0b929 │ │ ├─66631 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─66670 /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 -- │ │ ├─66699 erl_child_setup 1048576 │ │ ├─66939 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─66940 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─66953 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─67077 /bin/sh -s rabbit_disk_monitor │ ├─c42e496b614acf8677211acca60c6cdf0e4381eea046fbb1bfcced58a0d8dacf │ │ ├─61211 python -u /app/sidecar.py │ │ ├─61514 python -u /app/sidecar.py │ │ └─61515 python -u /app/sidecar.py │ ├─19d9f536fcc3bc487c2ed7231a0b4922f47e9778f4bcdaa37f8c1b91112e988b │ │ └─42695 /pause │ ├─eade9babc9b8c05d88aac68bdac8088fe95ce3d8bca63eacc37b684a19332c0b │ │ └─185710 /bin/bash /tmp/libvirt.sh │ ├─b54caa9dd2de70fb7b33158e2c2750d88b464886bdb11a7c951cfbede6182ba6 │ │ └─40357 /kube-vip manager │ ├─7cf332c34cd2e86bca0e5e15ce931bfcd3c1e174c4cb4a66a1b83df3a3508fda │ │ ├─41801 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─42184 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─b37e3757a02670b18cbb1c125f6f304711530aa29f14553ffb8b7729f4c9e1f4 │ │ └─106941 /pause │ ├─e31ba47b161341e49870cd23d344ba641b36ce755b96136956b6864ffa753769 │ │ └─44298 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --feature-gates=AdditionalCertificateOutputFormats=true --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─cf7986d86031ba2affbdca5e06d7dda0d15235572047b1dc4f55a8e509a7c17d │ │ └─104864 /pause │ ├─c4dc4e600adb71968d3b643c64c6a612f96158bc16c25ff19398cd41d13bc818 │ │ └─62581 /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 │ ├─986802a37cbb14d9b09f2ef61c10166ff6beb2bdcfac9176d179263fd3058b5b │ │ └─60344 /pause │ ├─d6314fdc81ecaa41f4c0da67b7f94abe1149d1393a531a20b1ff0fb5f2b11e78 │ │ └─43591 /pause │ ├─2160be7e78347647cfade3a1c1af5526cd49e96f65e04235473cb67a3cb27697 │ │ ├─64638 /usr/bin/vector --config-dir /etc/vector/ │ │ └─64674 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─b894711250ee828fefaeb3f28a02372d44423679aff5c45463f0c10a0f45a787 │ │ └─212869 /pause │ ├─38854bb38c930cbb57fbddc9c53d94eaf6e2cf0fa99bfeb5a9cf4cbff18cece2 │ │ └─61747 /pause │ ├─6a47957151257706a22ab33bdffc2f225ef001fcf95c175c3bc02e0743e15aeb │ │ └─60261 /pause │ ├─7990dde7dc7ba0744dce794e59d3a21d5c9fba890d5d8636a67c8e31cf7d1348 │ │ └─94775 /pause │ ├─386a913490082c0ee3c4b914bf440a86e4881ba4ce158d35e045344516f139fc │ │ └─233597 /pause │ ├─cf895a7783536faa1550e55fcde0bdcb71f83c7c6548b96ba3df92dbd16076fd │ │ ├─169551 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─169869 nova-scheduler: ServiceWrapper worker(0) │ │ └─169872 nova-scheduler: ServiceWrapper worker(1) │ ├─80d138422c3f15e3d71c7d34428abf1b9fe8aaf5876c85b93f20abdf7491b61d │ │ └─43198 /coredns -conf /etc/coredns/Corefile │ ├─55c4286167010f8b5734437ad554335e7bb32718e4c6c4284f3c751a16a3a025 │ │ └─144826 /pause │ ├─d7823fdc5014bbcc019503a285fc6d516c3f75868c4a384a441617b0626f8ccf │ │ └─232569 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true │ ├─76f4dde2901116779e92320ae3f277abf7b891836157a12f21be1b25fa69bf38 │ │ ├─90982 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─91002 /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 -- │ │ ├─91009 erl_child_setup 1048576 │ │ ├─91193 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91194 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91209 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─91434 /bin/sh -s rabbit_disk_monitor │ ├─4d1f38a4d54bdf07e38059af001d725cd628b391b76069e2714897bc296b0158 │ │ ├─193738 /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 │ │ ├─371487 /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/tmpat4pl28r/privsep.sock │ │ ├─371715 /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/tmpv0kv3_17/privsep.sock │ │ └─372721 /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/tmpvspxmeis/privsep.sock │ ├─320480b3ae42fa402d268b4246a6ae6d7a860e98aaf3c1d0793c6a15ea88ba09 │ │ ├─266773 apache2 -DFOREGROUND │ │ ├─269198 (wsgi:h -DFOREGROUND │ │ ├─269199 (wsgi:h -DFOREGROUND │ │ ├─269200 (wsgi:h -DFOREGROUND │ │ ├─269201 (wsgi:h -DFOREGROUND │ │ ├─269202 (wsgi:h -DFOREGROUND │ │ ├─269203 apache2 -DFOREGROUND │ │ └─269204 apache2 -DFOREGROUND │ ├─5060febd41acea8978edea2ba7a7d1eebd7374e23f5131fb2f3004dcc1bbfdf3 │ │ └─141158 /pause │ ├─f4b92334bdd32f77f4cbd4e9d83fc463d6819c877607f4388f6d4bd6bed26560 │ │ └─184131 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) │ ├─13705eda32d7d1c0d6109de5f16a144171d04767f84c3763082c66f616053ada │ │ ├─123104 /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 │ │ └─123161 /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 │ ├─f7eaa0d701a8f2214e7feaa547661d169e21d5040a3ed400bd028238545a406f │ │ └─63219 /pause │ ├─4a161621cc89423d45470082d57cefa11ace2b633e65afb78e60a0d5a95baa67 │ │ ├─181563 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] │ │ ├─181828 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) │ │ ├─181831 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) │ │ └─181834 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) │ ├─43353e1a85e918636691a28bff37443a06bd159409f8cd0de85d594ea8d14780 │ │ └─65481 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.199-204-45-169.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 │ ├─a960ec9f17dc34f53b04d8a6212ae06c758bb72e864d855ca98482ee64e4d605 │ │ └─55938 /pause │ ├─bef1e12485943fb5bed43b829fe74c5a136081db3fa489fe33037f11212e95d5 │ │ └─51110 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 │ ├─7ac4ecec5c3af21f1f041e3285f10b61458146a04be674d6b0cde5cea70c23d0 │ │ └─268147 /pause │ ├─45ae8bb48bff4c917a484649aacb19f573b504f8fe1714f68bfa72280ffb4705 │ │ ├─142222 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─142238 /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 -- │ │ ├─142244 erl_child_setup 1048576 │ │ ├─142291 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─142292 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─142302 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─142537 /bin/sh -s rabbit_disk_monitor │ ├─da318483d289b9c079b0355ca28e9937c56eff9dd152901210a9fe2d6529197c │ │ └─40102 /pause │ ├─60788d0247fa2a4d2c8c520020255fd4abb615350fff353c805c36ba39c8101f │ │ └─144270 /pause │ ├─ba7305844f40f54885dc0415baae11e226bf057be30c8b00db13abbfb0a70a60 │ │ └─65238 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─6891c5d410ce0718ebe6158e2c09ac1279cffe064871b070c7689e1475039f1f │ │ └─40077 /pause │ ├─7071a1af08739412770d2fd1fe0081dda9dbd1e69ef4ebe0f1f1af72313ffe8e │ │ └─252771 /pause │ ├─015d8e8648e81243f2ff8600d8196ddb53264e436a5ebbd4fe107de06e76ca37 │ │ └─42733 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─96341d4dfc9caa8cc3ffde831e1caaaee948953a0f8a982ef47c684d5e306cfd │ │ └─63584 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 │ ├─fecbe84df49dab8b45ba5d9fc7c018dc422e35c7e1bb28a1a19c571fedc14374 │ │ └─185662 /usr/bin/libvirt-tls-sidecar │ ├─5341338db931b699f2127b33028527a2157b6a9454dafb726100e8765fafcf16 │ │ ├─139719 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─139733 /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 │ ├─a9cd3804d566ec07594d69d9ce89632ae22c7e16aea2be8def550aaf6b3ad0a3 │ │ └─262161 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─f7606e4c0ec71b01ee9312a443140f66105a1b6487a7814bd6afda694206894f │ │ └─60300 /pause │ ├─18f2692a25e19cdf30268be1d51ea7c2ace4cdf1c9d7c4c4ded492af4a4002e2 │ │ └─65452 /pause │ ├─5851df4bb5f0c2a444cc1d693807630cd2602144f91bd8c50c092ce90e31f575 │ │ └─60136 /pause │ ├─7facfc9af25982639aa7966cf5244b73147dc094afad04f46bd3b9b32b68ff03 │ │ └─47309 /pause │ ├─e256d049051b17cfeaa72fe23f42f6916536ddd766996144a090faed5ad71955 │ │ ├─200860 heat-api-cfn: uWSGI master │ │ ├─200889 heat-api-cfn: uWSGI worker 1 │ │ └─200890 heat-api-cfn: uWSGI worker 2 │ ├─1e5c36a9e3b7bccf59a9ed696d4ac4fcfac7059f5e467ccd775ec7ba11c108c6 │ │ └─40247 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 │ ├─a1402134c9112befcf1eabf5a09cdef70f6ae27be2d9f28fce8dab8554c83706 │ │ ├─48717 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 │ │ └─49930 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 │ ├─f75a12ad4bf60016a884709aeaf20ca2e6d97f2ba1f489b363dcf0e4d024f931 │ │ └─41584 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─4170923b1512bfbfa8cc5b8f4fdaca5d8d3a9da34f7822c5dca419188f602637 │ │ └─40193 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 │ ├─9c9f694ad1823091b3a36a6828016835d54c10a4c8bc94769cdcd2bc029c76d5 │ │ └─61641 /pause │ ├─9ff1794f9f49ad428f8d343b3e05e40b5ed6c745341e004c7826f94187012a5e │ │ └─222775 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ └─2fd1e19db0dea0eec8f79af1462f6b7a049e7ff3b678047b5c2a1c625a0925b3 │ ├─224675 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ ├─224692 /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 -- │ ├─224698 erl_child_setup 1048576 │ ├─224750 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ ├─224751 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ ├─224761 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ └─224931 /bin/sh -s rabbit_disk_monitor ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount