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 │ │ │ ├─21613 /lib/systemd/systemd --user │ │ │ └─21614 (sd-pam) │ │ └─session-21.scope │ │ ├─21546 sshd: cephadm [priv] │ │ └─21627 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─706 /lib/systemd/systemd --user │ │ └─707 (sd-pam) │ ├─session-4.scope │ │ ├─1616 sshd: zuul [priv] │ │ └─1629 sshd: zuul@notty │ └─session-1.scope │ ├─ 703 sshd: zuul [priv] │ ├─ 720 sshd: zuul@notty │ ├─ 865 /usr/bin/python3 │ ├─ 1620 ssh: /home/zuul/.ansible/cp/162.253.55.44-22-zuul [mux] │ ├─384242 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zjxweisohubvzfgrxwnezhzojwbhfzwe ; /usr/bin/python3'"'"' && sleep 0' │ ├─384243 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-zjxweisohubvzfgrxwnezhzojwbhfzwe ; /usr/bin/python3' && sleep 0 │ ├─384244 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-zjxweisohubvzfgrxwnezhzojwbhfzwe ; /usr/bin/python3 │ ├─384246 /bin/sh -c echo BECOME-SUCCESS-zjxweisohubvzfgrxwnezhzojwbhfzwe ; /usr/bin/python3 │ ├─384247 /usr/bin/python3 │ ├─384257 /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 ip neigh > /tmp/logs/system/ip-neigh.txt bridge fdb show > /tmp/logs/system/bridge-fdb.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 │ └─384259 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 43 nofb ├─system.slice │ ├─docker-5885fc08d743a1ec919c84a21bf2b1fee179fda42a54080df711e314925e29ee.scope … │ │ ├─39398 /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 │ │ └─39412 /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 │ ├─docker-cd9a21252ac79cd9186e7f8b14bf70a85ee181b8aee8da239855ef0f9e8025f7.scope … │ │ ├─25144 /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 │ │ └─25155 /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 │ ├─containerd.service … │ │ ├─ 9960 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12310 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 9dad7df15dc2f9f3190222b451372cf631b9151c08edcf2b07b5833668e13ca0 -address /run/containerd/containerd.sock │ │ ├─ 12675 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0844cda808c1b0a0e1bd43bfeb706741b3daaa17b756665c94a46216f972155f -address /run/containerd/containerd.sock │ │ ├─ 18518 /usr/bin/containerd-shim-runc-v2 -namespace moby -id ec300bde4889e31e6576bf28e0c3da13241cea5d0b29d93d17680da306dbfb3a -address /run/containerd/containerd.sock │ │ ├─ 25120 /usr/bin/containerd-shim-runc-v2 -namespace moby -id cd9a21252ac79cd9186e7f8b14bf70a85ee181b8aee8da239855ef0f9e8025f7 -address /run/containerd/containerd.sock │ │ ├─ 29896 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5b4b6d3a63a3f9cbf7260b876b979d581967254734f0b0d3f625227a6202e17b -address /run/containerd/containerd.sock │ │ ├─ 34715 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 1c0ba628196b633bccecca5186f2cdd2689029bf3722fbfe8459ddce8458c7b0 -address /run/containerd/containerd.sock │ │ ├─ 39370 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 5885fc08d743a1ec919c84a21bf2b1fee179fda42a54080df711e314925e29ee -address /run/containerd/containerd.sock │ │ ├─ 41863 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 31bfb71f8e57c4ef33df3f460f616892385556f16693ce4b795600436bec8620 -address /run/containerd/containerd.sock │ │ ├─ 41912 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 33111da2fb9ec05dbabd791c755a51638e32fd0f4d710806e369f79b4b674934 -address /run/containerd/containerd.sock │ │ ├─ 41920 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cc5525ba7a65c362239929121e0de355ca9d2e394de0bed2910f51754243ea0e -address /run/containerd/containerd.sock │ │ ├─ 41926 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ba27ebe545b177803fba2ed88dfe9b3c454c2f50ab8a81a706d45ade1150d18 -address /run/containerd/containerd.sock │ │ ├─ 41956 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 09361051edbf9aca96a8adf5957f47d361d891c912a3381574f44c0c8abc3083 -address /run/containerd/containerd.sock │ │ ├─ 42476 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ef4e7b3a3ebf29b8762c5eab9eadc423c93989f017051721e5cc0ca662c40bf5 -address /run/containerd/containerd.sock │ │ ├─ 43233 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8b6583ee5db99b1c34a994a4ca36b34c53fe35b7e7ff71d531abcd2271725368 -address /run/containerd/containerd.sock │ │ ├─ 43251 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c06375c1d10b7c6b6c246914306a7d29e58dd9d06bc285c090adc682fc11ca5d -address /run/containerd/containerd.sock │ │ ├─ 44593 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 44cf719d65ab2a95b084d73a8c1ecd2b99e1a618af4010eb075c985a0b258c44 -address /run/containerd/containerd.sock │ │ ├─ 44990 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2bc4dd92b027e2ffaaa74f8847cf82e67f8c87c5a2333c3e4b58f22df7e24786 -address /run/containerd/containerd.sock │ │ ├─ 45029 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7aa4fd54063533b37d32fbbc7a9f105952583400b7bc37dac949c07f71046e74 -address /run/containerd/containerd.sock │ │ ├─ 45499 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d51d4844ea6e145535fc328d4cf9194d55bb0b8049d17bd5d4d3b7acf2e9e0ba -address /run/containerd/containerd.sock │ │ ├─ 45995 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1ac2a4b6a2d9f303ff2b975cd51666cfc6d63d57d881f6b1dc66fa9b631ef2e0 -address /run/containerd/containerd.sock │ │ ├─ 46033 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 69579afdfcb828e8d5b0f7943bd136321527e03441210276897784ad45ed0d64 -address /run/containerd/containerd.sock │ │ ├─ 46071 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6ed030f793449e84632879bd1216cfecb18afda128521bb0fecd432f9ea9dc9e -address /run/containerd/containerd.sock │ │ ├─ 48029 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1ee47d65592af902e301e658556f650d25f4370e47c318cdf57f740a348519e5 -address /run/containerd/containerd.sock │ │ ├─ 48142 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 52caac1f4f79358470576c7a03678637b8a751391885be9131b76de8fe4f9374 -address /run/containerd/containerd.sock │ │ ├─ 48867 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b3bab8e4dd4ccc65a20b59402e69264e8b1b17710cf6bb99dd1361decb78d71 -address /run/containerd/containerd.sock │ │ ├─ 48966 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ce6f31d9199ebbc5e7bb4fc04d048e17d4697f129926c381e7e782c47e63f6f8 -address /run/containerd/containerd.sock │ │ ├─ 49329 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5b60aac2ec5e84adadac5b440c1a2e99b4871e27910c2535e165f3a66759e565 -address /run/containerd/containerd.sock │ │ ├─ 49632 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9af74f6643234d055c46335e50f66750bbdd444b26e4e4b7eecd34533326537c -address /run/containerd/containerd.sock │ │ ├─ 50037 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 778a23b4ab0e13071c1e65d9b8c1309422c06d9906f3e78425a134a56c38d185 -address /run/containerd/containerd.sock │ │ ├─ 52036 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 85893d6f7a2bfd7a54bdd72601cb87fd1967bb3bf73256603fb8e6dc9ffcf601 -address /run/containerd/containerd.sock │ │ ├─ 56015 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 73e8ce278b15d371312a2201524c3eff8fda596c5bcadb9b4ae630db954659ea -address /run/containerd/containerd.sock │ │ ├─ 56700 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ebaa5b37b2f0404497b7e999dd8e688ed5df32b3e8302ad6616e568b2dcb9db9 -address /run/containerd/containerd.sock │ │ ├─ 56763 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7c3bbcfbaf550b7deb7c198d26d263e4f358c2dbdbc9eebb2fa1d790cbbe84c8 -address /run/containerd/containerd.sock │ │ ├─ 56805 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d9c9feb3c2bd384922ef7671feb0b6b9f4bc0cb4c32f2c92f6a7b4eaffeea0a4 -address /run/containerd/containerd.sock │ │ ├─ 56972 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fea7e7375af50c38fb350f67222964bae551052aea435f8fb63ef63f62d81f6d -address /run/containerd/containerd.sock │ │ ├─ 60143 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 24c22c363f261a8bdf4a64c092bf45ee3c6a7f8772514d1f042785742447121e -address /run/containerd/containerd.sock │ │ ├─ 60285 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7a93ac2c81fffc1af4e51c1e9b97fd3a5dbb52d95508a1040e024a20a73e96e8 -address /run/containerd/containerd.sock │ │ ├─ 60329 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a54bd29a6c02513e66ed3de3961544e0bb1f30c2ed4cb8d5100609d7a1cdb092 -address /run/containerd/containerd.sock │ │ ├─ 60367 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 04ca2fd59b985c128a90c6ac70e82ec943f5b0e22a8d16b62395d318026be9ae -address /run/containerd/containerd.sock │ │ ├─ 61512 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0fb1ebac7733c6611dbf88bae74bf62d466124cbba7ae5362f6271e4e63554c5 -address /run/containerd/containerd.sock │ │ ├─ 61727 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 70888224d950fe22887f766f901de675b954ec330f22b753f4f1c52c32496636 -address /run/containerd/containerd.sock │ │ ├─ 61932 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a7346d5a854aef2cf5d2fd6ca49edd23c603772a299620fedc9d8205b673da6f -address /run/containerd/containerd.sock │ │ ├─ 61974 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c5ca3e1f7624c6817193979e4efd13de7b9d59bff96ae5b7d6efd5effa4b0604 -address /run/containerd/containerd.sock │ │ ├─ 62015 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eb824a13a0e06955d5180d26ec63fed05f567ad74c84c426f56ff1072fe0faa3 -address /run/containerd/containerd.sock │ │ ├─ 62439 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 13d524f79fdf7a6f2d5f582c1915c88ba57babade9d2e60f729b8123f59ac42e -address /run/containerd/containerd.sock │ │ ├─ 62791 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3b443d96af47f27f620f0a7d81d70e862d7335ae5a15d562ca8b4cecf26a88a1 -address /run/containerd/containerd.sock │ │ ├─ 63122 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7d74bf27d6f1751f917153249d61eed8fe3d3290e3d24802ce6a2b7fd8881ad8 -address /run/containerd/containerd.sock │ │ ├─ 63574 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2533d039ee8c3a0d42ba3d4bed8295610f94b7a7ee4415005ef76eab2fdb0720 -address /run/containerd/containerd.sock │ │ ├─ 64178 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c8cbae4c45eaaafe438731f843200520cd1b1916755040edee4640c0e5c0497 -address /run/containerd/containerd.sock │ │ ├─ 65739 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 608f2381320ba7faa4993424c1512096270615f443d707cbb57010b1e1a79b63 -address /run/containerd/containerd.sock │ │ ├─ 66832 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 615fb5b43d70381c0ec5f3e685ac6fb1a2fc2c5622089d1a131a5cf9a7e7c72a -address /run/containerd/containerd.sock │ │ ├─ 73287 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0b3ed62bd2f0406c26364be3cf1c40f810c45bf56b542159ec88a834b1a2bf03 -address /run/containerd/containerd.sock │ │ ├─ 74374 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e265fab9588cb13f94f400c668d6737281b4bcb4ddf50512b40deeedffacb81d -address /run/containerd/containerd.sock │ │ ├─ 78720 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 41509e02e632f10e8280e817539a835c6532a6d1ca933ff76d4b8ba9e84d4377 -address /run/containerd/containerd.sock │ │ ├─ 83773 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 19a9f1e9a7172e02b6cc11321291d85517be82003a36934c91d7bbe44f4e1dd2 -address /run/containerd/containerd.sock │ │ ├─ 88914 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b6f6d34dc04cf1697038aa59786c169170aa891d1c6a446e29894181232d44bb -address /run/containerd/containerd.sock │ │ ├─ 88959 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c4cbfea8d9b861049a06cd0de47e8df0b88cd97b9921e855ad0abe24b6a6b3ad -address /run/containerd/containerd.sock │ │ ├─ 97310 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7cfae74b677f235ee7ee52bf312a5fc4b8a6e993aa802c4b6395ef2a80eafa02 -address /run/containerd/containerd.sock │ │ ├─ 98603 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9799c18a4c483887a81296684dbcbf640bd35525e9578440f85efd03e9052877 -address /run/containerd/containerd.sock │ │ ├─ 98655 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b97e84b5469157884c1a28aa01dc94c21ecce5a0c3137d6f399b563e99fa55a8 -address /run/containerd/containerd.sock │ │ ├─100257 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 54aae035d227d9d52952d86109dd64ae05f2976b27bdfedf9685cb15f5bd9e1c -address /run/containerd/containerd.sock │ │ ├─101556 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 48b72b20608285b6950abc3869cb2810cb6b15eed308b3e75d6c63e461e945fd -address /run/containerd/containerd.sock │ │ ├─101594 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 911868b5efe73c9f1c35b12004ec2b24a5eab2506ee1dbd43ef7818884e57093 -address /run/containerd/containerd.sock │ │ ├─111756 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 669a0747f95a771de1fc807dd688f2a604bdf78bad98ddbc5e336e4735a2145b -address /run/containerd/containerd.sock │ │ ├─111799 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dd420fd08b1acd918df93e784da46bad379780065ca5a5ddcad0d7a11dcbf057 -address /run/containerd/containerd.sock │ │ ├─113802 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ed9bfee7baaeb75d85941b0fee8d981c7b180528f7f552efb63467a667777851 -address /run/containerd/containerd.sock │ │ ├─126545 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f5775ba53859bcde7c13b8f133bce675ab092ab0b10bf602beafe2429d008ba8 -address /run/containerd/containerd.sock │ │ ├─127915 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 30c7cdfa68052a5662ecf5df96acac5f1c1da6d13fbb888152497e74ac021781 -address /run/containerd/containerd.sock │ │ ├─128320 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0b3d2357951bd27bbd47410dd3cda2d687c5eaebdabdd3a47065d3a0747e695e -address /run/containerd/containerd.sock │ │ ├─138167 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 134d11809f8b2471adbe98b374a547f5c13f589b6ce3695ae545472f31b7f1c8 -address /run/containerd/containerd.sock │ │ ├─142494 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 003ecdb24244b0c5d8487c601bb6803bd2c62e77004aafe6a26d5e37c45817f2 -address /run/containerd/containerd.sock │ │ ├─142756 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 75e412171c99b4c530f43cd97096d5989cad33b9abc0cbe918b2b2145f706fd2 -address /run/containerd/containerd.sock │ │ ├─142794 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d85ce6f42c460ff09fbca157bd424c5849ff36cc77648d8e429e622a4b2415c7 -address /run/containerd/containerd.sock │ │ ├─142867 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d93503245e6958761fcd35123564e162b81b25c92825f5f644ebdb98b767eecc -address /run/containerd/containerd.sock │ │ ├─143075 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b2d80d752d4b946ecfc0c5fdc7711591e697c35cfdb260386f893be3d78e9c70 -address /run/containerd/containerd.sock │ │ ├─143478 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 17e991e974ce062b9341dee2645fe316f6d25a5b7283a0d919ba5aeeb6908e9b -address /run/containerd/containerd.sock │ │ ├─152747 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d55a5fec289f7ef5d139281d3f4de7c4cea62801a5d279203bac58eea66a816b -address /run/containerd/containerd.sock │ │ ├─154190 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 53a99fb0830b5002042349cf426cda26e6fe39f4cfce064074ab205df39bbd82 -address /run/containerd/containerd.sock │ │ ├─154223 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7cabff674e73c3fbed90058b70d521598d2a127c169d7fb8193ed5af17ffea29 -address /run/containerd/containerd.sock │ │ ├─154314 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id b375140c5dea02e50cbf58dd36da9e56fc17af23a6c72969c1964890a0238bf0 -address /run/containerd/containerd.sock │ │ ├─154403 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 230209d45e34306b668fa2c12a1b9241e19fdf99f2e977a9a7c29727890f376b -address /run/containerd/containerd.sock │ │ ├─154453 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c2b01ff83def3537690287fe5d084cf01c303337a40e2c78a7046b2a1529baf1 -address /run/containerd/containerd.sock │ │ ├─154758 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 98c3f80792f8ae6ab6ab25aef9d926a2c2610425b58d7b292e8e00501ed8841c -address /run/containerd/containerd.sock │ │ ├─154797 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 71493e2e3470d4e47a68fa23f180cc1aaa115bcf58db357cf8ed436af970e364 -address /run/containerd/containerd.sock │ │ ├─165429 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1271c359b4165b80c336efc16ba9eca9cda3e299e260e9bc240d5a283b23bc82 -address /run/containerd/containerd.sock │ │ ├─167253 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 58d888711325d5de9027a54561f100b8df0f99dfea370178698a71b0c1eceac1 -address /run/containerd/containerd.sock │ │ ├─167293 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id df7c78decceb0ca54c62c7c70a87d11c459af09b03aad34fb6793e1bcdb5370b -address /run/containerd/containerd.sock │ │ ├─167335 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5c7dda54d6b4856e0d4201a92061ec8d2af809cb561bfb3d15abb32157e983f3 -address /run/containerd/containerd.sock │ │ ├─167375 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2a6a320ca26a247a02a2358e8a4c6b6fb42c4e6ce41c98a967579e3be6cc964e -address /run/containerd/containerd.sock │ │ ├─174911 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d3cf25d4cbc82ae9454fa684def9f0da8320553de2fc700cf091b70faa3905d6 -address /run/containerd/containerd.sock │ │ ├─177269 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c92ac80a2ce34334ad147a88c8f106853cdafa1e399be151e821d8a629c91b64 -address /run/containerd/containerd.sock │ │ ├─177312 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d20fbb80afc3bb32ef7b1c213833e5c6710844a968df53598bdce119da907564 -address /run/containerd/containerd.sock │ │ ├─177461 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2b1d3b7d35370eb8262ed79e9abfa70297d312a6f39993b8098d44df4f185c98 -address /run/containerd/containerd.sock │ │ ├─189848 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id abd18d9c5bad04331307dc9c21883e3ef0ad9432bcc1823ad87b5e21854d87c9 -address /run/containerd/containerd.sock │ │ ├─198039 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e512654dbd0ffc25ae4d4528de5b9c251df7453cff09a874709747d2c8b0dba0 -address /run/containerd/containerd.sock │ │ ├─198122 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 88b47dcdf1bde76c5f2833b4b48cbbec254fa0152332c2824336c86e3f667c1f -address /run/containerd/containerd.sock │ │ ├─198133 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id aa537b7ffc93128ce77f4673d8f297544c19a4202987229aa6dd54f94975dc9d -address /run/containerd/containerd.sock │ │ ├─198426 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0a64f7fcebd574d6611e53178bfd43aaf1a58d2e4dd73faa8852dd1e93dd8475 -address /run/containerd/containerd.sock │ │ ├─207984 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 99f9e9ed8f27bd3ab135be8b21ce1e79f69ad640c66eb5b6e714fea833676abd -address /run/containerd/containerd.sock │ │ ├─209997 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 88d34bc2e659447791061f1547452fd73717c147d00b618ee19f17f228d076b3 -address /run/containerd/containerd.sock │ │ ├─210934 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4c6593a019359f9f411f1f823a4b5d504f056e8822da5a08195d19741313ec82 -address /run/containerd/containerd.sock │ │ ├─211728 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0ba05b1fd502db2b2907c135926c03a78e86d8b9f0ae0b2e43d78db6133a5791 -address /run/containerd/containerd.sock │ │ ├─212764 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c28d62b848a3ca5d31f94119249dce720e49def3cfa087cad666efc98cb4074c -address /run/containerd/containerd.sock │ │ ├─214802 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2eaed95d13b1089868c27aa69dcbe9ecbe89132aeae762ec1f7ac50500687a2f -address /run/containerd/containerd.sock │ │ ├─216743 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 26e6cd0297c4716bc32c3daa0bd0c0ab583daa57e2ec4e3b7a306117ef651ea9 -address /run/containerd/containerd.sock │ │ ├─216784 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id abfff17e98c3fb1a2fed56074bd0deac61e1c344940fecf1f8937c34e0bf3eb4 -address /run/containerd/containerd.sock │ │ ├─225349 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ca925bc940c37432ca6c8d73df335a4aa010adc2da6808d879c944346fee00c2 -address /run/containerd/containerd.sock │ │ ├─225788 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9e376146ceff2118df8426b79e2ec04299073856a3a69df72d9d785df5e08cea -address /run/containerd/containerd.sock │ │ ├─231540 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1c5c9e27bab6c26e1d4786d85b468e1c4bcf11bf7f59ee0fbd82dffbdc2281f9 -address /run/containerd/containerd.sock │ │ ├─236166 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e8ea5d50853b6fa3b27f94a0e545ae83ee57900c0986010e50036d445e79fa7b -address /run/containerd/containerd.sock │ │ ├─236366 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id da1df144bc97a10fa61819de0cadd21f6f9c7454c60d452e79bc896a187d6797 -address /run/containerd/containerd.sock │ │ ├─236394 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 4f7034bb3b190b9b066dd418c5d6f6abcaf8cadbb10e3faa42bfc2040c4cb2a9 -address /run/containerd/containerd.sock │ │ ├─236585 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 762dcfd8654d5a12540bac3ad5098b8663e72f789a545e455c17c17f97b92a47 -address /run/containerd/containerd.sock │ │ ├─246605 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 494704e33bc0c3a406d5b77c874e621cc6661ce65119acc523eb3f8d50dce1e2 -address /run/containerd/containerd.sock │ │ ├─248873 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 53b946d0db082d5bed4ab5bced4e9f57cc7ef050972fd3b9344a3de3e3a7771b -address /run/containerd/containerd.sock │ │ ├─250467 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 482c174b912e5f3deabecaa9a28a888a2d77780aeb45ab4edae11779086fde3c -address /run/containerd/containerd.sock │ │ └─383786 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 803dc0cfbb9fd9444ebae476313ae1f805c53ab37effa955d3a24ed89827c78d -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1424 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─520 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─394 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─627 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 │ ├─system-ceph\x2d4837cbf8\x2d4f90\x2d4300\x2db3f6\x2d726c9b9f89b4.slice │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.1.service │ │ │ ├─29619 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─29879 /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 │ │ │ ├─18479 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─18497 /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 │ │ │ ├─24834 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─25102 /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@mgr.instance.vsthwj.service │ │ │ ├─12590 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.vsthwj/unit.run │ │ │ └─12620 /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-vsthwj --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18 -e NODE_NAME=instance -e CEPH_USE_RANDOM_NONCE=1 -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.vsthwj:/var/lib/ceph/mgr/ceph-instance.vsthwj:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.vsthwj/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18 -n mgr.instance.vsthwj -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 │ │ │ ├─39304 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/ceph-exporter.instance/unit.run │ │ │ └─39346 /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 │ │ │ ├─34419 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─34698 /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 │ │ ├─12228 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12258 /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 CEPH_USE_RANDOM_NONCE=1 -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 … │ │ └─10332 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─642 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─617 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─126070 /sbin/multipathd -d -s │ ├─docker-9dad7df15dc2f9f3190222b451372cf631b9151c08edcf2b07b5833668e13ca0.scope … │ │ ├─12339 /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 │ │ └─12352 /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 │ ├─kubelet.service │ │ └─42332 /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=unix:///run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=162.253.55.44 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─systemd-journald.service │ │ └─363 /lib/systemd/systemd-journald │ ├─ssh.service │ │ └─649 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─docker-ec300bde4889e31e6576bf28e0c3da13241cea5d0b29d93d17680da306dbfb3a.scope … │ │ ├─18545 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─18562 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─uuidd.service │ │ └─1093 /usr/sbin/uuidd --socket-activation │ ├─docker-5b4b6d3a63a3f9cbf7260b876b979d581967254734f0b0d3f625227a6202e17b.scope … │ │ ├─29921 /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 │ │ └─29933 /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─cloud-config.service │ ├─docker-1c0ba628196b633bccecca5186f2cdd2689029bf3722fbfe8459ddce8458c7b0.scope … │ │ ├─34740 /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 │ │ └─34752 /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 │ ├─chrony.service │ │ ├─10838 /usr/sbin/chronyd -F 1 │ │ └─10839 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─398 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─cloud-init.service │ ├─iscsid.service │ │ ├─125950 /sbin/iscsid │ │ └─125951 /sbin/iscsid │ ├─dbus.service │ │ └─613 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─run-r3cac0ff9e1e8457abc0a1607a7dd066c.scope │ │ └─165734 /usr/sbin/libvirtd --listen │ ├─docker-0844cda808c1b0a0e1bd43bfeb706741b3daaa17b756665c94a46216f972155f.scope … │ │ ├─12700 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.vsthwj -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12719 /usr/bin/ceph-mgr -n mgr.instance.vsthwj -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─626 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─619 /lib/systemd/systemd-logind ├─k8s.io │ ├─788ae37a6172791d5092b02a6fc9f2051508b5fa96d8019a19155a9745025790 │ │ └─63560 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─453ddbc617e88e4462355ae23297a5ecbf671b37b5265da25c49c02185075974 │ │ ├─165666 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─165683 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─165689 erl_child_setup 1048576 │ │ ├─165827 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─165881 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─165882 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─166132 /bin/sh -s rabbit_disk_monitor │ ├─69579afdfcb828e8d5b0f7943bd136321527e03441210276897784ad45ed0d64 │ │ └─46056 /pause │ ├─2bfd39537d46d7c53ae47a3411e43a68aaaca565a524238f1797df4cdde83804 │ │ ├─50088 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 │ │ └─51418 haproxy -sf 15 -x sockpair@4 -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ ├─50e5530688815ddf5d57e00f5435decce10d7f6a3714b43dec919a0a488dabac │ │ └─232402 docker-registry serve /etc/docker-registry/config.yml │ ├─82e4299d5957c4a4fcf90c0aeeb60eff135e51f8e2bd4b81a08894f521c06a31 │ │ └─228530 /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 │ ├─53b946d0db082d5bed4ab5bced4e9f57cc7ef050972fd3b9344a3de3e3a7771b │ │ └─248912 /pause │ ├─186d28c78ea1d456c407ba5f637927660a8da9737946089a53cab8fe864114b4 │ │ ├─126914 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─126926 /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 │ ├─11daefb9dced38d616a2604da7d42dba0cb637988c068508cf58ab49565a4c18 │ │ └─89297 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-cf9f85b9f-mf78w --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─673d102ebaa7ca79cea0a99718d9a417c543b87008bafa186cb2f14d7f983a63 │ │ └─50419 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─f8850ae49a52b21c607703c0f68dc07613af5f2c8eb906603d81845efc3498d9 │ │ ├─169332 /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 │ │ ├─356233 /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/tmp9m20ma42/privsep.sock │ │ ├─356782 /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/tmpb313mk47/privsep.sock │ │ └─357741 /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/tmpmvowqpql/privsep.sock │ ├─c33e4b3a3a4981577e45ca8b01a164f001878baf3efc1922448894b1e6cec664 │ │ └─64882 /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 │ ├─89272f37bf53fb2b8717b1f2ba0988a6be97893ac3252345e7ddf3069a9085ab │ │ └─63425 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─5c1cb5658d246b427889d18c4c6a39c2cbd2cca371281abc4f0f300e548ed042 │ │ ├─61010 python -u /app/sidecar.py │ │ ├─61287 python -u /app/sidecar.py │ │ └─61288 python -u /app/sidecar.py │ ├─803dc0cfbb9fd9444ebae476313ae1f805c53ab37effa955d3a24ed89827c78d │ │ └─383807 /pause │ ├─c28d62b848a3ca5d31f94119249dce720e49def3cfa087cad666efc98cb4074c │ │ └─212788 /pause │ ├─26e6cd0297c4716bc32c3daa0bd0c0ab583daa57e2ec4e3b7a306117ef651ea9 │ │ └─216767 /pause │ ├─7c3bbcfbaf550b7deb7c198d26d263e4f358c2dbdbc9eebb2fa1d790cbbe84c8 │ │ └─56789 /pause │ ├─3c2af15cd4b0cd4be44d437cf267748cf5e122be0dad5fb06213f00a15f955fc │ │ ├─207032 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─207065 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─207653 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─207654 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376231 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376233 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376235 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376236 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376237 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376239 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376240 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376242 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376243 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376245 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376246 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376253 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376254 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376256 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376258 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376259 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376262 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376263 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376264 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376265 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376266 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376273 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376274 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376275 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376276 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376277 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376278 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376279 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376280 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376281 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─376282 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─376283 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─32c175ba49d70303657b4df38e52862c287657d17248d8d3fe95d972850bbdec │ │ ├─152865 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─152882 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─152888 erl_child_setup 1048576 │ │ ├─152971 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─153042 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─153043 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─153339 /bin/sh -s rabbit_disk_monitor │ ├─4f7034bb3b190b9b066dd418c5d6f6abcaf8cadbb10e3faa42bfc2040c4cb2a9 │ │ └─236432 /pause │ ├─42e17aca0b2cc1a22b57bdc54095bd396506127d27d1c149862836c935ad1097 │ │ └─211312 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true --bootstrap-token-ttl=15m │ ├─d93503245e6958761fcd35123564e162b81b25c92825f5f644ebdb98b767eecc │ │ └─142912 /pause │ ├─44cf719d65ab2a95b084d73a8c1ecd2b99e1a618af4010eb075c985a0b258c44 │ │ └─44618 /pause │ ├─8a2d86fc177bbabaae99513247308a3f5f3eb598e0cdc33a8da8aa69fae882b7 │ │ ├─63187 nginx: master process nginx -g daemon off; │ │ ├─63202 nginx: worker process │ │ ├─63203 nginx: worker process │ │ ├─63204 nginx: worker process │ │ ├─63205 nginx: worker process │ │ └─63206 nginx: worker process │ ├─2533d039ee8c3a0d42ba3d4bed8295610f94b7a7ee4415005ef76eab2fdb0720 │ │ └─63598 /pause │ ├─8fe41f86bc032b78bce9167bf8a019b5c16dcb1a7950a96e1ab5ae447d5fdade │ │ └─228317 /kube-vip manager │ ├─8165e78fc3fb21c15a3336b07d4f2a42fc7fcf3f0446a12e766d4633f4c30cd3 │ │ └─228496 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true --feature-gates=PriorityQueue=false,AutoScaleFromZero=false │ ├─babf9a96431f82f35f71b9e0b9b2b38f14bef8cd9f74343ca6018f31b0bf1c2c │ │ ├─151299 nova-api: uWSGI master │ │ ├─151333 nova-api: uWSGI worker 1 │ │ └─151334 nova-api: uWSGI worker 2 │ ├─615fb5b43d70381c0ec5f3e685ac6fb1a2fc2c5622089d1a131a5cf9a7e7c72a │ │ └─66856 /pause │ ├─71493e2e3470d4e47a68fa23f180cc1aaa115bcf58db357cf8ed436af970e364 │ │ └─154821 /pause │ ├─fa674aa38585afdb6b3740737e44cd1eee28e919942657f6f1cf6da79688cc7e │ │ └─57034 nfd-gc -gc-interval=1h │ ├─c2b475633b532ecf8b5b847631233826226632034b02d0db6cf91b4a98457471 │ │ ├─244933 /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 │ │ └─245086 /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 │ ├─92d905bef822ca89f9f1d9455041a5248960ad9c2e2959ac93bcf9158b129382 │ │ └─64845 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.162-253-55-44.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 │ ├─0b3d2357951bd27bbd47410dd3cda2d687c5eaebdabdd3a47065d3a0747e695e │ │ └─128343 /pause │ ├─13d524f79fdf7a6f2d5f582c1915c88ba57babade9d2e60f729b8123f59ac42e │ │ └─62467 /pause │ ├─5c8cbae4c45eaaafe438731f843200520cd1b1916755040edee4640c0e5c0497 │ │ └─64203 /pause │ ├─8b6583ee5db99b1c34a994a4ca36b34c53fe35b7e7ff71d531abcd2271725368 │ │ └─43281 /pause │ ├─9799c18a4c483887a81296684dbcbf640bd35525e9578440f85efd03e9052877 │ │ └─98652 /pause │ ├─aa537b7ffc93128ce77f4673d8f297544c19a4202987229aa6dd54f94975dc9d │ │ └─198201 /pause │ ├─91540a6b085225467d22b0598e63e5504f60fbd86c6692bf56b957e72a3ef03e │ │ ├─190016 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─190033 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─190039 erl_child_setup 1048576 │ │ ├─190099 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─190198 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─190199 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─190411 /bin/sh -s rabbit_disk_monitor │ ├─e512654dbd0ffc25ae4d4528de5b9c251df7453cff09a874709747d2c8b0dba0 │ │ └─198104 /pause │ ├─33f3df7b887737d1c537bb5cc81feca4014d9f31ccc3a2f02c6575997d8d90b7 │ │ └─164714 /usr/bin/libvirt-tls-sidecar │ ├─df7c78decceb0ca54c62c7c70a87d11c459af09b03aad34fb6793e1bcdb5370b │ │ └─167325 /pause │ ├─1fc94bc06809075d31389cbc7c3f741d960cc79b916f4a50b62072bd70598de1 │ │ ├─99005 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─99255 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─99257 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─88b47dcdf1bde76c5f2833b4b48cbbec254fa0152332c2824336c86e3f667c1f │ │ └─198183 /pause │ ├─85893d6f7a2bfd7a54bdd72601cb87fd1967bb3bf73256603fb8e6dc9ffcf601 │ │ └─52060 /pause │ ├─0a64f7fcebd574d6611e53178bfd43aaf1a58d2e4dd73faa8852dd1e93dd8475 │ │ └─198450 /pause │ ├─cf08b446a4fa9d6defa267a60fd23bf99cebff2a10d7453e0b690e06b18831b9 │ │ ├─225427 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─225931 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpbwdcrott/privsep.sock │ │ ├─226013 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─226016 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─2bc4dd92b027e2ffaaa74f8847cf82e67f8c87c5a2333c3e4b58f22df7e24786 │ │ └─45017 /pause │ ├─54aae035d227d9d52952d86109dd64ae05f2976b27bdfedf9685cb15f5bd9e1c │ │ └─100282 /pause │ ├─ad98709b6f454b88d2486dfae96a104e4a325f2b0bbcdebe7f67cce3b87a381b │ │ └─231591 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─5835ee0f013d664c0ce192d6f5d33aac844e50c942227b0f898276e3e2029dfe │ │ └─50167 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc │ ├─7beaa785f31fbce06f0ff4f3f56e0f8f26f19d253015e691ff2de1af4eb279a0 │ │ └─165539 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─09361051edbf9aca96a8adf5957f47d361d891c912a3381574f44c0c8abc3083 │ │ └─42039 /pause │ ├─c2b01ff83def3537690287fe5d084cf01c303337a40e2c78a7046b2a1529baf1 │ │ └─154499 /pause │ ├─776afee5af5d305df58b0678d1a492fef995b90ce178db6be9068e056763beaf │ │ └─128529 /coredns -conf /etc/coredns/Corefile │ ├─7cb3abc44655fa368a51b1ad2208520692d5f2aaf53b4ffe08169c2e50e96c39 │ │ ├─78099 barbiacan-api: uWSGI master │ │ └─78123 barbiacan-api: uWSGI worker 1 │ ├─10bd103a9ca538d5268f248f359d3218948ffb7876562b9a6f58ed1a528d0d18 │ │ ├─161799 neutron-policy-server: uWSGI master │ │ ├─161812 neutron-policy-server: uWSGI worker 1 │ │ └─161813 neutron-policy-server: uWSGI worker 2 │ ├─4ba27ebe545b177803fba2ed88dfe9b3c454c2f50ab8a81a706d45ade1150d18 │ │ └─42015 /pause │ ├─e265fab9588cb13f94f400c668d6737281b4bcb4ddf50512b40deeedffacb81d │ │ └─74406 /pause │ ├─ce6f31d9199ebbc5e7bb4fc04d048e17d4697f129926c381e7e782c47e63f6f8 │ │ └─48989 /pause │ ├─ffd5ef891d530269977b76860ab83284f08c91775a56229b5a21b381425b7974 │ │ ├─231736 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─231752 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─231758 erl_child_setup 1048576 │ │ ├─231913 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─231968 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─231969 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─232296 /bin/sh -s rabbit_disk_monitor │ ├─73e8ce278b15d371312a2201524c3eff8fda596c5bcadb9b4ae630db954659ea │ │ └─56040 /pause │ ├─8ae27f456de30d3cc16c5c5d022ad525d9b2ad89b3475c38b8b7662d80954eb7 │ │ ├─161892 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini │ │ ├─162103 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─162104 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ └─162105 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ ├─1621905acbf7923702faa5b59300f424cabda99c77da924c0400cf1560fdf04d │ │ └─64416 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─a5975cc7acbf9a2ae8549ede025d0c5b5b12590052ca4abbd4a4effa341a58d6 │ │ └─206433 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─ebaa5b37b2f0404497b7e999dd8e688ed5df32b3e8302ad6616e568b2dcb9db9 │ │ └─56726 /pause │ ├─1096935dc966757800e127d7c046f5314aa1e9286e6c73461bb7ca0ad6f65fb0 │ │ ├─73419 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─73435 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─73441 erl_child_setup 1048576 │ │ ├─73508 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─73559 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─73560 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─73693 /bin/sh -s rabbit_disk_monitor │ ├─51ce39a92ffd32bb0c043e32f7696562127bfecf80af1f9cedbe5d7eff5db855 │ │ └─147702 /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 │ ├─9eb9acc48e161a6d6d512214aff0ad12e6294f092a0992af9a1efa49ce4e3deb │ │ └─45689 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 │ ├─b624ebc9caad1bf3de4bac072f1b656a57ef6c221d39d24ad1a0069f5c9fe944 │ │ ├─175072 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─175097 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─175103 erl_child_setup 1048576 │ │ ├─175162 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─175213 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─175214 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─175622 /bin/sh -s rabbit_disk_monitor │ ├─d51d4844ea6e145535fc328d4cf9194d55bb0b8049d17bd5d4d3b7acf2e9e0ba │ │ └─45524 /pause │ ├─38b5d07dcc1e0338e01519621a8ba9f1252033ba4179ba1bcbf70c1be9a85c83 │ │ └─112348 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─5c7dda54d6b4856e0d4201a92061ec8d2af809cb561bfb3d15abb32157e983f3 │ │ └─167377 /pause │ ├─8e7edff2bd07daf872692078d8c0f7d477c0a12c5c0be7f44aa15ec781ce1f71 │ │ ├─151758 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ │ ├─152082 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ │ └─152083 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf │ ├─7cabff674e73c3fbed90058b70d521598d2a127c169d7fb8193ed5af17ffea29 │ │ └─154287 /pause │ ├─70888224d950fe22887f766f901de675b954ec330f22b753f4f1c52c32496636 │ │ └─61750 /pause │ ├─031d19f9448fb002a1070eef69fb84b30e2d885624647e97a226787f7371acd6 │ │ ├─163831 neutron-l3-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini) │ │ ├─164082 /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/tmp35u1jt8j/privsep.sock │ │ ├─355326 /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/tmpvaj5vzea/privsep.sock │ │ ├─355431 /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/tmpgpoep4vf/privsep.sock │ │ ├─355722 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─355724 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─357146 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=f7d40267-b323-47da-9a13-3f95d4e31db5 --namespace=qrouter-f7d40267-b323-47da-9a13-3f95d4e31db5 --conf_dir=/var/lib/neutron/ha_confs/f7d40267-b323-47da-9a13-3f95d4e31db5 --log-file=/var/lib/neutron/ha_confs/f7d40267-b323-47da-9a13-3f95d4e31db5/neutron-keepalived-state-change.log --monitor_interface=ha-95af89fd-6f --monitor_cidr=169.254.0.94/24 --pid_file=/var/lib/neutron/external/pids/f7d40267-b323-47da-9a13-3f95d4e31db5.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─360753 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=b870fcef-19ea-4644-93d0-9d229e41e26b --namespace=qrouter-b870fcef-19ea-4644-93d0-9d229e41e26b --conf_dir=/var/lib/neutron/ha_confs/b870fcef-19ea-4644-93d0-9d229e41e26b --log-file=/var/lib/neutron/ha_confs/b870fcef-19ea-4644-93d0-9d229e41e26b/neutron-keepalived-state-change.log --monitor_interface=ha-60287e90-5c --monitor_cidr=169.254.0.209/24 --pid_file=/var/lib/neutron/external/pids/b870fcef-19ea-4644-93d0-9d229e41e26b.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ ├─361754 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=c0202617-3cfb-4699-aad5-8ceba9084abc --namespace=qrouter-c0202617-3cfb-4699-aad5-8ceba9084abc --conf_dir=/var/lib/neutron/ha_confs/c0202617-3cfb-4699-aad5-8ceba9084abc --log-file=/var/lib/neutron/ha_confs/c0202617-3cfb-4699-aad5-8ceba9084abc/neutron-keepalived-state-change.log --monitor_interface=ha-38c98028-23 --monitor_cidr=169.254.0.141/24 --pid_file=/var/lib/neutron/external/pids/c0202617-3cfb-4699-aad5-8ceba9084abc.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─364136 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=0ba1311e-6b39-4d13-ae50-14b6d0a46ace --namespace=qrouter-0ba1311e-6b39-4d13-ae50-14b6d0a46ace --conf_dir=/var/lib/neutron/ha_confs/0ba1311e-6b39-4d13-ae50-14b6d0a46ace --log-file=/var/lib/neutron/ha_confs/0ba1311e-6b39-4d13-ae50-14b6d0a46ace/neutron-keepalived-state-change.log --monitor_interface=ha-118b29d4-94 --monitor_cidr=169.254.0.114/24 --pid_file=/var/lib/neutron/external/pids/0ba1311e-6b39-4d13-ae50-14b6d0a46ace.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─8740240e813c3210b31e1f3db2345328d0c214356e9a00f480cda834a0645058 │ │ └─42136 kube-apiserver --advertise-address=162.253.55.44 --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 │ ├─cb96fdbe172b4ac84c0af4287f9d2fe2dbf3e3b83e4d2d0a402ccddff5402265 │ │ ├─109121 cinder-api: uWSGI master │ │ ├─109133 cinder-api: uWSGI worker 1 │ │ └─109134 cinder-api: uWSGI worker 2 │ ├─5c2849884be3372a963981cc250fc85b888dce323e6ffb279348a4bff025d75e │ │ ├─61058 python -u /app/sidecar.py │ │ ├─61300 python -u /app/sidecar.py │ │ └─61301 python -u /app/sidecar.py │ ├─8f04800ec73724fe3dd8af8db78468dfee4789d314e7aec702e06248845604c8 │ │ ├─100430 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─100447 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─100453 erl_child_setup 1048576 │ │ ├─100520 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─100571 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─100572 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─100651 /bin/sh -s rabbit_disk_monitor │ ├─d4fe67fbc41e5e81c3ed9b332af24521b39373fec083b797fd4804b6114d66df │ │ └─46233 /app/cmd/webhook/webhook --v=2 --secure-port=10250 --feature-gates=AdditionalCertificateOutputFormats=true --dynamic-serving-ca-secret-namespace=cert-manager --dynamic-serving-ca-secret-name=cert-manager-webhook-ca --dynamic-serving-dns-names=cert-manager-webhook --dynamic-serving-dns-names=cert-manager-webhook.cert-manager --dynamic-serving-dns-names=cert-manager-webhook.cert-manager.svc --feature-gates=AdditionalCertificateOutputFormats=true │ ├─ffd907b12ed0bf38c6bbfd46211c4aa7f53668a906f871c535e0072672bdd5c4 │ │ └─57108 nfd-worker -metrics=8081 │ ├─1c5c9e27bab6c26e1d4786d85b468e1c4bcf11bf7f59ee0fbd82dffbdc2281f9 │ │ └─231563 /pause │ ├─4c6593a019359f9f411f1f823a4b5d504f056e8822da5a08195d19741313ec82 │ │ └─210957 /pause │ ├─31bfb71f8e57c4ef33df3f460f616892385556f16693ce4b795600436bec8620 │ │ └─41899 /pause │ ├─4b40d44d61c3386b2b3517ef59ece1123dcf7f9f233a392d781053bbca837771 │ │ └─211799 /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 │ ├─dac47060b16b9743b44e653d14a7ef6554884211728be7e9d1ad4ce2fef48e7d │ │ └─64764 /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 │ ├─dd420fd08b1acd918df93e784da46bad379780065ca5a5ddcad0d7a11dcbf057 │ │ └─111830 /pause │ ├─b4fc204a1fc984ba327a11011e625164b441d11b819c817729bd2eeea8608ce4 │ │ ├─ 89424 /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 │ │ └─379527 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─88f699442fffedebfdf94541e9449932e3a26f9eb10ce9bf47d86d1958dfa3e1 │ │ ├─151901 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─152108 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─152109 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─f57598e263d9124e1bf97dcbec89d6ede767541ec9ce4bd13285f9df671b8132 │ │ └─46322 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─fa9027f600f2256c6187b2b8ed2b35efd79d2b5d58796966e87fcca419e75f69 │ │ └─65278 /bin/memcached_exporter │ ├─ca925bc940c37432ca6c8d73df335a4aa010adc2da6808d879c944346fee00c2 │ │ └─225372 /pause │ ├─b375140c5dea02e50cbf58dd36da9e56fc17af23a6c72969c1964890a0238bf0 │ │ └─154395 /pause │ ├─462c8e543f25bc6bf21d78d7a1d0323105ddc3e6364f937ac4106ad3baf2580c │ │ └─42097 etcd --advertise-client-urls=https://162.253.55.44:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://162.253.55.44:2380 --initial-cluster=instance=https://162.253.55.44:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://162.253.55.44:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://162.253.55.44: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 │ ├─0e5ac4c41beef4e68f2791d36fb4ef7ebff11328bba991b4e9bb88ef090c7d27 │ │ └─45104 /coredns -conf /etc/coredns/Corefile │ ├─4761e7aecad021b969a2e1a86784aedd0593731d665de93de780f76d199a219d │ │ └─42524 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─0fb1ebac7733c6611dbf88bae74bf62d466124cbba7ae5362f6271e4e63554c5 │ │ └─61538 /pause │ ├─41509e02e632f10e8280e817539a835c6532a6d1ca933ff76d4b8ba9e84d4377 │ │ └─78744 /pause │ ├─99f9e9ed8f27bd3ab135be8b21ce1e79f69ad640c66eb5b6e714fea833676abd │ │ └─208007 /pause │ ├─b2d80d752d4b946ecfc0c5fdc7711591e697c35cfdb260386f893be3d78e9c70 │ │ └─143114 /pause │ ├─57482f30a84dda28186d57878d971d951a897f4cc3d04d1abfacc255c5e47081 │ │ └─43537 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─2eaed95d13b1089868c27aa69dcbe9ecbe89132aeae762ec1f7ac50500687a2f │ │ └─214825 /pause │ ├─6ed030f793449e84632879bd1216cfecb18afda128521bb0fecd432f9ea9dc9e │ │ └─46101 /pause │ ├─824875b21d3c1fcc59eb72333ceef5f9d0a18bdd078620d7a3e5b6beacfc9683 │ │ └─61108 /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 │ ├─c3499804961214fef664d1d3e850b8bbbb8e6f86740f18b6323cf514e9bccf98 │ │ └─65494 /bin/oauth2-proxy │ ├─52caac1f4f79358470576c7a03678637b8a751391885be9131b76de8fe4f9374 │ │ └─48167 /pause │ ├─f27681c735927001b66ded5829163d27868080839a2b38b8a4ef4f16a6a84f59 │ │ └─64622 /goldpinger --static-file-path /static │ ├─8ccdccb07458d9723627c4d3c213d61f09b9f55b6419810a28861bd13505a1fb │ │ └─174319 /var/lib/openstack/bin/python /var/lib/openstack/bin/senlin-health-manager --config-file /etc/senlin/senlin.conf │ ├─230209d45e34306b668fa2c12a1b9241e19fdf99f2e977a9a7c29727890f376b │ │ └─154433 /pause │ ├─f5775ba53859bcde7c13b8f133bce675ab092ab0b10bf602beafe2429d008ba8 │ │ └─126568 /pause │ ├─9e376146ceff2118df8426b79e2ec04299073856a3a69df72d9d785df5e08cea │ │ └─225810 /pause │ ├─762dcfd8654d5a12540bac3ad5098b8663e72f789a545e455c17c17f97b92a47 │ │ └─236629 /pause │ ├─0f1a495ee1494ae72446afaa6f4d28be5c626377378956a113a22d269c760248 │ │ ├─186731 heat-api: uWSGI master │ │ ├─186770 heat-api: uWSGI worker 1 │ │ └─186771 heat-api: uWSGI worker 2 │ ├─a7346d5a854aef2cf5d2fd6ca49edd23c603772a299620fedc9d8205b673da6f │ │ └─61957 /pause │ ├─33111da2fb9ec05dbabd791c755a51638e32fd0f4d710806e369f79b4b674934 │ │ └─42009 /pause │ ├─7a93ac2c81fffc1af4e51c1e9b97fd3a5dbb52d95508a1040e024a20a73e96e8 │ │ └─60308 /pause │ ├─2b3bab8e4dd4ccc65a20b59402e69264e8b1b17710cf6bb99dd1361decb78d71 │ │ └─48890 /pause │ ├─04ca2fd59b985c128a90c6ac70e82ec943f5b0e22a8d16b62395d318026be9ae │ │ └─60390 /pause │ ├─134d11809f8b2471adbe98b374a547f5c13f589b6ce3695ae545472f31b7f1c8 │ │ └─138261 /pause │ ├─17e991e974ce062b9341dee2645fe316f6d25a5b7283a0d919ba5aeeb6908e9b │ │ └─143500 /pause │ ├─60b6bc930067fe31fd830c1a27d8964100e8e84736f1eddd8af214b5db6a1193 │ │ └─250766 /bin/openstack-database-exporter │ ├─577274a09a146b0fd868c8a573f445152a208c5fa7e2bdb11d92aa0a175d7b06 │ │ └─228342 percona-xtradb-cluster-operator │ ├─f7d5e3e3301d68523736768a5c2c21d47e4b84723bfa8b1c04c312cd8e6b7464 │ │ └─45085 /coredns -conf /etc/coredns/Corefile │ ├─4217e948ea31abec0d8564a24951fe6d2c9eb35a16416ce7bd3f178aa35612e1 │ │ └─57067 nfd-master -crd-controller=true -metrics=8081 │ ├─db3d0a9a2a32f5925a54b5ad88d991f0b1dcfe44fba0c02b2b0e38108346210e │ │ └─109422 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─65750894b7e11d63e36c30f1d4ac7864c5cb73df7c0ff6669aaf092562986e87 │ │ └─99889 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─608f2381320ba7faa4993424c1512096270615f443d707cbb57010b1e1a79b63 │ │ └─65763 /pause │ ├─75e412171c99b4c530f43cd97096d5989cad33b9abc0cbe918b2b2145f706fd2 │ │ └─142805 /pause │ ├─363b55947f8096117bc06233f7486324ea5482596e9dbcf50c22133de9ee70b9 │ │ ├─151516 nova-metadata: uWSGI master │ │ ├─151533 nova-metadata: uWSGI worker 1 │ │ └─151534 nova-metadata: uWSGI worker 2 │ ├─7d74bf27d6f1751f917153249d61eed8fe3d3290e3d24802ce6a2b7fd8881ad8 │ │ └─63147 /pause │ ├─5017c66e2ae1a885ce4fe425532d00f2b35d48a29d2631cfd3c1dc7a41abf30f │ │ └─46276 /app/cmd/controller/controller --v=2 --cluster-resource-namespace=cert-manager --leader-election-namespace=cert-manager --acme-http01-solver-image=harbor.atmosphere.dev/quay.io/jetstack/cert-manager-acmesolver:v1.12.17 --feature-gates=AdditionalCertificateOutputFormats=true --max-concurrent-challenges=60 │ ├─2187e10523b82ad7e6f8ec152b960f04a07128b89ff3e070d9ea95e62e21b607 │ │ └─126877 /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 │ ├─1271c359b4165b80c336efc16ba9eca9cda3e299e260e9bc240d5a283b23bc82 │ │ └─165453 /pause │ ├─e8ea5d50853b6fa3b27f94a0e545ae83ee57900c0986010e50036d445e79fa7b │ │ └─236245 /pause │ ├─c06375c1d10b7c6b6c246914306a7d29e58dd9d06bc285c090adc682fc11ca5d │ │ └─43294 /pause │ ├─0ff15a7fdfb772df6fdfce56c586eef7c6dc413fa767953631ac4951098bab82 │ │ └─61397 /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 │ ├─95e691c8dd898afe1ebdf8ded42b95cdb0e343a0f4161f41e0b4adc69da13dc4 │ │ ├─161755 neutron-api: uWSGI master │ │ ├─161781 neutron-api: uWSGI worker 1 │ │ └─161782 neutron-api: uWSGI worker 2 │ ├─bd1d2337ddbc7547d98306fd0ebd62937290c00db7f1a08c567ce2c79af35eb4 │ │ ├─249050 apache2 -DFOREGROUND │ │ ├─251671 (wsgi:h -DFOREGROUND │ │ ├─251672 (wsgi:h -DFOREGROUND │ │ ├─251673 (wsgi:h -DFOREGROUND │ │ ├─251674 (wsgi:h -DFOREGROUND │ │ ├─251675 (wsgi:h -DFOREGROUND │ │ ├─251676 apache2 -DFOREGROUND │ │ └─251677 apache2 -DFOREGROUND │ ├─eb824a13a0e06955d5180d26ec63fed05f567ad74c84c426f56ff1072fe0faa3 │ │ └─62044 /pause │ ├─c92ac80a2ce34334ad147a88c8f106853cdafa1e399be151e821d8a629c91b64 │ │ └─177292 /pause │ ├─d91dae809d7fd16b8a530a7655d448525791064eba6a02da019a46114f068930 │ │ └─244743 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─0b3ed62bd2f0406c26364be3cf1c40f810c45bf56b542159ec88a834b1a2bf03 │ │ └─73311 /pause │ ├─d0257bad7165aa9102507f6f87b5d0afcf46e1063786c48f997eee6e9240d890 │ │ └─65475 /bin/oauth2-proxy │ ├─b97e84b5469157884c1a28aa01dc94c21ecce5a0c3137d6f399b563e99fa55a8 │ │ └─98693 /pause │ ├─135638ce65a0b8dfa7a784092f7423a3b1e63b1d441786fa12075e90b6b752ff │ │ └─169369 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─ac185def741cd4662d82544e6e2f48dda9b30cb0230be607c81056c968274bf8 │ │ └─64806 /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 │ ├─8df6c9885cb1f765e51d501f6df1065135f2f56d12a5d5a35e36c4b6b6b6a7d9 │ │ ├─65940 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─65956 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─65962 erl_child_setup 1048576 │ │ ├─66062 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─66113 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─66114 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─66177 /bin/sh -s rabbit_disk_monitor │ ├─d55a5fec289f7ef5d139281d3f4de7c4cea62801a5d279203bac58eea66a816b │ │ └─152770 /pause │ ├─7cfae74b677f235ee7ee52bf312a5fc4b8a6e993aa802c4b6395ef2a80eafa02 │ │ └─97334 /pause │ ├─df2167eb153bbf09be6de29731078bd983b3ff8c04919063dd26d065b127ed25 │ │ ├─252830 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─252843 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─778a23b4ab0e13071c1e65d9b8c1309422c06d9906f3e78425a134a56c38d185 │ │ └─50060 /pause │ ├─5043183b6f301566b51a91c41ad7be0701b931915a9898539e1eebb8a48d1e40 │ │ ├─384131 /bin/bash /tmp/senlin-engine-cleaner.sh │ │ └─384144 /var/lib/openstack/bin/python /var/lib/openstack/bin/senlin-manage service clean │ ├─d6f7080cc4e34449d6385bfdbdfbf708d6ef0eae72645712eb1785bef599be51 │ │ ├─186695 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ │ ├─186904 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ │ └─186905 /var/lib/openstack/bin/python /var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf │ ├─ed9bfee7baaeb75d85941b0fee8d981c7b180528f7f552efb63467a667777851 │ │ └─113826 /pause │ ├─d3cf25d4cbc82ae9454fa684def9f0da8320553de2fc700cf091b70faa3905d6 │ │ └─174935 /pause │ ├─c9c56b46b18d9f78e28b5079d8d0dd5c79d1e63363520bd6ee0f282f2080bbda │ │ ├─83904 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─83921 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─83929 erl_child_setup 1048576 │ │ ├─84089 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─84196 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─84197 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─84426 /bin/sh -s rabbit_disk_monitor │ ├─de6330e09f516f813839aab4ffde97302c7fada07cdef909ed8e0fcf7db579bb │ │ ├─163854 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) │ │ ├─164054 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) │ │ └─164055 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) │ ├─024fcff7615d44472a42c9cd083ee7a3a8f1e29cec86da8a4e9c937ce466adec │ │ ├─186732 heat-api-cfn: uWSGI master │ │ ├─186768 heat-api-cfn: uWSGI worker 1 │ │ └─186769 heat-api-cfn: uWSGI worker 2 │ ├─abfff17e98c3fb1a2fed56074bd0deac61e1c344940fecf1f8937c34e0bf3eb4 │ │ └─216810 /pause │ ├─cc5525ba7a65c362239929121e0de355ca9d2e394de0bed2910f51754243ea0e │ │ └─42010 /pause │ ├─9645386625ebff5f37e1545013a522f3997b1d6d4475928bb2f39b52c118d064 │ │ ├─141012 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─141030 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─141037 erl_child_setup 1048576 │ │ ├─141105 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─141156 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─141157 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─141404 /bin/sh -s rabbit_disk_monitor │ ├─ac120ceb66ff730e367f94dfd49e1a7cb0000dbce3b8727ba2f701ea53e27bab │ │ ├─205503 octavia-api: uWSGI master │ │ ├─205517 octavia-api: uWSGI worker 1 │ │ └─205518 octavia-api: uWSGI worker 2 │ ├─9af74f6643234d055c46335e50f66750bbdd444b26e4e4b7eecd34533326537c │ │ └─49657 /pause │ ├─8b1fc36d0f30d1f52e54c907d6bd7d42c24a30ea772279484bd61ee305528c50 │ │ └─79259 /usr/local/bin/rook ceph operator │ ├─843fd738e87f75230a2fe7ec3a3cc00df7c6bf0206adc7fa441589a737dc38fb │ │ ├─225725 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─226009 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─226010 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─a9d50fb63916d03034407ac084bbe859ea873963d2848308358cf9977f0cc0aa │ │ ├─97750 glance-api: uWSGI master │ │ ├─97763 glance-api: uWSGI worker 1 │ │ └─97764 glance-api: uWSGI worker 2 │ ├─4c515d6c2ea06e1d20a544b7e763264a7309a2f0b9e660732ea2f2652dc5a9c3 │ │ └─244770 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─fea7e7375af50c38fb350f67222964bae551052aea435f8fb63ef63f62d81f6d │ │ └─56995 /pause │ ├─003ecdb24244b0c5d8487c601bb6803bd2c62e77004aafe6a26d5e37c45817f2 │ │ └─142581 /pause │ ├─caefb5a9245ef4f92284f3c2ca7d2ce8fbf75c4b6608cf2222a9509706ecf973 │ │ └─65028 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─f37fa4560ca632f48bbc2d084317189cc78fb728df3f42ce35483b50e741eb6b │ │ └─249358 /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 │ ├─df5a6eb4b33215fa0af4d89059073368dfdeea0c3866a9f2f88a8e9a47f53b70 │ │ ├─208127 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─208144 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-13.2.2.6/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 │ │ ├─208150 erl_child_setup 1048576 │ │ ├─208274 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/epmd -daemon │ │ ├─208345 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ ├─208346 /opt/erlang/lib/erlang/erts-13.2.2.6/bin/inet_gethost 4 │ │ └─208440 /bin/sh -s rabbit_disk_monitor │ ├─fb01e45910d2622d470eb47d1e645279192189226e6a27033f67f3ee54c1a780 │ │ └─65115 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─d85ce6f42c460ff09fbca157bd424c5849ff36cc77648d8e429e622a4b2415c7 │ │ └─142830 /pause │ ├─88d34bc2e659447791061f1547452fd73717c147d00b618ee19f17f228d076b3 │ │ └─210021 /pause │ ├─d20fbb80afc3bb32ef7b1c213833e5c6710844a968df53598bdce119da907564 │ │ └─177344 /pause │ ├─cd911a514e639a1dd06c813bcb806f9d57f89f3d2d31872091f9a728fbffa546 │ │ ├─244787 manila-api: uWSGI master │ │ ├─244832 manila-api: uWSGI worker 1 │ │ └─244833 manila-api: uWSGI worker 2 │ ├─58d888711325d5de9027a54561f100b8df0f99dfea370178698a71b0c1eceac1 │ │ └─167279 /pause │ ├─5b60aac2ec5e84adadac5b440c1a2e99b4871e27910c2535e165f3a66759e565 │ │ └─49352 /pause │ ├─7cbc34043e8847225e65e11038c8609a1f692fdfeaeddbd9498e71b225a33246 │ │ └─60615 /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.34.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 │ ├─3b443d96af47f27f620f0a7d81d70e862d7335ae5a15d562ca8b4cecf26a88a1 │ │ └─62828 /pause │ ├─e969c2a74770b04dedd3108b58c68bb59b86a429f736dfbe3cfa7484d2534ec6 │ │ ├─225559 magnum-api: uWSGI master │ │ ├─225612 magnum-api: uWSGI worker 1 │ │ └─225613 magnum-api: uWSGI worker 2 │ ├─b12e6d067856064c723609d240a4836240276d292e89ebc71e0a04a1ef74565f │ │ ├─174364 senlin-api: uWSGI master │ │ ├─174405 senlin-api: uWSGI worker 1 │ │ └─174406 senlin-api: uWSGI worker 2 │ ├─2e680830d58ee3fff0d23d22baf4390ba5f2128a57cd38db25a1e8b653884ce9 │ │ ├─117764 placement-api: uWSGI master │ │ ├─117803 placement-api: uWSGI worker 1 │ │ └─117804 placement-api: uWSGI worker 2 │ ├─270f3ead15b3ee44c35c6e87bbdc0fe2c0febba186ec219d2710d1cefdd9537c │ │ ├─ 48386 /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 │ │ ├─ 48399 /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 │ │ ├─ 48523 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─248636 nginx: worker process │ │ ├─248637 nginx: worker process │ │ └─248638 nginx: cache manager process │ ├─c4ec44b713703edfacacf617d7d863cae0ade4108f81114e8c0aa6e219b9f8b6 │ │ └─174368 /var/lib/openstack/bin/python /var/lib/openstack/bin/senlin-conductor --config-file /etc/senlin/senlin.conf │ ├─47cfd8fc6df82294cb24566fbdd7e5632de26d65487322c1453fc195ba29207b │ │ ├─162410 neutron-openvswitch-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─162650 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpn1st0loe/privsep.sock │ │ ├─162879 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp3izkkb5d/privsep.sock │ │ └─163068 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─0ba05b1fd502db2b2907c135926c03a78e86d8b9f0ae0b2e43d78db6133a5791 │ │ └─211752 /pause │ ├─3899f8b8f40e7551fdefb698b24a18074439c179f9c5f4db9df5b8cbd138f390 │ │ ├─112590 /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 │ │ └─112701 /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 │ ├─c63c248f73707e99c4c1419880eaac63aa34e72a6d05adf37396066148ca6a24 │ │ ├─206488 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─206889 octavia-worker: ConsumerService worker(0) │ │ ├─206892 octavia-worker: ConsumerService worker(1) │ │ ├─206895 octavia-worker: ConsumerService worker(0) │ │ └─206904 octavia-worker: ConsumerService worker(1) │ ├─24c22c363f261a8bdf4a64c092bf45ee3c6a7f8772514d1f042785742447121e │ │ └─60183 /pause │ ├─d9c9feb3c2bd384922ef7671feb0b6b9f4bc0cb4c32f2c92f6a7b4eaffeea0a4 │ │ └─56829 /pause │ ├─d3c798b0aed87fab87df707b6536001de6891e606ca2642de9670d4615d11c98 │ │ └─164787 /bin/bash /tmp/libvirt.sh │ ├─cecf5a0e2e35646669b97171b853e692f754f1483afdc2203b15ada5b17be4ea │ │ ├─ 69281 apache2 -DFOREGROUND │ │ ├─ 69296 (wsgi:k -DFOREGROUND │ │ ├─ 69297 (wsgi:k -DFOREGROUND │ │ ├─ 69298 (wsgi:k -DFOREGROUND │ │ ├─ 69299 (wsgi:k -DFOREGROUND │ │ ├─382614 apache2 -DFOREGROUND │ │ └─382859 apache2 -DFOREGROUND │ ├─349b75a22f0f4bb5d363a6e99a3f516f38fea2aad5002c1e4a6e4775e4a9953c │ │ └─90171 /usr/libexec/platform-python -s /usr/bin/ceph-crash │ ├─744da21087c437feefe24a1f0da6b2335f632d0eb77d416ab2521440041adb84 │ │ └─57224 /secretgen-controller │ ├─98c3f80792f8ae6ab6ab25aef9d926a2c2610425b58d7b292e8e00501ed8841c │ │ └─154782 /pause │ ├─c858747ff5731369054d40b72291b08c55f05eab92891c791d78598960339725 │ │ └─63093 /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 │ ├─ef4e7b3a3ebf29b8762c5eab9eadc423c93989f017051721e5cc0ca662c40bf5 │ │ └─42500 /pause │ ├─5e4c7c3d61cfd53fe8c9ea0bf14f5956755398c55bbce5253a73dbda64c4992e │ │ ├─155367 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ ├─383536 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-netns-cleanup --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --config-file /etc/neutron/l3_agent.ini │ │ ├─383952 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpu06wtv23/privsep.sock │ │ └─384236 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpau_mbqkf/privsep.sock │ ├─1ac2a4b6a2d9f303ff2b975cd51666cfc6d63d57d881f6b1dc66fa9b631ef2e0 │ │ └─46018 /pause │ ├─da1df144bc97a10fa61819de0cadd21f6f9c7454c60d452e79bc896a187d6797 │ │ └─236412 /pause │ ├─2a6a320ca26a247a02a2358e8a4c6b6fb42c4e6ce41c98a967579e3be6cc964e │ │ └─167422 /pause │ ├─c4cbfea8d9b861049a06cd0de47e8df0b88cd97b9921e855ad0abe24b6a6b3ad │ │ └─88985 /pause │ ├─7aa4fd54063533b37d32fbbc7a9f105952583400b7bc37dac949c07f71046e74 │ │ └─45052 /pause │ ├─891b553a3a4e3b5801b2f0890de3555d7eda40f3a52ea0e72d4c8b8c3960a3fa │ │ ├─50260 mysqld --wsrep_start_position=863fe9f9-b320-11f1-9331-6b0adb600a3c:20 │ │ └─50353 /var/lib/mysql/mysql-state-monitor │ ├─2b1d3b7d35370eb8262ed79e9abfa70297d312a6f39993b8098d44df4f185c98 │ │ └─177515 /pause │ ├─c08f0d85ccbcde9d038be27632c3e2992570f608837cf69f55661eb0949b3c6c │ │ ├─64164 /usr/bin/vector --config-dir /etc/vector/ │ │ └─64243 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─1ee47d65592af902e301e658556f650d25f4370e47c318cdf57f740a348519e5 │ │ └─48063 /pause │ ├─911868b5efe73c9f1c35b12004ec2b24a5eab2506ee1dbd43ef7818884e57093 │ │ └─101619 /pause │ ├─c9a88b4648620f0c994cc50f3c9d729062e5505214916685cfdb10165cec9624 │ │ └─228375 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 │ ├─7335d6af6eb8e8ce5415de5932d827a02d21a8894319905e5b5363210ca05de3 │ │ └─48434 /server │ ├─494704e33bc0c3a406d5b77c874e621cc6661ce65119acc523eb3f8d50dce1e2 │ │ └─246629 /pause │ ├─8d1a20e7c0437c0e7c2bc784c18cb47f19a9c4156e517b2f7def59092ec28422 │ │ └─65241 /bin/pushgateway │ ├─832170b7e17195c1d07bce210fa6352defa7a8226b343575c9b43cf6b9e4820b │ │ ├─163964 neutron-dhcp-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini) │ │ ├─164826 /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/tmp2pnismi5/privsep.sock │ │ ├─165178 /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/tmpmjhl1883/privsep.sock │ │ ├─165735 /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/tmpj0aaz7wx/privsep.sock │ │ ├─166017 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─166018 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─166052 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc/host --addn-hosts=/var/lib/neutron/dhcp/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc/opts --dhcp-leasefile=/var/lib/neutron/dhcp/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-4777e891-703d-4699-b0f1-d79994be4fb2,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 │ │ ├─166055 haproxy -f /var/lib/neutron/ns-metadata-proxy/690bdd5f-0206-42ac-9be8-d13a0ca0f4dc.conf │ │ ├─191591 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/f00382ec-8d3b-4064-8d4b-38d0424e3b31/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/f00382ec-8d3b-4064-8d4b-38d0424e3b31/host --addn-hosts=/var/lib/neutron/dhcp/f00382ec-8d3b-4064-8d4b-38d0424e3b31/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/f00382ec-8d3b-4064-8d4b-38d0424e3b31/opts --dhcp-leasefile=/var/lib/neutron/dhcp/f00382ec-8d3b-4064-8d4b-38d0424e3b31/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-b7999e19-d243-4ce3-9b15-64d8c486787b,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 │ │ ├─191597 haproxy -f /var/lib/neutron/ns-metadata-proxy/f00382ec-8d3b-4064-8d4b-38d0424e3b31.conf │ │ └─359527 /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/tmpkv2lcdh3/privsep.sock │ ├─53a99fb0830b5002042349cf426cda26e6fe39f4cfce064074ab205df39bbd82 │ │ └─154261 /pause │ ├─48b72b20608285b6950abc3869cb2810cb6b15eed308b3e75d6c63e461e945fd │ │ └─101580 /pause │ ├─b6f6d34dc04cf1697038aa59786c169170aa891d1c6a446e29894181232d44bb │ │ └─88937 /pause │ ├─56e7e14b84f34de790664ad664d45bbde898dffb1f4973bfaeaafe1bc4339459 │ │ └─228397 /manager --metrics-bind-address=:8080 │ ├─c696ff06d18f770c2e064745348ca383ee81b1a6016f633c7a1adea14075faf4 │ │ └─228487 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 │ ├─251c65b778d05199c85e5cba3b4b9a4890bf3826258912037abba53f6cc7715a │ │ └─228438 /manager --metrics-bind-address=:9782 │ ├─1b9e08972c855d65660dfc0996aa77adf3a4f2e7f13da0abc878bd548e078037 │ │ └─52152 java -Dkc.config.built=true -Xms64m -Xmx512m -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:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:FlightRecorderOptions=stackdepth=512 --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 -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 │ ├─669a0747f95a771de1fc807dd688f2a604bdf78bad98ddbc5e336e4735a2145b │ │ └─111784 /pause │ ├─5f10de9ae29f26df8ca44947d3b1e8e7c7c728321faf1aceee7f20061c268b9a │ │ └─62494 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 │ ├─a2681987a5693257ad27abcc67ef414e51078b2660dda4d449b5d2d40ec4855a │ │ └─64722 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.162-253-55-44.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 │ ├─30c7cdfa68052a5662ecf5df96acac5f1c1da6d13fbb888152497e74ac021781 │ │ └─127944 /pause │ ├─d4e36600e03f2800c7356cc740703b47921f82c41a18af33dff49ca81b7b2ce4 │ │ └─174330 /var/lib/openstack/bin/python /var/lib/openstack/bin/senlin-engine --config-file /etc/senlin/senlin.conf │ ├─482c174b912e5f3deabecaa9a28a888a2d77780aeb45ab4edae11779086fde3c │ │ └─250498 /pause │ ├─53b33620f80925c1178fd7a3d4d2f337786ee7964ab2ddcece46a82ef9716806 │ │ ├─43747 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─44125 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─fd4e7bee0287940cfe60b8a02a081c72963ff69a90c4f78065c3776d9f420024 │ │ └─228356 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─abd18d9c5bad04331307dc9c21883e3ef0ad9432bcc1823ad87b5e21854d87c9 │ │ └─189871 /pause │ ├─a54bd29a6c02513e66ed3de3961544e0bb1f30c2ed4cb8d5100609d7a1cdb092 │ │ └─60352 /pause │ ├─c5ca3e1f7624c6817193979e4efd13de7b9d59bff96ae5b7d6efd5effa4b0604 │ │ └─62000 /pause │ ├─47cb5f57b54accc8133f561fe89218b582d2df9da61f28b5cd4c4bc241a29cd2 │ │ └─65143 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ └─19a9f1e9a7172e02b6cc11321291d85517be82003a36934c91d7bbe44f4e1dd2 │ └─83796 /pause ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount