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 │ │ │ ├─22172 /lib/systemd/systemd --user │ │ │ └─22173 (sd-pam) │ │ └─session-21.scope │ │ ├─22107 sshd: cephadm [priv] │ │ └─22186 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─712 /lib/systemd/systemd --user │ │ └─713 (sd-pam) │ ├─session-4.scope │ │ ├─1624 sshd: zuul [priv] │ │ └─1637 sshd: zuul@notty │ └─session-1.scope │ ├─ 709 sshd: zuul [priv] │ ├─ 726 sshd: zuul@notty │ ├─ 871 /usr/bin/python3 │ ├─ 1628 ssh: /home/zuul/.ansible/cp/199.19.213.90-22-zuul [mux] │ ├─425000 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wmbrvuwjnydhcibjbxylabgwehawfffg ; /usr/bin/python3'"'"' && sleep 0' │ ├─425001 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-wmbrvuwjnydhcibjbxylabgwehawfffg ; /usr/bin/python3' && sleep 0 │ ├─425002 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-wmbrvuwjnydhcibjbxylabgwehawfffg ; /usr/bin/python3 │ ├─425003 /bin/sh -c echo BECOME-SUCCESS-wmbrvuwjnydhcibjbxylabgwehawfffg ; /usr/bin/python3 │ ├─425004 /usr/bin/python3 │ ├─425005 /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 │ └─425007 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 43 nofb ├─system.slice │ ├─containerd.service … │ │ ├─ 9971 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12570 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a27bc388875f70e5df87df535c84eac3010ed08c676b8b041ebaa97caa92c8fa -address /run/containerd/containerd.sock │ │ ├─ 12953 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 9e021748b75e83aae26c6d3861a3ba509aee83df27954bac571d40b21c6fa553 -address /run/containerd/containerd.sock │ │ ├─ 19089 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5ac0e8739b518a0095085a54c1a40d113b5216123eaea4d007eea3581bfa7075 -address /run/containerd/containerd.sock │ │ ├─ 25725 /usr/bin/containerd-shim-runc-v2 -namespace moby -id cb3541f03b230fa34678bca6c1fc991085e01498e19b8cd2d0a83a5f0c6e643d -address /run/containerd/containerd.sock │ │ ├─ 30223 /usr/bin/containerd-shim-runc-v2 -namespace moby -id ae0834c932b789897fd4a0cbc049aaf79f1108855463e60cc71b4f6334bb6fb9 -address /run/containerd/containerd.sock │ │ ├─ 34857 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8f1ba6876f24c0fcdb1e053371370ce8ca4e5f67c5ed5f73ed720c1580cbfcd2 -address /run/containerd/containerd.sock │ │ ├─ 39434 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 63a0de17c21a71188771a9174c1358980dc547fb4164bfbd7786b28abcb02b97 -address /run/containerd/containerd.sock │ │ ├─ 41985 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 36191231677367d604b701dd10c6107be21d359ddf62c39c6f604f871a08250f -address /run/containerd/containerd.sock │ │ ├─ 42003 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4cc96fd2fe07fe2e7d359813d1a5f3c5fe5554b1bb139ca16f2312265ddbecc2 -address /run/containerd/containerd.sock │ │ ├─ 42028 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3ae1a94c5bf0190d1ff59bc113466e707f35cca167ed3a8411ed9dfe58b0d1ff -address /run/containerd/containerd.sock │ │ ├─ 42036 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6a4fe5b8fd67bc162627a4a91d9f6fb03bc5ef6738fb148e9c00f5e6d0b0c479 -address /run/containerd/containerd.sock │ │ ├─ 42057 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9651777540374299d024f89c73ba81009d0947fd79837f9ce0550ab6dc3eb278 -address /run/containerd/containerd.sock │ │ ├─ 42555 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 503220c79ee9969c3911398269c0fe9e6453e3d7d02f7d656ee917163d0be26a -address /run/containerd/containerd.sock │ │ ├─ 43424 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 461deb228d89857ba60a4e210cdcdee44baac69b9ad51545307cf9c02e02ff7f -address /run/containerd/containerd.sock │ │ ├─ 43435 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fdd188fa127c9d1b1acff411b1da3caa8e7a9e55e71bf338e8f2557ae767a9ad -address /run/containerd/containerd.sock │ │ ├─ 44793 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 52f59bbfe6d981ba407aaee925da77471b6aed19efd5b453e16870567a3f2be8 -address /run/containerd/containerd.sock │ │ ├─ 45207 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ad813ca8192c6b5efed492b4f3f279aef366dc6817206576a728f612fafebd38 -address /run/containerd/containerd.sock │ │ ├─ 45246 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f774896a8098da6c23225da4abb82a5e523cb3f2d3c45c5d0488182db1c2abed -address /run/containerd/containerd.sock │ │ ├─ 45681 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bdd0638b16b7f46e5a602429bc565ccc81fa5c154d0a8077b76a4c5c0a0da9c1 -address /run/containerd/containerd.sock │ │ ├─ 46233 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5609679176b1d8af5ccfb6c2a817637ccebba2d7bdc9d68167e1d7547d9577f1 -address /run/containerd/containerd.sock │ │ ├─ 46278 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 36ab4a0c07c6695593a79256f14736bf2beb5eeb2633eb5600045120d8deeff6 -address /run/containerd/containerd.sock │ │ ├─ 46333 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a6d192d69722350f162ae7733569dfb9a278c0fa27b6d61796e4bba7c56e48cd -address /run/containerd/containerd.sock │ │ ├─ 48371 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c579df113b8cf442da4ed9bbe730e958f231fe7f66cca080b44a4070a0aa3c7d -address /run/containerd/containerd.sock │ │ ├─ 48435 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 14bf917b6b9fd25cb361972a32a760b7f39aca8a31313bcf54d1627c9c2bb20a -address /run/containerd/containerd.sock │ │ ├─ 49222 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f0688b766ab08ff4a1aadc70faf5f002b0dfc983a557ef981cb6848f26bf91ac -address /run/containerd/containerd.sock │ │ ├─ 49261 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 34d577d2d37be627429555992c839a012ffb9c2ea3df81994302407df75ac63b -address /run/containerd/containerd.sock │ │ ├─ 49845 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 276df1b2d3c9f6b925c9735217f7ed5b97d0124631b95a25ca31df3b8965001a -address /run/containerd/containerd.sock │ │ ├─ 50148 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c9e030b63e507e89cc016c2d26fa9870a1d01e793e47ce60bc19b556395524f2 -address /run/containerd/containerd.sock │ │ ├─ 50597 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dde7fa275ca1a14272df860880912191502e4951cc58073999d2a82161d52aaf -address /run/containerd/containerd.sock │ │ ├─ 52721 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9dba6e5b8df7ca99b7c81ef86cd021d71a913417b570915b92aa5e0a487ca1db -address /run/containerd/containerd.sock │ │ ├─ 52931 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4851c411febad5cd6f630738a1eca10f4d5cb6bd2c34e184dbd9cc983eb3c240 -address /run/containerd/containerd.sock │ │ ├─ 57526 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 032b904ac39e6eac5c9b10a5c6c83ababc94441eff32df0da6be1efb0d2870b8 -address /run/containerd/containerd.sock │ │ ├─ 58171 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5d36b61e57022888bd097c3d7d42c230caca43b340e94e92b478eae83852dd4a -address /run/containerd/containerd.sock │ │ ├─ 58218 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ad35b3c6883cd3391788c34ec868a46ec27fb99a8262b6842c8878bc639da3fc -address /run/containerd/containerd.sock │ │ ├─ 58268 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 818d7a4c4fe5d02de89614270b60e54d0f3093974b895915027eec9da3da9065 -address /run/containerd/containerd.sock │ │ ├─ 58475 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 14f069767404488b6a03ef13ba8760e509a49ceef47bd004aea060a58e656a63 -address /run/containerd/containerd.sock │ │ ├─ 62774 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8b8618badc83ef60d8b73f8bdef2b16ea905a6bf01eff314df7ffd59ae1b48fc -address /run/containerd/containerd.sock │ │ ├─ 62915 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d4c96a35ed6bba2356ec87d6a24eae42a084127eace4511c5facaa3b110f0a42 -address /run/containerd/containerd.sock │ │ ├─ 62954 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd7f085fec2649459e9c5586f2956ab3191e54ecd2ad161b6205dc00329abad4 -address /run/containerd/containerd.sock │ │ ├─ 62998 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ef6ead6933e2cd4a3d03794cfbb4c585d7725c3a131b459c712af37a534f4972 -address /run/containerd/containerd.sock │ │ ├─ 64588 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6eb7c4d8c66886e25d701f82a8837bbae64c466b784a8bef6433ea20c41f5aef -address /run/containerd/containerd.sock │ │ ├─ 64633 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9be9a48dfda7c91fc516efaaa8a6bf9c37b78f5774be0a05cbc026ed92e5c5e8 -address /run/containerd/containerd.sock │ │ ├─ 64719 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 54ed6b9ec631069573e3e84bd022cddf9ef252202d4d582ac4907a43944ae433 -address /run/containerd/containerd.sock │ │ ├─ 65028 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 679a61f5cb867bc2545dae9ff1307531afa5ad2479fe2b475414c77b4436c38f -address /run/containerd/containerd.sock │ │ ├─ 65100 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d2c3cfdc5bd79cc60561101f546c8ae4cc31ac49aed07b1740790eb85111ea55 -address /run/containerd/containerd.sock │ │ ├─ 65209 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d3661660ae635917925da2202cc2908dce34114688f0c7055608b793a915b5e4 -address /run/containerd/containerd.sock │ │ ├─ 65595 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bdf7d5496c7d9bf07e59740eea18bc0bec044d98be1b371f1ddcb9ee00197c13 -address /run/containerd/containerd.sock │ │ ├─ 65859 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c7b7c5410e4ece81ec1ffe562b99d0ce32a1f571f205a655e9ed6f5a84e7be7 -address /run/containerd/containerd.sock │ │ ├─ 66346 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 383929d7c8a1e3a9055d492b7f6dc456f0d2cbd310f3cc5ddfee577158e6ffce -address /run/containerd/containerd.sock │ │ ├─ 67189 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f71ac5624bd81c1243ed8f05fe1e63d847613427e817d07338353b84058f334e -address /run/containerd/containerd.sock │ │ ├─ 68813 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a5f3a54c60a2d1210276b6cc58306a42fc5d103e0787d3a4b8a0f4b53e72fb28 -address /run/containerd/containerd.sock │ │ ├─ 70907 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f7c8d9f9f4767a2b63b3823bccf446a890563173a1880aa81cd207f7766b6116 -address /run/containerd/containerd.sock │ │ ├─ 80349 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1832e8fef78ac8fd3d74a75cf459bb486c5c88d63b0bd9b22b8dc062217662cf -address /run/containerd/containerd.sock │ │ ├─ 81899 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2f3aad246af8f17b5909ea130e26d943840faf57f024c26002c648e7d7f01237 -address /run/containerd/containerd.sock │ │ ├─ 87919 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8e44b07c1990a799036108de941c634e6615780a384e73044695999de81057ab -address /run/containerd/containerd.sock │ │ ├─ 95030 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fa0470375602446bc8ebdb7a6534093f7518ade13acd88838943290443ef394d -address /run/containerd/containerd.sock │ │ ├─ 98390 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c809a74fb1bb3c9c0f8207cc24857e98d9a542cb05f9dfba078431d425749c48 -address /run/containerd/containerd.sock │ │ ├─ 98453 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 109a5cf4704c372e9c4a0d2d2108940d4340a5876f54ccc1cc320ca4b47c1656 -address /run/containerd/containerd.sock │ │ ├─112355 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ea5dbb4566ea61415a62acda58e7ff783b42f5bc49701b469b0b314a5e863615 -address /run/containerd/containerd.sock │ │ ├─114031 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 00d036a3dd6799055b9a9e5e9ee542ca5bc2ecefd16fe6262a78c8f2d5a9f812 -address /run/containerd/containerd.sock │ │ ├─114116 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d41cdee4873acbaf0d624ba63581c8fc14baf6071352caec952671bbaba530ab -address /run/containerd/containerd.sock │ │ ├─115958 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cf0503f2ce777385f891a44714cb29757dff510bb0dee50de4e7b9c6e17aba42 -address /run/containerd/containerd.sock │ │ ├─117819 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2321c91ae5481a8de3bdad3fd34bc995bca261a658106c601cba6a0cab2f5622 -address /run/containerd/containerd.sock │ │ ├─117858 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3e85eb5f788615c0e3c04919610fa958062f882ddd8633ed3bd1020d836a264e -address /run/containerd/containerd.sock │ │ ├─130941 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a554f33c4eab267f6a4b84beba119b8497f2536cc540d301a907b513ee5d96c2 -address /run/containerd/containerd.sock │ │ ├─130980 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2f5f945f92ceb08cf4ee69d9ee013f314d737d6d2161cd13b1b6cf725e02eebb -address /run/containerd/containerd.sock │ │ ├─133796 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 27e23ffb7c66bf63b3449e11485bf96901e42f7d0cbe19c6e132c997468421cd -address /run/containerd/containerd.sock │ │ ├─160233 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cbedab117ab8d34e27659ce20145769ecc2901f07871b559b1f9f9ceca23959f -address /run/containerd/containerd.sock │ │ ├─161820 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8967b955ec45db79bcff127497d702d76181f7dbde9fd83042d924f10f46635b -address /run/containerd/containerd.sock │ │ ├─162293 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id edc1b9cb528f9ae5802ede4eabdc7aa8becdfd8775ce7d2a982db4cd1c4f335a -address /run/containerd/containerd.sock │ │ ├─163095 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ac13a14e2e8cb1f94840ece5bc3dfb14a25e8f85202a3c2992dc3cbe8e8bda00 -address /run/containerd/containerd.sock │ │ ├─165593 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 21054df7ed3d1dc68fef0ac234d9301a77dff326d99624adb4a7073a055e2e20 -address /run/containerd/containerd.sock │ │ ├─165761 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7b1a01be4a36f10de8eb2aa14ad80d294a486b529bc77ca29ae630061c75299f -address /run/containerd/containerd.sock │ │ ├─165934 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6b745138f64654e220f24ffab3a051aa56ec20074432b227c88f7ec6a1b5aaea -address /run/containerd/containerd.sock │ │ ├─166185 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 90d3771081b48e1e4b1a9dcd8b1b042cf70354e16554e770512aeffcdefcb85c -address /run/containerd/containerd.sock │ │ ├─166301 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 598f47c330f7213d2022c17a91c87fb9aa938448dd5f3f87e65ebdaba929ff18 -address /run/containerd/containerd.sock │ │ ├─166386 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 17ba00b90ebec978b02a6093b1e747de01e79c4646dc464573aedb91a2f116ad -address /run/containerd/containerd.sock │ │ ├─178499 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 40a66117b65e953602a26f6a854f22a4ed45b70d2519e736176d3acf6c0cc159 -address /run/containerd/containerd.sock │ │ ├─180385 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5babbf9f73dddd46ccab1d235c1d36f2e714a78eacaef24ca62db7ebf5f075a1 -address /run/containerd/containerd.sock │ │ ├─180429 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bbe8863f47d29e6bb107857ca3418cfaf2556a89742dc233bad04c9f0e4815b3 -address /run/containerd/containerd.sock │ │ ├─180495 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1c2b0fa66f52a18c164dc25b5cdf510a79050bb2da0c68bb252b7cdbe0f6b31d -address /run/containerd/containerd.sock │ │ ├─180528 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c237f3d6045678d0b53107cb4f1d28b43249bb626fc17d9552ee937bd6a77d27 -address /run/containerd/containerd.sock │ │ ├─180589 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2300b8de3bcceff875a95dc3610648718b4481f727fa0aef7e55ce3693cf3312 -address /run/containerd/containerd.sock │ │ ├─180932 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 48ab5fff9e9e1a8f5059b8908dc138fbd59352f1b1f6124a7b6b927b19cc46eb -address /run/containerd/containerd.sock │ │ ├─181117 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1b607b1a16a23bba47b8e709d167bf28ff569476e954d64407cda09b4dea7bb8 -address /run/containerd/containerd.sock │ │ ├─195146 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1a97d6e559f9f3eca0327c233d5410ad815b16a90ed9f767c785328aa6395861 -address /run/containerd/containerd.sock │ │ ├─197609 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 90c7ea86d165c34e83eb029dc758485cf806d85f487062e8717bd609377c3841 -address /run/containerd/containerd.sock │ │ ├─197660 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ebfaeb3e95b2ba9595cf5c7e1decf403e8fe00a0a54dab296e6b53c1d1e6536d -address /run/containerd/containerd.sock │ │ ├─197702 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4f94b0538269582c4e613916432d8fbb50811e503cf63eedf4cfb829e7d2c4b4 -address /run/containerd/containerd.sock │ │ ├─215966 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 791356baa9f25c22ebefcd9e736a1f30504760af2563fc229c5d67151d5a93a7 -address /run/containerd/containerd.sock │ │ ├─224343 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 743843d4f6fc30da14bb2b0984d058452ec53ebf234ca3dc9301e8b051f0efbf -address /run/containerd/containerd.sock │ │ ├─224370 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c8bda3153afa4d2ced127ad1bd3e6ecbe8140c048ba8b3e3f40a6d41442c5758 -address /run/containerd/containerd.sock │ │ ├─224632 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d97091bf916dde10c29bf3088321c202f4f54d839c97cc282a949ea1b4a52507 -address /run/containerd/containerd.sock │ │ ├─224703 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bdbe6bafa94f367f0a49f8e28c69f02c931363bcf544e02476f81074f233d9ad -address /run/containerd/containerd.sock │ │ ├─236971 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a131c9c23cf306b2e1ed787c6b2da6d6bbd299a312c06a1e01fc3fd0cbe89b80 -address /run/containerd/containerd.sock │ │ ├─239381 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2c843ca54d3c2593f5243086aff0539c3a0fe64ad11275f7bebdf40d6531ffdf -address /run/containerd/containerd.sock │ │ ├─240631 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a1ed93543e6ec64e47c08995a59504bca2d0443988172adfdc9210436ac9adff -address /run/containerd/containerd.sock │ │ ├─241510 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0c29c0d61860443fe34b2a8a83a1dc6b1fa081e1748673bc468e5af40c7de034 -address /run/containerd/containerd.sock │ │ ├─242085 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 28dffc878c926394da56540cc4f990b35e65d31e90c58da68d16f131273c34b0 -address /run/containerd/containerd.sock │ │ ├─244459 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4f3b66d6d7061be4e8858274653cda78419716c574baee0b0b1a1be7e5580591 -address /run/containerd/containerd.sock │ │ ├─245801 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cd9a8307e21ac2db3858f3d47a3760ff0e8cfccb08d23f02bcc39dc267f35cc4 -address /run/containerd/containerd.sock │ │ ├─245863 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cdff72c90fe5cb0a344d23d15a7ad4e7ae46b88f595f4f796cf254fecc434baf -address /run/containerd/containerd.sock │ │ ├─256622 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bb52f8286195c1ce1f9312a037257725df0c268e74ec1f423b58d4b4154a1b47 -address /run/containerd/containerd.sock │ │ ├─257080 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 45cf10d9f0c158d318eabbb8811d9ef763996b7182c8bbaab00f9eddedd6bf1e -address /run/containerd/containerd.sock │ │ ├─260045 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 27cd01dee4caa9d95d75e8621fc91ad95b1d2d1d30f5665d7fa58e974779b043 -address /run/containerd/containerd.sock │ │ ├─264624 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d66acbcf923741be3af854dbae1be99661bde8b232f2dd4c61496d607046cb98 -address /run/containerd/containerd.sock │ │ ├─264838 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 26fb7d6ab56d9c6906085b75eda96c50c7161d2b529a556f6e7e7df72a47217c -address /run/containerd/containerd.sock │ │ ├─264868 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3a30fe6add87c9cc7239b2c71c561f6304b7aaf66d667979eff6e42636f1a571 -address /run/containerd/containerd.sock │ │ ├─265051 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 33a3b55c2f1e96058653c76dd41e2aa4a642b68b9fc05e3af10a25a857e87868 -address /run/containerd/containerd.sock │ │ ├─276887 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a257462edb3fdf1732b07ca6a059312e6a4e3f6ca6a7fb1c46d48221cfb49ba3 -address /run/containerd/containerd.sock │ │ ├─279823 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c161350ba1bb6837da38f9b0264ad476af556df98cbefc7bc828e3989d3ceb8 -address /run/containerd/containerd.sock │ │ └─281215 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0fa732620bc3a14ff3456149dae05bde9fcc446dfa70987711677ded531d8258 -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1432 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─524 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─397 /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 │ ├─system-ceph\x2d4837cbf8\x2d4f90\x2d4300\x2db3f6\x2d726c9b9f89b4.slice │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.cxbzqf.service │ │ │ ├─12863 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.cxbzqf/unit.run │ │ │ └─12894 /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-cxbzqf --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.cxbzqf:/var/lib/ceph/mgr/ceph-instance.cxbzqf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.cxbzqf/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18 -n mgr.instance.cxbzqf -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.1.service │ │ │ ├─29943 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─30206 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-1 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1:/var/lib/ceph/osd/ceph-1:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@crash.instance.service │ │ │ ├─19045 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─19065 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-crash --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-crash-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/keyring:/etc/ceph/ceph.client.crash.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.0.service │ │ │ ├─25433 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─25708 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-0 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0:/var/lib/ceph/osd/ceph-0:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@ceph-exporter.instance.service │ │ │ ├─39370 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/unit.run │ │ │ └─39391 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-exporter --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-ceph-exporter-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance:/var/lib/ceph/ceph-exporter/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/keyring:/etc/ceph/ceph.client.ceph-exporter.instance.keyring quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─34574 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─34840 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-2 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2:/var/lib/ceph/osd/ceph-2:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:69cbef90eb58cf96e572e7497227a2bcb0ec9175bc2247809c0a37857db9b820 -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mon.instance.service │ │ ├─12499 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12533 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mon-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance:/var/lib/ceph/mon/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev quay.io/ceph/ceph:v18 -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker.service … │ │ └─10340 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─docker-8f1ba6876f24c0fcdb1e053371370ce8ca4e5f67c5ed5f73ed720c1580cbfcd2.scope … │ │ ├─34882 /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 │ │ └─34894 /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 │ ├─polkit.service │ │ └─648 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─622 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─159679 /sbin/multipathd -d -s │ ├─docker-ae0834c932b789897fd4a0cbc049aaf79f1108855463e60cc71b4f6334bb6fb9.scope … │ │ ├─30249 /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 │ │ └─30261 /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 │ ├─kubelet.service │ │ └─42455 /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.19.213.90 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─systemd-journald.service │ │ └─365 /lib/systemd/systemd-journald │ ├─docker-63a0de17c21a71188771a9174c1358980dc547fb4164bfbd7786b28abcb02b97.scope … │ │ ├─39463 /sbin/docker-init -- /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ │ └─39481 /usr/bin/ceph-exporter -n client.ceph-exporter.instance -f --sock-dir=/var/run/ceph/ --addrs=0.0.0.0 --port=9926 --prio-limit=5 --stats-period=5 │ ├─ssh.service │ │ └─652 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─docker-9e021748b75e83aae26c6d3861a3ba509aee83df27954bac571d40b21c6fa553.scope … │ │ ├─12976 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.cxbzqf -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12997 /usr/bin/ceph-mgr -n mgr.instance.cxbzqf -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker-cb3541f03b230fa34678bca6c1fc991085e01498e19b8cd2d0a83a5f0c6e643d.scope … │ │ ├─25750 /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 │ │ └─25762 /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 │ ├─run-r07b0e43a5bd342538f305e0a27b737ef.scope │ │ └─195741 /usr/sbin/libvirtd --listen │ ├─cloud-final.service │ ├─uuidd.service │ │ └─1099 /usr/sbin/uuidd --socket-activation │ ├─docker-a27bc388875f70e5df87df535c84eac3010ed08c676b8b041ebaa97caa92c8fa.scope … │ │ ├─12615 /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 │ │ └─12627 /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 │ ├─chrony.service │ │ ├─11103 /usr/sbin/chronyd -F 1 │ │ └─11104 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─403 /lib/systemd/systemd-resolved │ ├─docker-5ac0e8739b518a0095085a54c1a40d113b5216123eaea4d007eea3581bfa7075.scope … │ │ ├─19115 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─19133 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─system-lvm2\x2dpvscan.slice │ ├─iscsid.service │ │ ├─159450 /sbin/iscsid │ │ └─159451 /sbin/iscsid │ ├─dbus.service │ │ └─618 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─627 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─624 /lib/systemd/systemd-logind ├─k8s.io │ ├─e49daeb12f6314dd7081c56ef187142036b233af5f45248b5d9e274682b1fcbe │ │ └─43719 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─f0688b766ab08ff4a1aadc70faf5f002b0dfc983a557ef981cb6848f26bf91ac │ │ └─49246 /pause │ ├─1ffa14c5803cd9ee5c675cf23ab51e38648620b7e54a38fb93e1040f630f8adc │ │ ├─279509 apache2 -DFOREGROUND │ │ ├─281944 (wsgi:h -DFOREGROUND │ │ ├─281945 (wsgi:h -DFOREGROUND │ │ ├─281946 (wsgi:h -DFOREGROUND │ │ ├─281947 (wsgi:h -DFOREGROUND │ │ ├─281948 (wsgi:h -DFOREGROUND │ │ ├─281949 apache2 -DFOREGROUND │ │ └─281950 apache2 -DFOREGROUND │ ├─f1cd2082f7c1d2bf32976fd77b60e6bef1777def5b31c2e9ba66b1d40d95cfb3 │ │ ├─66902 /usr/bin/vector --config-dir /etc/vector/ │ │ └─66958 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─276df1b2d3c9f6b925c9735217f7ed5b97d0124631b95a25ca31df3b8965001a │ │ └─49869 /pause │ ├─81f479004813f385d3a8f9bf24f8dc0df310136a5d1e18867dddbf2d36c664dd │ │ ├─274670 manila-api: uWSGI master │ │ ├─274685 manila-api: uWSGI worker 1 │ │ └─274686 manila-api: uWSGI worker 2 │ ├─4851c411febad5cd6f630738a1eca10f4d5cb6bd2c34e184dbd9cc983eb3c240 │ │ └─52955 /pause │ ├─b27548c9d23c1f5877b32490383cc9066994253a537c15bdb5369e8c8f4b5795 │ │ └─46504 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─c8bda3153afa4d2ced127ad1bd3e6ecbe8140c048ba8b3e3f40a6d41442c5758 │ │ └─224417 /pause │ ├─a45a1dd6e7e29c6624d3e01581486ac456525c362d89c82f50e0ff9997536c1c │ │ ├─191529 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) │ │ ├─191888 /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/tmpsogmg9at/privsep.sock │ │ ├─192169 /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/tmp86g7ee58/privsep.sock │ │ └─192424 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─bbe9e081b2d36ec5069ddf19343e2fe9963594cea0c48ccf792db753ff426f73 │ │ ├─63483 python -u /app/sidecar.py │ │ ├─63786 python -u /app/sidecar.py │ │ └─63787 python -u /app/sidecar.py │ ├─109a5cf4704c372e9c4a0d2d2108940d4340a5876f54ccc1cc320ca4b47c1656 │ │ └─98483 /pause │ ├─ad813ca8192c6b5efed492b4f3f279aef366dc6817206576a728f612fafebd38 │ │ └─45231 /pause │ ├─81b25374ba3d5aa350e2a6f8c2238589ab66ba490f07aec05c3f0e49ff3dfcd2 │ │ └─68206 /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 │ ├─27cd01dee4caa9d95d75e8621fc91ad95b1d2d1d30f5665d7fa58e974779b043 │ │ └─260070 /pause │ ├─2e11b936483316def053ffacbfc78907e79c9714f83fa48f2cbe49a9f71fa779 │ │ ├─ 48688 /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 │ │ ├─ 48705 /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 │ │ ├─ 48854 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─279327 nginx: worker process │ │ ├─279328 nginx: worker process │ │ └─279329 nginx: cache manager process │ ├─54ed6b9ec631069573e3e84bd022cddf9ef252202d4d582ac4907a43944ae433 │ │ └─64762 /pause │ ├─9dba6e5b8df7ca99b7c81ef86cd021d71a913417b570915b92aa5e0a487ca1db │ │ └─52745 /pause │ ├─1c2b0fa66f52a18c164dc25b5cdf510a79050bb2da0c68bb252b7cdbe0f6b31d │ │ └─180556 /pause │ ├─21054df7ed3d1dc68fef0ac234d9301a77dff326d99624adb4a7073a055e2e20 │ │ └─165616 /pause │ ├─1ec0f4904d1fbb63c627674bafc6b302b7b30d89e604b6193b0bc6db596102e5 │ │ ├─256684 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─257460 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpog9dmblk/privsep.sock │ │ ├─257484 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─257487 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─75f0eeb014aaa4b4f26fffa619698424ef3c4938154ec395e96782ec97ec7502 │ │ ├─50808 mysqld --wsrep_start_position=3bae465a-9fd0-11f1-995d-ff9645e293c5:20 │ │ └─50931 /var/lib/mysql/mysql-state-monitor │ ├─5babbf9f73dddd46ccab1d235c1d36f2e714a78eacaef24ca62db7ebf5f075a1 │ │ └─180454 /pause │ ├─f7c8d9f9f4767a2b63b3823bccf446a890563173a1880aa81cd207f7766b6116 │ │ └─70931 /pause │ ├─7d062a9a8046fe4b0cbc4bf7396427cd4d951feeb3a1144b58a934fb4e1c784c │ │ └─193098 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) │ ├─679a61f5cb867bc2545dae9ff1307531afa5ad2479fe2b475414c77b4436c38f │ │ └─65052 /pause │ ├─ed8b9ac56608c4f0d8547b8f897a7145825720f7f5e6397a3a72ce62a21ce3ba │ │ └─58756 /secretgen-controller │ ├─2cda8a9557f169c522fc956ed8e560a3750fe96e36e4b9e196b64ceb42835526 │ │ └─63576 /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 │ ├─fdd188fa127c9d1b1acff411b1da3caa8e7a9e55e71bf338e8f2557ae767a9ad │ │ └─43484 /pause │ ├─2321c91ae5481a8de3bdad3fd34bc995bca261a658106c601cba6a0cab2f5622 │ │ └─117843 /pause │ ├─461deb228d89857ba60a4e210cdcdee44baac69b9ad51545307cf9c02e02ff7f │ │ └─43483 /pause │ ├─4667891d745e5b17b48d3b0dce836e115b56018c4503027682d16a9beecd2410 │ │ ├─150690 placement-api: uWSGI master │ │ ├─150715 placement-api: uWSGI worker 1 │ │ └─150716 placement-api: uWSGI worker 2 │ ├─6df96d47d232077e357692b482a3d219e2b75d954c3d7ce27e45ef1bdd9bc0d5 │ │ └─171866 /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 │ ├─5c7b7c5410e4ece81ec1ffe562b99d0ce32a1f571f205a655e9ed6f5a84e7be7 │ │ └─65885 /pause │ ├─1a97d6e559f9f3eca0327c233d5410ad815b16a90ed9f767c785328aa6395861 │ │ └─195187 /pause │ ├─2f1a77d8eaf43c6af110de7a669e523b1bc0545778673d2411692d3a9bcf2353 │ │ └─45796 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 │ ├─0fa732620bc3a14ff3456149dae05bde9fcc446dfa70987711677ded531d8258 │ │ └─281247 /pause │ ├─8967b955ec45db79bcff127497d702d76181f7dbde9fd83042d924f10f46635b │ │ └─161843 /pause │ ├─ea5dbb4566ea61415a62acda58e7ff783b42f5bc49701b469b0b314a5e863615 │ │ └─112380 /pause │ ├─c237f3d6045678d0b53107cb4f1d28b43249bb626fc17d9552ee937bd6a77d27 │ │ └─180579 /pause │ ├─198e55602578e7a31f462012cf3ba4c5287eaf3373860b7ec1a3ab460286fb1f │ │ └─274620 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─3e85eb5f788615c0e3c04919610fa958062f882ddd8633ed3bd1020d836a264e │ │ └─117881 /pause │ ├─e32946f2f52e2c20c7fd8ca3e98aae1b3a12be92c3173809ecf9392e24466279 │ │ ├─80487 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─80504 /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 -- │ │ ├─80510 erl_child_setup 1048576 │ │ ├─80630 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─80631 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─80641 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─80785 /bin/sh -s rabbit_disk_monitor │ ├─9871e1d7d4f485a152c116cb2b0e393c8d84e07a1149189c0a7e14347f2953b8 │ │ ├─260276 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─260320 /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 -- │ │ ├─260326 erl_child_setup 1048576 │ │ ├─260469 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─260470 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─260482 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─260801 /bin/sh -s rabbit_disk_monitor │ ├─e4abbce522eeddd4edc1bbf1cca035d0219c74354fd0178a3268046e758e5a60 │ │ ├─95216 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─95249 /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 -- │ │ ├─95255 erl_child_setup 1048576 │ │ ├─95416 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─95423 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─95442 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─95709 /bin/sh -s rabbit_disk_monitor │ ├─d2c3cfdc5bd79cc60561101f546c8ae4cc31ac49aed07b1740790eb85111ea55 │ │ └─65122 /pause │ ├─5db1b75445d1dfbfbe3098d6739925000f53e2d4cddd30c84e7ba00af8959d93 │ │ ├─176589 nova-api: uWSGI master │ │ ├─176641 nova-api: uWSGI worker 1 │ │ └─176642 nova-api: uWSGI worker 2 │ ├─2ac4d8fbaec9ae5e9ce5e199d5368d77538aeb7972394a61fdeba518b6489916 │ │ └─68407 /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 │ ├─a1ed93543e6ec64e47c08995a59504bca2d0443988172adfdc9210436ac9adff │ │ └─240659 /pause │ ├─4f94b0538269582c4e613916432d8fbb50811e503cf63eedf4cfb829e7d2c4b4 │ │ └─197726 /pause │ ├─00d036a3dd6799055b9a9e5e9ee542ca5bc2ecefd16fe6262a78c8f2d5a9f812 │ │ └─114056 /pause │ ├─791356baa9f25c22ebefcd9e736a1f30504760af2563fc229c5d67151d5a93a7 │ │ └─215991 /pause │ ├─1d532a79d10f298df2ff6f1dceef9aca0a65b61afc219a78fa734b07163e1eb9 │ │ ├─176707 nova-metadata: uWSGI master │ │ ├─176720 nova-metadata: uWSGI worker 1 │ │ └─176721 nova-metadata: uWSGI worker 2 │ ├─9651777540374299d024f89c73ba81009d0947fd79837f9ce0550ab6dc3eb278 │ │ └─42160 /pause │ ├─5894186370e094aa529a8a7c601861317ae2b7a463ef4215acc2cbc0486a12ce │ │ └─64022 /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 │ ├─045714609f24e0a4a7b0124979a9c4dc6d18d23f1c35d96298ed429aff6750ba │ │ └─194903 /usr/bin/libvirt-tls-sidecar │ ├─5d14add72aeff267122c81fb4c57a99bf630364adbd1d183b0216571668a411d │ │ └─53336 valkey-server *:26379 [sentinel] │ ├─a291406b2ce740233dcd9346e11f0b6eeb7f3434077dcb3cc20f3aa5cf62847a │ │ └─58545 nfd-worker -metrics=8081 │ ├─b58049a03190f54772277dab964977fa1b86b3b522d4871e062cd1149ea895e5 │ │ └─53471 redis_exporter │ ├─6dcd81d4dd99d1b77cee8e06f724db5abd6435175d3c2d9750b5a8a95ecb9cd9 │ │ └─42249 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 │ ├─47ba3d80bba65d999d55145658a65e668ccca946a6a25e2e38157f1e9215b39a │ │ └─67501 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─f71ac5624bd81c1243ed8f05fe1e63d847613427e817d07338353b84058f334e │ │ └─67213 /pause │ ├─8bfef7195cf8e1d933bd7bec227fccebfbaa61d4456b5ad44d2bbeffa50eb191 │ │ └─129919 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─5db0185964c0a2f6114da461fcd1deeda84348fdf1fd1875797af62d7c58c3a6 │ │ ├─ 98688 /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 │ │ └─410891 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─ef6ead6933e2cd4a3d03794cfbb4c585d7725c3a131b459c712af37a534f4972 │ │ └─63022 /pause │ ├─9270838bcdf55e31d18beefa6be39bf77c019a39a3b749bab08332501f5ca33e │ │ └─42391 /kube-vip manager │ ├─9be9a48dfda7c91fc516efaaa8a6bf9c37b78f5774be0a05cbc026ed92e5c5e8 │ │ └─64666 /pause │ ├─8c7a9a8eba642c426c6dff872a928ecbead906d4fbe1a68ef051f89561515c13 │ │ └─63271 /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 │ ├─fffaa8bd033e1f26b3eb1be5f27d7cf407da6b85e5d56df3da05eb0183dd129a │ │ ├─190578 neutron-policy-server: uWSGI master │ │ ├─190596 neutron-policy-server: uWSGI worker 1 │ │ └─190597 neutron-policy-server: uWSGI worker 2 │ ├─032b904ac39e6eac5c9b10a5c6c83ababc94441eff32df0da6be1efb0d2870b8 │ │ └─57549 /pause │ ├─3e7f2c2725bb0acf3c92f590633011e309e1b775aa29f39378693ce0d6cc884f │ │ ├─132120 /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 │ │ └─132316 /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 │ ├─1145a7c333eeb469d5453fdd5e28112e90024006e74e119004d1bf69dfd4d2b9 │ │ └─49988 percona-xtradb-cluster-operator │ ├─988654567b31f34bd345c5aed72ad530a41fd7e16fe30e257dddec513edef7b2 │ │ └─242135 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─1ff7018a2e6df334012ac179b039ad8fe4437839723c1394d6f8a4c5d6becdd8 │ │ └─194953 /bin/bash /tmp/libvirt.sh │ ├─bdf7d5496c7d9bf07e59740eea18bc0bec044d98be1b371f1ddcb9ee00197c13 │ │ └─65618 /pause │ ├─d096f080056ec6a16afd6218c0459bbc023822a7cdc2be6fcfce8c5f5cb1a8b9 │ │ └─263022 docker-registry serve /etc/docker-registry/config.yml │ ├─83c6da5718f9482496be64d439efd5ca3e531eabfe42badb4f2f4bf0e483b386 │ │ ├─50648 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 │ │ └─53404 haproxy -sf 141 -x sockpair@5 -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ ├─743843d4f6fc30da14bb2b0984d058452ec53ebf234ca3dc9301e8b051f0efbf │ │ └─224403 /pause │ ├─8b8618badc83ef60d8b73f8bdef2b16ea905a6bf01eff314df7ffd59ae1b48fc │ │ └─62820 /pause │ ├─bb52f8286195c1ce1f9312a037257725df0c268e74ec1f423b58d4b4154a1b47 │ │ └─256657 /pause │ ├─332cdab24bdce7baeab3e0b84a6e33a56f8d42a55746228ea310da70853adc27 │ │ └─58652 nfd-gc -gc-interval=1h │ ├─d41cdee4873acbaf0d624ba63581c8fc14baf6071352caec952671bbaba530ab │ │ └─114143 /pause │ ├─f301e57cda0325c54579982c50e130a9704dfa5da288ac79323648cb0ed5f3bd │ │ ├─116134 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─116151 /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 -- │ │ ├─116157 erl_child_setup 1048576 │ │ ├─116299 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─116300 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─116310 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─116429 /bin/sh -s rabbit_disk_monitor │ ├─1edfed569393624b1becef20ff7c9688168d6e2937a04ea2bfe5cbc306c7e988 │ │ └─49682 /manager --metrics-bind-address=:9782 │ ├─503220c79ee9969c3911398269c0fe9e6453e3d7d02f7d656ee917163d0be26a │ │ └─42579 /pause │ ├─af4a15ea4f8c6a1f9c630896848c614a1f028cef6cd806314c8fe7df52232d26 │ │ └─42605 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─da049a243d37da44714fd0c9b4123e6859f084b444a46d33b72ea285f67da139 │ │ └─66266 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─254e365a4515ba0257186da0c9e37b1a0fd97c5ea92d628d5a3693b9ad39603c │ │ └─65491 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 │ ├─d58a95c76d258d5143dd86d34dbe24f0c02e42baa4978fcf837adff93612a3ca │ │ └─42274 etcd --advertise-client-urls=https://199.19.213.90: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.19.213.90:2380 --initial-cluster=instance=https://199.19.213.90:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.19.213.90:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.19.213.90: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 │ ├─4cc96fd2fe07fe2e7d359813d1a5f3c5fe5554b1bb139ca16f2312265ddbecc2 │ │ └─42119 /pause │ ├─cdff72c90fe5cb0a344d23d15a7ad4e7ae46b88f595f4f796cf254fecc434baf │ │ └─245900 /pause │ ├─6461b6833f4477a00d4a3cd82063164666b10e2a3597dc990bee47c9109dabac │ │ └─201331 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─2c843ca54d3c2593f5243086aff0539c3a0fe64ad11275f7bebdf40d6531ffdf │ │ └─239405 /pause │ ├─dc4e229b19d03e33a2882972a04954c3e9de1e451e3a2e3e0dfaed866421bfb4 │ │ └─67780 /bin/pushgateway │ ├─f132a02b0f99fd0deb621af3fb443e97c2e6ab5bd0fde7eab35efe3e8a6fe6e9 │ │ └─45326 /coredns -conf /etc/coredns/Corefile │ ├─0c373e74bb51dd82dc00002bdccbde8207632f15052db8ef3fd6a3033635e9cf │ │ └─162498 /coredns -conf /etc/coredns/Corefile │ ├─d751e49e3f18ee13ae8554f04f4305fc445570632c58ebded6300eeb5ebfad75 │ │ ├─114333 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─114598 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─114600 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─f0bc9905ee235abe04c0a7626ecd7fcfea580db43e9e698f609b4637a0218016 │ │ └─195613 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─8e44b07c1990a799036108de941c634e6615780a384e73044695999de81057ab │ │ └─87945 /pause │ ├─a5f3a54c60a2d1210276b6cc58306a42fc5d103e0787d3a4b8a0f4b53e72fb28 │ │ └─68838 /pause │ ├─bdbe6bafa94f367f0a49f8e28c69f02c931363bcf544e02476f81074f233d9ad │ │ └─224744 /pause │ ├─14f069767404488b6a03ef13ba8760e509a49ceef47bd004aea060a58e656a63 │ │ └─58503 /pause │ ├─36ab4a0c07c6695593a79256f14736bf2beb5eeb2633eb5600045120d8deeff6 │ │ └─46304 /pause │ ├─dde7fa275ca1a14272df860880912191502e4951cc58073999d2a82161d52aaf │ │ └─50621 /pause │ ├─b427687478bca34ad3d72303c77f7d33f0fa8fcc52cc3c878c65ada9fe2950ff │ │ └─50905 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─2ae3eb2094b51e05dd6b58ae381aac1e8a4ce6aa9a1fa1feec4e2fa2148b051c │ │ └─49559 /manager --metrics-bind-address=:8080 │ ├─27e23ffb7c66bf63b3449e11485bf96901e42f7d0cbe19c6e132c997468421cd │ │ └─133819 /pause │ ├─c53d86a33a44294c8f20b8df4b662279a25e810f9284a1289090f22715e1a0a4 │ │ └─48783 /server │ ├─48fbb89866b2419def7f3287a31b5ccd85f489e187fc772e396486115d028dae │ │ ├─177524 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─177791 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─177792 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─7b1a01be4a36f10de8eb2aa14ad80d294a486b529bc77ca29ae630061c75299f │ │ └─165798 /pause │ ├─7a8a4b6d76b85033cceaf5bd5962c3fab7df60dd59c1c790a8f854a2e23dfa80 │ │ ├─190505 neutron-api: uWSGI master │ │ ├─190563 neutron-api: uWSGI worker 1 │ │ └─190564 neutron-api: uWSGI worker 2 │ ├─dd4e4aa6d2f6d095917bb7555460c56efc488bc9256ed8ca54e8a702615310ce │ │ ├─235764 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─235782 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─236932 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─236933 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409852 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409853 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409855 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409856 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409857 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409858 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409859 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409860 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409861 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409862 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409863 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409864 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409865 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409866 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409867 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409869 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409872 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409873 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409874 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409875 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409876 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409884 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409886 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409887 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409889 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409890 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409891 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409892 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409894 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409895 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─409896 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─409898 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─a2f87bd67d827157aa386ab4cb862a982b3a3ec44192a118ab0024ff1fbbc11b │ │ ├─193300 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] │ │ ├─193698 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─194095 /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/tmpvd82wmet/privsep.sock │ │ ├─390162 /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/tmp3slzqigp/privsep.sock │ │ ├─390602 /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/tmpk7zmhvjq/privsep.sock │ │ ├─391084 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─391087 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ └─393821 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=a9e0913c-af6a-4f95-8628-7a7460833257 --namespace=qrouter-a9e0913c-af6a-4f95-8628-7a7460833257 --conf_dir=/var/lib/neutron/ha_confs/a9e0913c-af6a-4f95-8628-7a7460833257 --log-file=/var/lib/neutron/ha_confs/a9e0913c-af6a-4f95-8628-7a7460833257/neutron-keepalived-state-change.log --monitor_interface=ha-03dabbd2-71 --monitor_cidr=169.254.0.119/24 --pid_file=/var/lib/neutron/external/pids/a9e0913c-af6a-4f95-8628-7a7460833257.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─ad47ef75d9e7c7f0804400f9b61c564b9ade1eba0b33c9f2824c454c08ca20a8 │ │ └─67631 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─f774896a8098da6c23225da4abb82a5e523cb3f2d3c45c5d0488182db1c2abed │ │ └─45269 /pause │ ├─3ae1a94c5bf0190d1ff59bc113466e707f35cca167ed3a8411ed9dfe58b0d1ff │ │ └─42129 /pause │ ├─1b607b1a16a23bba47b8e709d167bf28ff569476e954d64407cda09b4dea7bb8 │ │ └─181141 /pause │ ├─9351eb94a288a152754f7fcf3b0e4a79e7a47970ec8647edcda9e428391b3624 │ │ └─234938 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─598f47c330f7213d2022c17a91c87fb9aa938448dd5f3f87e65ebdaba929ff18 │ │ └─166324 /pause │ ├─6eff370d00a36b4aa03991d3de4e1a7225ce328933795dbd0ddc0ef3652082d6 │ │ └─42229 kube-apiserver --advertise-address=199.19.213.90 --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 │ ├─af4cbb325adcdf0fdfe55f6f46cf8561e4de7efa07d3387e53687582d5591783 │ │ └─50726 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─8fd372aab0e1228c89d046d84455aca1d4480db5c8c720e603613a3c8ed410a4 │ │ └─98621 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-6spj7 --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─5609679176b1d8af5ccfb6c2a817637ccebba2d7bdc9d68167e1d7547d9577f1 │ │ └─46260 /pause │ ├─ac13a14e2e8cb1f94840ece5bc3dfb14a25e8f85202a3c2992dc3cbe8e8bda00 │ │ └─163119 /pause │ ├─0b105c806eefdb49754dbdbebca4bd02dac5627e5322383089e7abe854924887 │ │ ├─43952 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─44382 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─5f137284a1bc916d7ab5d546cee80d362ea3d50039f9556d62060628346ffd0d │ │ ├─201305 /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 │ │ ├─392471 /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/tmpzz1rm5kd/privsep.sock │ │ ├─392833 /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/tmptegqyuhx/privsep.sock │ │ └─393020 /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/tmp4kwxminm/privsep.sock │ ├─17ba00b90ebec978b02a6093b1e747de01e79c4646dc464573aedb91a2f116ad │ │ └─166409 /pause │ ├─8e9f1a990bcfb860fda8c61781c7f068d5743895570d10fe436aa9b0eef4427d │ │ ├─181651 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─411167 sleep 300 │ ├─1e4d38f5fef351acd62d7f56d886b1d5713461570c0e20d30a46e992f371d75c │ │ └─240948 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true --bootstrap-token-ttl=15m │ ├─7002bc5f720204ea8993eec3b24aea52d25a7f329c74da1560de377d37ee17b3 │ │ └─42292 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 │ ├─e8b119459fb24276cddd633dbaa3eff929d3ce1f53cea3ce853fad559964de80 │ │ └─99743 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─fa0470375602446bc8ebdb7a6534093f7518ade13acd88838943290443ef394d │ │ └─95055 /pause │ ├─ae9b6c4ea01db3c6063f7c081d1f5050c9c7356127dc4342a5c0325e9c3f5ebd │ │ ├─233716 octavia-api: uWSGI master │ │ ├─233729 octavia-api: uWSGI worker 1 │ │ └─233730 octavia-api: uWSGI worker 2 │ ├─76929f62887b6e659e3e9acd37d91dfbddcd4c8b2d32e1e78ed14af353ef06bb │ │ └─66107 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─26fb7d6ab56d9c6906085b75eda96c50c7161d2b529a556f6e7e7df72a47217c │ │ └─264883 /pause │ ├─49a2853ff278ea779fae935d5ebee78c713fc4c33a282aeb69f5261a6d702aba │ │ ├─69409 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─69426 /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 -- │ │ ├─69432 erl_child_setup 1048576 │ │ ├─69515 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─69516 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─69526 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─69738 /bin/sh -s rabbit_disk_monitor │ ├─5daa3486d364d66342b51ffadeece398a7ad518456fbb8d7dc795e5893dad0ec │ │ └─241561 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true,InPlaceUpdates=false,MachineTaintPropagation=false │ ├─c579df113b8cf442da4ed9bbe730e958f231fe7f66cca080b44a4070a0aa3c7d │ │ └─48402 /pause │ ├─cb3617c7f76ac690afb303a8440439c6e7b1486ea7945167769d84bb11fb8e32 │ │ ├─195339 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─195356 /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 -- │ │ ├─195362 erl_child_setup 1048576 │ │ ├─195533 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─195534 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─195544 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─195917 /bin/sh -s rabbit_disk_monitor │ ├─ade82f79294e7516498030fda8afbdece3909961a6b8211ba07ef722009c92f2 │ │ ├─177370 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─177808 nova-scheduler: ServiceWrapper worker(0) │ │ └─177810 nova-scheduler: ServiceWrapper worker(1) │ ├─3cc371e4e824418393c2d557769c3df18db3ee313ae2b4cabeff64d1b97fd2b2 │ │ └─281606 /bin/openstack-database-exporter │ ├─ebfaeb3e95b2ba9595cf5c7e1decf403e8fe00a0a54dab296e6b53c1d1e6536d │ │ └─197687 /pause │ ├─5ed6b7ccb0ea0a056c84d1b1aa110a913947485fcd8a807d45162a95392d9ea7 │ │ ├─256954 magnum-api: uWSGI master │ │ ├─256998 magnum-api: uWSGI worker 1 │ │ └─256999 magnum-api: uWSGI worker 2 │ ├─2f5f945f92ceb08cf4ee69d9ee013f314d737d6d2161cd13b1b6cf725e02eebb │ │ └─131003 /pause │ ├─28dffc878c926394da56540cc4f990b35e65d31e90c58da68d16f131273c34b0 │ │ └─242109 /pause │ ├─f0bbd02033242f5f10fb1fde4faa19836003d151d5d795aece02e9118764441f │ │ └─274638 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─90d3771081b48e1e4b1a9dcd8b1b042cf70354e16554e770512aeffcdefcb85c │ │ └─166210 /pause │ ├─dbb15367fd92f5d4614351de96347b1c9d3738e4402d87c3fcc1254439a6d0cc │ │ ├─349075 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] │ │ ├─349939 neutron-dhcp-agent: ServiceWrapper worker(0) │ │ ├─350409 /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/tmp3at5f1vi/privsep.sock │ │ ├─351086 /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/tmpx4_y2y33/privsep.sock │ │ ├─351410 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─351412 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─351491 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/241923db-892d-4565-9865-54a942a1d248/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/241923db-892d-4565-9865-54a942a1d248/host --addn-hosts=/var/lib/neutron/dhcp/241923db-892d-4565-9865-54a942a1d248/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/241923db-892d-4565-9865-54a942a1d248/opts --dhcp-leasefile=/var/lib/neutron/dhcp/241923db-892d-4565-9865-54a942a1d248/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-468db551-6ec0-4b47-9c05-3104f9f503cd,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 │ │ ├─351496 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/855eba06-1791-4377-805b-20faf74c9b0b/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/855eba06-1791-4377-805b-20faf74c9b0b/host --addn-hosts=/var/lib/neutron/dhcp/855eba06-1791-4377-805b-20faf74c9b0b/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/855eba06-1791-4377-805b-20faf74c9b0b/opts --dhcp-leasefile=/var/lib/neutron/dhcp/855eba06-1791-4377-805b-20faf74c9b0b/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-7f05b300-67dc-4f13-9945-5f629d1bfe59,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 │ │ ├─351503 haproxy -f /var/lib/neutron/ns-metadata-proxy/241923db-892d-4565-9865-54a942a1d248.conf │ │ ├─351507 haproxy -f /var/lib/neutron/ns-metadata-proxy/855eba06-1791-4377-805b-20faf74c9b0b.conf │ │ ├─389965 /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/tmp0uj3f8x9/privsep.sock │ │ └─394889 /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/tmpxcjhqcer/privsep.sock │ ├─818d7a4c4fe5d02de89614270b60e54d0f3093974b895915027eec9da3da9065 │ │ └─58296 /pause │ ├─12104d357dd61a58e1dd703fd7c643b6737b59b0f62bb0f5230ecb0a91b0bbc2 │ │ ├─211732 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─212151 heat-engine: ServiceWrapper worker(0) │ │ └─212154 heat-engine: ServiceWrapper worker(1) │ ├─307da6b7a41b22c2613061648c555d0540722cf1fcfcf832f0bceb78312f36f6 │ │ └─58609 nfd-master -crd-controller=true -metrics=8081 │ ├─1832e8fef78ac8fd3d74a75cf459bb486c5c88d63b0bd9b22b8dc062217662cf │ │ └─80373 /pause │ ├─48ab5fff9e9e1a8f5059b8908dc138fbd59352f1b1f6124a7b6b927b19cc46eb │ │ └─180955 /pause │ ├─a6d192d69722350f162ae7733569dfb9a278c0fa27b6d61796e4bba7c56e48cd │ │ └─46357 /pause │ ├─a554f33c4eab267f6a4b84beba119b8497f2536cc540d301a907b513ee5d96c2 │ │ └─130965 /pause │ ├─e199a72665ea0b0cd23c160fe3276384ba6e1c7f0a48df79b626f6c0980f0123 │ │ └─53135 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 │ ├─3716493d76e10dbee38b50a8736784717c70dbf1e58af8fcc4b4a26c567bdb2a │ │ └─160660 /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 │ ├─d4c96a35ed6bba2356ec87d6a24eae42a084127eace4511c5facaa3b110f0a42 │ │ └─62939 /pause │ ├─cd7f085fec2649459e9c5586f2956ab3191e54ecd2ad161b6205dc00329abad4 │ │ └─62978 /pause │ ├─640f11ed5122e4b41e188c6c5e1f875f0ef990a4e22cac847b40ee65290bb174 │ │ ├─274866 /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 │ │ └─275139 /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 │ ├─9705937167bc4f55805d2600c040aaaa15fa53e9e74ac547e2ad7d38613b061a │ │ └─46547 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.15.5 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─14bf917b6b9fd25cb361972a32a760b7f39aca8a31313bcf54d1627c9c2bb20a │ │ └─48457 /pause │ ├─1605ef8f06a134628d6f69aef8295b1007760e8975637c4f0a65c8197f1463f8 │ │ ├─283628 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─283693 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─ec90aa8edc39726f9c0117d38c5b4c1fabccc1ce28e01d8e86d20d9e20b013a9 │ │ ├─87155 barbiacan-api: uWSGI master │ │ └─87168 barbiacan-api: uWSGI worker 1 │ ├─8c1ed373d95504046a43cd2814e49bb7afd881a0c0d9ba15d753e413834619d0 │ │ ├─112878 glance-api: uWSGI master │ │ ├─112894 glance-api: uWSGI worker 1 │ │ └─112895 glance-api: uWSGI worker 2 │ ├─3ea0dd3e17e6c9c33b127b26404f660cf542804da5e65a66171a09b321cb208a │ │ └─115644 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─e9688b585ed45b4d2190b6f687c655af81522a0f17d65e375f7b72d4edb62fd8 │ │ └─67327 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─0c29c0d61860443fe34b2a8a83a1dc6b1fa081e1748673bc468e5af40c7de034 │ │ └─241534 /pause │ ├─40a66117b65e953602a26f6a854f22a4ed45b70d2519e736176d3acf6c0cc159 │ │ └─178522 /pause │ ├─36191231677367d604b701dd10c6107be21d359ddf62c39c6f604f871a08250f │ │ └─42106 /pause │ ├─ae8f6c0982effe91d5b6bfe1b8e34cad77e73dffecf895bff3453525df7cbab3 │ │ └─68661 /bin/oauth2-proxy │ ├─383929d7c8a1e3a9055d492b7f6dc456f0d2cbd310f3cc5ddfee577158e6ffce │ │ └─66368 /pause │ ├─c9e030b63e507e89cc016c2d26fa9870a1d01e793e47ce60bc19b556395524f2 │ │ └─50175 /pause │ ├─8714b848fb96c0270e1f468ee3e95208b28513e684267e7d9758ca8edca61bd6 │ │ ├─163347 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─163364 /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 -- │ │ ├─163370 erl_child_setup 1048576 │ │ ├─163505 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─163506 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─163516 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─163629 /bin/sh -s rabbit_disk_monitor │ ├─0542256489f2a1ffd8c8bb8e00479bc99ddba4c1c7e06d3b6d7109d8e67b0fc0 │ │ └─67155 /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 │ ├─b10455bc94c3ca942b774f2790388e065e3b1940aed7dd86098be3e033df4365 │ │ ├─190637 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] │ │ ├─190940 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) │ │ ├─190943 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) │ │ └─190948 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) │ ├─671031ccaa4470e0c3cb6171662222f0d1080aee2da33b622af3b99fe5d04b0f │ │ └─44849 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─58e9dda89e8b6822c2c77bec03617a693b95a26e46b2a28890cd821e379a6aef │ │ ├─160695 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─160710 /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 │ ├─8526aa53cbcb09f1ae1e3e784d5a195bb63804f8dd47be17186940a9ac44ee4e │ │ ├─235106 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─235627 octavia-worker: ConsumerService worker(0) │ │ └─235632 octavia-worker: ConsumerService worker(1) │ ├─5c161350ba1bb6837da38f9b0264ad476af556df98cbefc7bc828e3989d3ceb8 │ │ └─279846 /pause │ ├─3528d80283e8a7c56c296a51467f8893b19bf2d5899f360486a63220466be57c │ │ └─280218 /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 │ ├─bdd0638b16b7f46e5a602429bc565ccc81fa5c154d0a8077b76a4c5c0a0da9c1 │ │ └─45705 /pause │ ├─776ed5c8955e9dc6a8b7d788909f090b55d220e3a3eef0cc75e22eb11182caa5 │ │ └─45300 /coredns -conf /etc/coredns/Corefile │ ├─d66acbcf923741be3af854dbae1be99661bde8b232f2dd4c61496d607046cb98 │ │ └─264705 /pause │ ├─52f59bbfe6d981ba407aaee925da77471b6aed19efd5b453e16870567a3f2be8 │ │ └─44819 /pause │ ├─ad35b3c6883cd3391788c34ec868a46ec27fb99a8262b6842c8878bc639da3fc │ │ └─58252 /pause │ ├─c972ae8cf4055d8c027916290fed815eb50b07da1b3c57dde884960ded2273a9 │ │ └─68683 /bin/oauth2-proxy │ ├─3a30fe6add87c9cc7239b2c71c561f6304b7aaf66d667979eff6e42636f1a571 │ │ └─264908 /pause │ ├─d71ae48e65376f9cdaafca0a3898ca753664250eb43fa2a91aa1bea396d268c5 │ │ ├─63458 python -u /app/sidecar.py │ │ ├─63714 python -u /app/sidecar.py │ │ └─63715 python -u /app/sidecar.py │ ├─033ff8a0857897f7066fae954164afa87237d792b6a6ee1e03113ec49fcac992 │ │ └─67660 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─4f3b66d6d7061be4e8858274653cda78419716c574baee0b0b1a1be7e5580591 │ │ └─244483 /pause │ ├─ce6059667a4b97b87d8a14b2bb14c2f6020b48f058ec14c99966d8c3e6f88c56 │ │ ├─216184 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─216239 /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 -- │ │ ├─216246 erl_child_setup 1048576 │ │ ├─216453 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─216454 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─216464 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─216682 /bin/sh -s rabbit_disk_monitor │ ├─e9365832dee356e1b8b67a599a8edc72f08024cd615a036dbb4c82a4c9096c32 │ │ └─68323 /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-19-213-90.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 │ ├─edc1b9cb528f9ae5802ede4eabdc7aa8becdfd8775ce7d2a982db4cd1c4f335a │ │ └─162316 /pause │ ├─2300b8de3bcceff875a95dc3610648718b4481f727fa0aef7e55ce3693cf3312 │ │ └─180624 /pause │ ├─c809a74fb1bb3c9c0f8207cc24857e98d9a542cb05f9dfba078431d425749c48 │ │ └─98415 /pause │ ├─dfe0b852f26f84b04342a78df8f08fb792fabc0a841a37d0b739d71650dd07a2 │ │ ├─257270 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─257560 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─257561 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─5d36b61e57022888bd097c3d7d42c230caca43b340e94e92b478eae83852dd4a │ │ └─58195 /pause │ ├─b16ccaa1b1113ff0a387ec440fdee617484a643582c98e73a11d09ed415af816 │ │ └─68474 /bin/memcached_exporter │ ├─33a3b55c2f1e96058653c76dd41e2aa4a642b68b9fc05e3af10a25a857e87868 │ │ └─265080 /pause │ ├─a0f8df8e2518ae982f59a8e943493a3520a19bd665baa27a52ddaf58e58157dc │ │ └─52997 valkey-server *:6379 │ ├─6d74be078fa3df1cb731cf85755389e9c9a5a453aa7bb79d88b202cb31540329 │ │ └─244534 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true --feature-gates=PriorityQueue=false,AutoScaleFromZero=false │ ├─3e3d449a4814c49b0605f3b0f75f4e28b0cfa95cf5fc8366e5eee47f8050cf6f │ │ ├─211786 heat-api-cfn: uWSGI master │ │ ├─211839 heat-api-cfn: uWSGI worker 1 │ │ └─211841 heat-api-cfn: uWSGI worker 2 │ ├─2f3aad246af8f17b5909ea130e26d943840faf57f024c26002c648e7d7f01237 │ │ └─81923 /pause │ ├─a7ebe92ac546b1b6db270d4381040ffae17a0f2a2f12d0483733d82b327a4ccc │ │ └─131620 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─6a4fe5b8fd67bc162627a4a91d9f6fb03bc5ef6738fb148e9c00f5e6d0b0c479 │ │ └─42145 /pause │ ├─8ab6740278a405b9bd3a10207bdfe4363fd4c4672ae64c659fbc72d4de7fad05 │ │ ├─237118 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─237134 /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 -- │ │ ├─237140 erl_child_setup 1048576 │ │ ├─237255 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─237256 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─237266 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─237546 /bin/sh -s rabbit_disk_monitor │ ├─20720037def89681a7ff5df737728840172157298402ff7cc18ca2db33a09e95 │ │ └─239487 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─bbe8863f47d29e6bb107857ca3418cfaf2556a89742dc233bad04c9f0e4815b3 │ │ └─180497 /pause │ ├─cf0503f2ce777385f891a44714cb29757dff510bb0dee50de4e7b9c6e17aba42 │ │ └─115981 /pause │ ├─e4bdac1df2eea0dcb8ef9f0462133d70c34c4f7ac5b31b6c9e41c5abb050c826 │ │ ├─211750 heat-api: uWSGI master │ │ ├─211833 heat-api: uWSGI worker 1 │ │ └─211834 heat-api: uWSGI worker 2 │ ├─34d577d2d37be627429555992c839a012ffb9c2ea3df81994302407df75ac63b │ │ └─49286 /pause │ ├─035e4c0c6c63b07c3df4295d2fae46290647a0a751d9696f4ee6bff4c6c349a7 │ │ └─46459 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─d8a8bd5a6fa7a7d0b96aa17d0c6d038d3bfb41a260c8da9f66a5f18b6ebde70f │ │ └─68105 /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-19-213-90.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 │ ├─cd9a8307e21ac2db3858f3d47a3760ff0e8cfccb08d23f02bcc39dc267f35cc4 │ │ └─245831 /pause │ ├─4c791500c03a0e2c611a2d81590045cefa268cad9aa235b63181470683ac4ae1 │ │ ├─65746 nginx: master process nginx -g daemon off; │ │ ├─65760 nginx: worker process │ │ ├─65761 nginx: worker process │ │ ├─65762 nginx: worker process │ │ ├─65763 nginx: worker process │ │ └─65764 nginx: worker process │ ├─22fbe1547d9a44881a86148fdadff104298592cacf67d3408aadd97ed132c4ff │ │ ├─178743 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─178763 /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 -- │ │ ├─178769 erl_child_setup 1048576 │ │ ├─178920 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─178921 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─178931 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─179089 /bin/sh -s rabbit_disk_monitor │ ├─6b745138f64654e220f24ffab3a051aa56ec20074432b227c88f7ec6a1b5aaea │ │ └─165979 /pause │ ├─fc4ef52dbd6180ef7e21128d1a0dce94d51a8854eccad85a962354cef6447df2 │ │ ├─ 74291 apache2 -DFOREGROUND │ │ ├─ 74332 (wsgi:k -DFOREGROUND │ │ ├─ 74333 (wsgi:k -DFOREGROUND │ │ ├─ 74334 (wsgi:k -DFOREGROUND │ │ ├─ 74335 (wsgi:k -DFOREGROUND │ │ ├─423494 apache2 -DFOREGROUND │ │ └─423873 apache2 -DFOREGROUND │ ├─d8445a0db3ee9aab91cfba94b19b965f019f9335dec892683cbee2313e71ee74 │ │ └─68259 /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 │ ├─a257462edb3fdf1732b07ca6a059312e6a4e3f6ca6a7fb1c46d48221cfb49ba3 │ │ └─276910 /pause │ ├─90c7ea86d165c34e83eb029dc758485cf806d85f487062e8717bd609377c3841 │ │ └─197639 /pause │ ├─95e09cc6f4ac4009cb57636a7d5fcf6eeae8d25c33b1309a6995f501a4a1beb4 │ │ └─89036 /usr/local/bin/rook ceph operator │ ├─b0b05397fd2b426e60574997b633352c5469a47652f7c53ed3df7c0ea09e3589 │ │ └─67371 /goldpinger --static-file-path /static │ ├─d3661660ae635917925da2202cc2908dce34114688f0c7055608b793a915b5e4 │ │ └─65235 /pause │ ├─45cf10d9f0c158d318eabbb8811d9ef763996b7182c8bbaab00f9eddedd6bf1e │ │ └─257109 /pause │ ├─a131c9c23cf306b2e1ed787c6b2da6d6bbd299a312c06a1e01fc3fd0cbe89b80 │ │ └─236996 /pause │ ├─3b1ff5438634352dd4da3951c8e22092122fea8a969f1279000c81a252c7db21 │ │ ├─128200 cinder-api: uWSGI master │ │ ├─128222 cinder-api: uWSGI worker 1 │ │ └─128223 cinder-api: uWSGI worker 2 │ ├─d97091bf916dde10c29bf3088321c202f4f54d839c97cc282a949ea1b4a52507 │ │ └─224657 /pause │ ├─cbedab117ab8d34e27659ce20145769ecc2901f07871b559b1f9f9ceca23959f │ │ └─160256 /pause │ └─6eb7c4d8c66886e25d701f82a8837bbae64c466b784a8bef6433ea20c41f5aef │ └─64626 /pause ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount