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 │ │ │ ├─21312 /lib/systemd/systemd --user │ │ │ └─21313 (sd-pam) │ │ └─session-22.scope │ │ ├─21309 sshd: cephadm [priv] │ │ └─21333 sshd: cephadm@notty │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─704 /lib/systemd/systemd --user │ │ └─705 (sd-pam) │ ├─session-4.scope │ │ ├─1453 sshd: zuul [priv] │ │ └─1466 sshd: zuul@notty │ └─session-1.scope │ ├─ 701 sshd: zuul [priv] │ ├─ 718 sshd: zuul@notty │ ├─ 863 /usr/bin/python3 │ ├─ 1457 ssh: /home/zuul/.ansible/cp/199.204.45.65-22-zuul [mux] │ ├─423042 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gnfwastvouxgiexexhbxdwlobbgoties ; /usr/bin/python3'"'"' && sleep 0' │ ├─423043 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-gnfwastvouxgiexexhbxdwlobbgoties ; /usr/bin/python3' && sleep 0 │ ├─423044 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-gnfwastvouxgiexexhbxdwlobbgoties ; /usr/bin/python3 │ ├─423045 /bin/sh -c echo BECOME-SUCCESS-gnfwastvouxgiexexhbxdwlobbgoties ; /usr/bin/python3 │ ├─423046 /usr/bin/python3 │ ├─423047 /bin/bash -c set -x systemd-cgls --full --all --no-pager > /tmp/logs/system/systemd-cgls.txt ip addr > /tmp/logs/system/ip-addr.txt ip route > /tmp/logs/system/ip-route.txt lsblk > /tmp/logs/system/lsblk.txt mount > /tmp/logs/system/mount.txt docker images > /tmp/logs/system/docker-images.txt brctl show > /tmp/logs/system/brctl-show.txt ps aux --sort=-%mem > /tmp/logs/system/ps.txt dpkg -l > /tmp/logs/system/packages.txt CONTAINERS=($(docker ps -a --format '{{ .Names }}' --filter label=zuul)) if [ ! -z "$CONTAINERS" ]; then mkdir -p "/tmp/logs/system/containers" for CONTAINER in ${CONTAINERS}; do docker logs "${CONTAINER}" > "/tmp/logs/system/containers/${CONTAINER}.txt" done fi │ └─423049 systemd-cgls --full --all --no-pager ├─osh-libvirt ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 42 nofb ├─system.slice │ ├─docker-911106fdddf5b1995f03339801a1870238ffe29161cf2cb6acc702a127bf3153.scope … │ │ ├─12203 /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 │ │ └─12224 /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 │ ├─docker-f9794fa04ccad593d2fd5794474c196ec316b2fd110c6989e5be8b1b0b410b24.scope … │ │ ├─29345 /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 │ │ └─29358 /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─docker-916461dd6d6b2efb0ecae5674e98fbc87c03200b7454ee3e7ff075f9bb70ac82.scope … │ │ ├─12572 /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.instance.vdlgau -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─12592 /usr/bin/ceph-mgr -n mgr.instance.vdlgau -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─containerd.service … │ │ ├─ 9798 /usr/bin/containerd --config /etc/containerd/config.toml │ │ ├─ 12147 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 911106fdddf5b1995f03339801a1870238ffe29161cf2cb6acc702a127bf3153 -address /run/containerd/containerd.sock │ │ ├─ 12548 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 916461dd6d6b2efb0ecae5674e98fbc87c03200b7454ee3e7ff075f9bb70ac82 -address /run/containerd/containerd.sock │ │ ├─ 19417 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 1f28ba66b44a72302f00a5a5cf9e08176f0ca99bba8ceaf805424d0ad2cf0926 -address /run/containerd/containerd.sock │ │ ├─ 24602 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 22c2ff1ff1234da9446349d469557179ba18638d7695ade474c711c823f2ae72 -address /run/containerd/containerd.sock │ │ ├─ 29321 /usr/bin/containerd-shim-runc-v2 -namespace moby -id f9794fa04ccad593d2fd5794474c196ec316b2fd110c6989e5be8b1b0b410b24 -address /run/containerd/containerd.sock │ │ ├─ 33906 /usr/bin/containerd-shim-runc-v2 -namespace moby -id ca8f18e7c4a0a164fae7a454777b2fc9c426aefb646769eaa2b602d386cbca14 -address /run/containerd/containerd.sock │ │ ├─ 39564 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 66790c64b311bbd3c3759e87d37229757c27fc68df2dbdf22d0b1a67aff7bb46 -address /run/containerd/containerd.sock │ │ ├─ 39576 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 14064a1997f6067f8ba5274c07b5bad1583eb11e1d7e40854c7993c11cd294d7 -address /run/containerd/containerd.sock │ │ ├─ 39619 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2c325c49f4a8aac7310b1b4a66b9a9b65cf3d6fd14c27b76dc3cd5ced22ab45e -address /run/containerd/containerd.sock │ │ ├─ 39621 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a70b3eb13d3848dd7d51a3fe0ebb6308ff9bd8aa4360e1aeb549fd1862da3a30 -address /run/containerd/containerd.sock │ │ ├─ 39643 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 03c1c180e69ac0f5a336162423a4db67427d53dba0a52f8ebb52fef7e68902e0 -address /run/containerd/containerd.sock │ │ ├─ 40158 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 144bbffc927bbec73d2e74a800bd85404ec2096d0db3c098d870353fe7cdc050 -address /run/containerd/containerd.sock │ │ ├─ 40914 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 67574696162f86fc90e5b43b2ea55a278cffbff241cdbe6271310b340602e59b -address /run/containerd/containerd.sock │ │ ├─ 40928 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 871b1838d8e336e4525370c2aff3618bf4d45ac16c8f72f4d47d66a4d55056c5 -address /run/containerd/containerd.sock │ │ ├─ 42285 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 6a54b44e42719133e62117bde08b541847525081cf5bbfcb236d5fad93fb7946 -address /run/containerd/containerd.sock │ │ ├─ 42679 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ae40f6333c7a901e4227f27246294dc7d146a35d3ea59d033d7e8251fed2266d -address /run/containerd/containerd.sock │ │ ├─ 42717 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eb8677c3b2e7778cd167842e4d66ce3b53f6658b407e49dc79d55b533c5632d1 -address /run/containerd/containerd.sock │ │ ├─ 43148 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8abf4edf523475b09a03db0814dc621da97730309850578af298aeda204de30f -address /run/containerd/containerd.sock │ │ ├─ 43656 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2546e7b0af55e82046acbda0fc6777f448ce9b37696f66a3fa30737a495d63f3 -address /run/containerd/containerd.sock │ │ ├─ 43695 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f3536d687fc4593a901197b9f4a0eb4a7b6e49377d14ad75741ed0a309971549 -address /run/containerd/containerd.sock │ │ ├─ 43733 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 08a1e11ac6f2ab777ca3c319251252e87c66f5dca590767c88e7f69d89a5182c -address /run/containerd/containerd.sock │ │ ├─ 46001 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f35a3099d02eba44121a47df3afc1bf96f1fe6e276c44bd6837953b8d270a848 -address /run/containerd/containerd.sock │ │ ├─ 46093 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e60666f2a3b557a20f0c658d8159c0088b0d3506eefb5058a4fe49fa09039730 -address /run/containerd/containerd.sock │ │ ├─ 46846 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eff5653d6447657889fbdb7a000dd2623a8c9cb6146dd9422b7456c6c9b0524b -address /run/containerd/containerd.sock │ │ ├─ 46943 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e15bf4f2690efa38dcd854946a202f4b715f19122e85d787fa54d89cefd4600f -address /run/containerd/containerd.sock │ │ ├─ 47320 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 93fab8179790c241cd701ef92da443c3be09eaf0fd222c7321bad13f82289152 -address /run/containerd/containerd.sock │ │ ├─ 47828 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1548e7c8bae02fd98d5c82cce2296065cf38f197fdcd78e0d690182ce9185986 -address /run/containerd/containerd.sock │ │ ├─ 48238 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e815a507c328b305f8a7dd63a911a5926806fdd41b2b90a369a94764f80daf17 -address /run/containerd/containerd.sock │ │ ├─ 50679 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id de684f5b3f7e3ce8e2bd4970b31a807cf24735c2651e5dd832e519fbb7037222 -address /run/containerd/containerd.sock │ │ ├─ 50825 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c9a354d714e85eca53082fa43fb8e35766b02e6631921b04d4c5b40d7f3054ee -address /run/containerd/containerd.sock │ │ ├─ 55016 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ab1e9f8e474ae879d9af8a16fe3ac8a207f6d0c722e6313cd79621286e876082 -address /run/containerd/containerd.sock │ │ ├─ 55669 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c9a4c53dc26a168aef23fa143775105158045c5d58dc7772a354b106b5328baf -address /run/containerd/containerd.sock │ │ ├─ 55739 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8007f8b5ef2c2c64da38b7cec08e8304d31efd56ce248c5543058ad8f9d05511 -address /run/containerd/containerd.sock │ │ ├─ 55778 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 65b615ca0bcc74bc60b998cf0f3fef18d7102794b53d743b0705a4fbcc78ac12 -address /run/containerd/containerd.sock │ │ ├─ 55934 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d291f35ebc899bebb33ba7d25860ec4d1b159a8d7ea587f219d646c9af297847 -address /run/containerd/containerd.sock │ │ ├─ 60026 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c196105974314e22be1c52f9da3a76a9364c9dd40aa55f095451902bcb105f7a -address /run/containerd/containerd.sock │ │ ├─ 60143 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7b53bfb400c56a871bc7e0222225bfb96a1656d342ab5ad34d93dd4f64e72837 -address /run/containerd/containerd.sock │ │ ├─ 60181 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 92d1beb67355c592299b1379a1bd53f3f0e469142f8ace6e5ac387849e24d2ee -address /run/containerd/containerd.sock │ │ ├─ 60224 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1de400f5e66c7e788ea6e3e38bed19010953a65f022bd103b9195ab2b987f57e -address /run/containerd/containerd.sock │ │ ├─ 61775 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 17bfddf879a418209de0dfebb05d8cdd92b75d12735824b74f9f7267f55f1a36 -address /run/containerd/containerd.sock │ │ ├─ 61867 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id abdc4077d15055b66dfd0a723a07e6dbe27d7ba58b49aaefe94b974b819081f6 -address /run/containerd/containerd.sock │ │ ├─ 61975 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d97bbd178e756ab849507e726ae11bd8278d14e1f5522052d1d2a2bb51f2f721 -address /run/containerd/containerd.sock │ │ ├─ 62098 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 72b1e701eb0d15c048ac4380a84ceb1edb4d11cd468e9de144c5cac62d482167 -address /run/containerd/containerd.sock │ │ ├─ 62158 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ca0618cf1fcc41d6ce462f1fa203ef9f3840935ef9154a0aebc4e1d1c74120e0 -address /run/containerd/containerd.sock │ │ ├─ 62473 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dba5c5bc4950a901e7ab5c973d52fb4bad14036807dced199a25b7c4d74f72a6 -address /run/containerd/containerd.sock │ │ ├─ 62803 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bdab69554391ca0b80005d252813c8feb21a8260a8c1cf3b0fc70b1fc3fb7bc2 -address /run/containerd/containerd.sock │ │ ├─ 63258 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 65c395862bdb84b1ea5ce142bcf22575b845dc698b6c231fc38751d4400cffa5 -address /run/containerd/containerd.sock │ │ ├─ 63413 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e6505c0d45dc47d6f4accf785ceef89abe7fff8f6334193baec73aa8e406d321 -address /run/containerd/containerd.sock │ │ ├─ 64167 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 43db350eff4636d219a8c5ae445f843471cbcb663475b17201d4069255609fa6 -address /run/containerd/containerd.sock │ │ ├─ 65954 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0cd386c496f8ddb001c821123b935cfa4acab2d6a317aecb3543aa1e3e10ea93 -address /run/containerd/containerd.sock │ │ ├─ 68199 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 609064cf78b3cf60471f02684bdcd1e96bbc0115e2d6b41d5a2ed6dda7a30057 -address /run/containerd/containerd.sock │ │ ├─ 77651 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 91ac6a6b5015f17c468f0c0e00776dfc30702c7c4380f92847b2c00235cd3df2 -address /run/containerd/containerd.sock │ │ ├─ 79100 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id e82c04dbf6fca694115df1af942b2a32c29ec16646f7b2471675e65da4598afd -address /run/containerd/containerd.sock │ │ ├─ 85181 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d68e7274e4a79681dac4e53be8a4bded08257cba217cd5502d0d972693253d1b -address /run/containerd/containerd.sock │ │ ├─ 91416 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 93a870c82b4bd1a3b150e9f3ceb1a5404fe595335bb7af3415023899d4ff844a -address /run/containerd/containerd.sock │ │ ├─ 95347 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c835d1d10a98feb975eaf46fad52c5c13730b3b05d467a93b0ba547a921dc349 -address /run/containerd/containerd.sock │ │ ├─ 95546 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8203e55764ac7ba74fd29346383f34541f7c95e0bea4e550a5711acd7f3beb38 -address /run/containerd/containerd.sock │ │ ├─108573 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f642a805c1ea1d1e39acbc4564924e34abde38b7ff4466d4fc76672c21fadaff -address /run/containerd/containerd.sock │ │ ├─110161 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 327e8a1e8a28c2bd7ae696ba76932051fc7d894c8bcd51a1206f8198e3422bc6 -address /run/containerd/containerd.sock │ │ ├─110206 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0480d7aedfb00dd181075f46231b2f3a5ab043a5edb978fe7bfbcc9d1e99dec9 -address /run/containerd/containerd.sock │ │ ├─112279 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 3b63efbbe47f363ca1989592bf57f41d17e9e70bde2283568bf772ae797b6a7e -address /run/containerd/containerd.sock │ │ ├─114066 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 72cf6c27d33ef7fdce1ab9b4f8d7a901458a19c7868fe1d728a1b9f1a3db22e6 -address /run/containerd/containerd.sock │ │ ├─114119 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id abdcf8263b3a5926bad9079db58e6a0a2ce140d3775afe6202e0fe11b2132edf -address /run/containerd/containerd.sock │ │ ├─127080 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f6fca6ac10201c10eff11c5fdd4b7ea58a225ed5a87454dad25833da56ac82f1 -address /run/containerd/containerd.sock │ │ ├─127125 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f3e819be108dd25ecbe7de39b8184ce7437626a4afb168b5f1ba9f39227ee09c -address /run/containerd/containerd.sock │ │ ├─129736 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dc7d4f59cd43a4b14dce2adc8c286b8969f9e2de708dffacb18e133560dadcff -address /run/containerd/containerd.sock │ │ ├─156261 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7fd1df0c4eec6672bd5d96c10c77e926836db27a38a96cb37f741adb7515f9ff -address /run/containerd/containerd.sock │ │ ├─157899 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 03e8c4b4ee2bf05a4e11f16ed7af675d8a31df62fdabceaf5e988b98761ed46b -address /run/containerd/containerd.sock │ │ ├─158370 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7396aa6d2603724688952214cd619f146ae1aa5813aa0cb0722147dcb16dc7cf -address /run/containerd/containerd.sock │ │ ├─159262 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fde163ecf092df812085330a9f4e786d3afa35413a72df1da923a31bb57dc53b -address /run/containerd/containerd.sock │ │ ├─161240 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id c2871c4c428ce99f0bd50393a8dc05ed14b50c88a54e90dc0bf1c7372e46e904 -address /run/containerd/containerd.sock │ │ ├─161588 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a644ce2276acda0c582bc71d92e9a71f6d517dc26fc9bf63f7c7fd225bcad1a1 -address /run/containerd/containerd.sock │ │ ├─161637 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cc86352e25a9803bfafd99b59c44e5b12a44b6e4b29be82ba7a5f220cbdab86b -address /run/containerd/containerd.sock │ │ ├─161814 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 0b67bfd18d247c999cc59a4a46126d8e57b37a87c8cae149ffdd2737fcc1edd0 -address /run/containerd/containerd.sock │ │ ├─161898 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 687d10a95284ef6e065daa6bfd11e682862d381076a3221e7e15fb4be6343386 -address /run/containerd/containerd.sock │ │ ├─162240 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 73bf8e69e5bf233598d8ad557c2eced65e2fff2d96e8bde5fb8b1bc073741a59 -address /run/containerd/containerd.sock │ │ ├─174105 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1b41adf5bfd090f3b149dbd02e9788e38f43233d992d32d4dd2ef530e6f0fa76 -address /run/containerd/containerd.sock │ │ ├─175903 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id dc62c944d13adb1e713c571ee34ed0e1a8f491e1ad4ac7096c62053f82faf801 -address /run/containerd/containerd.sock │ │ ├─175979 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 26aeb22e1e70b9f8e1195a1f92d29e4215e820769e26486514b78eb5ba0b21a5 -address /run/containerd/containerd.sock │ │ ├─176106 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 99a48fcedfb08a4df3d89ef6d0858771c8089671a7ddcedaad2434047cd0ab81 -address /run/containerd/containerd.sock │ │ ├─176113 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 7494ed1792e42ed2501d77446008de4c7c18a66a607314d5fd1a1411a98f4fa2 -address /run/containerd/containerd.sock │ │ ├─176230 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 544b895864a3b756a9fda09f12b65724cc70afd2ed35e7f364f0198fd6081c0d -address /run/containerd/containerd.sock │ │ ├─176314 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 485a7972d463593178ee8d3f93882623f9477ba1210945e569eb2a28616b22c1 -address /run/containerd/containerd.sock │ │ ├─176422 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8df959c449b7dd4c12fe87edf44b6694684640b4db1816e0d1497cafb9d7c649 -address /run/containerd/containerd.sock │ │ ├─189457 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id eedc6dc6dee220398f2bafbf1d4b447ac92a901e3b4afea9c6ad76f9bbaf75c8 -address /run/containerd/containerd.sock │ │ ├─192069 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8fb3f0cbff8144733fdf8881360197cc5f8bede38d6728a3556858f22c0e6202 -address /run/containerd/containerd.sock │ │ ├─192110 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 83597bbeafc1432110dfba22612fa5d10c57ec2ecf469c17eddf4cdc704c4636 -address /run/containerd/containerd.sock │ │ ├─192167 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 1975326d4e5835442e518cca658d856e0701e7600ba28df7716104293a2f1dd3 -address /run/containerd/containerd.sock │ │ ├─208813 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 5900e76888183c811b4e0889c56fa2d59bdbb32f2957c09d887b1a73587f0818 -address /run/containerd/containerd.sock │ │ ├─217682 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 032c76c7deba7f151940ff7738efc8e8d6847bd4c519e22edb9dd97bd7286d38 -address /run/containerd/containerd.sock │ │ ├─217864 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id cf494b2693692cc07838f4740ba77f2cf8bace5266b94c32943b4cf3afd944c2 -address /run/containerd/containerd.sock │ │ ├─217884 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a043c4575dc4b8a22c99a67a38b09d9a4c1d6b5f01c9151e77cdaa7bf5be1aba -address /run/containerd/containerd.sock │ │ ├─218075 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ce8b8fffe6cd1b997329fdef48c7474212fd97e4c2dae5a2aa102102d34fe6e1 -address /run/containerd/containerd.sock │ │ ├─229615 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d1c8af28a9fad33fec00d67514dc703a42bd492f179c0fa2db83b819ffe66545 -address /run/containerd/containerd.sock │ │ ├─232136 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ab743fc16ca082b404b4a3f36a750288ed328152c23797d63258eb81f699ac96 -address /run/containerd/containerd.sock │ │ ├─233494 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 08b6341f34af845b1bdf30532ab4aea5f1c42c294befc590f8d1692eaa799362 -address /run/containerd/containerd.sock │ │ ├─234371 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id bf13d3c309dc842d7ee3bf9555b8dea62c4f63a326a34b64a5edcd8168541dbb -address /run/containerd/containerd.sock │ │ ├─235477 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ae598c93f3fd140ca4cc5fbfca156c9064c2cf62de24ec43a1182dc1e2a66553 -address /run/containerd/containerd.sock │ │ ├─237831 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 2caaadde7e1b64f1ab6c4ec91af81cae1aec481465892fc94de014756e9db839 -address /run/containerd/containerd.sock │ │ ├─238817 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 8d89bacf1eb7f3b4d8e237d6bfd4b14fb9cbdd945bb254af4d25c56e575ca0f8 -address /run/containerd/containerd.sock │ │ ├─238881 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 67abee0c8da0043fb8308d2c6eead354bdbc62d855e753a49b239436eba73295 -address /run/containerd/containerd.sock │ │ ├─248705 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id f1ca0f0f91ec9ba737b85f23c91ae569f8a9018caef8f7f1c1289f38487a9764 -address /run/containerd/containerd.sock │ │ ├─249129 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id a6302f7fc5dbbeed4759640c34ee87e787c6aa2ef1d247966e17b4a28f101fd1 -address /run/containerd/containerd.sock │ │ ├─252822 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 78822db5f339171b407784087aff42598ce378d6821d5e0afe3959c6559f9408 -address /run/containerd/containerd.sock │ │ ├─257453 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id ae29afca366ac135f4464976032d45dd2391042a2d510835f9918ca027b9a0e8 -address /run/containerd/containerd.sock │ │ ├─257770 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d4ab18930d1340c7d71120b634c802b5f9a08f34147533b3061311f0be07ae2b -address /run/containerd/containerd.sock │ │ ├─257830 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 9335d1a6c180e4840a0785724c538f16581f66803ac743bbb4860d04b65c9119 -address /run/containerd/containerd.sock │ │ ├─257886 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id afd17479dc7fcbecd8754b695064a6c1f45b7d2e3e7b1e12325da9ff79987801 -address /run/containerd/containerd.sock │ │ ├─269963 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id 55eeaa989403ec6b653ce70cc6ccf50677fcff1502bf5bbab1f477bceeea2953 -address /run/containerd/containerd.sock │ │ ├─272909 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id d78c0247f3f9baeabe907467d136e200459c0f81b3ade5532ecf83337643016f -address /run/containerd/containerd.sock │ │ └─274289 /usr/bin/containerd-shim-runc-v2 -namespace k8s.io -id fbcf33f65c0db553a93281379c67924cd465633092ba77f1685442de3dde5d3b -address /run/containerd/containerd.sock │ ├─packagekit.service │ │ └─1184 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─521 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─392 /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 │ │ │ ├─29032 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/unit.run │ │ │ └─29304 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-1 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1:/var/lib/ceph/osd/ceph-1:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.1/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@crash.instance.service │ │ │ ├─19374 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/unit.run │ │ │ └─19394 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-crash --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-crash-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/config:/etc/ceph/ceph.conf:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash.instance/keyring:/etc/ceph/ceph.client.crash.instance.keyring quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n client.crash.instance │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mgr.instance.vdlgau.service │ │ │ ├─12461 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.vdlgau/unit.run │ │ │ └─12492 /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-vdlgau --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18.2.7 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.vdlgau:/var/lib/ceph/mgr/ceph-instance.vdlgau:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mgr.instance.vdlgau/config:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v18.2.7 -n mgr.instance.vdlgau -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.0.service │ │ │ ├─24321 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/unit.run │ │ │ └─24585 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-0 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0:/var/lib/ceph/osd/ceph-0:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.0/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ ├─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@osd.2.service │ │ │ ├─33612 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/unit.run │ │ │ └─33888 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-osd --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-osd-2 --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2:/var/lib/ceph/osd/ceph-2:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/osd.2/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs quay.io/ceph/ceph@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0 -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ │ └─ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4@mon.instance.service │ │ ├─12101 /bin/bash /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/unit.run │ │ └─12130 /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-4837cbf8-4f90-4300-b3f6-726c9b9f89b4-mon-instance --pids-limit=0 -e CONTAINER_IMAGE=quay.io/ceph/ceph:v18.2.7 -e NODE_NAME=instance -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/run/ceph:z -v /var/log/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4:/var/log/ceph:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/crash:/var/lib/ceph/crash:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance:/var/lib/ceph/mon/ceph-instance:z -v /var/lib/ceph/4837cbf8-4f90-4300-b3f6-726c9b9f89b4/mon.instance/config:/etc/ceph/ceph.conf:z -v /dev:/dev -v /run/udev:/run/udev quay.io/ceph/ceph:v18.2.7 -n mon.instance -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true │ ├─docker.service … │ │ └─10170 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock │ ├─polkit.service │ │ └─644 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─618 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─multipathd.service │ │ └─144113 /sbin/multipathd -d -s │ ├─kubelet.service │ │ └─40033 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config.yaml --cgroups-per-qos=false --container-runtime-endpoint=/run/containerd/containerd.sock --enforce-node-allocatable= --node-ip=199.204.45.65 --pod-infra-container-image=harbor.atmosphere.dev/registry.k8s.io/pause:3.9 │ ├─system-modprobe.slice │ ├─docker-1f28ba66b44a72302f00a5a5cf9e08176f0ca99bba8ceaf805424d0ad2cf0926.scope … │ │ ├─19443 /sbin/docker-init -- /usr/bin/ceph-crash -n client.crash.instance │ │ └─19460 /usr/bin/python3 -s /usr/bin/ceph-crash -n client.crash.instance │ ├─docker-22c2ff1ff1234da9446349d469557179ba18638d7695ade474c711c823f2ae72.scope … │ │ ├─24627 /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 │ │ └─24639 /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug │ ├─systemd-journald.service │ │ └─358 /lib/systemd/systemd-journald │ ├─ssh.service │ │ └─647 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups │ ├─run-r9b858ae6e16348deb4841f983f372cef.scope │ │ └─190555 /usr/sbin/libvirtd --listen │ ├─cloud-final.service │ ├─uuidd.service │ │ └─1388 /usr/sbin/uuidd --socket-activation │ ├─cloud-config.service │ ├─chrony.service │ │ ├─10675 /usr/sbin/chronyd -F 1 │ │ └─10676 /usr/sbin/chronyd -F 1 │ ├─docker.socket │ ├─systemd-resolved.service │ │ └─396 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─iscsid.service │ │ ├─143921 /sbin/iscsid │ │ └─143922 /sbin/iscsid │ ├─docker-ca8f18e7c4a0a164fae7a454777b2fc9c426aefb646769eaa2b602d386cbca14.scope … │ │ ├─33931 /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 │ │ └─33944 /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 │ ├─dbus.service │ │ └─614 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─624 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─620 /lib/systemd/systemd-logind ├─k8s.io │ ├─4e96327d1addf43123ef315c6464c1bcb27be529c88fc0e1b06ca161d858a1a1 │ │ ├─227864 octavia-worker: master process [/var/lib/openstack/bin/octavia-worker --config-file /etc/octavia/octavia.conf] │ │ ├─228407 octavia-worker: ConsumerService worker(0) │ │ └─228410 octavia-worker: ConsumerService worker(1) │ ├─7fd1df0c4eec6672bd5d96c10c77e926836db27a38a96cb37f741adb7515f9ff │ │ └─156285 /pause │ ├─328d8a1dea6c87275ac16e4b5ae76a682014c7f00a4b0986e2b578bdcf93ef1a │ │ ├─110572 staffeln-conductor: master process [/var/lib/openstack/bin/staffeln-conductor --config-file /etc/staffeln/staffeln.conf] │ │ ├─110766 staffeln-conductor: Staffeln conductor backup controller worker(0) │ │ └─110768 staffeln-conductor: Staffeln conductor rotation controller worker(0) │ ├─dc99748f9dd75c2dc4bddb5d6e80d3ddc25f7136468cfe17ba625d6ef4ffddd4 │ │ ├─64492 /usr/bin/vector --config-dir /etc/vector/ │ │ └─64540 journalctl --follow --all --show-cursor --output=json --boot --since=2000-01-01 │ ├─43182af39cab0251a86f2d9bdea6f00f9e2d7849b8bd5ff562e4c7e4dc512345 │ │ └─64335 memcached -v -p 11211 -U 0 -c 8192 -m 1024 │ ├─9e375787acaf7e8036cc230247dd265191a9f9c2b85c194842f33566fea41b4f │ │ ├─187756 neutron-l3-agent: master process [/var/lib/openstack/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini] │ │ ├─188083 neutron-l3-agent: ServiceWrapper worker(0) │ │ ├─188332 /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/tmpwxstzwey/privsep.sock │ │ ├─375942 /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/tmpy600fnf7/privsep.sock │ │ ├─376455 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp__qy4c8l/privsep.sock │ │ ├─376800 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─376803 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─383710 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=7e3e7875-1a52-4930-b785-227369183f24 --namespace=qrouter-7e3e7875-1a52-4930-b785-227369183f24 --conf_dir=/var/lib/neutron/ha_confs/7e3e7875-1a52-4930-b785-227369183f24 --log-file=/var/lib/neutron/ha_confs/7e3e7875-1a52-4930-b785-227369183f24/neutron-keepalived-state-change.log --monitor_interface=ha-ff0faf3e-4f --monitor_cidr=169.254.0.22/24 --pid_file=/var/lib/neutron/external/pids/7e3e7875-1a52-4930-b785-227369183f24.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ │ └─389578 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-keepalived-state-change --router_id=360e30db-c9ae-4fc2-8ad0-d08479c3b857 --namespace=qrouter-360e30db-c9ae-4fc2-8ad0-d08479c3b857 --conf_dir=/var/lib/neutron/ha_confs/360e30db-c9ae-4fc2-8ad0-d08479c3b857 --log-file=/var/lib/neutron/ha_confs/360e30db-c9ae-4fc2-8ad0-d08479c3b857/neutron-keepalived-state-change.log --monitor_interface=ha-df1834f6-4c --monitor_cidr=169.254.0.114/24 --pid_file=/var/lib/neutron/external/pids/360e30db-c9ae-4fc2-8ad0-d08479c3b857.monitor.pid.neutron-keepalived-state-change-monitor --state_path=/var/lib/neutron --user=42424 --group=42424 │ ├─d4ab18930d1340c7d71120b634c802b5f9a08f34147533b3061311f0be07ae2b │ │ └─257811 /pause │ ├─eff5653d6447657889fbdb7a000dd2623a8c9cb6146dd9422b7456c6c9b0524b │ │ └─46870 /pause │ ├─189d103f958e20bb2f3a06b799e94bb37547e8063c1a232b03f9a4f2c70af7fe │ │ └─47669 percona-xtradb-cluster-operator │ ├─2b4b91f13d25c353d1b2f439ba994fdc3ab59d299dbd7362c99fa59c42d0dc7c │ │ └─189830 /bin/bash /tmp/libvirt.sh │ ├─e82c04dbf6fca694115df1af942b2a32c29ec16646f7b2471675e65da4598afd │ │ └─79122 /pause │ ├─ab743fc16ca082b404b4a3f36a750288ed328152c23797d63258eb81f699ac96 │ │ └─232159 /pause │ ├─2546e7b0af55e82046acbda0fc6777f448ce9b37696f66a3fa30737a495d63f3 │ │ └─43684 /pause │ ├─7ada63620c8e1e2d20211ccbdfaf20df8c4978aee024b6760fe2f1b32ae4197e │ │ └─47140 /manager --metrics-bind-address=:8080 │ ├─0b67bfd18d247c999cc59a4a46126d8e57b37a87c8cae149ffdd2737fcc1edd0 │ │ └─161858 /pause │ ├─a644ce2276acda0c582bc71d92e9a71f6d517dc26fc9bf63f7c7fd225bcad1a1 │ │ └─161620 /pause │ ├─2c325c49f4a8aac7310b1b4a66b9a9b65cf3d6fd14c27b76dc3cd5ced22ab45e │ │ └─39732 /pause │ ├─871b1838d8e336e4525370c2aff3618bf4d45ac16c8f72f4d47d66a4d55056c5 │ │ └─40972 /pause │ ├─5900e76888183c811b4e0889c56fa2d59bdbb32f2957c09d887b1a73587f0818 │ │ └─208837 /pause │ ├─f93340f6338d9f93be2abc827c9404cc2450da60443d63c244284c69e2a62982 │ │ └─267731 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-scheduler --config-file /etc/manila/manila.conf │ ├─18ec9df9f8f10d3abf8c60bc443bad0a288ee3ffe7910d6c0c15108e2ef784d3 │ │ └─64900 /goldpinger --static-file-path /static │ ├─05ea513fcb8c04600157e10f4e7fbfbfbbc876b316e6841902ad4a3fcf202915 │ │ ├─228568 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─228586 dhclient -v o-hm0 -cf /tmp/dhclient.conf │ │ ├─229252 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─229253 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412640 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412641 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412643 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412644 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412645 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412646 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412647 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412648 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412649 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412650 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412651 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412653 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412654 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412656 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412658 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412663 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412667 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412668 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412669 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412670 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412671 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412674 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412675 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412676 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412677 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412678 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412679 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412680 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412681 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412682 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ ├─412683 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ │ └─412684 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-health-manager --config-file /etc/octavia/octavia.conf │ ├─37318f8181c7b759c188f45d3336da9952c7c3c4c547efc4e27ab32277454d6e │ │ ├─185173 neutron-policy-server: uWSGI master │ │ ├─185186 neutron-policy-server: uWSGI worker 1 │ │ └─185187 neutron-policy-server: uWSGI worker 2 │ ├─44d549de1fa920715432cdfed3f0ad73217d70accc1886c6c56e5937234287ac │ │ ├─248769 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-cluster-api-proxy │ │ ├─249551 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --privsep_context magnum_cluster_api.privsep.haproxy_pctxt --privsep_sock_path /tmp/tmpv55c96l6/privsep.sock │ │ ├─249557 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ │ └─249562 haproxy -f /var/lib/magnum/.magnum-cluster-api-proxy/haproxy.cfg │ ├─46e8902d61c7f8f70e64491388a332ebfd3f47a1730cb81ad253d40b1a4880d0 │ │ └─60909 /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 │ ├─99c3d447b75af3504935c4cb59ff5c5fbc5dc5ec7c636e6eb423538179d3a475 │ │ └─42770 /coredns -conf /etc/coredns/Corefile │ ├─00885a0fbbcf70803cd72f574897084ec78900b9b46d78930b7400a88d9a07c4 │ │ └─234419 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false │ ├─fbcf33f65c0db553a93281379c67924cd465633092ba77f1685442de3dde5d3b │ │ └─274313 /pause │ ├─7494ed1792e42ed2501d77446008de4c7c18a66a607314d5fd1a1411a98f4fa2 │ │ └─176183 /pause │ ├─f9ecafe467927e53c9cb8df126ace27c09c5af0471797e2ce54f8ffed861e173 │ │ └─63959 memcached -m 8192 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─87dd3d14f9cc47f43493d06d78e93d422f7d126fe5a988a2f8186e49dd42d4da │ │ ├─ 46328 /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 │ │ ├─ 46346 /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 │ │ ├─ 46410 nginx: master process /usr/bin/nginx -c /etc/nginx/nginx.conf │ │ ├─272340 nginx: worker process │ │ ├─272341 nginx: worker process │ │ └─272342 nginx: cache manager process │ ├─b6d5647a5e2b8db544f50503c705718d5f90bf42463d393fd1dfbe7e1cf7d321 │ │ ├─172881 nova-scheduler: master process [/var/lib/openstack/bin/nova-scheduler --config-file /etc/nova/nova.conf] │ │ ├─173467 nova-scheduler: ServiceWrapper worker(0) │ │ └─173469 nova-scheduler: ServiceWrapper worker(1) │ ├─abdc4077d15055b66dfd0a723a07e6dbe27d7ba58b49aaefe94b974b819081f6 │ │ └─61903 /pause │ ├─b7b69504cd69e11a6a487e5f80b77a9dfaf9c88415af25c86e16d39e24975163 │ │ ├─ 71462 apache2 -DFOREGROUND │ │ ├─ 71488 (wsgi:k -DFOREGROUND │ │ ├─ 71489 (wsgi:k -DFOREGROUND │ │ ├─ 71490 (wsgi:k -DFOREGROUND │ │ ├─ 71491 (wsgi:k -DFOREGROUND │ │ ├─403938 apache2 -DFOREGROUND │ │ └─415124 apache2 -DFOREGROUND │ ├─abdcf8263b3a5926bad9079db58e6a0a2ce140d3775afe6202e0fe11b2132edf │ │ └─114163 /pause │ ├─dc62c944d13adb1e713c571ee34ed0e1a8f491e1ad4ac7096c62053f82faf801 │ │ └─175950 /pause │ ├─ffec060a273aa43a23c50c5b4852e6b6222580873d1c6c1fb13bd0d7c31a4a81 │ │ └─111974 /var/lib/openstack/bin/python /var/lib/openstack/bin/staffeln-api --config-file /etc/staffeln/staffeln.conf │ ├─eb8677c3b2e7778cd167842e4d66ce3b53f6658b407e49dc79d55b533c5632d1 │ │ └─42740 /pause │ ├─55eeaa989403ec6b653ce70cc6ccf50677fcff1502bf5bbab1f477bceeea2953 │ │ └─269987 /pause │ ├─e2c956949c7206638a04a0180f9b34f8a1c85160652dd30462cd6fd1e5ce4d40 │ │ └─237894 /manager --leader-elect --v=2 --diagnostics-address=127.0.0.1:8080 --insecure-diagnostics=true │ ├─93a870c82b4bd1a3b150e9f3ceb1a5404fe595335bb7af3415023899d4ff844a │ │ └─91439 /pause │ ├─f29c6b4395a34d0e0f7a0da0a16990ca73f9cde8d9989b68e4bca3627d80a5d7 │ │ └─65196 /bin/prometheus --web.console.templates=/etc/prometheus/consoles --web.console.libraries=/etc/prometheus/console_libraries --config.file=/etc/prometheus/config_out/prometheus.env.yaml --web.enable-lifecycle --web.external-url=http://prometheus.199-204-45-65.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 │ ├─0ff6eb38026335a176c6089d6b047096f3aff807826a67395fe78b2e7539111f │ │ ├─177051 /bin/bash /tmp/neutron-netns-cleanup-cron.sh │ │ └─421358 sleep 300 │ ├─9aef9423f4749820a2006b0c848945a00bc6be3cbeb5d994c6f4a355fd198fc9 │ │ ├─185128 neutron-api: uWSGI master │ │ ├─185159 neutron-api: uWSGI worker 1 │ │ └─185160 neutron-api: uWSGI worker 2 │ ├─ec764c7be04c5a7de3c40d60c0d26a51aafe746661dc696ce7eaa2e4c86b8124 │ │ └─65243 /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 │ ├─6267d21c98d19c091314449fe9aa018f889fb493c8359198c71fd371fa618eae │ │ └─56047 nfd-gc -gc-interval=1h │ ├─5eda414d6dd19cbc37c52033a130e813eb3251e589065f7d4e42767c1dabb0ac │ │ └─66072 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─0cd386c496f8ddb001c821123b935cfa4acab2d6a317aecb3543aa1e3e10ea93 │ │ └─65978 /pause │ ├─485a7972d463593178ee8d3f93882623f9477ba1210945e569eb2a28616b22c1 │ │ └─176357 /pause │ ├─f73e70be2a0e9467bee029329cb5fbb39050f671485cf42bdcd23f0fe5c5eb65 │ │ └─50914 valkey-server *:6379 │ ├─bb0391b0769361166ff2873ea46997218ee55f87c0b867c4f70ba12706f0bac0 │ │ └─66004 /bin/pushgateway │ ├─7396aa6d2603724688952214cd619f146ae1aa5813aa0cb0722147dcb16dc7cf │ │ └─158398 /pause │ ├─da12e76b30a83c4087abcab89a5b41676c8a66f7b1232ea4ac118de5f87bd9db │ │ ├─267777 manila-api: uWSGI master │ │ ├─267823 manila-api: uWSGI worker 1 │ │ └─267824 manila-api: uWSGI worker 2 │ ├─91ac6a6b5015f17c468f0c0e00776dfc30702c7c4380f92847b2c00235cd3df2 │ │ └─77675 /pause │ ├─14064a1997f6067f8ba5274c07b5bad1583eb11e1d7e40854c7993c11cd294d7 │ │ └─39683 /pause │ ├─cc86352e25a9803bfafd99b59c44e5b12a44b6e4b29be82ba7a5f220cbdab86b │ │ └─161660 /pause │ ├─f169276049534b1929cd2756efadba33c4b1b07426c0b63262ee5c487ea444bd │ │ └─51067 java -Dkc.config.built=true -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.err.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 -XX:+ExitOnOutOfMemoryError -Djava.security.egd=file:/dev/urandom -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:FlightRecorderOptions=stackdepth=512 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:MaxRAMPercentage=70 -XX:MinRAMPercentage=70 -XX:InitialRAMPercentage=50 --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED -Djgroups.dns.query=keycloak-headless.auth-system.svc.cluster.local -Dkc.home.dir=/opt/keycloak/bin/.. -Djboss.server.config.dir=/opt/keycloak/bin/../conf -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dpicocli.disable.closures=true -Dquarkus-log-max-startup-records=10000 -cp /opt/keycloak/bin/../lib/quarkus-run.jar io.quarkus.bootstrap.runner.QuarkusEntryPoint --verbose start --health-enabled=true --http-enabled=true --http-port=8080 --hostname-strict=false --spi-events-listener-jboss-logging-success-level=info --spi-events-listener-jboss-logging-error-level=warn --transaction-xa-enabled=false --metrics-enabled=true │ ├─2bd54fa7424d56525260c28ce06fc50c9608994079f77ea3b0766aa2902b1724 │ │ ├─209002 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─209024 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─209031 erl_child_setup 1048576 │ │ ├─209172 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─209173 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─209187 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─209355 /bin/sh -s rabbit_disk_monitor │ ├─99a48fcedfb08a4df3d89ef6d0858771c8089671a7ddcedaad2434047cd0ab81 │ │ └─176162 /pause │ ├─ac2dece82c6d35e11d15159477eef5c96c391c144ded40efe1ce8c2b2563bf1b │ │ ├─109073 glance-api: uWSGI master │ │ ├─109105 glance-api: uWSGI worker 1 │ │ └─109106 glance-api: uWSGI worker 2 │ ├─8abf4edf523475b09a03db0814dc621da97730309850578af298aeda204de30f │ │ └─43172 /pause │ ├─10dfb72e2828c8d09900d47bfc4195e351778d3b24dce215fd64d021332f9619 │ │ ├─276911 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ │ └─276924 keepalived -f /etc/keepalived/keepalived.conf --dont-fork --log-console --log-detail --dump-conf │ ├─327e8a1e8a28c2bd7ae696ba76932051fc7d894c8bcd51a1206f8198e3422bc6 │ │ └─110185 /pause │ ├─09c115b647ed6806b26881894142d1b459d0d3a8ee4ec6ad4a22ec548f0dfca9 │ │ └─56080 nfd-master -crd-controller=true -metrics=8081 │ ├─daff463c93d249c874836ff9630b6f5da07da673d034503dbab21854ef776ec3 │ │ ├─112394 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─112412 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─112418 erl_child_setup 1048576 │ │ ├─112565 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─112566 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─112576 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─112665 /bin/sh -s rabbit_disk_monitor │ ├─e15bf4f2690efa38dcd854946a202f4b715f19122e85d787fa54d89cefd4600f │ │ └─46966 /pause │ ├─a6302f7fc5dbbeed4759640c34ee87e787c6aa2ef1d247966e17b4a28f101fd1 │ │ └─249157 /pause │ ├─1975326d4e5835442e518cca658d856e0701e7600ba28df7716104293a2f1dd3 │ │ └─192198 /pause │ ├─ae40f6333c7a901e4227f27246294dc7d146a35d3ea59d033d7e8251fed2266d │ │ └─42703 /pause │ ├─cafa9e1f418c5a11ca0919b2e733b78df6272b698d604f66543b0a37f31d3411 │ │ ├─185126 neutron-rpc-server: master process [/var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini] │ │ ├─185411 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─185413 neutron-server: rpc worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ └─185417 neutron-server: rpc reports worker (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rpc-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ ├─d6845b8ce1ba1109aa0eca8f769887e6ca067662095ed9be31a8204dbef7c84d │ │ ├─91643 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─91663 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─91669 erl_child_setup 1048576 │ │ ├─91739 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91740 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─91750 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─92021 /bin/sh -s rabbit_disk_monitor │ ├─f1ca0f0f91ec9ba737b85f23c91ae569f8a9018caef8f7f1c1289f38487a9764 │ │ └─248732 /pause │ ├─2caaadde7e1b64f1ab6c4ec91af81cae1aec481465892fc94de014756e9db839 │ │ └─237854 /pause │ ├─c2871c4c428ce99f0bd50393a8dc05ed14b50c88a54e90dc0bf1c7372e46e904 │ │ └─161298 /pause │ ├─ab1e9f8e474ae879d9af8a16fe3ac8a207f6d0c722e6313cd79621286e876082 │ │ └─55041 /pause │ ├─09d6e2388e96fe23611ae49d7c93c21e3f344b4891e2d316d634b8d35562c343 │ │ ├─41419 cilium-agent --config-dir=/tmp/cilium/config-map │ │ └─41799 cilium-health-responder --listen 4240 --pidfile /var/run/cilium/state/health-endpoint.pid │ ├─b9c499fde78a42965543a3fae3ce2a1b708df54b1473ea912fad6d17f62e9f4a │ │ ├─204709 heat-api-cfn: uWSGI master │ │ ├─204778 heat-api-cfn: uWSGI worker 1 │ │ └─204779 heat-api-cfn: uWSGI worker 2 │ ├─9e6bc570575f0fcc47290e9dbd2130c6a0075a84f6e3185f737c965e63d510d9 │ │ └─66133 /bin/memcached_exporter │ ├─f35a3099d02eba44121a47df3afc1bf96f1fe6e276c44bd6837953b8d270a848 │ │ └─46033 /pause │ ├─073fce393675472c3695548ae6b0bd140bbda3bebc9532aca40091e12fa1f505 │ │ └─43917 /app/cmd/cainjector/cainjector --v=2 --leader-election-namespace=cert-manager │ ├─67574696162f86fc90e5b43b2ea55a278cffbff241cdbe6271310b340602e59b │ │ └─40968 /pause │ ├─eedc6dc6dee220398f2bafbf1d4b447ac92a901e3b4afea9c6ad76f9bbaf75c8 │ │ └─189481 /pause │ ├─e3dac8784cce94dcdd168a7e2abd5d332e03d74665bebc33d2800ff1bcc914bd │ │ └─40213 /usr/local/bin/kube-proxy --config=/var/lib/kube-proxy/config.conf --hostname-override=instance │ ├─191466ab8a70311c1d16d61f7b7278fdace69a4e026d3ca155dd2296457ae514 │ │ ├─204694 heat-engine: master process [/var/lib/openstack/bin/heat-engine --config-file /etc/heat/heat.conf] │ │ ├─205044 heat-engine: ServiceWrapper worker(0) │ │ └─205047 heat-engine: ServiceWrapper worker(1) │ ├─98f3e1a6aad1ef4903e1070eb5ad309df2341256adc18f79800cc83b14292ba1 │ │ └─39965 /kube-vip manager │ ├─b80b12d2959a6d9a4ceaf92fc2c1792c1ea644ee0a10dab49b1ac6e1fc38b98b │ │ ├─172049 nova-api: uWSGI master │ │ ├─172082 nova-api: uWSGI worker 1 │ │ └─172083 nova-api: uWSGI worker 2 │ ├─de684f5b3f7e3ce8e2bd4970b31a807cf24735c2651e5dd832e519fbb7037222 │ │ └─50703 /pause │ ├─c196105974314e22be1c52f9da3a76a9364c9dd40aa55f095451902bcb105f7a │ │ └─60070 /pause │ ├─29770e6043c0d36e6da1e1481925c8f697b680a49f53f7317f89b8e537972433 │ │ └─127724 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-backup --config-file /etc/cinder/cinder.conf │ ├─396cd87b856442e653860a55eb371e112937248861bf444d2707bff7cf3f4e12 │ │ ├─159402 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─159420 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─159426 erl_child_setup 1048576 │ │ ├─159497 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─159498 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─159508 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─159668 /bin/sh -s rabbit_disk_monitor │ ├─dba5c5bc4950a901e7ab5c973d52fb4bad14036807dced199a25b7c4d74f72a6 │ │ └─62497 /pause │ ├─749239252c1b13225af4e3c7287cd6078f88741ec8c79e876404cb10d2ecad5a │ │ ├─156656 /tini -s -- /tmp/openvswitch-vswitchd.sh start │ │ └─156669 /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 │ ├─78822db5f339171b407784087aff42598ce378d6821d5e0afe3959c6559f9408 │ │ └─252846 /pause │ ├─33e37809b49e7a8254bbf4c8b19c7ee06bc2b0110eb1ed08a2451745344b9d02 │ │ └─47013 /manager --metrics-bind-address=:9782 │ ├─65c395862bdb84b1ea5ce142bcf22575b845dc698b6c231fc38751d4400cffa5 │ │ └─63282 /pause │ ├─1e925038a94c888e816c9ee28bde02f4f3f8ca07ce77906fd87920fa18eed340 │ │ └─43870 /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 │ ├─378430b4dc6b0ca9dd3f49306da6633c6eb8acf81844f530f96d65d5fdd8b98f │ │ └─43962 /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 │ ├─72b1e701eb0d15c048ac4380a84ceb1edb4d11cd468e9de144c5cac62d482167 │ │ └─62136 /pause │ ├─a14f18fc4b92e45897e115486ac31c519eabb5e6212ff69b66ba915c9f10a163 │ │ └─235656 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true,PriorityQueue=false │ ├─5b8b3516171b639f4a6acad989a325ed63b82e598c4efef7784b34c88d77d296 │ │ └─39827 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 │ ├─373da48a4d8e79cbf756c8c0683c0c08d59b038add47c273317bcfe6f12e386c │ │ └─39860 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 │ ├─c2dd51cabd9942cab9fb2cbc2172d9ee58f7d941d88b9a6dd0c99aae18bd1694 │ │ └─233901 /manager --leader-elect --diagnostics-address=:8443 --insecure-diagnostics=false --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false --bootstrap-token-ttl=15m │ ├─03c1c180e69ac0f5a336162423a4db67427d53dba0a52f8ebb52fef7e68902e0 │ │ └─39734 /pause │ ├─afd17479dc7fcbecd8754b695064a6c1f45b7d2e3e7b1e12325da9ff79987801 │ │ └─257920 /pause │ ├─a043c4575dc4b8a22c99a67a38b09d9a4c1d6b5f01c9151e77cdaa7bf5be1aba │ │ └─217926 /pause │ ├─e8407cf85b85b76c886ecefc9461856b1b053b3ef8fd9612adec324185461cef │ │ └─267749 /var/lib/openstack/bin/python /var/lib/openstack/bin/manila-data --config-file /etc/manila/manila.conf │ ├─0c072003915b109f5590f70bbe413b5aef92d05423c29b1ff6bc5e2e8f11b54d │ │ └─66188 /bin/oauth2-proxy │ ├─f3e819be108dd25ecbe7de39b8184ce7437626a4afb168b5f1ba9f39227ee09c │ │ └─127155 /pause │ ├─c914c6b2b87034621a814005a19d5df703ad5ebe81176d56d645a994bef0ae8c │ │ ├─253223 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─253243 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─253272 erl_child_setup 1048576 │ │ ├─253400 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─253401 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─253411 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─253645 /bin/sh -s rabbit_disk_monitor │ ├─1de400f5e66c7e788ea6e3e38bed19010953a65f022bd103b9195ab2b987f57e │ │ └─60256 /pause │ ├─8fb3f0cbff8144733fdf8881360197cc5f8bede38d6728a3556858f22c0e6202 │ │ └─192094 /pause │ ├─93fab8179790c241cd701ef92da443c3be09eaf0fd222c7321bad13f82289152 │ │ └─47343 /pause │ ├─ff05f572244a7e8777043d25ba5e3dafb2531d4a48ed5b0a62d8df4fe119a615 │ │ └─190510 /prometheus-libvirt-exporter --libvirt.uri /run/libvirt/libvirt-sock-ro │ ├─d78c0247f3f9baeabe907467d136e200459c0f81b3ade5532ecf83337643016f │ │ └─272942 /pause │ ├─c6f996f0dd64b26ebf48c6f6851dd4f2e2d5bd695f05937508ce5cd25fe1651d │ │ ├─229895 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─229914 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─229920 erl_child_setup 1048576 │ │ ├─229974 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229975 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─229985 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─230100 /bin/sh -s rabbit_disk_monitor │ ├─0dd0a2e2722e21d7d413786d45ff66ab720930a48ae7ac491d1059a9e25a1690 │ │ └─156622 /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 │ ├─6a54b44e42719133e62117bde08b541847525081cf5bbfcb236d5fad93fb7946 │ │ └─42307 /pause │ ├─26aeb22e1e70b9f8e1195a1f92d29e4215e820769e26486514b78eb5ba0b21a5 │ │ └─176004 /pause │ ├─0c01dcccd592376a42943b1c73413b32517fe843700bc4899894d5dbe0c980aa │ │ └─56008 nfd-worker -metrics=8081 │ ├─7645acf425e128e0f986d01183ff49f997ff283d91755aaf5b309ea44059aa9c │ │ └─66102 /bin/memcached_exporter --memcached.address=localhost:11211 --web.listen-address=0.0.0.0:9150 │ ├─a52f6da83c0ae3cb2852d7af36f555acf6e54da6086f6df368c8692a9a4ac276 │ │ ├─77796 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─77813 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─77819 erl_child_setup 1048576 │ │ ├─77877 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─77878 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─77888 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─78093 /bin/sh -s rabbit_disk_monitor │ ├─98a88e6575a3e8f7246fa172fc81176bfe70d00559ccfffd9c122f4734969b0a │ │ └─65838 /usr/bin/loki -config.file=/etc/loki/config/config.yaml -target=all │ ├─e815a507c328b305f8a7dd63a911a5926806fdd41b2b90a369a94764f80daf17 │ │ └─48262 /pause │ ├─7a8c8a2ff757294cfc8241663eba7f3ce1bbaddb29d08f02933998f6d9fae0df │ │ └─274626 /bin/openstack-database-exporter │ ├─b5dd4d4b7aedc1f817ed15f749c69610139412edf9593e70291ba9a60d9650d6 │ │ ├─66588 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─66605 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─66611 erl_child_setup 1048576 │ │ ├─66737 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─66738 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─66748 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─66843 /bin/sh -s rabbit_disk_monitor │ ├─ca0618cf1fcc41d6ce462f1fa203ef9f3840935ef9154a0aebc4e1d1c74120e0 │ │ └─62202 /pause │ ├─3322fe28e49691ba531d14e83fabc4cc0cecd16c25b534549882a698ff947e5d │ │ └─62712 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 │ ├─30e7e43e8fb4e300a1518830a6fa63833baf7e4075756f91aa99b2aae1c5d0ef │ │ └─63510 /bin/node_exporter --path.procfs=/host/proc --path.sysfs=/host/sys --path.rootfs=/host/root --path.udev.data=/host/root/run/udev/data --web.listen-address=[0.0.0.0]:9100 --collector.diskstats.ignored-devices=^(ram|loop|nbd|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$ --collector.filesystem.fs-types-exclude=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|fuse.squashfuse_ll|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ --collector.filesystem.mount-points-exclude=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+|var/lib/kubelet/plugins/kubernetes.io/csi/.+|run/containerd/.+)($|/) --collector.netclass.ignored-devices=^(lxc|cilium_|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.netdev.device-exclude=^(lxc|cilium_|qbr|qvb|qvo|tap|ovs-system|br|tbr|gre_sys|[0-9a-f]+_eth|vxlan).*$ --collector.processes --collector.systemd --collector.stat.softirq --web.config.file=/config/node-exporter.yml │ ├─8f2eb91454b3d270fb451d079141b613f3d5e29cf5276739f68392b9db643402 │ │ └─42345 /usr/local/bin/envoy-gateway server --config-path=/config/envoy-gateway.yaml │ ├─2232342dc8c337855387ec8a1458615a839284347e7bd13818b225251d718b9b │ │ └─86082 /usr/local/bin/rook ceph operator │ ├─032c76c7deba7f151940ff7738efc8e8d6847bd4c519e22edb9dd97bd7286d38 │ │ └─217719 /pause │ ├─8007f8b5ef2c2c64da38b7cec08e8304d31efd56ce248c5543058ad8f9d05511 │ │ └─55763 /pause │ ├─66d524d24e15c4c4d1ff107f36e05097888c37b7310bd384a34dc8aa4498ccd7 │ │ ├─172136 nova-metadata: uWSGI master │ │ ├─172149 nova-metadata: uWSGI worker 1 │ │ └─172150 nova-metadata: uWSGI worker 2 │ ├─893b61ac4aecfd47d4bc3569055033187aaba778f33c7b6b978bde29ea1e5712 │ │ └─65290 /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 │ ├─a70b3eb13d3848dd7d51a3fe0ebb6308ff9bd8aa4360e1aeb549fd1862da3a30 │ │ └─39718 /pause │ ├─fb96e22ab39fd3ba8653547a19bf261db895749bb09577168488be4c85aeac65 │ │ └─43400 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 │ ├─92d1beb67355c592299b1379a1bd53f3f0e469142f8ace6e5ac387849e24d2ee │ │ └─60204 /pause │ ├─6316235369ccc88dbea883ebff9cd535960950dc9e8081be1264fbfa230635c0 │ │ └─197213 sshd: /usr/sbin/sshd -D -e -o Port=8022 [listener] 0 of 10-100 startups │ ├─ce8b8fffe6cd1b997329fdef48c7474212fd97e4c2dae5a2aa102102d34fe6e1 │ │ └─218099 /pause │ ├─9bff354f3d591ed2f883d75378581af069a1ccdeb4322f0a2e4d7457c708b716 │ │ └─42809 /coredns -conf /etc/coredns/Corefile │ ├─c6cfb7cd5e022b52af3cae43b37f0f8d65295862fa9d5646eda192616580ccb3 │ │ ├─48472 mysqld --wsrep_start_position=10e2d8a3-2de2-11f1-af1b-2e19f4148c00:20 │ │ └─48593 /var/lib/mysql/mysql-state-monitor │ ├─72cf6c27d33ef7fdce1ab9b4f8d7a901458a19c7868fe1d728a1b9f1a3db22e6 │ │ └─114092 /pause │ ├─e147d6b0806a2015f84bc3e8aed400b63446f8c17f92ce1d96a1bd57e904b2a5 │ │ └─51258 valkey-server *:26379 [sentinel] │ ├─c9a354d714e85eca53082fa43fb8e35766b02e6631921b04d4c5b40d7f3054ee │ │ └─50848 /pause │ ├─7ea00161668f17c113a9bce392f188e8a39933b951780d9ae16c0d4815ea5c0c │ │ └─61483 /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 │ ├─d21dceec00d1c14e67af19e03a7e41cf046a174864f4ccfee8fee9b7d655118b │ │ ├─60547 python -u /app/sidecar.py │ │ ├─60878 python -u /app/sidecar.py │ │ └─60883 python -u /app/sidecar.py │ ├─bdab69554391ca0b80005d252813c8feb21a8260a8c1cf3b0fc70b1fc3fb7bc2 │ │ └─62825 /pause │ ├─e90a8c1d1346b1a0b6bea6b80a3ff6a20aedb23356d6f0b9d7ff5e6373d13966 │ │ └─227671 /var/lib/openstack/bin/python /var/lib/openstack/bin/octavia-housekeeping --config-file /etc/octavia/octavia.conf │ ├─954016d11e661ae4eab93833f017c3f80c30636948e16ebadf27426bbcf0d612 │ │ └─66170 /bin/oauth2-proxy │ ├─d68e7274e4a79681dac4e53be8a4bded08257cba217cd5502d0d972693253d1b │ │ └─85204 /pause │ ├─8d89bacf1eb7f3b4d8e237d6bfd4b14fb9cbdd945bb254af4d25c56e575ca0f8 │ │ └─238842 /pause │ ├─4d2d247dc39cabe80d8d3780476859d0afefc06dbffcc0474075018836d0828d │ │ ├─197182 /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 │ │ ├─377556 /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/tmph3b0tcgd/privsep.sock │ │ ├─378101 /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/tmp9yz2hw1l/privsep.sock │ │ └─378416 /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/tmp6t75jlgb/privsep.sock │ ├─03e8c4b4ee2bf05a4e11f16ed7af675d8a31df62fdabceaf5e988b98761ed46b │ │ └─157927 /pause │ ├─d7cc792b836ab8e8c9d6886504202c1d44d18f3a63b8e9ee2e197a52e80a9b42 │ │ └─39840 etcd --advertise-client-urls=https://199.204.45.65:2379 --cert-file=/etc/kubernetes/pki/etcd/server.crt --client-cert-auth=true --data-dir=/var/lib/etcd --experimental-initial-corrupt-check=true --experimental-watch-progress-notify-interval=5s --initial-advertise-peer-urls=https://199.204.45.65:2380 --initial-cluster=instance=https://199.204.45.65:2380 --key-file=/etc/kubernetes/pki/etcd/server.key --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.65:2379 --listen-metrics-urls=http://127.0.0.1:2381 --listen-peer-urls=https://199.204.45.65: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 │ ├─fd009448a6a8ab26f4985b54d2caaec764b47224781f6bc778a836453f8dbff3 │ │ └─96621 /usr/bin/python3 -s /usr/bin/ceph-crash │ ├─9377c7c76f630c3f528c3f4c996ec7a925782c40e3612f6105c05e7c4d4b5d09 │ │ └─39813 kube-apiserver --advertise-address=199.204.45.65 --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 │ ├─2ee98f684e4943ac7538b613d1dc0a1b0924d059e60fdf29a2b84b1dc025451f │ │ └─60725 /bin/operator --kubelet-service=kube-system/kube-prometheus-stack-kubelet --localhost=127.0.0.1 --prometheus-config-reloader=harbor.atmosphere.dev/quay.io/prometheus-operator/prometheus-config-reloader:v0.73.0 --config-reloader-cpu-request=0 --config-reloader-cpu-limit=0 --config-reloader-memory-request=0 --config-reloader-memory-limit=0 --thanos-default-base-image=quay.io/thanos/thanos:v0.35.1 --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1 --web.enable-tls=true --web.cert-file=/cert/cert --web.key-file=/cert/key --web.listen-address=:10250 --web.tls-min-version=VersionTLS13 │ ├─65b615ca0bcc74bc60b998cf0f3fef18d7102794b53d743b0705a4fbcc78ac12 │ │ └─55801 /pause │ ├─5199becacda2d7811a81161175723f1997967f21d163c26717de68eb32690b6f │ │ └─65568 /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 │ ├─dc7d4f59cd43a4b14dce2adc8c286b8969f9e2de708dffacb18e133560dadcff │ │ └─129761 /pause │ ├─08b6341f34af845b1bdf30532ab4aea5f1c42c294befc590f8d1692eaa799362 │ │ └─233519 /pause │ ├─dbbca1785bd45fbce0b81d5472c0e00e9a4baf0f06bb09edf4fe623df096cfea │ │ └─232422 /manager --metrics-bind-address=:8443 --leader-elect --health-probe-bind-address=:8081 │ ├─e6505c0d45dc47d6f4accf785ceef89abe7fff8f6334193baec73aa8e406d321 │ │ └─63437 /pause │ ├─67abee0c8da0043fb8308d2c6eead354bdbc62d855e753a49b239436eba73295 │ │ └─238927 /pause │ ├─e1fe8478d5ea31d6dd7531ff5d4214cadc8674ba067aa98ea297b154162fc313 │ │ └─65528 /bin/alertmanager --config.file=/etc/alertmanager/config_out/alertmanager.env.yaml --storage.path=/alertmanager --data.retention=120h --cluster.listen-address= --web.listen-address=:9093 --web.external-url=http://alertmanager.199-204-45-65.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 │ ├─1548e7c8bae02fd98d5c82cce2296065cf38f197fdcd78e0d690182ce9185986 │ │ └─47853 /pause │ ├─6ad214f635349b56fed8fcdfff35b05f17afb96e59d6236fa438f993f425bbcf │ │ ├─ 95891 /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 │ │ └─403646 /usr/bin/coreutils --coreutils-prog-shebang=sleep /usr/bin/sleep 15m │ ├─6d5c593302d54d8d1cfa916e4e6d1969dda661d1c8ffecd7a8f5f1ff7a844785 │ │ ├─204757 heat-api: uWSGI master │ │ ├─204780 heat-api: uWSGI worker 1 │ │ └─204781 heat-api: uWSGI worker 2 │ ├─2014643bc734cb51f6762fc160406d7a5d7081d27b6e262e1ed65a36016f5031 │ │ ├─189884 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─189907 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─189913 erl_child_setup 1048576 │ │ ├─190019 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─190020 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─190030 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─190333 /bin/sh -s rabbit_disk_monitor │ ├─77a22fa905bd15f9668cf2b2b83cd5cb9eff38ab029fd1bda72bbd2f068d3efe │ │ └─56183 /secretgen-controller │ ├─c9a4c53dc26a168aef23fa143775105158045c5d58dc7772a354b106b5328baf │ │ └─55707 /pause │ ├─a9c32bbd89227d194394f27ec1f2f3976251f83a4ad6f0a56997482eec86b6aa │ │ └─48382 /opt/percona/peer-list -on-change=/opt/percona/haproxy_add_pxc_nodes.sh -service=percona-xtradb-pxc -protocol=$(PEER_LIST_SRV_PROTOCOL) │ ├─f6fca6ac10201c10eff11c5fdd4b7ea58a225ed5a87454dad25833da56ac82f1 │ │ └─127103 /pause │ ├─17bfddf879a418209de0dfebb05d8cdd92b75d12735824b74f9f7267f55f1a36 │ │ └─61833 /pause │ ├─144bbffc927bbec73d2e74a800bd85404ec2096d0db3c098d870353fe7cdc050 │ │ └─40182 /pause │ ├─f49db093842f37cdfa9515f8ae47945f4ddea5ebf4397f0fb3a9527e1e11f4aa │ │ ├─124231 cinder-api: uWSGI master │ │ ├─124244 cinder-api: uWSGI worker 1 │ │ └─124245 cinder-api: uWSGI worker 2 │ ├─008a589e47b6721e4c988ad54bf7cd88ffbc186946746b5f3dfa5a9350428497 │ │ └─41206 cilium-operator-generic --config-dir=/tmp/cilium/config-map --debug=false │ ├─66790c64b311bbd3c3759e87d37229757c27fc68df2dbdf22d0b1a67aff7bb46 │ │ └─39650 /pause │ ├─fc48e11da4d2b3759378bd27796e14226ddd5ce2ece677ef84b17a586b9261cc │ │ └─158585 /coredns -conf /etc/coredns/Corefile │ ├─2db66b717225f2d0e0258c0e7ebd8cc71e54ec89b77923e048ebf6120addb911 │ │ ├─128207 /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 │ │ └─128483 /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 │ ├─609064cf78b3cf60471f02684bdcd1e96bbc0115e2d6b41d5a2ed6dda7a30057 │ │ └─68223 /pause │ ├─3b63efbbe47f363ca1989592bf57f41d17e9e70bde2283568bf772ae797b6a7e │ │ └─112303 /pause │ ├─bf13d3c309dc842d7ee3bf9555b8dea62c4f63a326a34b64a5edcd8168541dbb │ │ └─234394 /pause │ ├─687d10a95284ef6e065daa6bfd11e682862d381076a3221e7e15fb4be6343386 │ │ └─161930 /pause │ ├─533a27fbc37a85eee1a73197c3fc4cafca499b504e64047f803294311200f456 │ │ └─125645 /var/lib/openstack/bin/python /var/lib/openstack/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf │ ├─f642a805c1ea1d1e39acbc4564924e34abde38b7ff4466d4fc76672c21fadaff │ │ └─108596 /pause │ ├─1ef0412c8a3d47803b3eaefc77dd5c9132252d58588214796abf49d15f9274e3 │ │ └─48568 /bin/mysqld_exporter --mysqld.username=monitor --collect.info_schema.processlist │ ├─cf494b2693692cc07838f4740ba77f2cf8bace5266b94c32943b4cf3afd944c2 │ │ └─217913 /pause │ ├─1b41adf5bfd090f3b149dbd02e9788e38f43233d992d32d4dd2ef530e6f0fa76 │ │ └─174129 /pause │ ├─2f5fc3ae66d51745ec632477eebabe286c058c35ec8b7e4fee4888744fe05f69 │ │ └─95780 radosgw --fsid=4837cbf8-4f90-4300-b3f6-726c9b9f89b4 --keyring=/etc/ceph/keyring-store/keyring --default-log-to-stderr=true --default-err-to-stderr=true --default-mon-cluster-log-to-stderr=true --default-log-stderr-prefix=debug --default-log-to-file=false --default-mon-cluster-log-to-file=false --mon-host=[v2:10.96.240.200:3300,v1:10.96.240.200:6789] --mon-initial-members=instance --id=rgw.ceph.a --setuser=ceph --setgroup=ceph --foreground --rgw-frontends=beast port=8080 --host=rook-ceph-rgw-ceph-a-699b8bdb59-rxl5s --rgw-mime-types-file=/etc/ceph/rgw/mime.types --rgw-realm=ceph --rgw-zonegroup=ceph --rgw-zone=ceph │ ├─d7ac880f7e2125d11d6b24813c974b2d559b4f1132247b17a903d1ce99a15572 │ │ ├─135294 placement-api: uWSGI master │ │ ├─135315 placement-api: uWSGI worker 1 │ │ └─135316 placement-api: uWSGI worker 2 │ ├─8947be9d38cebb265c95f14d8f66e121e003cfa915e3345ef90d1bdaf2da92d9 │ │ └─189779 /usr/bin/libvirt-tls-sidecar │ ├─ba1259190b226e2ebd14f6040ee4697f7f10940c48cb23a7ede0ef5e35607699 │ │ ├─173124 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ ├─173462 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ │ └─173463 /var/lib/openstack/bin/python /var/lib/openstack/bin/nova-conductor --config-file /etc/nova/nova.conf │ ├─8b9bbfb595c65fe2d15e8b38d9fc55e427e4261423d4c50624c1a81dbff7bf50 │ │ └─63873 memcached -m 1024 --extended=modern,track_sizes -I 5m -c 16384 -v -u 11211 │ ├─0480d7aedfb00dd181075f46231b2f3a5ab043a5edb978fe7bfbcc9d1e99dec9 │ │ └─110230 /pause │ ├─83597bbeafc1432110dfba22612fa5d10c57ec2ecf469c17eddf4cdc704c4636 │ │ └─192135 /pause │ ├─73bf8e69e5bf233598d8ad557c2eced65e2fff2d96e8bde5fb8b1bc073741a59 │ │ └─162263 /pause │ ├─e712c1601cf6c3c7d783c2e6a7c67ca17a3233ac3eb36e3de924d3a0ec322acc │ │ ├─84416 barbiacan-api: uWSGI master │ │ └─84448 barbiacan-api: uWSGI worker 1 │ ├─43db350eff4636d219a8c5ae445f843471cbcb663475b17201d4069255609fa6 │ │ └─64190 /pause │ ├─6c8c05bef0472cfe89d2ad7634bbf9ddb6510cd34592eb5e207e3ffaa53a2581 │ │ └─167465 /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 │ ├─ea13182454df4434a0d1a567a37a0e1e22a63e9dadd7f4d4a8394fe363e217ee │ │ └─187601 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) │ ├─8203e55764ac7ba74fd29346383f34541f7c95e0bea4e550a5711acd7f3beb38 │ │ └─95569 /pause │ ├─7b53bfb400c56a871bc7e0222225bfb96a1656d342ab5ad34d93dd4f64e72837 │ │ └─60166 /pause │ ├─cb039fa1701b03f35350849c7bc28d71378aab62723c98b3f1fcd7e39a21cb46 │ │ ├─48292 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 │ │ └─51019 haproxy -sf 249 -x sockpair@5 -W -db -f /etc/haproxy-custom/haproxy-global.cfg -f /etc/haproxy/pxc/haproxy.cfg -p /etc/haproxy/pxc/haproxy.pid -S /etc/haproxy/pxc/haproxy-main.sock │ ├─f3536d687fc4593a901197b9f4a0eb4a7b6e49377d14ad75741ed0a309971549 │ │ └─43719 /pause │ ├─e60666f2a3b557a20f0c658d8159c0088b0d3506eefb5058a4fe49fa09039730 │ │ └─46115 /pause │ ├─d291f35ebc899bebb33ba7d25860ec4d1b159a8d7ea587f219d646c9af297847 │ │ └─55957 /pause │ ├─dd5601f099a7616ab20c28ed93f0b3a24d9b2d55ae83aa1026b3aac41ec96a0c │ │ ├─344718 neutron-dhcp-agent: master process [/var/lib/openstack/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/dhcp_agent.ini] │ │ ├─345297 neutron-dhcp-agent: ServiceWrapper worker(0) │ │ ├─345551 /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/tmp9h4rmefp/privsep.sock │ │ ├─346056 /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/tmpmloqakm7/privsep.sock │ │ ├─346440 sudo /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─346441 /var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf │ │ ├─346459 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/8a5b326f-7d41-4158-82c0-bcc3a1abb905/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/8a5b326f-7d41-4158-82c0-bcc3a1abb905/host --addn-hosts=/var/lib/neutron/dhcp/8a5b326f-7d41-4158-82c0-bcc3a1abb905/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/8a5b326f-7d41-4158-82c0-bcc3a1abb905/opts --dhcp-leasefile=/var/lib/neutron/dhcp/8a5b326f-7d41-4158-82c0-bcc3a1abb905/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-fcd37b65-0d2a-40a6-8e9a-8d01b923bc64,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 │ │ ├─346463 dnsmasq --no-hosts --no-resolv --pid-file=/var/lib/neutron/dhcp/2ba23bbb-3e65-49be-b100-569c702f5192/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/2ba23bbb-3e65-49be-b100-569c702f5192/host --addn-hosts=/var/lib/neutron/dhcp/2ba23bbb-3e65-49be-b100-569c702f5192/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/2ba23bbb-3e65-49be-b100-569c702f5192/opts --dhcp-leasefile=/var/lib/neutron/dhcp/2ba23bbb-3e65-49be-b100-569c702f5192/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-5d8a7b2f-34a0-4773-bfb8-980125d122bc,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 │ │ ├─346468 haproxy -f /var/lib/neutron/ns-metadata-proxy/8a5b326f-7d41-4158-82c0-bcc3a1abb905.conf │ │ ├─346481 haproxy -f /var/lib/neutron/ns-metadata-proxy/2ba23bbb-3e65-49be-b100-569c702f5192.conf │ │ ├─375723 /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/tmpzncs27cz/privsep.sock │ │ └─380930 /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/tmphdjbzqib/privsep.sock │ ├─68d67cff98eac63dc7b799047bd6e079bc0370acc7e0470efdd2aad57dd25ca7 │ │ └─273319 /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 │ ├─ae598c93f3fd140ca4cc5fbfca156c9064c2cf62de24ec43a1182dc1e2a66553 │ │ └─235501 /pause │ ├─4190c51a8df5297554f429605bc7fe6dc910211dc7325416be1852cfe9f287a4 │ │ └─256187 docker-registry serve /etc/docker-registry/config.yml │ ├─9335d1a6c180e4840a0785724c538f16581f66803ac743bbb4860d04b65c9119 │ │ └─257855 /pause │ ├─ed9e1a88aca360308cf004920048feb0643f21350e92046fd1ade6b24340f9ec │ │ ├─249312 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ ├─249631 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ │ └─249632 /var/lib/openstack/bin/python /var/lib/openstack/bin/magnum-conductor --config-file /etc/magnum/magnum.conf --config-file /tmp/pod-shared/magnum.conf │ ├─f84763a1f8f74b824400453d19dd7d450edc106bb574e01a3b5be9fc7e58f82e │ │ ├─267795 /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 │ │ └─268054 /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 │ ├─16bac6f70ffeaab24b91be58a964b7eabb4f1266c3e3bbb665c9e9a204cb5583 │ │ ├─272547 apache2 -DFOREGROUND │ │ ├─275166 (wsgi:h -DFOREGROUND │ │ ├─275167 (wsgi:h -DFOREGROUND │ │ ├─275168 (wsgi:h -DFOREGROUND │ │ ├─275169 (wsgi:h -DFOREGROUND │ │ ├─275170 (wsgi:h -DFOREGROUND │ │ ├─275171 apache2 -DFOREGROUND │ │ └─275172 apache2 -DFOREGROUND │ ├─8df959c449b7dd4c12fe87edf44b6694684640b4db1816e0d1497cafb9d7c649 │ │ └─176455 /pause │ ├─3b5c6410e93ce7fa3d986851726750b83f0a3f13122747e3963f9cd8cd4389cc │ │ ├─174324 /bin/sh /opt/rabbitmq/sbin/rabbitmq-server │ │ ├─174341 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -pc unicode -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -B i -- -root /opt/erlang/lib/erlang -bindir /opt/erlang/lib/erlang/erts-15.2.7.2/bin -progname erl -- -home /var/lib/rabbitmq -- -pa -noshell -noinput -s rabbit boot -boot start_sasl -syslog logger [] -syslog syslog_error_logger false -kernel prevent_overlapping_partitions false -- │ │ ├─174347 erl_child_setup 1048576 │ │ ├─174430 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─174431 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/inet_gethost 4 │ │ ├─174441 /opt/erlang/lib/erlang/erts-15.2.7.2/bin/epmd -daemon │ │ └─174622 /bin/sh -s rabbit_disk_monitor │ ├─264f6a322d472cdc58b470e1aa7153f24607cad9b210f7725ef6a41fb0f51ef3 │ │ ├─63383 nginx: master process nginx -g daemon off; │ │ ├─63400 nginx: worker process │ │ ├─63401 nginx: worker process │ │ ├─63402 nginx: worker process │ │ ├─63403 nginx: worker process │ │ └─63404 nginx: worker process │ ├─9c4efd4e9f26c0ecab65755cfab5499bcfb3148b842b1a3e7e84d5786cb0386c │ │ ├─186083 neutron-openvswitch-agent (/var/lib/openstack/bin/python /var/lib/openstack/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) │ │ ├─186354 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp7o2yg48j/privsep.sock │ │ ├─186619 /var/lib/openstack/bin/python /var/lib/openstack/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /tmp/pod-shared/neutron-agent.ini --config-file /tmp/pod-shared/ml2-local-ip.ini --config-file /etc/neutron/plugins/ml2/taas.ini --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp3w7y2vpt/privsep.sock │ │ └─186934 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json │ ├─34c0b77200a6653a96bbb6be4af97a12a4eb608c6d709bb565eeb8800bbdc18c │ │ ├─60643 python -u /app/sidecar.py │ │ ├─60946 python -u /app/sidecar.py │ │ └─60947 python -u /app/sidecar.py │ ├─475347745bd0d6ae30659858c809f69ac633ee93ad8588fffbaca3930549cafd │ │ └─46385 /server │ ├─d97bbd178e756ab849507e726ae11bd8278d14e1f5522052d1d2a2bb51f2f721 │ │ └─62008 /pause │ ├─544b895864a3b756a9fda09f12b65724cc70afd2ed35e7f364f0198fd6081c0d │ │ └─176261 /pause │ ├─8a69bb1bac669999b8ba3340f65eadf5d339f3a5a032d5b3d44d37fd14611f20 │ │ └─51323 redis_exporter │ ├─ae29afca366ac135f4464976032d45dd2391042a2d510835f9918ca027b9a0e8 │ │ └─257486 /pause │ ├─c835d1d10a98feb975eaf46fad52c5c13730b3b05d467a93b0ba547a921dc349 │ │ └─95387 /pause │ ├─5560d1d8505dad318143647641d92fb232f69f6257ace973bbb76a4b6e4cea3b │ │ ├─226761 octavia-api: uWSGI master │ │ ├─226774 octavia-api: uWSGI worker 1 │ │ └─226775 octavia-api: uWSGI worker 2 │ ├─08a1e11ac6f2ab777ca3c319251252e87c66f5dca590767c88e7f69d89a5182c │ │ └─43779 /pause │ ├─fde163ecf092df812085330a9f4e786d3afa35413a72df1da923a31bb57dc53b │ │ └─159290 /pause │ └─d1c8af28a9fad33fec00d67514dc703a42bd492f179c0fa2db83b819ffe66545 │ └─229638 /pause ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount