2024-06-18T01:54:15.798 INFO:root:teuthology version: 0.0.1.dev325+g8e97141 2024-06-18T01:54:15.798 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400 --name teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/orig.config.yaml 2024-06-18T01:54:15.827 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T01:54:15.911 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7760400' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum log-only-match: - CEPHADM_ sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 workunit: branch: squid sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 4712 sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 sleep_before_teardown: 0 subset: 61/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgOtaDXIU1todZ1R9Pb7EMze4SzpWPcwzkTaM1PWEbKULcO7Du9P4b2PDEhVcsGxPJT/NFHXVbnbIP8COjUIA8= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBc4o4XW9gH1cHrxEJnQELtLSQJE/b63HzLtcqMhg4zNrnxVWBaDmgo0aThaJZlmxkIgqf4mdUzArKyqsb1cqqE= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9twCziIaj0TI45stOqoeFB+wwRf75ziYFBmYC2x66msdPRSOZJRQzyzC0uNgohX8XJDF/CGN5q0YwkvRIFfoQ= tasks: - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f52a7512cb0>, signals=[15]) 2024-06-18T01:54:16.461 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-18T01:54:16.467 INFO:teuthology.task.internal:Opening connections... 2024-06-18T01:54:16.467 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-06-18T01:54:16.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:54:16.551 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-06-18T01:54:16.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:54:16.628 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-06-18T01:54:16.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:54:16.705 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-18T01:54:16.712 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-06-18T01:54:16.718 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-06-18T01:54:16.718 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-06-18T01:54:16.764 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T01:54:16.764 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Ubuntu" 2024-06-18T01:54:16.764 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="22.04" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_CODENAME=jammy 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:ID=ubuntu 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE=debian 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T01:54:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:UBUNTU_CODENAME=jammy 2024-06-18T01:54:16.766 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-06-18T01:54:16.789 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-06-18T01:54:16.795 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-06-18T01:54:16.795 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-06-18T01:54:16.840 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T01:54:16.840 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Ubuntu" 2024-06-18T01:54:16.840 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="22.04" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_CODENAME=jammy 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:ID=ubuntu 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE=debian 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T01:54:16.841 INFO:teuthology.orchestra.run.smithi172.stdout:UBUNTU_CODENAME=jammy 2024-06-18T01:54:16.841 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-06-18T01:54:16.864 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-06-18T01:54:16.870 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-06-18T01:54:16.871 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-06-18T01:54:16.918 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T01:54:16.918 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="Ubuntu" 2024-06-18T01:54:16.918 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="22.04" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_CODENAME=jammy 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:ID=ubuntu 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE=debian 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T01:54:16.919 INFO:teuthology.orchestra.run.smithi174.stdout:UBUNTU_CODENAME=jammy 2024-06-18T01:54:16.920 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-06-18T01:54:16.948 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-18T01:54:16.957 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-18T01:54:16.963 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-18T01:54:16.963 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-06-18T01:54:16.966 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-06-18T01:54:16.968 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-06-18T01:54:16.973 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-18T01:54:16.979 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-18T01:54:16.980 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-06-18T01:54:17.013 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-06-18T01:54:17.016 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-06-18T01:54:17.124 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-18T01:54:17.200 INFO:teuthology.run_tasks:Running task kernel... 2024-06-18T01:54:17.214 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-18T01:54:17.214 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-18T01:54:17.214 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T01:54:17.215 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T01:54:17.215 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T01:54:17.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:54:17.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:54:17.220 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-06-18T01:54:17.221 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-06-18T01:54:17.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:54:17.222 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-06-18T01:54:17.268 INFO:teuthology.orchestra.run.smithi172.stdout:5.15.0-56-generic 2024-06-18T01:54:17.269 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.15.0-56-generic 2024-06-18T01:54:17.269 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2024-06-18T01:54:17.270 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-56-generic 2024-06-18T01:54:17.270 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.15.0-56-generic 2024-06-18T01:54:17.270 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-06-18T01:54:17.271 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-56-generic 2024-06-18T01:54:17.271 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.15.0-56-generic 2024-06-18T01:54:17.271 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-06-18T01:54:17.391 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-06-18T01:54:17.404 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-06-18T01:54:17.418 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-06-18T01:54:17.530 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:54:17.530 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T01:54:17.531 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T01:54:17.568 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T01:54:17.572 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:54:17.572 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T01:54:17.572 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T01:54:17.624 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T01:54:17.665 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T01:54:17.672 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:54:17.754 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T01:54:17.773 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T01:54:17.796 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T01:54:17.797 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T01:54:17.852 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T01:54:17.853 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [642 kB] 2024-06-18T01:54:17.879 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T01:54:17.880 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [642 kB] 2024-06-18T01:54:17.903 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T01:54:17.907 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T01:54:17.907 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T01:54:17.908 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T01:54:17.928 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T01:54:17.938 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T01:54:17.944 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T01:54:17.945 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T01:54:17.953 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T01:54:17.959 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:17.959 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T01:54:17.960 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T01:54:17.971 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T01:54:17.971 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,730 kB] 2024-06-18T01:54:17.972 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T01:54:17.972 INFO:teuthology.orchestra.run.smithi174.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T01:54:17.974 INFO:teuthology.orchestra.run.smithi174.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T01:54:18.027 INFO:teuthology.orchestra.run.smithi174.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,730 kB] 2024-06-18T01:54:18.044 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T01:54:18.055 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T01:54:18.056 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T01:54:18.057 INFO:teuthology.orchestra.run.smithi174.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T01:54:18.059 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:18.059 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T01:54:18.061 INFO:teuthology.orchestra.run.smithi174.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:18.061 INFO:teuthology.orchestra.run.smithi174.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T01:54:18.065 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T01:54:18.070 INFO:teuthology.orchestra.run.smithi174.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T01:54:18.073 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T01:54:18.077 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T01:54:18.077 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T01:54:18.094 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [318 kB] 2024-06-18T01:54:18.094 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T01:54:18.094 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T01:54:18.095 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T01:54:18.095 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T01:54:18.095 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T01:54:18.095 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T01:54:18.098 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T01:54:18.098 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,990 kB] 2024-06-18T01:54:18.101 INFO:teuthology.orchestra.run.smithi174.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T01:54:18.103 INFO:teuthology.orchestra.run.smithi174.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T01:54:18.103 INFO:teuthology.orchestra.run.smithi174.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T01:54:18.103 INFO:teuthology.orchestra.run.smithi174.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T01:54:18.104 INFO:teuthology.orchestra.run.smithi174.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T01:54:18.104 INFO:teuthology.orchestra.run.smithi174.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T01:54:18.111 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T01:54:18.112 INFO:teuthology.orchestra.run.smithi174.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [318 kB] 2024-06-18T01:54:18.122 INFO:teuthology.orchestra.run.smithi174.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T01:54:18.123 INFO:teuthology.orchestra.run.smithi174.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,990 kB] 2024-06-18T01:54:18.130 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T01:54:18.131 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [338 kB] 2024-06-18T01:54:18.137 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:18.138 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,086 kB] 2024-06-18T01:54:18.147 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T01:54:18.147 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T01:54:18.154 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [706 kB] 2024-06-18T01:54:18.166 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T01:54:18.171 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T01:54:18.171 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.0 kB] 2024-06-18T01:54:18.172 INFO:teuthology.orchestra.run.smithi174.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T01:54:18.172 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-06-18T01:54:18.173 INFO:teuthology.orchestra.run.smithi174.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [338 kB] 2024-06-18T01:54:18.179 INFO:teuthology.orchestra.run.smithi174.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:18.179 INFO:teuthology.orchestra.run.smithi174.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,086 kB] 2024-06-18T01:54:18.185 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.7 kB] 2024-06-18T01:54:18.186 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T01:54:18.186 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T01:54:18.188 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T01:54:18.195 INFO:teuthology.orchestra.run.smithi174.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [706 kB] 2024-06-18T01:54:18.199 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T01:54:18.199 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T01:54:18.200 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T01:54:18.200 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T01:54:18.200 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T01:54:18.203 INFO:teuthology.orchestra.run.smithi174.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T01:54:18.206 INFO:teuthology.orchestra.run.smithi174.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T01:54:18.207 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T01:54:18.207 INFO:teuthology.orchestra.run.smithi174.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-06-18T01:54:18.207 INFO:teuthology.orchestra.run.smithi174.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.0 kB] 2024-06-18T01:54:18.207 INFO:teuthology.orchestra.run.smithi174.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.7 kB] 2024-06-18T01:54:18.208 INFO:teuthology.orchestra.run.smithi174.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T01:54:18.222 INFO:teuthology.orchestra.run.smithi174.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T01:54:18.223 INFO:teuthology.orchestra.run.smithi174.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T01:54:18.224 INFO:teuthology.orchestra.run.smithi174.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T01:54:18.243 INFO:teuthology.orchestra.run.smithi174.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T01:54:18.243 INFO:teuthology.orchestra.run.smithi174.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T01:54:18.244 INFO:teuthology.orchestra.run.smithi174.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T01:54:18.244 INFO:teuthology.orchestra.run.smithi174.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T01:54:18.244 INFO:teuthology.orchestra.run.smithi174.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T01:54:18.250 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [642 kB] 2024-06-18T01:54:18.438 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,730 kB] 2024-06-18T01:54:18.589 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [318 kB] 2024-06-18T01:54:18.603 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T01:54:18.604 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T01:54:18.605 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,990 kB] 2024-06-18T01:54:18.668 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [338 kB] 2024-06-18T01:54:18.676 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T01:54:18.676 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,086 kB] 2024-06-18T01:54:18.699 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [706 kB] 2024-06-18T01:54:18.727 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T01:54:18.731 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T01:54:18.753 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.0 kB] 2024-06-18T01:54:18.754 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-06-18T01:54:18.754 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.7 kB] 2024-06-18T01:54:18.755 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T01:54:18.814 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T01:54:18.815 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T01:54:18.817 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T01:54:18.817 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T01:54:18.817 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T01:54:18.834 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T01:54:18.916 INFO:teuthology.orchestra.run.smithi172.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T01:54:18.916 INFO:teuthology.orchestra.run.smithi172.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T01:54:23.709 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 14.1 MB in 2s (7,200 kB/s) 2024-06-18T01:54:24.032 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 14.1 MB in 2s (7,107 kB/s) 2024-06-18T01:54:24.116 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 14.1 MB in 2s (6,844 kB/s) 2024-06-18T01:54:25.184 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T01:54:25.202 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:54:25.258 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T01:54:25.461 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-06-18T01:54:25.461 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-06-18T01:54:25.487 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T01:54:25.506 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:54:25.561 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T01:54:25.625 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout: python2.7-minimal 2024-06-18T01:54:25.626 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:54:25.627 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2024-06-18T01:54:25.627 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:25.627 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T01:54:25.628 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:25.629 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2024-06-18T01:54:25.629 INFO:teuthology.orchestra.run.smithi172.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T01:54:25.629 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2024-06-18T01:54:25.629 INFO:teuthology.orchestra.run.smithi172.stdout: thermald 2024-06-18T01:54:25.672 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2024-06-18T01:54:25.672 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:25.672 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T01:54:25.672 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:25.673 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages will be upgraded: 2024-06-18T01:54:25.674 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T01:54:25.704 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T01:54:25.722 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:54:25.743 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-06-18T01:54:25.744 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-06-18T01:54:25.756 INFO:teuthology.orchestra.run.smithi172.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:54:25.756 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 113 MB of archives. 2024-06-18T01:54:25.756 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T01:54:25.756 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T01:54:25.779 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T01:54:25.907 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:54:25.908 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:54:25.908 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:54:25.908 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:54:25.908 INFO:teuthology.orchestra.run.smithi037.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T01:54:25.909 INFO:teuthology.orchestra.run.smithi037.stdout: python2.7-minimal 2024-06-18T01:54:25.909 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:54:25.909 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-06-18T01:54:25.909 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:25.910 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T01:54:25.910 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:25.911 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-06-18T01:54:25.911 INFO:teuthology.orchestra.run.smithi037.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T01:54:25.911 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-06-18T01:54:25.911 INFO:teuthology.orchestra.run.smithi037.stdout: thermald 2024-06-18T01:54:25.965 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-06-18T01:54:25.965 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:25.965 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T01:54:25.965 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:25.966 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages will be upgraded: 2024-06-18T01:54:25.967 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T01:54:25.976 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-06-18T01:54:25.977 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-06-18T01:54:26.026 INFO:teuthology.orchestra.run.smithi037.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:54:26.026 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 113 MB of archives. 2024-06-18T01:54:26.026 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T01:54:26.026 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T01:54:26.135 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:54:26.135 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:54:26.135 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:54:26.136 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:54:26.136 INFO:teuthology.orchestra.run.smithi174.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T01:54:26.136 INFO:teuthology.orchestra.run.smithi174.stdout: python2.7-minimal 2024-06-18T01:54:26.136 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:54:26.137 INFO:teuthology.orchestra.run.smithi174.stdout:The following additional packages will be installed: 2024-06-18T01:54:26.137 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:26.137 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T01:54:26.138 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:26.139 INFO:teuthology.orchestra.run.smithi174.stdout:Suggested packages: 2024-06-18T01:54:26.139 INFO:teuthology.orchestra.run.smithi174.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T01:54:26.139 INFO:teuthology.orchestra.run.smithi174.stdout:Recommended packages: 2024-06-18T01:54:26.139 INFO:teuthology.orchestra.run.smithi174.stdout: thermald 2024-06-18T01:54:26.183 INFO:teuthology.orchestra.run.smithi174.stdout:The following NEW packages will be installed: 2024-06-18T01:54:26.184 INFO:teuthology.orchestra.run.smithi174.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T01:54:26.184 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T01:54:26.184 INFO:teuthology.orchestra.run.smithi174.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T01:54:26.185 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages will be upgraded: 2024-06-18T01:54:26.186 INFO:teuthology.orchestra.run.smithi174.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T01:54:26.244 INFO:teuthology.orchestra.run.smithi174.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:54:26.245 INFO:teuthology.orchestra.run.smithi174.stdout:Need to get 113 MB of archives. 2024-06-18T01:54:26.245 INFO:teuthology.orchestra.run.smithi174.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T01:54:26.245 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T01:54:26.304 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T01:54:26.554 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T01:54:26.850 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T01:54:27.151 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T01:54:28.264 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T01:54:28.265 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T01:54:28.369 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T01:54:28.577 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T01:54:28.577 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T01:54:28.627 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T01:54:28.768 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T01:54:28.768 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T01:54:28.769 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T01:54:28.805 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T01:54:28.977 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T01:54:29.027 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 113 MB in 3s (38.5 MB/s) 2024-06-18T01:54:29.027 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T01:54:29.220 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T01:54:29.454 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 113 MB in 3s (37.1 MB/s) 2024-06-18T01:54:29.627 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T01:54:29.751 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T01:54:29.862 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T01:54:29.862 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T01:54:30.573 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T01:54:30.619 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T01:54:31.001 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 113 MB in 4s (25.6 MB/s) 2024-06-18T01:54:31.190 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T01:54:31.271 INFO:teuthology.orchestra.run.smithi172.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-06-18T01:54:31.275 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:31.391 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:31.591 INFO:teuthology.orchestra.run.smithi037.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-06-18T01:54:31.596 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:31.690 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:33.042 INFO:teuthology.orchestra.run.smithi174.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-06-18T01:54:33.047 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:33.119 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:33.708 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T01:54:33.729 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:33.830 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:33.950 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T01:54:33.971 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:34.085 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:34.352 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T01:54:34.374 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:34.586 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T01:54:34.602 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:34.607 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:34.644 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:35.202 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T01:54:35.224 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:35.315 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:35.788 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T01:54:35.809 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:35.846 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:40.341 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:40.468 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:40.769 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:40.865 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:41.151 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T01:54:41.166 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:41.174 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T01:54:41.217 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:41.302 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:41.601 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:41.724 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:42.052 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T01:54:42.074 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T01:54:42.135 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:42.544 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:42.669 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:42.968 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:43.064 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:43.350 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T01:54:43.372 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T01:54:43.416 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:46.943 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T01:54:46.980 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:47.026 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:47.827 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T01:54:47.863 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:47.918 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:49.062 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T01:54:49.098 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T01:54:49.136 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:49.638 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:49.769 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:50.086 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:50.215 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:50.324 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T01:54:50.454 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:51.220 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:51.344 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:51.711 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:51.808 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:54:51.808 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T01:54:51.809 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:54:51.809 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T01:54:51.832 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:51.982 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:51.983 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T01:54:52.102 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:52.378 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T01:54:52.512 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T01:54:52.845 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T01:54:52.966 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:53.329 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T01:54:53.502 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:54:53.502 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T01:54:53.502 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:54:53.502 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T01:54:53.775 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:53.911 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:54.081 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:55.218 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:54:55.218 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T01:54:55.219 INFO:teuthology.orchestra.run.smithi174.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:54:55.219 INFO:teuthology.orchestra.run.smithi174.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T01:54:55.219 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T01:54:55.344 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T01:54:55.372 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:55.470 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:55.515 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:55.537 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T01:54:55.537 INFO:teuthology.orchestra.run.smithi037.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:54:56.798 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:56.925 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T01:54:57.025 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T01:54:57.126 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:57.206 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T01:54:57.206 INFO:teuthology.orchestra.run.smithi172.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:54:58.216 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T01:54:58.341 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T01:54:58.468 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T01:54:58.541 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T01:54:58.541 INFO:teuthology.orchestra.run.smithi174.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:10.346 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T01:55:10.346 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub' 2024-06-18T01:55:10.354 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:10.370 INFO:teuthology.orchestra.run.smithi037.stdout:Generating grub configuration file ... 2024-06-18T01:55:10.649 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:10.671 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:10.959 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:11.040 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:11.045 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:11.203 INFO:teuthology.orchestra.run.smithi037.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:11.203 INFO:teuthology.orchestra.run.smithi037.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:11.203 INFO:teuthology.orchestra.run.smithi037.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:11.255 INFO:teuthology.orchestra.run.smithi037.stdout:done 2024-06-18T01:55:11.399 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T01:55:11.399 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub' 2024-06-18T01:55:11.418 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:11.442 INFO:teuthology.orchestra.run.smithi172.stdout:Generating grub configuration file ... 2024-06-18T01:55:11.747 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-06-18T01:55:11.774 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:11.775 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-06-18T01:55:11.775 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T01:55:11.776 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T01:55:11.776 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T01:55:11.776 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-18T01:55:11.776 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T01:55:11.776 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-06-18T01:55:11.794 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:11.821 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:11.907 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-06-18T01:55:12.100 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:55:12.139 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T01:55:12.149 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T01:55:12.156 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:12.161 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:12.184 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T01:55:12.240 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:12.245 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:12.394 INFO:teuthology.orchestra.run.smithi174.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T01:55:12.394 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub' 2024-06-18T01:55:12.409 INFO:teuthology.orchestra.run.smithi174.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:12.410 INFO:teuthology.orchestra.run.smithi172.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:12.410 INFO:teuthology.orchestra.run.smithi172.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:12.410 INFO:teuthology.orchestra.run.smithi172.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:12.425 INFO:teuthology.orchestra.run.smithi174.stdout:Generating grub configuration file ... 2024-06-18T01:55:12.454 INFO:teuthology.orchestra.run.smithi172.stdout:done 2024-06-18T01:55:12.664 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:12.681 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:12.947 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2024-06-18T01:55:12.963 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2024-06-18T01:55:12.963 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 21 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:12.964 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2024-06-18T01:55:12.965 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T01:55:12.965 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T01:55:12.965 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T01:55:12.965 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-18T01:55:12.965 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T01:55:12.965 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2024-06-18T01:55:12.980 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:12.986 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:13.054 INFO:teuthology.orchestra.run.smithi174.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:13.060 INFO:teuthology.orchestra.run.smithi174.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:13.095 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-06-18T01:55:13.218 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:55:13.218 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T01:55:13.231 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T01:55:13.249 INFO:teuthology.orchestra.run.smithi174.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:13.249 INFO:teuthology.orchestra.run.smithi174.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:13.249 INFO:teuthology.orchestra.run.smithi174.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:13.256 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T01:55:13.291 INFO:teuthology.orchestra.run.smithi174.stdout:done 2024-06-18T01:55:13.534 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T01:55:13.552 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:55:13.617 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T01:55:13.729 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-06-18T01:55:13.750 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:13.751 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-06-18T01:55:13.751 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T01:55:13.751 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T01:55:13.751 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T01:55:13.751 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-06-18T01:55:13.751 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T01:55:13.752 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get clean 2024-06-18T01:55:13.821 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-06-18T01:55:13.821 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-06-18T01:55:13.949 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-06-18T01:55:14.009 INFO:teuthology.orchestra.run.smithi037.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T01:55:14.009 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:55:14.010 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:55:14.010 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:55:14.010 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:55:14.010 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T01:55:14.010 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T01:55:14.011 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:55:14.054 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:55:14.056 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-06-18T01:55:14.068 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:14.069 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:14.070 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-06-18T01:55:14.070 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-06-18T01:55:14.074 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T01:55:14.074 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T01:55:14.086 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T01:55:14.107 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T01:55:14.115 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.dpqQGXkeoR 2024-06-18T01:55:14.115 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub/grub.cfg /tmp/tmp.dpqQGXkeoR 2024-06-18T01:55:14.168 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.dpqQGXkeoR 2024-06-18T01:55:14.299 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.dpqQGXkeoR is 10KB 2024-06-18T01:55:14.312 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.dpqQGXkeoR 2024-06-18T01:55:14.317 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:14.372 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T01:55:14.372 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T01:55:14.373 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:14.450 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T01:55:14.450 DEBUG:teuthology.orchestra.run.smithi037:> sudo update-grub 2024-06-18T01:55:14.505 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T01:55:14.523 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:55:14.586 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T01:55:14.790 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-06-18T01:55:14.790 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-06-18T01:55:14.973 INFO:teuthology.orchestra.run.smithi172.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T01:55:14.973 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:55:14.973 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:55:14.973 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:55:14.973 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:55:14.974 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T01:55:14.974 INFO:teuthology.orchestra.run.smithi172.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T01:55:14.974 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:55:15.016 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:55:15.018 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 21 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:15.034 INFO:teuthology.orchestra.run.smithi172.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:15.035 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:15.035 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2024-06-18T01:55:15.035 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:15.035 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:15.035 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2024-06-18T01:55:15.035 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2024-06-18T01:55:15.079 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.YgemtbV37w 2024-06-18T01:55:15.079 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub/grub.cfg /tmp/tmp.YgemtbV37w 2024-06-18T01:55:15.138 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.YgemtbV37w 2024-06-18T01:55:15.257 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.YgemtbV37w is 10KB 2024-06-18T01:55:15.269 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.YgemtbV37w 2024-06-18T01:55:15.275 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:15.327 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T01:55:15.327 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T01:55:15.327 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:15.377 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T01:55:15.395 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T01:55:15.395 DEBUG:teuthology.orchestra.run.smithi172:> sudo update-grub 2024-06-18T01:55:15.396 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T01:55:15.449 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T01:55:15.588 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub' 2024-06-18T01:55:15.589 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:15.591 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-06-18T01:55:15.628 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-06-18T01:55:15.628 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-06-18T01:55:15.783 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T01:55:15.786 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T01:55:15.787 INFO:teuthology.orchestra.run.smithi174.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T01:55:15.787 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T01:55:15.790 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:15.827 INFO:teuthology.orchestra.run.smithi174.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T01:55:15.830 DEBUG:teuthology.orchestra.run.smithi174:> dpkg -s linux-image-generic 2024-06-18T01:55:15.889 INFO:teuthology.orchestra.run.smithi174.stdout:Package: linux-image-generic 2024-06-18T01:55:15.889 INFO:teuthology.orchestra.run.smithi174.stdout:Status: install ok installed 2024-06-18T01:55:15.889 INFO:teuthology.orchestra.run.smithi174.stdout:Priority: optional 2024-06-18T01:55:15.889 INFO:teuthology.orchestra.run.smithi174.stdout:Section: kernel 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Installed-Size: 21 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: amd64 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Source: linux-meta 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Version: 5.15.0.112.112 2024-06-18T01:55:15.890 INFO:teuthology.orchestra.run.smithi174.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T01:55:15.891 INFO:teuthology.orchestra.run.smithi174.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T01:55:15.891 INFO:teuthology.orchestra.run.smithi174.stdout:Recommends: thermald 2024-06-18T01:55:15.891 INFO:teuthology.orchestra.run.smithi174.stdout:Description: Generic Linux kernel image 2024-06-18T01:55:15.891 INFO:teuthology.orchestra.run.smithi174.stdout: This package will always depend on the latest generic kernel image 2024-06-18T01:55:15.891 INFO:teuthology.orchestra.run.smithi174.stdout: available. 2024-06-18T01:55:15.892 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-06-18T01:55:15.934 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.xeYWyA5ZgU 2024-06-18T01:55:15.934 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xeYWyA5ZgU 2024-06-18T01:55:15.993 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.xeYWyA5ZgU 2024-06-18T01:55:16.017 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:16.023 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:16.063 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:16.069 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:16.113 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.xeYWyA5ZgU is 10KB 2024-06-18T01:55:16.126 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.xeYWyA5ZgU 2024-06-18T01:55:16.131 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:16.185 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T01:55:16.185 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T01:55:16.185 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T01:55:16.212 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:16.212 INFO:teuthology.orchestra.run.smithi037.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:16.212 INFO:teuthology.orchestra.run.smithi037.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:16.227 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-06-18T01:55:16.230 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-06-18T01:55:16.254 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T01:55:16.254 DEBUG:teuthology.orchestra.run.smithi174:> sudo update-grub 2024-06-18T01:55:16.742 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub' 2024-06-18T01:55:16.744 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:16.758 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2024-06-18T01:55:16.990 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:16.995 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:17.236 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:17.241 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:17.278 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:17.283 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:17.400 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub' 2024-06-18T01:55:17.402 INFO:teuthology.orchestra.run.smithi174.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T01:55:17.404 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-06-18T01:55:17.414 INFO:teuthology.orchestra.run.smithi172.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:17.414 INFO:teuthology.orchestra.run.smithi172.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:17.414 INFO:teuthology.orchestra.run.smithi172.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:17.430 INFO:teuthology.orchestra.run.smithi172.stderr:done 2024-06-18T01:55:17.432 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2024-06-18T01:55:17.569 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T01:55:17.576 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T01:55:17.802 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T01:55:17.807 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T01:55:17.845 INFO:teuthology.orchestra.run.smithi174.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T01:55:17.850 INFO:teuthology.orchestra.run.smithi174.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T01:55:17.975 INFO:teuthology.orchestra.run.smithi174.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T01:55:17.975 INFO:teuthology.orchestra.run.smithi174.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T01:55:17.975 INFO:teuthology.orchestra.run.smithi174.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T01:55:17.996 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-06-18T01:55:18.010 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-06-18T01:55:46.254 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-18T01:55:46.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T01:55:46.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:55:47.436 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-18T01:55:47.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T01:55:47.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:55:48.014 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-06-18T01:55:48.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T01:55:48.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:04.767 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-06-18T01:56:05.794 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-06-18T01:56:06.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-06-18T01:56:13.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T01:56:13.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:14.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T01:56:14.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:15.560 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T01:56:15.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:17.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-06-18T01:56:18.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-06-18T01:56:29.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T01:56:29.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:30.628 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T01:56:30.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:32.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-06-18T01:56:44.166 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T01:56:44.167 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:56:46.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-06-18T01:56:49.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.174 2024-06-18T01:57:01.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T01:57:01.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:57:02.013 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-06-18T01:57:02.541 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T01:57:02.541 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-112-generic"... 2024-06-18T01:57:02.541 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-06-18T01:57:02.589 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-112-generic 2024-06-18T01:57:02.589 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T01:57:02.589 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T01:57:02.589 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T01:57:03.590 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-18T01:57:03.591 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T01:57:03.690 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-06-18T01:57:03.718 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:04.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T01:57:04.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:57:04.335 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-06-18T01:57:04.947 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T01:57:04.947 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-112-generic"... 2024-06-18T01:57:04.948 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-06-18T01:57:04.996 INFO:teuthology.orchestra.run.smithi174.stdout:5.15.0-112-generic 2024-06-18T01:57:04.996 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T01:57:04.996 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T01:57:04.996 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T01:57:05.998 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-06-18T01:57:05.998 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T01:57:06.075 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-06-18T01:57:06.114 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:29.867 DEBUG:teuthology.orchestra.remote:timed out 2024-06-18T01:57:44.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T01:57:44.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:57:45.207 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-06-18T01:57:45.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T01:57:45.802 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-112-generic"... 2024-06-18T01:57:45.803 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-06-18T01:57:45.848 INFO:teuthology.orchestra.run.smithi172.stdout:5.15.0-112-generic 2024-06-18T01:57:45.849 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T01:57:45.849 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T01:57:45.849 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T01:57:46.850 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-18T01:57:46.850 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T01:57:47.243 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-06-18T01:57:47.267 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:47.267 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-18T01:57:47.276 INFO:teuthology.task.internal:Creating test directory... 2024-06-18T01:57:47.277 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T01:57:47.279 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T01:57:47.281 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T01:57:47.288 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-18T01:57:47.573 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-18T01:57:47.587 INFO:teuthology.task.internal:Creating archive directory... 2024-06-18T01:57:47.587 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T01:57:47.590 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T01:57:47.592 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T01:57:47.678 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-18T01:57:47.689 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-18T01:57:47.689 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-18T01:57:47.692 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-18T01:57:47.695 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-18T01:57:47.710 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.714 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.715 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.719 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.722 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.723 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:57:47.726 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-18T01:57:47.738 INFO:teuthology.task.internal:Configuring sudo... 2024-06-18T01:57:47.739 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T01:57:47.766 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T01:57:47.770 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T01:57:47.784 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-18T01:57:47.800 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-18T01:57:47.800 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T01:57:47.822 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T01:57:47.826 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T01:57:47.833 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:57:47.873 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:57:47.921 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T01:57:47.922 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T01:57:47.987 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:57:47.992 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:57:48.041 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T01:57:48.041 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T01:57:48.116 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:57:48.122 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:57:48.169 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T01:57:48.169 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T01:57:48.230 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-06-18T01:57:48.233 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-06-18T01:57:48.236 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-06-18T01:57:48.304 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-18T01:57:48.313 INFO:teuthology.task.internal:Starting timer... 2024-06-18T01:57:48.313 INFO:teuthology.run_tasks:Running task pcp... 2024-06-18T01:57:48.330 INFO:teuthology.run_tasks:Running task selinux... 2024-06-18T01:57:48.346 DEBUG:teuthology.task.selinux:Excluding smithi037: OS 'ubuntu' does not support SELinux 2024-06-18T01:57:48.346 DEBUG:teuthology.task.selinux:Excluding smithi172: OS 'ubuntu' does not support SELinux 2024-06-18T01:57:48.346 DEBUG:teuthology.task.selinux:Excluding smithi174: OS 'ubuntu' does not support SELinux 2024-06-18T01:57:48.346 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-18T01:57:48.346 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-18T01:57:48.346 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-18T01:57:48.346 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-18T01:57:48.360 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-18T01:57:48.364 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-18T01:57:48.482 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-18T01:57:48.494 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-06-18T01:57:48.495 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi172.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-18T02:04:52.217 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-06-18T02:04:52.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T02:04:52.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T02:04:52.304 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-06-18T02:04:52.379 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-06-18T02:04:52.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T02:04:52.380 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T02:04:52.461 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-06-18T02:04:52.542 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-06-18T02:04:52.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T02:04:52.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T02:04:52.629 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-06-18T02:04:52.707 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-06-18T02:04:52.708 INFO:teuthology.run_tasks:Running task clock... 2024-06-18T02:04:52.721 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-18T02:04:52.722 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T02:04:52.723 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:04:52.725 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T02:04:52.725 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:04:52.727 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T02:04:52.727 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Command line: ntpd -gq 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: ---------------------------------------------------- 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: corporation. Support and training for ntp-4 are 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: available at https://www.nwtime.org/support 2024-06-18T02:04:52.753 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: ---------------------------------------------------- 2024-06-18T02:04:52.754 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: proto: precision = 0.062 usec (-24) 2024-06-18T02:04:52.754 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: basedate set to 2022-02-04 2024-06-18T02:04:52.754 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: gps base set to 2022-02-06 (week 2196) 2024-06-18T02:04:52.754 INFO:teuthology.orchestra.run.smithi037.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.755 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.755 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.755 INFO:teuthology.orchestra.run.smithi037.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen normally on 3 ens1f0 172.21.15.37:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen normally on 4 lo [::1]:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe88:7794%4]:123 2024-06-18T02:04:52.756 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:52 ntpd[17465]: Listening on routing socket on fd #22 for interface updates 2024-06-18T02:04:52.757 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T02:04:52.757 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Command line: ntpd -gq 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: ---------------------------------------------------- 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: corporation. Support and training for ntp-4 are 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: available at https://www.nwtime.org/support 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: ---------------------------------------------------- 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: proto: precision = 0.045 usec (-24) 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: basedate set to 2022-02-04 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: gps base set to 2022-02-06 (week 2196) 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.758 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.759 INFO:teuthology.orchestra.run.smithi172.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.759 INFO:teuthology.orchestra.run.smithi172.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.759 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen normally on 3 enp3s0f1 172.21.15.172:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen normally on 4 lo [::1]:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f91%5]:123 2024-06-18T02:04:52.760 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:52 ntpd[17595]: Listening on routing socket on fd #22 for interface updates 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Command line: ntpd -gq 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: ---------------------------------------------------- 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: corporation. Support and training for ntp-4 are 2024-06-18T02:04:52.773 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: available at https://www.nwtime.org/support 2024-06-18T02:04:52.774 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: ---------------------------------------------------- 2024-06-18T02:04:52.774 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: proto: precision = 0.048 usec (-24) 2024-06-18T02:04:52.774 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: basedate set to 2022-02-04 2024-06-18T02:04:52.774 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: gps base set to 2022-02-06 (week 2196) 2024-06-18T02:04:52.774 INFO:teuthology.orchestra.run.smithi174.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.775 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T02:04:52.775 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.775 INFO:teuthology.orchestra.run.smithi174.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen normally on 3 enp3s0f1 172.21.15.174:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen normally on 4 lo [::1]:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:771b%5]:123 2024-06-18T02:04:52.776 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:52 ntpd[17606]: Listening on routing socket on fd #22 for interface updates 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:53.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:53 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:53.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:53.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:53 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:53.773 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.773 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:53.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:53.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:53.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:53 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:54.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:54 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:54.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:54 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:55.753 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:55.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:55 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:55.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:55.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:55 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:55.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:55 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:56.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:56 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:56.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:56 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:56.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:56.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:56.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:56.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:56.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:56 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:57.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:57.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:57.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:57 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:57.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:57.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:57 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:57.773 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:57.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:57.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:57.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:57 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:58.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:58 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:58.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:58.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:58.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:58 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:58.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:58.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:58 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:59.754 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stdout:18 Jun 02:04:59 ntpd[17465]: ntpd: time slew -0.000725 s 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stdout:ntpd: time slew -0.000725s 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T02:04:59.755 INFO:teuthology.orchestra.run.smithi037.stderr:18 Jun 02:04:59 ntpd[17465]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T02:04:59.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.756 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stdout:18 Jun 02:04:59 ntpd[17595]: ntpd: time slew -0.001543 s 2024-06-18T02:04:59.757 INFO:teuthology.orchestra.run.smithi172.stdout:ntpd: time slew -0.001543s 2024-06-18T02:04:59.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T02:04:59.758 INFO:teuthology.orchestra.run.smithi172.stderr:18 Jun 02:04:59 ntpd[17595]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T02:04:59.773 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stdout:18 Jun 02:04:59 ntpd[17606]: ntpd: time slew -0.000427 s 2024-06-18T02:04:59.774 INFO:teuthology.orchestra.run.smithi174.stdout:ntpd: time slew -0.000427s 2024-06-18T02:04:59.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T02:04:59.775 INFO:teuthology.orchestra.run.smithi174.stderr:18 Jun 02:04:59 ntpd[17606]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.809 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.871 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:04:59.872 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2024-06-18T02:04:59.872 INFO:teuthology.orchestra.run.smithi172.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.872 INFO:teuthology.orchestra.run.smithi172.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.872 INFO:teuthology.orchestra.run.smithi172.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.872 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.874 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T02:04:59.875 INFO:teuthology.run_tasks:Running task install... 2024-06-18T02:04:59.883 DEBUG:teuthology.task.install:project ceph 2024-06-18T02:04:59.883 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'}} 2024-06-18T02:04:59.884 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'} 2024-06-18T02:04:59.884 INFO:teuthology.task.install:Using flavor: default 2024-06-18T02:04:59.889 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-06-18T02:04:59.889 INFO:teuthology.task.install:extra packages: [] 2024-06-18T02:04:59.890 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-key list | grep Ceph 2024-06-18T02:04:59.890 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-key list | grep Ceph 2024-06-18T02:04:59.891 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-key list | grep Ceph 2024-06-18T02:04:59.951 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T02:04:59.973 INFO:teuthology.orchestra.run.smithi174.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T02:04:59.978 INFO:teuthology.orchestra.run.smithi172.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T02:04:59.980 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T02:04:59.981 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T02:04:59.981 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-18T02:04:59.981 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:05:00.001 INFO:teuthology.orchestra.run.smithi174.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T02:05:00.001 INFO:teuthology.orchestra.run.smithi174.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T02:05:00.002 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-18T02:05:00.002 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:05:00.008 INFO:teuthology.orchestra.run.smithi172.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T02:05:00.009 INFO:teuthology.orchestra.run.smithi172.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T02:05:00.009 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-18T02:05:00.009 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:05:00.147 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T02:05:00.147 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:00.150 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T02:05:00.150 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:00.201 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T02:05:00.201 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:00.262 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:05:00.262 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T02:05:00.277 DEBUG:teuthology.orchestra.run.smithi174:> sudo apt-get update 2024-06-18T02:05:00.335 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:05:00.335 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T02:05:00.350 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2024-06-18T02:05:00.386 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:05:00.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T02:05:00.401 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-06-18T02:05:00.455 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T02:05:00.456 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T02:05:00.469 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T02:05:00.491 INFO:teuthology.orchestra.run.smithi174.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T02:05:00.529 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T02:05:00.529 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T02:05:00.542 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T02:05:00.566 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T02:05:00.566 INFO:teuthology.orchestra.run.smithi174.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T02:05:00.583 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T02:05:00.583 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T02:05:00.595 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T02:05:00.602 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T02:05:00.616 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T02:05:00.629 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T02:05:00.637 INFO:teuthology.orchestra.run.smithi172.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T02:05:00.639 INFO:teuthology.orchestra.run.smithi174.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T02:05:00.650 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T02:05:00.673 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T02:05:00.674 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T02:05:00.675 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T02:05:00.694 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T02:05:00.711 INFO:teuthology.orchestra.run.smithi172.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T02:05:00.718 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T02:05:00.721 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T02:05:00.747 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T02:05:00.789 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T02:05:00.799 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 28.9 kB in 0s (85.2 kB/s) 2024-06-18T02:05:00.877 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 28.9 kB in 0s (82.2 kB/s) 2024-06-18T02:05:00.974 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 28.9 kB in 0s (76.8 kB/s) 2024-06-18T02:05:01.766 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T02:05:01.782 DEBUG:teuthology.orchestra.run.smithi174:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:01.838 INFO:teuthology.orchestra.run.smithi174.stdout:Reading package lists... 2024-06-18T02:05:01.908 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T02:05:01.925 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:01.987 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T02:05:01.988 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2024-06-18T02:05:02.003 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:05:02.018 INFO:teuthology.orchestra.run.smithi174.stdout:Building dependency tree... 2024-06-18T02:05:02.019 INFO:teuthology.orchestra.run.smithi174.stdout:Reading state information... 2024-06-18T02:05:02.068 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-06-18T02:05:02.192 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2024-06-18T02:05:02.193 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2024-06-18T02:05:02.197 INFO:teuthology.orchestra.run.smithi174.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T02:05:02.197 INFO:teuthology.orchestra.run.smithi174.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T02:05:02.197 INFO:teuthology.orchestra.run.smithi174.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T02:05:02.197 INFO:teuthology.orchestra.run.smithi174.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T02:05:02.197 INFO:teuthology.orchestra.run.smithi174.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T02:05:02.198 INFO:teuthology.orchestra.run.smithi174.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T02:05:02.198 INFO:teuthology.orchestra.run.smithi174.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T02:05:02.199 INFO:teuthology.orchestra.run.smithi174.stdout:The following additional packages will be installed: 2024-06-18T02:05:02.199 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T02:05:02.199 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.200 INFO:teuthology.orchestra.run.smithi174.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T02:05:02.201 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet zip 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout:Suggested packages: 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout:Recommended packages: 2024-06-18T02:05:02.202 INFO:teuthology.orchestra.run.smithi174.stdout: btrfs-tools 2024-06-18T02:05:02.275 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-06-18T02:05:02.276 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout:The following NEW packages will be installed: 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T02:05:02.302 INFO:teuthology.orchestra.run.smithi174.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T02:05:02.303 INFO:teuthology.orchestra.run.smithi174.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T02:05:02.303 INFO:teuthology.orchestra.run.smithi174.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T02:05:02.304 INFO:teuthology.orchestra.run.smithi174.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T02:05:02.305 INFO:teuthology.orchestra.run.smithi174.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T02:05:02.305 INFO:teuthology.orchestra.run.smithi174.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T02:05:02.305 INFO:teuthology.orchestra.run.smithi174.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T02:05:02.305 INFO:teuthology.orchestra.run.smithi174.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T02:05:02.367 INFO:teuthology.orchestra.run.smithi174.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T02:05:02.367 INFO:teuthology.orchestra.run.smithi174.stdout:Need to get 180 MB of archives. 2024-06-18T02:05:02.367 INFO:teuthology.orchestra.run.smithi174.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T02:05:02.367 INFO:teuthology.orchestra.run.smithi174.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T02:05:02.379 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T02:05:02.379 INFO:teuthology.orchestra.run.smithi172.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T02:05:02.379 INFO:teuthology.orchestra.run.smithi172.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T02:05:02.379 INFO:teuthology.orchestra.run.smithi172.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T02:05:02.380 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T02:05:02.380 INFO:teuthology.orchestra.run.smithi172.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T02:05:02.380 INFO:teuthology.orchestra.run.smithi172.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T02:05:02.381 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2024-06-18T02:05:02.381 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T02:05:02.381 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T02:05:02.381 INFO:teuthology.orchestra.run.smithi172.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T02:05:02.381 INFO:teuthology.orchestra.run.smithi172.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.382 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T02:05:02.383 INFO:teuthology.orchestra.run.smithi172.stdout: xmlstarlet zip 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2024-06-18T02:05:02.384 INFO:teuthology.orchestra.run.smithi172.stdout: btrfs-tools 2024-06-18T02:05:02.445 INFO:teuthology.orchestra.run.smithi174.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T02:05:02.468 INFO:teuthology.orchestra.run.smithi174.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T02:05:02.474 INFO:teuthology.orchestra.run.smithi174.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T02:05:02.480 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T02:05:02.480 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T02:05:02.481 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T02:05:02.481 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T02:05:02.481 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T02:05:02.481 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T02:05:02.481 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T02:05:02.485 INFO:teuthology.orchestra.run.smithi172.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T02:05:02.486 INFO:teuthology.orchestra.run.smithi172.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi172.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi172.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi172.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T02:05:02.487 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet zip 2024-06-18T02:05:02.488 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-06-18T02:05:02.489 INFO:teuthology.orchestra.run.smithi037.stdout: btrfs-tools 2024-06-18T02:05:02.491 INFO:teuthology.orchestra.run.smithi174.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T02:05:02.550 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T02:05:02.550 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 180 MB of archives. 2024-06-18T02:05:02.550 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T02:05:02.551 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T02:05:02.559 INFO:teuthology.orchestra.run.smithi174.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T02:05:02.564 INFO:teuthology.orchestra.run.smithi174.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T02:05:02.576 INFO:teuthology.orchestra.run.smithi174.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T02:05:02.580 INFO:teuthology.orchestra.run.smithi174.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T02:05:02.581 INFO:teuthology.orchestra.run.smithi174.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T02:05:02.582 INFO:teuthology.orchestra.run.smithi174.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T02:05:02.590 INFO:teuthology.orchestra.run.smithi174.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T02:05:02.592 INFO:teuthology.orchestra.run.smithi174.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T02:05:02.593 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-06-18T02:05:02.593 INFO:teuthology.orchestra.run.smithi037.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T02:05:02.593 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T02:05:02.595 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T02:05:02.596 INFO:teuthology.orchestra.run.smithi037.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T02:05:02.597 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T02:05:02.597 INFO:teuthology.orchestra.run.smithi037.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T02:05:02.597 INFO:teuthology.orchestra.run.smithi174.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T02:05:02.597 INFO:teuthology.orchestra.run.smithi174.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T02:05:02.613 INFO:teuthology.orchestra.run.smithi174.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T02:05:02.615 INFO:teuthology.orchestra.run.smithi174.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T02:05:02.617 INFO:teuthology.orchestra.run.smithi174.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T02:05:02.627 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T02:05:02.631 INFO:teuthology.orchestra.run.smithi174.stdout:Get:19 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T02:05:02.632 INFO:teuthology.orchestra.run.smithi174.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T02:05:02.633 INFO:teuthology.orchestra.run.smithi174.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T02:05:02.633 INFO:teuthology.orchestra.run.smithi174.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-06-18T02:05:02.634 INFO:teuthology.orchestra.run.smithi174.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T02:05:02.634 INFO:teuthology.orchestra.run.smithi174.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T02:05:02.635 INFO:teuthology.orchestra.run.smithi174.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T02:05:02.635 INFO:teuthology.orchestra.run.smithi174.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T02:05:02.656 INFO:teuthology.orchestra.run.smithi174.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T02:05:02.656 INFO:teuthology.orchestra.run.smithi174.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T02:05:02.657 INFO:teuthology.orchestra.run.smithi174.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T02:05:02.677 INFO:teuthology.orchestra.run.smithi174.stdout:Get:30 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T02:05:02.678 INFO:teuthology.orchestra.run.smithi174.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T02:05:02.679 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T02:05:02.679 INFO:teuthology.orchestra.run.smithi174.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T02:05:02.680 INFO:teuthology.orchestra.run.smithi174.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T02:05:02.680 INFO:teuthology.orchestra.run.smithi174.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-06-18T02:05:02.681 INFO:teuthology.orchestra.run.smithi174.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T02:05:02.681 INFO:teuthology.orchestra.run.smithi174.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T02:05:02.682 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T02:05:02.682 INFO:teuthology.orchestra.run.smithi174.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T02:05:02.689 INFO:teuthology.orchestra.run.smithi174.stdout:Get:38 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T02:05:02.695 INFO:teuthology.orchestra.run.smithi174.stdout:Get:39 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T02:05:02.696 INFO:teuthology.orchestra.run.smithi174.stdout:Get:40 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T02:05:02.698 INFO:teuthology.orchestra.run.smithi174.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T02:05:02.699 INFO:teuthology.orchestra.run.smithi174.stdout:Get:42 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T02:05:02.699 INFO:teuthology.orchestra.run.smithi174.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T02:05:02.700 INFO:teuthology.orchestra.run.smithi174.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T02:05:02.701 INFO:teuthology.orchestra.run.smithi174.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T02:05:02.705 INFO:teuthology.orchestra.run.smithi174.stdout:Get:46 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T02:05:02.710 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T02:05:02.718 INFO:teuthology.orchestra.run.smithi174.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T02:05:02.718 INFO:teuthology.orchestra.run.smithi174.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T02:05:02.719 INFO:teuthology.orchestra.run.smithi174.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T02:05:02.719 INFO:teuthology.orchestra.run.smithi174.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T02:05:02.720 INFO:teuthology.orchestra.run.smithi174.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T02:05:02.722 INFO:teuthology.orchestra.run.smithi174.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T02:05:02.723 INFO:teuthology.orchestra.run.smithi174.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-06-18T02:05:02.737 INFO:teuthology.orchestra.run.smithi174.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-06-18T02:05:02.738 INFO:teuthology.orchestra.run.smithi174.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T02:05:02.740 INFO:teuthology.orchestra.run.smithi174.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T02:05:02.757 INFO:teuthology.orchestra.run.smithi174.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T02:05:02.758 INFO:teuthology.orchestra.run.smithi174.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T02:05:02.760 INFO:teuthology.orchestra.run.smithi174.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-06-18T02:05:02.784 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T02:05:02.784 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 180 MB of archives. 2024-06-18T02:05:02.784 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T02:05:02.784 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T02:05:02.799 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T02:05:02.804 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T02:05:02.805 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T02:05:02.819 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T02:05:02.826 INFO:teuthology.orchestra.run.smithi174.stdout:Get:60 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T02:05:02.827 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T02:05:02.829 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T02:05:02.829 INFO:teuthology.orchestra.run.smithi174.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T02:05:02.829 INFO:teuthology.orchestra.run.smithi174.stdout:Get:62 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T02:05:02.829 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T02:05:02.848 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T02:05:02.851 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T02:05:02.855 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T02:05:02.857 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T02:05:02.887 INFO:teuthology.orchestra.run.smithi174.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T02:05:02.887 INFO:teuthology.orchestra.run.smithi174.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T02:05:02.888 INFO:teuthology.orchestra.run.smithi174.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T02:05:02.889 INFO:teuthology.orchestra.run.smithi174.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T02:05:02.890 INFO:teuthology.orchestra.run.smithi174.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T02:05:02.900 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T02:05:02.903 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T02:05:02.907 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T02:05:02.910 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T02:05:02.911 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T02:05:02.912 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-06-18T02:05:02.913 INFO:teuthology.orchestra.run.smithi174.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T02:05:02.913 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T02:05:02.915 INFO:teuthology.orchestra.run.smithi174.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T02:05:02.916 INFO:teuthology.orchestra.run.smithi174.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T02:05:02.923 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T02:05:02.923 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T02:05:02.924 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T02:05:02.936 INFO:teuthology.orchestra.run.smithi174.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T02:05:02.936 INFO:teuthology.orchestra.run.smithi174.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T02:05:02.941 INFO:teuthology.orchestra.run.smithi174.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T02:05:02.941 INFO:teuthology.orchestra.run.smithi174.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T02:05:02.941 INFO:teuthology.orchestra.run.smithi174.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T02:05:02.942 INFO:teuthology.orchestra.run.smithi174.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-06-18T02:05:02.942 INFO:teuthology.orchestra.run.smithi174.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T02:05:02.943 INFO:teuthology.orchestra.run.smithi174.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T02:05:02.947 INFO:teuthology.orchestra.run.smithi174.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T02:05:02.947 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T02:05:02.948 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T02:05:02.949 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T02:05:02.953 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T02:05:02.954 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T02:05:02.955 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T02:05:02.956 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-06-18T02:05:02.960 INFO:teuthology.orchestra.run.smithi174.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T02:05:02.962 INFO:teuthology.orchestra.run.smithi174.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T02:05:02.962 INFO:teuthology.orchestra.run.smithi174.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T02:05:02.968 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T02:05:02.969 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T02:05:02.970 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T02:05:02.980 INFO:teuthology.orchestra.run.smithi174.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T02:05:02.983 INFO:teuthology.orchestra.run.smithi174.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T02:05:02.984 INFO:teuthology.orchestra.run.smithi174.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T02:05:02.984 INFO:teuthology.orchestra.run.smithi174.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T02:05:02.989 INFO:teuthology.orchestra.run.smithi174.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T02:05:02.990 INFO:teuthology.orchestra.run.smithi174.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T02:05:02.991 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T02:05:02.992 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T02:05:02.993 INFO:teuthology.orchestra.run.smithi174.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T02:05:02.994 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T02:05:03.000 INFO:teuthology.orchestra.run.smithi174.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T02:05:03.000 INFO:teuthology.orchestra.run.smithi174.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T02:05:03.001 INFO:teuthology.orchestra.run.smithi174.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T02:05:03.002 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T02:05:03.002 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T02:05:03.003 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T02:05:03.004 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T02:05:03.012 INFO:teuthology.orchestra.run.smithi172.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T02:05:03.015 INFO:teuthology.orchestra.run.smithi172.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T02:05:03.017 INFO:teuthology.orchestra.run.smithi172.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-06-18T02:05:03.020 INFO:teuthology.orchestra.run.smithi174.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T02:05:03.021 INFO:teuthology.orchestra.run.smithi174.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T02:05:03.029 INFO:teuthology.orchestra.run.smithi174.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T02:05:03.029 INFO:teuthology.orchestra.run.smithi174.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T02:05:03.029 INFO:teuthology.orchestra.run.smithi174.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T02:05:03.031 INFO:teuthology.orchestra.run.smithi174.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T02:05:03.032 INFO:teuthology.orchestra.run.smithi174.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T02:05:03.049 INFO:teuthology.orchestra.run.smithi172.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-06-18T02:05:03.051 INFO:teuthology.orchestra.run.smithi172.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T02:05:03.055 INFO:teuthology.orchestra.run.smithi172.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T02:05:03.057 INFO:teuthology.orchestra.run.smithi172.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T02:05:03.058 INFO:teuthology.orchestra.run.smithi172.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T02:05:03.063 INFO:teuthology.orchestra.run.smithi172.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-06-18T02:05:03.135 INFO:teuthology.orchestra.run.smithi172.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T02:05:03.136 INFO:teuthology.orchestra.run.smithi172.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T02:05:03.137 INFO:teuthology.orchestra.run.smithi172.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T02:05:03.137 INFO:teuthology.orchestra.run.smithi172.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T02:05:03.138 INFO:teuthology.orchestra.run.smithi172.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T02:05:03.156 INFO:teuthology.orchestra.run.smithi172.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T02:05:03.158 INFO:teuthology.orchestra.run.smithi172.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T02:05:03.158 INFO:teuthology.orchestra.run.smithi172.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T02:05:03.179 INFO:teuthology.orchestra.run.smithi172.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T02:05:03.179 INFO:teuthology.orchestra.run.smithi172.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T02:05:03.181 INFO:teuthology.orchestra.run.smithi172.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T02:05:03.182 INFO:teuthology.orchestra.run.smithi172.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T02:05:03.182 INFO:teuthology.orchestra.run.smithi172.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T02:05:03.183 INFO:teuthology.orchestra.run.smithi172.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-06-18T02:05:03.202 INFO:teuthology.orchestra.run.smithi172.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T02:05:03.203 INFO:teuthology.orchestra.run.smithi172.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T02:05:03.204 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T02:05:03.207 INFO:teuthology.orchestra.run.smithi172.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T02:05:03.209 INFO:teuthology.orchestra.run.smithi172.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T02:05:03.211 INFO:teuthology.orchestra.run.smithi172.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T02:05:03.211 INFO:teuthology.orchestra.run.smithi172.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T02:05:03.216 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T02:05:03.223 INFO:teuthology.orchestra.run.smithi172.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T02:05:03.226 INFO:teuthology.orchestra.run.smithi172.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T02:05:03.228 INFO:teuthology.orchestra.run.smithi172.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T02:05:03.228 INFO:teuthology.orchestra.run.smithi172.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T02:05:03.243 INFO:teuthology.orchestra.run.smithi172.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T02:05:03.244 INFO:teuthology.orchestra.run.smithi172.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T02:05:03.249 INFO:teuthology.orchestra.run.smithi172.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T02:05:03.249 INFO:teuthology.orchestra.run.smithi172.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T02:05:03.250 INFO:teuthology.orchestra.run.smithi172.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T02:05:03.250 INFO:teuthology.orchestra.run.smithi172.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T02:05:03.264 INFO:teuthology.orchestra.run.smithi172.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T02:05:03.265 INFO:teuthology.orchestra.run.smithi172.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T02:05:03.275 INFO:teuthology.orchestra.run.smithi172.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T02:05:03.276 INFO:teuthology.orchestra.run.smithi172.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T02:05:03.285 INFO:teuthology.orchestra.run.smithi172.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T02:05:03.288 INFO:teuthology.orchestra.run.smithi172.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T02:05:03.288 INFO:teuthology.orchestra.run.smithi172.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T02:05:03.297 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T02:05:03.391 INFO:teuthology.orchestra.run.smithi174.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T02:05:03.401 INFO:teuthology.orchestra.run.smithi172.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T02:05:03.449 INFO:teuthology.orchestra.run.smithi174.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T02:05:03.452 INFO:teuthology.orchestra.run.smithi174.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T02:05:03.453 INFO:teuthology.orchestra.run.smithi174.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T02:05:03.468 INFO:teuthology.orchestra.run.smithi174.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T02:05:03.527 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T02:05:03.537 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T02:05:03.568 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T02:05:03.577 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T02:05:03.577 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T02:05:03.579 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T02:05:03.590 INFO:teuthology.orchestra.run.smithi174.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T02:05:03.598 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T02:05:03.602 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T02:05:03.606 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T02:05:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T02:05:03.691 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T02:05:03.694 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T02:05:03.698 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T02:05:03.702 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T02:05:03.703 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T02:05:03.703 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-06-18T02:05:03.705 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T02:05:03.706 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T02:05:03.707 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T02:05:03.773 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T02:05:03.790 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T02:05:03.790 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T02:05:03.791 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T02:05:03.796 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T02:05:03.797 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T02:05:03.798 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T02:05:03.798 INFO:teuthology.orchestra.run.smithi172.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T02:05:03.799 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-06-18T02:05:03.801 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T02:05:03.854 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T02:05:03.884 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T02:05:03.886 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T02:05:03.887 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T02:05:03.888 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T02:05:03.902 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T02:05:03.903 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T02:05:03.904 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T02:05:03.905 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T02:05:03.917 INFO:teuthology.orchestra.run.smithi172.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T02:05:03.924 INFO:teuthology.orchestra.run.smithi172.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T02:05:03.927 INFO:teuthology.orchestra.run.smithi172.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T02:05:03.935 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T02:05:03.980 INFO:teuthology.orchestra.run.smithi172.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T02:05:03.982 INFO:teuthology.orchestra.run.smithi172.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T02:05:03.989 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T02:05:03.990 INFO:teuthology.orchestra.run.smithi037.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-06-18T02:05:03.993 INFO:teuthology.orchestra.run.smithi037.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-06-18T02:05:03.994 INFO:teuthology.orchestra.run.smithi037.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T02:05:03.999 INFO:teuthology.orchestra.run.smithi037.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T02:05:04.000 INFO:teuthology.orchestra.run.smithi037.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T02:05:04.002 INFO:teuthology.orchestra.run.smithi037.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T02:05:04.017 INFO:teuthology.orchestra.run.smithi037.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-06-18T02:05:04.038 INFO:teuthology.orchestra.run.smithi172.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T02:05:04.081 INFO:teuthology.orchestra.run.smithi037.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T02:05:04.115 INFO:teuthology.orchestra.run.smithi174.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T02:05:04.116 INFO:teuthology.orchestra.run.smithi174.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T02:05:04.127 INFO:teuthology.orchestra.run.smithi174.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T02:05:04.157 INFO:teuthology.orchestra.run.smithi037.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T02:05:04.159 INFO:teuthology.orchestra.run.smithi174.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T02:05:04.159 INFO:teuthology.orchestra.run.smithi037.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T02:05:04.161 INFO:teuthology.orchestra.run.smithi037.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T02:05:04.161 INFO:teuthology.orchestra.run.smithi037.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T02:05:04.163 INFO:teuthology.orchestra.run.smithi037.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T02:05:04.167 INFO:teuthology.orchestra.run.smithi174.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T02:05:04.169 INFO:teuthology.orchestra.run.smithi174.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T02:05:04.207 INFO:teuthology.orchestra.run.smithi174.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T02:05:04.209 INFO:teuthology.orchestra.run.smithi037.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T02:05:04.233 INFO:teuthology.orchestra.run.smithi037.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T02:05:04.234 INFO:teuthology.orchestra.run.smithi037.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T02:05:04.276 INFO:teuthology.orchestra.run.smithi037.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T02:05:04.276 INFO:teuthology.orchestra.run.smithi037.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T02:05:04.326 INFO:teuthology.orchestra.run.smithi037.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T02:05:04.326 INFO:teuthology.orchestra.run.smithi037.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T02:05:04.326 INFO:teuthology.orchestra.run.smithi037.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T02:05:04.326 INFO:teuthology.orchestra.run.smithi037.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-06-18T02:05:04.327 INFO:teuthology.orchestra.run.smithi037.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T02:05:04.327 INFO:teuthology.orchestra.run.smithi037.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T02:05:04.334 INFO:teuthology.orchestra.run.smithi037.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T02:05:04.401 INFO:teuthology.orchestra.run.smithi174.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T02:05:04.404 INFO:teuthology.orchestra.run.smithi037.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T02:05:04.407 INFO:teuthology.orchestra.run.smithi037.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T02:05:04.409 INFO:teuthology.orchestra.run.smithi037.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T02:05:04.429 INFO:teuthology.orchestra.run.smithi174.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T02:05:04.486 INFO:teuthology.orchestra.run.smithi037.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T02:05:04.492 INFO:teuthology.orchestra.run.smithi037.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T02:05:04.494 INFO:teuthology.orchestra.run.smithi037.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T02:05:04.496 INFO:teuthology.orchestra.run.smithi037.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T02:05:04.507 INFO:teuthology.orchestra.run.smithi037.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T02:05:04.510 INFO:teuthology.orchestra.run.smithi037.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T02:05:04.521 INFO:teuthology.orchestra.run.smithi037.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T02:05:04.553 INFO:teuthology.orchestra.run.smithi172.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T02:05:04.556 INFO:teuthology.orchestra.run.smithi172.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T02:05:04.567 INFO:teuthology.orchestra.run.smithi037.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T02:05:04.569 INFO:teuthology.orchestra.run.smithi037.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T02:05:04.570 INFO:teuthology.orchestra.run.smithi037.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T02:05:04.604 INFO:teuthology.orchestra.run.smithi172.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T02:05:04.649 INFO:teuthology.orchestra.run.smithi037.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T02:05:04.652 INFO:teuthology.orchestra.run.smithi037.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T02:05:04.653 INFO:teuthology.orchestra.run.smithi037.stdout:Get:85 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T02:05:04.675 INFO:teuthology.orchestra.run.smithi037.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T02:05:04.676 INFO:teuthology.orchestra.run.smithi037.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T02:05:04.676 INFO:teuthology.orchestra.run.smithi037.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T02:05:04.682 INFO:teuthology.orchestra.run.smithi037.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T02:05:04.683 INFO:teuthology.orchestra.run.smithi037.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T02:05:04.733 INFO:teuthology.orchestra.run.smithi037.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T02:05:04.802 INFO:teuthology.orchestra.run.smithi037.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T02:05:04.803 INFO:teuthology.orchestra.run.smithi037.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T02:05:04.871 INFO:teuthology.orchestra.run.smithi037.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T02:05:04.873 INFO:teuthology.orchestra.run.smithi037.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T02:05:04.945 INFO:teuthology.orchestra.run.smithi037.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T02:05:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T02:05:05.769 INFO:teuthology.orchestra.run.smithi037.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T02:05:05.813 INFO:teuthology.orchestra.run.smithi037.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T02:05:06.021 INFO:teuthology.orchestra.run.smithi174.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T02:05:06.022 INFO:teuthology.orchestra.run.smithi172.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T02:05:06.023 INFO:teuthology.orchestra.run.smithi174.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T02:05:06.024 INFO:teuthology.orchestra.run.smithi174.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T02:05:06.170 INFO:teuthology.orchestra.run.smithi172.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T02:05:06.207 INFO:teuthology.orchestra.run.smithi172.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T02:05:06.209 INFO:teuthology.orchestra.run.smithi172.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T02:05:06.274 INFO:teuthology.orchestra.run.smithi172.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T02:05:06.346 INFO:teuthology.orchestra.run.smithi174.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T02:05:06.468 INFO:teuthology.orchestra.run.smithi172.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T02:05:06.920 INFO:teuthology.orchestra.run.smithi174.stdout:Fetched 180 MB in 4s (44.5 MB/s) 2024-06-18T02:05:07.089 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T02:05:07.115 INFO:teuthology.orchestra.run.smithi172.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T02:05:07.116 INFO:teuthology.orchestra.run.smithi172.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T02:05:07.133 INFO:teuthology.orchestra.run.smithi172.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T02:05:07.174 INFO:teuthology.orchestra.run.smithi172.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T02:05:07.183 INFO:teuthology.orchestra.run.smithi172.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T02:05:07.185 INFO:teuthology.orchestra.run.smithi172.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T02:05:07.189 INFO:teuthology.orchestra.run.smithi174.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165982 files and directories currently installed.) 2024-06-18T02:05:07.195 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T02:05:07.226 INFO:teuthology.orchestra.run.smithi172.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T02:05:07.279 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:05:07.408 INFO:teuthology.orchestra.run.smithi037.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T02:05:07.414 INFO:teuthology.orchestra.run.smithi172.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T02:05:07.415 INFO:teuthology.orchestra.run.smithi172.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T02:05:07.582 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T02:05:07.609 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T02:05:07.621 INFO:teuthology.orchestra.run.smithi037.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T02:05:07.640 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:05:07.640 INFO:teuthology.orchestra.run.smithi037.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T02:05:07.643 INFO:teuthology.orchestra.run.smithi037.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T02:05:07.724 INFO:teuthology.orchestra.run.smithi037.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T02:05:07.976 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T02:05:08.003 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T02:05:08.038 INFO:teuthology.orchestra.run.smithi037.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T02:05:08.043 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:05:08.488 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T02:05:08.514 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:08.563 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:08.941 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T02:05:08.967 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:08.999 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:09.099 INFO:teuthology.orchestra.run.smithi172.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T02:05:09.101 INFO:teuthology.orchestra.run.smithi172.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T02:05:09.103 INFO:teuthology.orchestra.run.smithi172.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T02:05:09.157 INFO:teuthology.orchestra.run.smithi037.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T02:05:09.158 INFO:teuthology.orchestra.run.smithi037.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T02:05:09.175 INFO:teuthology.orchestra.run.smithi037.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T02:05:09.266 INFO:teuthology.orchestra.run.smithi037.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T02:05:09.318 INFO:teuthology.orchestra.run.smithi037.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T02:05:09.321 INFO:teuthology.orchestra.run.smithi037.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T02:05:09.344 INFO:teuthology.orchestra.run.smithi172.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T02:05:09.352 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T02:05:09.378 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:09.409 INFO:teuthology.orchestra.run.smithi037.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T02:05:09.419 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:09.719 INFO:teuthology.orchestra.run.smithi037.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T02:05:09.719 INFO:teuthology.orchestra.run.smithi037.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T02:05:09.771 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T02:05:09.798 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T02:05:09.838 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:05:09.915 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 180 MB in 7s (26.2 MB/s) 2024-06-18T02:05:10.055 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T02:05:10.133 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librados2. 2024-06-18T02:05:10.153 INFO:teuthology.orchestra.run.smithi172.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165982 files and directories currently installed.) 2024-06-18T02:05:10.159 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T02:05:10.159 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:10.199 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:10.245 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:05:10.682 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T02:05:10.702 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librbd1. 2024-06-18T02:05:10.709 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T02:05:10.728 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:10.748 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:05:10.768 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:11.110 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T02:05:11.136 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T02:05:11.176 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:05:11.213 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T02:05:11.228 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:11.271 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:11.540 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rados. 2024-06-18T02:05:11.555 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:11.598 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:11.639 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T02:05:11.665 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:11.713 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:11.794 INFO:teuthology.orchestra.run.smithi037.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T02:05:11.797 INFO:teuthology.orchestra.run.smithi037.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T02:05:11.798 INFO:teuthology.orchestra.run.smithi037.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T02:05:11.918 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T02:05:11.944 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:11.976 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:12.117 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T02:05:12.143 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:12.183 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:12.185 INFO:teuthology.orchestra.run.smithi037.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T02:05:12.195 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T02:05:12.210 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:12.254 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:12.536 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T02:05:12.562 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:12.598 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T02:05:12.603 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:12.624 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:12.664 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:12.780 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 180 MB in 10s (18.8 MB/s) 2024-06-18T02:05:12.890 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T02:05:12.901 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T02:05:12.916 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T02:05:12.956 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:05:13.001 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T02:05:13.001 INFO:teuthology.orchestra.run.smithi037.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165982 files and directories currently installed.) 2024-06-18T02:05:13.007 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T02:05:13.026 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T02:05:13.067 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:05:13.083 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:05:13.276 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librados2. 2024-06-18T02:05:13.302 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:13.342 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:13.386 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T02:05:13.403 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T02:05:13.412 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T02:05:13.430 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T02:05:13.453 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T02:05:13.470 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:05:13.764 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T02:05:13.790 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:13.803 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librbd1. 2024-06-18T02:05:13.806 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T02:05:13.829 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:13.833 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T02:05:13.838 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:13.870 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:13.873 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:05:14.183 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T02:05:14.209 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T02:05:14.250 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:05:14.277 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T02:05:14.304 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:14.323 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T02:05:14.343 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:14.349 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:14.381 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:14.552 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T02:05:14.579 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T02:05:14.627 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:05:14.633 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rados. 2024-06-18T02:05:14.649 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:14.692 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:14.738 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T02:05:14.765 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:14.804 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:14.972 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T02:05:14.998 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T02:05:15.019 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T02:05:15.046 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:15.046 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:05:15.086 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:15.141 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T02:05:15.168 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T02:05:15.216 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:05:15.372 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T02:05:15.388 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:15.422 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:15.441 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua5.1. 2024-06-18T02:05:15.468 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T02:05:15.508 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:05:15.536 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T02:05:15.563 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T02:05:15.594 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:05:15.836 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-any. 2024-06-18T02:05:15.851 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T02:05:15.897 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librados2. 2024-06-18T02:05:15.919 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T02:05:15.923 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:15.963 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:15.967 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T02:05:15.993 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:16.033 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:16.172 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package zip. 2024-06-18T02:05:16.187 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T02:05:16.230 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T02:05:16.361 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T02:05:16.387 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T02:05:16.425 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librbd1. 2024-06-18T02:05:16.428 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:05:16.452 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:16.516 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:16.533 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package unzip. 2024-06-18T02:05:16.560 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T02:05:16.591 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:05:16.747 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T02:05:16.774 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T02:05:16.822 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T02:05:16.927 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T02:05:16.943 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:16.953 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package luarocks. 2024-06-18T02:05:16.977 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:16.979 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T02:05:17.020 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:05:17.050 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T02:05:17.065 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:17.108 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:17.255 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rados. 2024-06-18T02:05:17.270 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:17.313 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:17.419 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package librgw2. 2024-06-18T02:05:17.446 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:17.486 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:17.486 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T02:05:17.512 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T02:05:17.553 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:05:17.633 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T02:05:17.659 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:17.699 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:17.830 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T02:05:17.854 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T02:05:17.897 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:05:17.952 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T02:05:17.978 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:18.018 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:18.046 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T02:05:18.062 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:18.104 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:18.183 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T02:05:18.199 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T02:05:18.233 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:05:18.279 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T02:05:18.306 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:18.338 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:18.407 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T02:05:18.434 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T02:05:18.465 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:05:18.545 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua5.1. 2024-06-18T02:05:18.571 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T02:05:18.611 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:05:18.641 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T02:05:18.667 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T02:05:18.707 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:05:18.785 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T02:05:18.811 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:18.852 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:18.931 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-any. 2024-06-18T02:05:18.947 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T02:05:18.989 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T02:05:19.018 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T02:05:19.045 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T02:05:19.086 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T02:05:19.225 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package zip. 2024-06-18T02:05:19.252 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T02:05:19.280 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-common. 2024-06-18T02:05:19.283 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T02:05:19.306 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:19.346 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T02:05:19.346 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:19.373 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:19.413 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:19.579 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package unzip. 2024-06-18T02:05:19.605 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T02:05:19.645 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:05:19.690 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T02:05:19.717 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T02:05:19.748 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:05:20.041 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package luarocks. 2024-06-18T02:05:20.067 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T02:05:20.107 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:05:20.243 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T02:05:20.259 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T02:05:20.302 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:05:20.476 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package librgw2. 2024-06-18T02:05:20.502 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:20.542 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:20.621 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T02:05:20.648 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T02:05:20.688 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:05:20.877 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-base. 2024-06-18T02:05:20.903 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:20.952 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:21.016 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua5.1. 2024-06-18T02:05:21.042 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T02:05:21.082 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:05:21.303 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T02:05:21.329 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:21.361 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-any. 2024-06-18T02:05:21.369 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:21.387 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T02:05:21.427 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T02:05:21.547 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T02:05:21.574 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T02:05:21.622 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:05:21.655 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package zip. 2024-06-18T02:05:21.664 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T02:05:21.681 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T02:05:21.690 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T02:05:21.721 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T02:05:21.722 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:05:21.992 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T02:05:22.018 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T02:05:22.034 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T02:05:22.049 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package unzip. 2024-06-18T02:05:22.060 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:22.066 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:05:22.076 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T02:05:22.100 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:22.116 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:05:22.445 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package luarocks. 2024-06-18T02:05:22.461 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T02:05:22.471 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T02:05:22.487 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T02:05:22.503 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:05:22.536 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:05:22.537 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-common. 2024-06-18T02:05:22.563 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:22.603 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:22.847 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T02:05:22.874 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T02:05:22.886 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librgw2. 2024-06-18T02:05:22.913 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:22.913 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:05:22.952 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:23.258 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T02:05:23.284 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T02:05:23.333 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:05:23.505 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T02:05:23.521 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:23.563 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:23.711 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T02:05:23.737 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T02:05:23.786 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T02:05:23.891 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T02:05:23.918 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T02:05:23.957 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:05:24.000 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-base. 2024-06-18T02:05:24.027 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:24.068 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:24.130 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-portend. 2024-06-18T02:05:24.146 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T02:05:24.188 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T02:05:24.262 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T02:05:24.289 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:24.329 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:24.474 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T02:05:24.501 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T02:05:24.541 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T02:05:24.621 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T02:05:24.637 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T02:05:24.679 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:05:24.782 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-common. 2024-06-18T02:05:24.809 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:24.849 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:24.886 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T02:05:24.912 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T02:05:24.960 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:05:24.974 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T02:05:25.001 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T02:05:25.040 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:05:25.306 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T02:05:25.332 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T02:05:25.352 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T02:05:25.364 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T02:05:25.379 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T02:05:25.418 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:05:25.659 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T02:05:25.685 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T02:05:25.696 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T02:05:25.723 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T02:05:25.725 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T02:05:25.754 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:05:26.028 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T02:05:26.049 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T02:05:26.055 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T02:05:26.076 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T02:05:26.094 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:05:26.115 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:05:26.213 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-base. 2024-06-18T02:05:26.240 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:26.289 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:26.397 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-mako. 2024-06-18T02:05:26.424 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T02:05:26.435 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T02:05:26.462 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T02:05:26.463 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:05:26.501 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T02:05:26.763 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-portend. 2024-06-18T02:05:26.789 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T02:05:26.817 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T02:05:26.829 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T02:05:26.844 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T02:05:26.875 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:05:26.875 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T02:05:26.902 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T02:05:26.941 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:05:27.099 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T02:05:27.125 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T02:05:27.161 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T02:05:27.165 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T02:05:27.188 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T02:05:27.220 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T02:05:27.227 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:05:27.235 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T02:05:27.269 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:05:27.468 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T02:05:27.495 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T02:05:27.505 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-webob. 2024-06-18T02:05:27.532 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T02:05:27.535 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:05:27.547 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T02:05:27.572 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:05:27.574 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T02:05:27.606 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:05:27.847 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T02:05:27.873 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T02:05:27.891 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T02:05:27.892 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T02:05:27.905 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T02:05:27.906 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T02:05:27.919 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T02:05:27.944 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:05:27.958 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:05:28.211 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T02:05:28.238 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T02:05:28.242 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T02:05:28.261 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T02:05:28.268 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T02:05:28.269 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:05:28.288 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T02:05:28.308 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T02:05:28.328 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:05:28.572 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-paste. 2024-06-18T02:05:28.598 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T02:05:28.606 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T02:05:28.611 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T02:05:28.633 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T02:05:28.638 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T02:05:28.638 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:05:28.672 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T02:05:28.677 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:05:28.933 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T02:05:28.948 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T02:05:28.950 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-portend. 2024-06-18T02:05:28.955 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-mako. 2024-06-18T02:05:28.977 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T02:05:28.982 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T02:05:28.983 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:05:29.017 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T02:05:29.022 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:05:29.277 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T02:05:29.304 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T02:05:29.317 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T02:05:29.320 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T02:05:29.344 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T02:05:29.344 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:05:29.347 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T02:05:29.375 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:05:29.386 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T02:05:29.647 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T02:05:29.661 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T02:05:29.674 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T02:05:29.688 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T02:05:29.689 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T02:05:29.713 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T02:05:29.716 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T02:05:29.728 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:05:29.756 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:05:30.022 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-webob. 2024-06-18T02:05:30.024 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T02:05:30.049 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T02:05:30.051 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T02:05:30.089 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:05:30.091 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:05:30.110 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T02:05:30.137 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T02:05:30.176 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T02:05:30.450 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T02:05:30.454 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T02:05:30.477 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T02:05:30.481 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T02:05:30.496 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T02:05:30.520 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T02:05:30.523 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T02:05:30.529 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:05:30.571 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T02:05:30.815 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-idna. 2024-06-18T02:05:30.830 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T02:05:30.837 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T02:05:30.849 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T02:05:30.863 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T02:05:30.864 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:05:30.876 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T02:05:30.903 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:05:30.915 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:05:31.168 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-mako. 2024-06-18T02:05:31.173 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-paste. 2024-06-18T02:05:31.184 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T02:05:31.184 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T02:05:31.199 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T02:05:31.211 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T02:05:31.226 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:05:31.239 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:05:31.250 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:05:31.555 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T02:05:31.562 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-requests. 2024-06-18T02:05:31.582 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T02:05:31.589 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T02:05:31.621 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:05:31.628 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:05:31.726 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T02:05:31.753 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T02:05:31.792 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:05:31.924 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T02:05:31.940 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T02:05:31.951 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T02:05:31.966 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T02:05:31.990 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:05:32.006 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:05:32.062 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T02:05:32.085 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T02:05:32.120 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:05:32.268 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webob. 2024-06-18T02:05:32.284 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T02:05:32.295 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T02:05:32.299 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:32.335 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:05:32.342 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:32.390 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T02:05:32.416 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T02:05:32.456 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T02:05:32.655 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T02:05:32.682 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T02:05:32.688 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T02:05:32.704 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:32.716 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:05:32.738 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:32.793 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T02:05:32.820 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T02:05:32.860 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:05:33.024 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T02:05:33.049 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T02:05:33.051 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T02:05:33.077 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T02:05:33.091 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:05:33.116 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:05:33.214 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T02:05:33.241 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T02:05:33.281 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T02:05:33.419 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-paste. 2024-06-18T02:05:33.427 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T02:05:33.446 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T02:05:33.454 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T02:05:33.485 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:05:33.502 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T02:05:33.617 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-idna. 2024-06-18T02:05:33.644 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T02:05:33.684 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:05:33.813 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T02:05:33.830 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T02:05:33.872 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:05:33.922 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T02:05:33.949 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:33.962 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T02:05:33.980 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:33.989 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T02:05:34.037 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:05:34.158 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T02:05:34.174 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T02:05:34.208 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:05:34.307 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-requests. 2024-06-18T02:05:34.333 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T02:05:34.364 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:05:34.374 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T02:05:34.401 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:34.441 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:34.486 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T02:05:34.512 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T02:05:34.552 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T02:05:34.660 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T02:05:34.686 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T02:05:34.726 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:05:34.864 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T02:05:34.891 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T02:05:34.930 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:05:34.987 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T02:05:35.003 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:35.037 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:35.061 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T02:05:35.088 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:35.128 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:35.293 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T02:05:35.320 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T02:05:35.360 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T02:05:35.409 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T02:05:35.436 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:35.475 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:35.863 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-idna. 2024-06-18T02:05:35.890 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T02:05:36.206 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:05:36.562 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T02:05:36.590 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T02:05:36.620 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:05:36.839 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph. 2024-06-18T02:05:36.855 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:36.889 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:36.948 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T02:05:36.975 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T02:05:36.991 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T02:05:37.014 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T02:05:37.019 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T02:05:37.058 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:05:37.175 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T02:05:37.202 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:37.242 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:37.344 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests. 2024-06-18T02:05:37.360 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T02:05:37.371 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T02:05:37.387 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:37.410 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:05:37.426 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:37.639 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T02:05:37.665 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:37.705 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:37.730 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T02:05:37.758 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T02:05:37.797 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:05:37.804 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T02:05:37.831 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:37.871 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:38.058 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T02:05:38.074 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:38.082 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package cephadm. 2024-06-18T02:05:38.109 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:38.116 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:38.149 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:38.458 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T02:05:38.460 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T02:05:38.485 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:38.486 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T02:05:38.513 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T02:05:38.524 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:38.535 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T02:05:38.540 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:38.580 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:38.832 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T02:05:38.848 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T02:05:38.863 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T02:05:38.882 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:05:38.889 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:38.929 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:39.185 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T02:05:39.213 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T02:05:39.251 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T02:05:39.597 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T02:05:39.602 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph. 2024-06-18T02:05:39.618 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:39.624 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:39.661 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:39.663 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:39.892 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-babel. 2024-06-18T02:05:39.919 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:39.947 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T02:05:39.961 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:39.974 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:40.013 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:40.033 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T02:05:40.061 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:40.091 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:40.253 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T02:05:40.280 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T02:05:40.320 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:05:40.358 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T02:05:40.386 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:40.425 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:40.631 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T02:05:40.658 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:40.670 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T02:05:40.689 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:40.697 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:40.736 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:40.811 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package cephadm. 2024-06-18T02:05:40.838 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:40.877 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:41.018 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T02:05:41.044 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T02:05:41.075 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T02:05:41.205 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T02:05:41.232 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T02:05:41.297 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T02:05:41.337 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-routes. 2024-06-18T02:05:41.363 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T02:05:41.403 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:05:41.650 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T02:05:41.677 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:41.681 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T02:05:41.697 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:41.716 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:41.739 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:41.823 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph. 2024-06-18T02:05:41.850 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:41.889 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:42.184 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T02:05:42.200 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:42.234 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:42.587 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T02:05:42.614 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:42.662 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:42.871 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-babel. 2024-06-18T02:05:42.898 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:42.929 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:42.994 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T02:05:43.022 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T02:05:43.048 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package cephadm. 2024-06-18T02:05:43.061 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:05:43.076 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:43.114 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:43.266 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T02:05:43.293 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T02:05:43.332 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:05:43.426 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T02:05:43.453 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T02:05:43.492 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T02:05:43.564 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T02:05:43.592 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T02:05:43.631 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:05:43.669 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T02:05:43.696 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:43.735 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:43.803 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T02:05:43.820 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:43.861 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:43.993 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T02:05:44.020 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T02:05:44.047 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T02:05:44.059 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:05:44.074 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T02:05:44.113 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T02:05:44.353 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T02:05:44.381 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T02:05:44.428 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:05:44.433 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-routes. 2024-06-18T02:05:44.460 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T02:05:44.499 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:05:44.816 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-babel. 2024-06-18T02:05:44.819 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T02:05:44.833 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T02:05:44.846 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:44.874 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:05:44.886 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:45.178 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T02:05:45.186 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T02:05:45.205 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:45.213 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T02:05:45.252 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:05:45.330 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:45.597 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T02:05:45.625 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:45.664 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:45.992 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T02:05:46.020 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T02:05:46.058 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T02:05:46.158 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T02:05:46.185 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T02:05:46.224 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:05:46.361 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-routes. 2024-06-18T02:05:46.389 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T02:05:46.427 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:05:46.592 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T02:05:46.619 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T02:05:46.658 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T02:05:46.711 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T02:05:46.738 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T02:05:46.769 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:05:46.919 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T02:05:46.935 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T02:05:46.969 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:05:46.981 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T02:05:47.009 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:47.047 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:47.140 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T02:05:47.167 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T02:05:47.206 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:05:47.289 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T02:05:47.316 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T02:05:47.356 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:05:47.518 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T02:05:47.544 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T02:05:47.584 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:05:47.608 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T02:05:47.624 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T02:05:47.658 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T02:05:47.970 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T02:05:47.998 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T02:05:48.036 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T02:05:48.178 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T02:05:48.194 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T02:05:48.227 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:05:48.284 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T02:05:48.312 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:48.381 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T02:05:48.408 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T02:05:48.444 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:48.448 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:05:48.706 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T02:05:48.734 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T02:05:48.742 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T02:05:48.770 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T02:05:48.772 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:05:48.809 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T02:05:49.112 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T02:05:49.135 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T02:05:49.139 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T02:05:49.163 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T02:05:49.178 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:05:49.201 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:05:49.406 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T02:05:49.434 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T02:05:49.473 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T02:05:49.487 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T02:05:49.503 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T02:05:49.536 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:05:49.751 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T02:05:49.778 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T02:05:49.818 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:05:49.834 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T02:05:49.850 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:49.892 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:50.138 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T02:05:50.164 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T02:05:50.170 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T02:05:50.186 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:50.195 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:05:50.220 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T02:05:50.247 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T02:05:50.286 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:05:50.322 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:50.507 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T02:05:50.534 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T02:05:50.573 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T02:05:50.631 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T02:05:50.659 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:50.697 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:05:50.852 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T02:05:50.868 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T02:05:50.891 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package jq. 2024-06-18T02:05:50.902 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T02:05:50.907 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:50.941 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T02:05:51.139 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T02:05:51.166 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T02:05:51.185 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package socat. 2024-06-18T02:05:51.205 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:05:51.213 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T02:05:51.226 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T02:05:51.252 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:05:51.254 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T02:05:51.292 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T02:05:51.525 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T02:05:51.552 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T02:05:51.579 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T02:05:51.591 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T02:05:51.607 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T02:05:51.645 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:05:51.781 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T02:05:51.809 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T02:05:51.847 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:05:51.895 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T02:05:51.923 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T02:05:51.961 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:05:51.982 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T02:05:52.010 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T02:05:52.049 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:05:52.218 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-test. 2024-06-18T02:05:52.234 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:52.276 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:52.344 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T02:05:52.371 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T02:05:52.410 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T02:05:52.667 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T02:05:52.683 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:52.697 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T02:05:52.717 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:52.725 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T02:05:52.764 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T02:05:53.058 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T02:05:53.086 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T02:05:53.125 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:05:53.253 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T02:05:53.281 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T02:05:53.320 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:05:53.478 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T02:05:53.505 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T02:05:53.544 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T02:05:53.664 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T02:05:53.692 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:53.731 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:05:53.857 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T02:05:53.884 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T02:05:53.922 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:05:53.992 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package jq. 2024-06-18T02:05:54.008 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:54.042 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T02:05:54.228 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package socat. 2024-06-18T02:05:54.244 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T02:05:54.278 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:05:54.537 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T02:05:54.561 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:54.563 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T02:05:54.589 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T02:05:54.591 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:54.603 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:54.605 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T02:05:54.630 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:54.647 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:05:54.931 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T02:05:54.950 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T02:05:54.959 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T02:05:54.966 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:54.977 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-test. 2024-06-18T02:05:54.993 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:55.008 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:55.027 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:55.039 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:05:55.334 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T02:05:55.353 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T02:05:55.361 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:55.380 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T02:05:55.400 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:05:55.419 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:05:55.645 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package jq. 2024-06-18T02:05:55.661 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T02:05:55.702 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T02:05:55.799 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T02:05:55.826 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T02:05:55.873 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:05:55.956 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package socat. 2024-06-18T02:05:55.983 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T02:05:56.022 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:05:56.317 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T02:05:56.327 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T02:05:56.333 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T02:05:56.355 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T02:05:56.375 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:05:56.402 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:05:56.746 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-test. 2024-06-18T02:05:56.762 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:56.804 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:56.832 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package pkg-config. 2024-06-18T02:05:56.860 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T02:05:56.965 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:05:57.227 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T02:05:57.254 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T02:05:57.293 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:05:57.331 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T02:05:57.358 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:57.397 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:57.685 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T02:05:57.712 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:57.751 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:57.754 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T02:05:57.782 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T02:05:57.821 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T02:05:58.071 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T02:05:58.098 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T02:05:58.123 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T02:05:58.137 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:05:58.151 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T02:05:58.190 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T02:05:58.484 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T02:05:58.500 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T02:05:58.501 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T02:05:58.528 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T02:05:58.543 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:05:58.566 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:05:58.821 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T02:05:58.849 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T02:05:58.879 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T02:05:58.971 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T02:05:58.999 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T02:05:59.037 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:05:59.223 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-py. 2024-06-18T02:05:59.239 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T02:05:59.250 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T02:05:59.273 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T02:05:59.278 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T02:05:59.317 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:59.400 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package pkg-config. 2024-06-18T02:05:59.429 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T02:05:59.467 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:05:59.602 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T02:05:59.612 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T02:05:59.630 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T02:05:59.640 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:05:59.668 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:05:59.678 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:05:59.720 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T02:05:59.748 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T02:05:59.786 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:05:59.990 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T02:06:00.018 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T02:06:00.056 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:06:00.181 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T02:06:00.206 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T02:06:00.208 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T02:06:00.235 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T02:06:00.247 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:00.273 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T02:06:00.386 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T02:06:00.414 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T02:06:00.452 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:06:00.558 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-toml. 2024-06-18T02:06:00.578 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T02:06:00.585 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T02:06:00.606 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T02:06:00.624 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T02:06:00.644 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T02:06:00.798 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T02:06:00.826 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T02:06:00.864 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:06:00.927 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T02:06:00.955 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T02:06:00.981 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T02:06:00.993 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:01.008 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T02:06:01.047 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:06:01.270 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package pkg-config. 2024-06-18T02:06:01.298 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T02:06:01.336 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:06:01.355 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T02:06:01.375 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T02:06:01.383 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T02:06:01.402 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T02:06:01.422 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:01.441 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T02:06:01.606 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T02:06:01.624 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T02:06:01.664 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:06:01.691 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T02:06:01.707 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T02:06:01.749 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:01.786 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-py. 2024-06-18T02:06:01.814 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T02:06:01.853 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T02:06:02.076 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T02:06:02.104 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T02:06:02.142 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T02:06:02.156 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T02:06:02.184 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T02:06:02.222 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:06:02.445 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T02:06:02.473 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T02:06:02.511 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T02:06:02.620 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package radosgw. 2024-06-18T02:06:02.647 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:02.693 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T02:06:02.694 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:02.721 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T02:06:02.759 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:02.817 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T02:06:02.845 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T02:06:02.883 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:06:03.079 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-toml. 2024-06-18T02:06:03.107 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T02:06:03.137 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T02:06:03.186 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T02:06:03.214 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T02:06:03.269 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T02:06:03.415 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T02:06:03.443 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T02:06:03.481 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:03.497 INFO:teuthology.orchestra.run.smithi174.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T02:06:03.513 INFO:teuthology.orchestra.run.smithi174.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:03.555 INFO:teuthology.orchestra.run.smithi174.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:03.597 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-py. 2024-06-18T02:06:03.625 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T02:06:03.672 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T02:06:03.801 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T02:06:03.829 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T02:06:03.860 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T02:06:03.868 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:04.001 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T02:06:04.029 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T02:06:04.067 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:06:04.129 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T02:06:04.135 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:06:04.145 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T02:06:04.179 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:04.286 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:06:04.504 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T02:06:04.521 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T02:06:04.562 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:04.582 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T02:06:04.823 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-toml. 2024-06-18T02:06:04.851 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T02:06:04.889 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T02:06:04.903 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T02:06:04.925 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package radosgw. 2024-06-18T02:06:04.953 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:04.991 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:05.192 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T02:06:05.221 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T02:06:05.259 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:05.327 INFO:teuthology.orchestra.run.smithi174.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T02:06:05.405 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:05.546 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T02:06:05.563 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T02:06:05.595 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:05.761 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T02:06:05.777 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:05.811 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:05.848 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T02:06:05.865 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T02:06:05.906 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:05.913 INFO:teuthology.orchestra.run.smithi174.stdout:Adding system user cephadm....done 2024-06-18T02:06:06.102 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:06:06.124 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T02:06:06.382 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:06:06.420 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:06:06.508 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:06:06.644 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package radosgw. 2024-06-18T02:06:06.672 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:06.710 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:06.729 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:06:06.759 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T02:06:06.856 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:06:07.078 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T02:06:07.132 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T02:06:07.401 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:06:07.502 INFO:teuthology.orchestra.run.smithi172.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T02:06:07.521 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T02:06:07.534 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T02:06:07.538 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T02:06:07.577 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:07.579 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:07.869 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:06:08.043 INFO:teuthology.orchestra.run.smithi172.stdout:Adding system user cephadm....done 2024-06-18T02:06:08.119 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T02:06:08.199 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:06:08.279 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T02:06:08.351 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T02:06:08.469 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T02:06:08.475 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:06:08.555 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T02:06:08.735 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:06:08.740 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T02:06:08.831 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:06:08.861 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:06:09.061 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T02:06:09.074 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:06:09.112 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T02:06:09.334 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:09.380 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:06:09.489 INFO:teuthology.orchestra.run.smithi037.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T02:06:09.506 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T02:06:09.596 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:09.618 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:06:09.824 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:06:09.994 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:10.184 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T02:06:10.287 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:06:10.397 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user cephadm....done 2024-06-18T02:06:10.427 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T02:06:10.438 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:06:10.553 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T02:06:10.564 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:06:10.690 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:06:10.695 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:06:10.829 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T02:06:10.947 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:06:10.958 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:06:11.080 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T02:06:11.198 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:11.206 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T02:06:11.346 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T02:06:11.373 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T02:06:11.444 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:06:11.457 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:06:11.465 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T02:06:11.595 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T02:06:11.730 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:11.734 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T02:06:11.835 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T02:06:11.972 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:12.077 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:06:12.122 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T02:06:12.153 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T02:06:12.227 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:06:12.353 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:06:12.407 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:06:12.479 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:06:12.513 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T02:06:12.700 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:12.755 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:06:12.772 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T02:06:13.009 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T02:06:13.049 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T02:06:13.119 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T02:06:13.135 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:06:13.145 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T02:06:13.191 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:06:13.309 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T02:06:13.325 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T02:06:13.568 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T02:06:13.821 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:06:13.869 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:13.899 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T02:06:13.987 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T02:06:14.072 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:06:14.179 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:14.197 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:14.263 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:06:14.324 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:06:14.438 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T02:06:14.522 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:14.564 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T02:06:14.641 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T02:06:14.690 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T02:06:14.816 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T02:06:14.840 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T02:06:14.966 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:06:15.042 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T02:06:15.059 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T02:06:15.319 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:06:15.488 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T02:06:15.523 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T02:06:15.587 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T02:06:15.684 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:06:15.705 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T02:06:15.728 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:06:15.936 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:06:16.030 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:06:16.064 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:16.081 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:16.190 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T02:06:16.212 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:06:16.373 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:06:16.483 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T02:06:16.513 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T02:06:16.641 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:06:16.751 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T02:06:16.827 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:16.906 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T02:06:17.085 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T02:06:17.143 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:06:17.157 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:06:17.228 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T02:06:17.494 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:06:17.542 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:06:17.827 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:06:17.896 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T02:06:18.179 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:06:18.188 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T02:06:18.315 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T02:06:18.421 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:06:18.450 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T02:06:18.539 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:18.608 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:06:18.743 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T02:06:18.831 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:06:18.909 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:19.069 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T02:06:19.149 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:06:19.152 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T02:06:19.353 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:06:19.403 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T02:06:19.488 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:06:19.613 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:06:19.780 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T02:06:19.915 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:06:20.056 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T02:06:20.174 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T02:06:20.305 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:06:20.416 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T02:06:20.450 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:20.573 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:20.601 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:06:20.667 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T02:06:20.707 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T02:06:20.768 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:20.928 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:06:20.975 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:06:21.086 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T02:06:21.110 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:06:21.196 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T02:06:21.220 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:06:21.420 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T02:06:21.463 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T02:06:21.520 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:06:21.714 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:06:21.771 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T02:06:21.974 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T02:06:22.022 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:22.149 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:06:22.267 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:06:22.418 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T02:06:22.483 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:06:22.626 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T02:06:22.751 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T02:06:22.878 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:22.994 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T02:06:23.012 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T02:06:23.086 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:06:23.211 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:06:23.245 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:06:23.280 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T02:06:23.406 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T02:06:23.504 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T02:06:23.523 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:06:23.532 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T02:06:23.781 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:06:23.825 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T02:06:23.832 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:06:23.906 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T02:06:24.076 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T02:06:24.117 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:06:24.191 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:06:24.268 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:06:24.317 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:06:24.336 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:24.419 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:24.462 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T02:06:24.508 INFO:teuthology.orchestra.run.smithi174.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T02:06:24.601 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:06:24.762 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:06:24.771 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T02:06:24.894 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:06:24.896 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:25.023 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T02:06:25.145 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:06:25.271 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:06:25.290 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T02:06:25.298 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:06:25.397 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:25.486 INFO:teuthology.orchestra.run.smithi172.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T02:06:25.542 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T02:06:25.566 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T02:06:25.708 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T02:06:25.724 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:06:25.793 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T02:06:25.850 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:26.009 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:26.061 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T02:06:26.161 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:06:26.211 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T02:06:26.226 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:06:26.469 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T02:06:26.503 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:06:26.504 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T02:06:26.570 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T02:06:26.614 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T02:06:26.804 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:06:26.813 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:26.906 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T02:06:26.955 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:06:27.098 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T02:06:27.216 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T02:06:27.248 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T02:06:27.273 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:06:27.484 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T02:06:27.541 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T02:06:27.574 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:06:27.610 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T02:06:27.736 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T02:06:27.825 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T02:06:27.850 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T02:06:27.858 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:06:27.977 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T02:06:28.104 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T02:06:28.222 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T02:06:28.227 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T02:06:28.228 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:06:28.495 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:06:28.590 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T02:06:28.630 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T02:06:28.850 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T02:06:28.857 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:06:28.932 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:06:28.976 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T02:06:29.234 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T02:06:29.243 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T02:06:29.276 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:06:29.369 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T02:06:29.427 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:29.502 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:06:29.561 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:29.687 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:06:29.687 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T02:06:29.829 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:06:29.955 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:29.997 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T02:06:30.048 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.081 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.199 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.207 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:06:30.256 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T02:06:30.350 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T02:06:30.365 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T02:06:30.527 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.636 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.658 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T02:06:30.660 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.762 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T02:06:30.827 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:30.951 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T02:06:30.978 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.039 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.165 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.203 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:31.203 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:31.291 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.313 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T02:06:31.503 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:31.503 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:31.690 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T02:06:31.704 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.831 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.957 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:31.966 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T02:06:32.001 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:32.083 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:06:32.119 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:32.335 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T02:06:32.461 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:32.537 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:32.587 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:32.705 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T02:06:32.730 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:06:33.000 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.142 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.268 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T02:06:33.319 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.470 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.553 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.596 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.679 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.731 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.805 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.857 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:33.950 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.009 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:34.009 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T02:06:34.076 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.185 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.294 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.404 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.424 INFO:teuthology.orchestra.run.smithi174.stdout:Adding group ceph....done 2024-06-18T02:06:34.498 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.616 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.750 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:34.859 INFO:teuthology.orchestra.run.smithi174.stdout:Adding system user ceph....done 2024-06-18T02:06:34.876 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T02:06:34.972 INFO:teuthology.orchestra.run.smithi172.stdout:Adding group ceph....done 2024-06-18T02:06:35.078 INFO:teuthology.orchestra.run.smithi174.stdout:Setting system user ceph properties....done 2024-06-18T02:06:35.091 INFO:teuthology.orchestra.run.smithi174.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T02:06:35.229 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T02:06:35.357 INFO:teuthology.orchestra.run.smithi172.stdout:Adding system user ceph....done 2024-06-18T02:06:35.534 INFO:teuthology.orchestra.run.smithi172.stdout:Setting system user ceph properties....done 2024-06-18T02:06:35.550 INFO:teuthology.orchestra.run.smithi172.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T02:06:35.601 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T02:06:35.693 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T02:06:36.058 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.059 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T02:06:36.146 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.209 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.256 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.382 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.508 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.530 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.726 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:36.790 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:36.790 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:36.806 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:37.259 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:37.259 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:37.260 INFO:teuthology.orchestra.run.smithi037.stdout:Adding group ceph....done 2024-06-18T02:06:37.261 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:37.637 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user ceph....done 2024-06-18T02:06:37.646 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T02:06:37.724 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:37.805 INFO:teuthology.orchestra.run.smithi037.stdout:Setting system user ceph properties....done 2024-06-18T02:06:37.823 INFO:teuthology.orchestra.run.smithi037.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T02:06:37.970 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T02:06:38.090 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T02:06:38.121 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:38.279 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T02:06:38.357 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:38.357 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:38.526 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:38.755 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:38.756 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:38.815 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:39.003 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:39.027 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:39.027 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:39.195 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:39.433 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:39.433 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:39.549 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:39.599 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:39.599 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T02:06:39.840 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:39.840 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:39.933 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.064 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.182 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:40.182 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:40.343 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.409 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T02:06:40.469 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.620 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.634 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.752 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.832 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:40.833 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:40.874 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:40.903 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.104 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:41.104 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T02:06:41.123 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:41.123 INFO:teuthology.orchestra.run.smithi172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:41.312 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.464 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.571 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.576 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.590 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.714 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.811 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:41.811 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T02:06:41.833 INFO:teuthology.orchestra.run.smithi174.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:41.840 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:42.099 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:42.210 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T02:06:42.294 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:42.328 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T02:06:42.488 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T02:06:42.493 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T02:06:42.570 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:42.570 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T02:06:42.594 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T02:06:42.721 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T02:06:43.029 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:43.158 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:43.281 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:43.491 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:43.491 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T02:06:43.706 INFO:teuthology.orchestra.run.smithi174.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T02:06:43.831 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T02:06:43.982 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:44.159 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:44.285 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:44.403 INFO:teuthology.orchestra.run.smithi174.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T02:06:44.409 DEBUG:teuthology.parallel:result is None 2024-06-18T02:06:44.436 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T02:06:44.466 INFO:teuthology.orchestra.run.smithi172.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T02:06:44.471 DEBUG:teuthology.parallel:result is None 2024-06-18T02:06:44.814 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T02:06:44.923 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T02:06:45.067 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T02:06:46.184 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T02:06:46.868 INFO:teuthology.orchestra.run.smithi037.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T02:06:46.873 DEBUG:teuthology.parallel:result is None 2024-06-18T02:06:46.874 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:47.154 DEBUG:teuthology.orchestra.run.smithi037:> dpkg-query -W -f '${Version}' ceph 2024-06-18T02:06:47.174 INFO:teuthology.orchestra.run.smithi037.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.175 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.175 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T02:06:47.177 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:47.439 DEBUG:teuthology.orchestra.run.smithi172:> dpkg-query -W -f '${Version}' ceph 2024-06-18T02:06:47.458 INFO:teuthology.orchestra.run.smithi172.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.459 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.459 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T02:06:47.460 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:47.683 DEBUG:teuthology.orchestra.run.smithi174:> dpkg-query -W -f '${Version}' ceph 2024-06-18T02:06:47.702 INFO:teuthology.orchestra.run.smithi174.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.702 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T02:06:47.703 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T02:06:47.704 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-06-18T02:06:47.704 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:06:47.705 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T02:06:47.719 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:06:47.719 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T02:06:47.733 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:06:47.734 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T02:06:47.756 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-06-18T02:06:47.756 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:06:47.756 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T02:06:47.772 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T02:06:47.828 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:06:47.828 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T02:06:47.842 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T02:06:47.895 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:06:47.895 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T02:06:47.909 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T02:06:47.963 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-06-18T02:06:47.963 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:06:47.963 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T02:06:47.977 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T02:06:48.032 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:06:48.033 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T02:06:48.046 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T02:06:48.099 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:06:48.100 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T02:06:48.113 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T02:06:48.167 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-06-18T02:06:48.167 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:06:48.167 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T02:06:48.181 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T02:06:48.236 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:06:48.236 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T02:06:48.249 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T02:06:48.303 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:06:48.303 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T02:06:48.317 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T02:06:48.372 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-18T02:06:48.467 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'} 2024-06-18T02:06:48.468 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:48.468 INFO:tasks.cephadm:Cluster fsid is 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:06:48.468 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-18T02:06:48.468 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.b': '172.21.15.172', 'mon.c': '172.21.15.174'} 2024-06-18T02:06:48.469 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-06-18T02:06:48.469 INFO:tasks.cephadm:First mgr is a 2024-06-18T02:06:48.469 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-18T02:06:48.469 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-06-18T02:06:48.483 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-06-18T02:06:48.497 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2024-06-18T02:06:48.511 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-18T02:06:48.511 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:48.658 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/55401/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3124-g3781e3a5', 'node_name': '172.21.2.10+braggi10', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3124-g3781e3a5-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-06-17 19:56:06.776634', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-06-18T02:06:48.867 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 3781e3a592387d16e8020f5db99cdee4198f6d00 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:06:48.868 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-06-18T02:06:48.869 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:49.680 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 02:06 /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:49.681 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:50.524 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 02:06 /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:50.524 DEBUG:teuthology.orchestra.run.smithi174:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:51.468 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 02:06 /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:51.468 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:51.476 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:51.484 DEBUG:teuthology.orchestra.run.smithi174:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T02:06:51.504 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 on all hosts... 2024-06-18T02:06:51.504 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T02:06:51.522 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T02:06:51.529 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T02:06:51.691 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T02:06:51.694 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T02:06:51.703 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T02:07:44.512 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2024-06-18T02:07:44.513 INFO:teuthology.orchestra.run.smithi172.stdout:} 2024-06-18T02:07:46.085 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-06-18T02:07:46.085 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T02:07:46.085 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T02:07:46.086 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2024-06-18T02:07:46.086 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T02:07:46.086 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-06-18T02:07:46.086 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout:{ 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout: "repo_digests": [ 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout: ] 2024-06-18T02:07:48.654 INFO:teuthology.orchestra.run.smithi174.stdout:} 2024-06-18T02:07:48.701 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-06-18T02:07:48.716 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2024-06-18T02:07:48.731 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /etc/ceph 2024-06-18T02:07:48.746 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-06-18T02:07:48.772 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2024-06-18T02:07:48.786 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 777 /etc/ceph 2024-06-18T02:07:48.798 INFO:tasks.cephadm:Writing seed config... 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-06-18T02:07:48.800 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-06-18T02:07:48.801 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:07:48.801 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-06-18T02:07:48.821 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 6b9c681e-2d17-11ef-bc9d-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-06-18T02:07:48.821 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service 2024-06-18T02:07:48.866 DEBUG:teuthology.orchestra.run.smithi037:mgr.a> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a.service 2024-06-18T02:07:48.913 INFO:tasks.cephadm:Bootstrapping... 2024-06-18T02:07:48.913 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 -v bootstrap --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:07:49.125 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-06-18T02:07:49.126 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00', '-v', 'bootstrap', '--fsid', '6b9c681e-2d17-11ef-bc9d-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.37', '--skip-admin-label'] 2024-06-18T02:07:49.126 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-06-18T02:07:49.126 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2024-06-18T02:07:49.126 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2024-06-18T02:07:49.126 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2024-06-18T02:07:49.133 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T02:07:49.133 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T02:07:49.137 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T02:07:49.137 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.141 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-18T02:07:49.141 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-18T02:07:49.145 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-18T02:07:49.145 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.149 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-18T02:07:49.149 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-06-18T02:07:49.153 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-18T02:07:49.153 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.158 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-18T02:07:49.158 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-18T02:07:49.161 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-18T02:07:49.161 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.165 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-06-18T02:07:49.169 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-06-18T02:07:49.169 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-06-18T02:07:49.169 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2024-06-18T02:07:49.170 INFO:teuthology.orchestra.run.smithi037.stdout:docker (/usr/bin/docker) is present 2024-06-18T02:07:49.170 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2024-06-18T02:07:49.170 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2024-06-18T02:07:49.173 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T02:07:49.173 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T02:07:49.177 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T02:07:49.177 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.181 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-18T02:07:49.181 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-18T02:07:49.185 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-18T02:07:49.185 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.188 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-18T02:07:49.189 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-06-18T02:07:49.192 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-18T02:07:49.192 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.195 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-18T02:07:49.196 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-18T02:07:49.199 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-18T02:07:49.199 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-06-18T02:07:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-06-18T02:07:49.207 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 139995545154608 on /run/cephadm/6b9c681e-2d17-11ef-bc9d-c7b262605968.lock 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 139995545154608 acquired on /run/cephadm/6b9c681e-2d17-11ef-bc9d-c7b262605968.lock 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2024-06-18T02:07:49.208 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-06-18T02:07:49.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-06-18T02:07:49.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-06-18T02:07:49.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2024-06-18T02:07:49.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-06-18T02:07:49.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-06-18T02:07:49.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2024-06-18T02:07:49.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T02:07:49.216 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-06-18T02:07:49.216 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-06-18T02:07:49.216 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-06-18T02:07:49.216 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-06-18T02:07:49.217 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T02:07:49.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout 3781e3a592387d16e8020f5db99cdee4198f6d00: Pulling from ceph-ci/ceph 2024-06-18T02:07:49.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Digest: sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314 2024-06-18T02:07:49.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:07:49.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T02:07:50.982 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T02:07:50.982 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T02:07:50.982 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2024-06-18T02:07:52.421 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2024-06-18T02:07:52.422 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2024-06-18T02:07:53.694 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD563Bm5oFMDhAAaHzp4AzNiCN1uEBKD0pTHw== 2024-06-18T02:07:55.024 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD663Bm4iCrIRAAGGHHvYzgeSZpcQizHUsWYw== 2024-06-18T02:07:56.355 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQD763Bma77yMxAAz3ay3ATbwKqYdCSE2Q92hg== 2024-06-18T02:07:56.356 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = quincy 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T02:07:57.712 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:07:57.713 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2024-06-18T02:07:59.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.673+0000 7fc03b327b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T02:07:59.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.673+0000 7fc03b327b00 1 imported monmap: 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-06-18T02:07:57.258700+0000 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.673+0000 7fc03b327b00 0 /usr/bin/ceph-mon: set fsid to 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Git sha 0 2024-06-18T02:07:59.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: DB SUMMARY 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: DB Session ID: 9337OI9NGUJF2F63C9T1 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.create_if_missing: 1 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T02:07:59.205 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.env: 0x5593aafdd740 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.info_log: 0x5593ac04c520 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.statistics: (nil) 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.use_fsync: 0 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T02:07:59.206 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.db_log_dir: 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.wal_dir: 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T02:07:59.207 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.write_buffer_manager: 0x5593ac0535e0 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T02:07:59.208 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.unordered_write: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.row_cache: None 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.wal_filter: None 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T02:07:59.209 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.wal_compression: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T02:07:59.210 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T02:07:59.211 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_open_files: -1 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Compression algorithms supported: 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kZSTD supported: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T02:07:59.212 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.merge_operator: 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_filter: None 2024-06-18T02:07:59.213 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5593ac04c200) 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-06-18T02:07:59.214 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5593ac039090 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-06-18T02:07:59.215 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-06-18T02:07:59.216 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression: NoCompression 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.num_levels: 7 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T02:07:59.217 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T02:07:59.218 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T02:07:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T02:07:59.220 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T02:07:59.221 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.ttl: 2592000 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T02:07:59.222 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9b78fd90-6ba0-4851-a8c6-5d0090706558 2024-06-18T02:07:59.223 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.677+0000 7fc03b327b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc03b327b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5593ac066e00 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc03b327b00 4 rocksdb: DB pointer 0x5593ac13a000 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc032ab2640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc032ab2640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:07:59.224 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.225 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5593ac039090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-06-18T02:07:59.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T02:07:59.227 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc03b327b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-06-18T02:07:59.227 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc03b327b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-06-18T02:07:59.227 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T02:07:58.681+0000 7fc03b327b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-06-18T02:07:59.227 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.a on 2024-06-18T02:07:59.451 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-06-18T02:07:59.643 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-06-18T02:07:59.868 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target -> /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target. 2024-06-18T02:07:59.868 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target -> /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target. 2024-06-18T02:08:00.149 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a 2024-06-18T02:08:00.149 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service: Unit ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service not loaded. 2024-06-18T02:08:00.332 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target.wants/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service. 2024-06-18T02:08:00.342 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-06-18T02:08:00.342 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T02:08:00.342 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2024-06-18T02:08:00.343 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2024-06-18T02:08:02.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:01 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.835134+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.18613s) 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-06-18T02:08:02.532 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-06-18T02:08:02.533 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2024-06-18T02:08:02.533 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:02.533 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2024-06-18T02:08:02.533 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2024-06-18T02:08:03.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838312+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T02:08:03.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838486+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838496+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838504+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-06-18T02:07:57.258700+0000 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838511+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838519+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838525+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.838532+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.860921+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.863413+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: cluster 2024-06-18T02:08:01.863937+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-06-18T02:08:03.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:02 smithi037 bash[21329]: audit 2024-06-18T02:08:02.024389+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/2608698464' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-06-18T02:08:04.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:03 smithi037 bash[21329]: audit 2024-06-18T02:08:03.610914+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.37:0/2412139193' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T02:08:04.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:03 smithi037 bash[21329]: audit 2024-06-18T02:08:03.613905+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.37:0/2412139193' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-18T02:08:04.071 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-06-18T02:08:04.072 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T02:08:04.073 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:04.073 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T02:08:04.073 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T02:08:04.073 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T02:08:04.073 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2024-06-18T02:08:05.752 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2024-06-18T02:08:05.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:05 smithi037 bash[21329]: audit 2024-06-18T02:08:05.270917+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.37:0/3215668677' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:08:06.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:05 smithi037 systemd[1]: Stopping Ceph mon.a for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:08:06.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:05 smithi037 bash[21329]: debug 2024-06-18T02:08:05.872+0000 7f014268d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -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 (PID: 1) UID: 0 2024-06-18T02:08:06.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:05 smithi037 bash[21329]: debug 2024-06-18T02:08:05.872+0000 7f014268d640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-06-18T02:08:06.614 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-06-18T02:08:06.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:06 smithi037 bash[21715]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-mon-a 2024-06-18T02:08:06.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:06 smithi037 bash[21775]: Error response from daemon: No such container: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-mon-a 2024-06-18T02:08:06.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:06 smithi037 systemd[1]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service: Deactivated successfully. 2024-06-18T02:08:06.727 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:06 smithi037 systemd[1]: Stopped Ceph mon.a for 6b9c681e-2d17-11ef-bc9d-c7b262605968. 2024-06-18T02:08:06.727 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:06 smithi037 systemd[1]: Started Ceph mon.a for 6b9c681e-2d17-11ef-bc9d-c7b262605968. 2024-06-18T02:08:08.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.980+0000 7f6e1516cb00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.980+0000 7f6e1516cb00 0 ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.980+0000 7f6e1516cb00 0 pidfile_write: ignore empty --pid-file 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.984+0000 7f6e1516cb00 0 load: jerasure load: lrc 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Git sha 0 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: DB SUMMARY 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: DB Session ID: TUYGYTM8HP5TCSD1DM8U 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: CURRENT file: CURRENT 2024-06-18T02:08:08.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88763 ; 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.create_if_missing: 0 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.env: 0x564c811bb740 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T02:08:08.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.info_log: 0x564c82395000 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.statistics: (nil) 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.use_fsync: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T02:08:08.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.db_log_dir: 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.wal_dir: 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.write_buffer_manager: 0x564c823a41e0 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T02:08:08.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.unordered_write: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.row_cache: None 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.wal_filter: None 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T02:08:08.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.wal_compression: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T02:08:08.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_open_files: -1 2024-06-18T02:08:08.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Compression algorithms supported: 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kZSTD supported: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T02:08:08.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T02:08:08.204 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T02:08:08.204 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T02:08:08.204 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.merge_operator: 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_filter: None 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c82394d00) 2024-06-18T02:08:08.205 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: cache_index_and_filter_blocks: 1 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: pin_top_level_index_and_filter: 1 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: index_type: 0 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: data_block_index_type: 0 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: index_shortening: 1 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: data_block_hash_table_util_ratio: 0.750000 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: checksum: 4 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: no_block_cache: 0 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_cache: 0x564c8238b090 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_cache_name: BinnedLRUCache 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_cache_options: 2024-06-18T02:08:08.206 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: capacity : 536870912 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: num_shard_bits : 4 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: strict_capacity_limit : 0 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: high_pri_pool_ratio: 0.000 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_cache_compressed: (nil) 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: persistent_cache: (nil) 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_size: 4096 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_size_deviation: 10 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_restart_interval: 16 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: index_block_restart_interval: 1 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: metadata_block_size: 4096 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: partition_filters: 0 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: use_delta_encoding: 1 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: filter_policy: bloomfilter 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: whole_key_filtering: 1 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: verify_compression: 0 2024-06-18T02:08:08.207 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: read_amp_bytes_per_bit: 0 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: format_version: 5 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: enable_index_compression: 1 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: block_align: 0 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: max_auto_readahead_size: 262144 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: prepopulate_block_cache: 0 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: initial_auto_readahead_size: 8192 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: num_file_reads_for_auto_readahead: 2 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression: NoCompression 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.num_levels: 7 2024-06-18T02:08:08.208 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T02:08:08.209 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T02:08:08.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T02:08:08.211 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:07 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T02:08:08.212 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.ttl: 2592000 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T02:08:08.213 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9b78fd90-6ba0-4851-a8c6-5d0090706558 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676487992330, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676487993343, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85354, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83527, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77734, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1718676487, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9b78fd90-6ba0-4851-a8c6-5d0090706558", "db_session_id": "TUYGYTM8HP5TCSD1DM8U", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-06-18T02:08:08.214 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676487993483, "job": 1, "event": "recovery_finished"} 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.988+0000 7f6e1516cb00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c823b6e00 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 4 rocksdb: DB pointer 0x564c824b0000 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e0af35640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e0af35640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: ** DB Stats ** 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T02:08:08.215 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: ** Compaction Stats [default] ** 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: L0 2/0 85.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Sum 2/0 85.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: ** Compaction Stats [default] ** 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:08:08.216 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: AddFile(Keys): cumulative 0, interval 0 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Cumulative compaction: 0.00 GB write, 21.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Interval compaction: 0.00 GB write, 21.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Block cache BinnedLRUCache@0x564c8238b090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: ** File Read Latency Histogram By Level [default] ** 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 1 mon.a@-1(???) e1 preinit fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:08.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).mds e1 new map 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).mds e1 print_map 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: e1 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: legacy client fscid: -1 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: No filesystems configured 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: debug 2024-06-18T02:08:07.992+0000 7f6e1516cb00 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-06-18T02:08:08.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018782+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018851+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018866+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018878+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-06-18T02:07:57.258700+0000 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018885+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018898+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018904+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.018912+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.019324+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.019353+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-18T02:08:08.219 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 bash[21814]: cluster 2024-06-18T02:08:08.019742+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-06-18T02:08:08.723 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2024-06-18T02:08:08.749 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:08:08.749 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2024-06-18T02:08:08.749 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2024-06-18T02:08:08.750 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2024-06-18T02:08:09.078 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a 2024-06-18T02:08:09.079 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a.service: Unit ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a.service not loaded. 2024-06-18T02:08:09.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:08 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:08:09.277 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968.target.wants/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service. 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2024-06-18T02:08:09.285 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2024-06-18T02:08:09.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:09 smithi037 bash[21814]: audit 2024-06-18T02:08:08.185068+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.37:0/1599206947' entity='client.admin' 2024-06-18T02:08:09.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:09 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:08:11.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:11 smithi037 bash[22069]: debug 2024-06-18T02:08:11.352+0000 7ff2f57cf040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T02:08:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:11 smithi037 bash[21814]: audit 2024-06-18T02:08:11.569597+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/1196183062' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T02:08:12.172 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "6b9c681e-2d17-11ef-bc9d-c7b262605968", 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T02:08:12.173 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:12.174 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T02:08:12.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T02:08:12.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T02:08:12.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T02:08:12.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T02:08:12.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T02:08:12.178 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.178 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:12.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T02:08:12.180 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T02:08:01.859712+0000", 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:12.181 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2024-06-18T02:08:13.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:12 smithi037 bash[22069]: debug 2024-06-18T02:08:12.640+0000 7ff2f57cf040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T02:08:13.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:12 smithi037 bash[22069]: debug 2024-06-18T02:08:12.712+0000 7ff2f57cf040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T02:08:13.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:12 smithi037 bash[22069]: debug 2024-06-18T02:08:12.872+0000 7ff2f57cf040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T02:08:13.910 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:13 smithi037 bash[22069]: debug 2024-06-18T02:08:13.560+0000 7ff2f57cf040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T02:08:13.910 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:13 smithi037 bash[22069]: debug 2024-06-18T02:08:13.636+0000 7ff2f57cf040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T02:08:13.911 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:13 smithi037 bash[22069]: debug 2024-06-18T02:08:13.708+0000 7ff2f57cf040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T02:08:13.911 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:13 smithi037 bash[22069]: debug 2024-06-18T02:08:13.908+0000 7ff2f57cf040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T02:08:14.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:13 smithi037 bash[22069]: debug 2024-06-18T02:08:13.992+0000 7ff2f57cf040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T02:08:14.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.064+0000 7ff2f57cf040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T02:08:14.623 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.340+0000 7ff2f57cf040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T02:08:14.624 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.412+0000 7ff2f57cf040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T02:08:14.977 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.620+0000 7ff2f57cf040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T02:08:14.977 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.704+0000 7ff2f57cf040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T02:08:15.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:14 smithi037 bash[22069]: debug 2024-06-18T02:08:14.976+0000 7ff2f57cf040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T02:08:15.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:15 smithi037 bash[22069]: debug 2024-06-18T02:08:15.168+0000 7ff2f57cf040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:08:15.631 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:15 smithi037 bash[21814]: audit 2024-06-18T02:08:15.355731+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.37:0/1343641883' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T02:08:15.631 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:15 smithi037 bash[22069]: debug 2024-06-18T02:08:15.348+0000 7ff2f57cf040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T02:08:15.631 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:15 smithi037 bash[22069]: debug 2024-06-18T02:08:15.436+0000 7ff2f57cf040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T02:08:15.912 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:15.912 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:15.912 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "6b9c681e-2d17-11ef-bc9d-c7b262605968", 2024-06-18T02:08:15.912 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:15.913 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T02:08:15.914 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T02:08:15.917 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.917 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T02:08:15.917 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T02:08:15.917 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T02:08:15.917 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T02:08:15.918 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T02:08:01.859712+0000", 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T02:08:15.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:15.920 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2024-06-18T02:08:16.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:15 smithi037 bash[22069]: debug 2024-06-18T02:08:15.628+0000 7ff2f57cf040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:08:16.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:16 smithi037 bash[22069]: debug 2024-06-18T02:08:16.480+0000 7ff2f57cf040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T02:08:16.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:16 smithi037 bash[22069]: debug 2024-06-18T02:08:16.560+0000 7ff2f57cf040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T02:08:17.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:16 smithi037 bash[22069]: debug 2024-06-18T02:08:16.800+0000 7ff2f57cf040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T02:08:17.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:16 smithi037 bash[22069]: debug 2024-06-18T02:08:16.880+0000 7ff2f57cf040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T02:08:17.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[22069]: debug 2024-06-18T02:08:17.292+0000 7ff2f57cf040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T02:08:17.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[22069]: debug 2024-06-18T02:08:17.376+0000 7ff2f57cf040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: cluster 2024-06-18T02:08:17.404915+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: cluster 2024-06-18T02:08:17.408238+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00360456s) 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.412449+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.412612+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.412777+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.412936+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.414309+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: cluster 2024-06-18T02:08:17.440350+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.452213+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T02:08:17.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:17 smithi037 bash[21814]: audit 2024-06-18T02:08:17.454941+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T02:08:18.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:18 smithi037 bash[21814]: audit 2024-06-18T02:08:17.456991+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' 2024-06-18T02:08:18.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:18 smithi037 bash[21814]: audit 2024-06-18T02:08:17.465989+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' 2024-06-18T02:08:18.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:18 smithi037 bash[21814]: audit 2024-06-18T02:08:17.471213+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.37:0/2356163292' entity='mgr.a' 2024-06-18T02:08:18.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:18 smithi037 bash[21814]: cluster 2024-06-18T02:08:18.421201+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01655s) 2024-06-18T02:08:20.075 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "6b9c681e-2d17-11ef-bc9d-c7b262605968", 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T02:08:20.076 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T02:08:20.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T02:08:20.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T02:08:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T02:08:20.080 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-06-18T02:08:20.081 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:20.081 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.081 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T02:08:20.081 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T02:08:20.081 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T02:08:01.859712+0000", 2024-06-18T02:08:20.082 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T02:08:20.082 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-06-18T02:08:20.082 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T02:08:20.082 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:20.083 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2024-06-18T02:08:20.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:20 smithi037 bash[21814]: cluster 2024-06-18T02:08:19.470760+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-06-18T02:08:20.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:20 smithi037 bash[21814]: audit 2024-06-18T02:08:19.574309+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.37:0/2678347023' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T02:08:21.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:21 smithi037 bash[21814]: audit 2024-06-18T02:08:21.392403+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.37:0/4091440821' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T02:08:21.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:21 smithi037 bash[21814]: audit 2024-06-18T02:08:21.395031+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.37:0/4091440821' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-18T02:08:21.919 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:21.920 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T02:08:21.920 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:21.920 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T02:08:21.920 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T02:08:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T02:08:21.922 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T02:08:21.922 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2024-06-18T02:08:23.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:23 smithi037 bash[21814]: audit 2024-06-18T02:08:23.311309+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.37:0/254745910' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-06-18T02:08:23.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:23 smithi037 bash[22069]: ignoring --setuser ceph since I am not root 2024-06-18T02:08:23.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:23 smithi037 bash[22069]: ignoring --setgroup ceph since I am not root 2024-06-18T02:08:23.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:23 smithi037 bash[22069]: debug 2024-06-18T02:08:23.516+0000 7f714195a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T02:08:24.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:24 smithi037 bash[21814]: audit 2024-06-18T02:08:23.363142+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/254745910' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-06-18T02:08:24.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:24 smithi037 bash[21814]: cluster 2024-06-18T02:08:23.367434+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-06-18T02:08:25.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:24 smithi037 bash[22069]: debug 2024-06-18T02:08:24.792+0000 7f714195a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T02:08:25.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:24 smithi037 bash[22069]: debug 2024-06-18T02:08:24.864+0000 7f714195a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T02:08:25.356 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:25 smithi037 bash[22069]: debug 2024-06-18T02:08:25.028+0000 7f714195a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T02:08:25.726 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:25 smithi037 bash[21814]: audit 2024-06-18T02:08:25.345221+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.37:0/593291734' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T02:08:25.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:25.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-06-18T02:08:25.874 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T02:08:25.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-06-18T02:08:25.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T02:08:25.875 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:25.875 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-06-18T02:08:25.875 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2024-06-18T02:08:26.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:25 smithi037 bash[22069]: debug 2024-06-18T02:08:25.724+0000 7f714195a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T02:08:26.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:25 smithi037 bash[22069]: debug 2024-06-18T02:08:25.800+0000 7f714195a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T02:08:26.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:25 smithi037 bash[22069]: debug 2024-06-18T02:08:25.872+0000 7f714195a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T02:08:26.506 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.072+0000 7f714195a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T02:08:26.506 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.156+0000 7f714195a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T02:08:26.506 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.228+0000 7f714195a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T02:08:26.760 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.504+0000 7f714195a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T02:08:26.760 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.576+0000 7f714195a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T02:08:27.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.788+0000 7f714195a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T02:08:27.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:26 smithi037 bash[22069]: debug 2024-06-18T02:08:26.876+0000 7f714195a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T02:08:27.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:27 smithi037 bash[22069]: debug 2024-06-18T02:08:27.144+0000 7f714195a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T02:08:27.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:27 smithi037 bash[22069]: debug 2024-06-18T02:08:27.332+0000 7f714195a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:08:27.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:27 smithi037 bash[22069]: debug 2024-06-18T02:08:27.508+0000 7f714195a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T02:08:27.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:27 smithi037 bash[22069]: debug 2024-06-18T02:08:27.592+0000 7f714195a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T02:08:28.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:27 smithi037 bash[22069]: debug 2024-06-18T02:08:27.784+0000 7f714195a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:08:28.950 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:28 smithi037 bash[22069]: debug 2024-06-18T02:08:28.624+0000 7f714195a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T02:08:28.950 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:28 smithi037 bash[22069]: debug 2024-06-18T02:08:28.708+0000 7f714195a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T02:08:29.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:28 smithi037 bash[22069]: debug 2024-06-18T02:08:28.948+0000 7f714195a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T02:08:29.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[22069]: debug 2024-06-18T02:08:29.028+0000 7f714195a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[22069]: debug 2024-06-18T02:08:29.444+0000 7f714195a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[22069]: debug 2024-06-18T02:08:29.528+0000 7f714195a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: cluster 2024-06-18T02:08:29.551934+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: cluster 2024-06-18T02:08:29.552383+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: cluster 2024-06-18T02:08:29.558030+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: cluster 2024-06-18T02:08:29.558165+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00595992s) 2024-06-18T02:08:29.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: audit 2024-06-18T02:08:29.562177+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:08:29.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: audit 2024-06-18T02:08:29.563761+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T02:08:29.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: audit 2024-06-18T02:08:29.564929+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T02:08:29.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: audit 2024-06-18T02:08:29.565124+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T02:08:29.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: audit 2024-06-18T02:08:29.565301+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T02:08:29.765 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:29 smithi037 bash[21814]: cluster 2024-06-18T02:08:29.588443+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: cephadm 2024-06-18T02:08:29.600600+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.603629+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.609944+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.612961+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.617162+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:08:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.619784+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:08:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.629234+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T02:08:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:29.631480+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T02:08:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:30.505134+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: audit 2024-06-18T02:08:30.510047+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:30 smithi037 bash[21814]: cluster 2024-06-18T02:08:30.562568+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01036s) 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2024-06-18T02:08:31.122 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2024-06-18T02:08:31.869 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:31 smithi037 bash[21814]: audit 2024-06-18T02:08:30.561746+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-18T02:08:31.869 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:31 smithi037 bash[21814]: audit 2024-06-18T02:08:30.573811+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: debug 2024-06-18T02:08:32.196+0000 7f70aefa7640 -1 log_channel(cephadm) log [ERR] : [18/Jun/2024:02:08:32] ENGINE Error in HTTPServer.serve 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: Traceback (most recent call last): 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: self._connections.run(self.expiration_interval) 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T02:08:32.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: self._run(expiration_interval) 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: s = self.context.wrap_socket( 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: return self.sslsocket_class._create( 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: self.do_handshake() 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: self._sslobj.do_handshake() 2024-06-18T02:08:32.515 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[22069]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T02:08:33.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cluster 2024-06-18T02:08:31.613374+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cephadm 2024-06-18T02:08:32.071928+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [18/Jun/2024:02:08:32] ENGINE Bus STARTING 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cephadm 2024-06-18T02:08:32.195011+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [18/Jun/2024:02:08:32] ENGINE Serving on https://172.21.15.37:7150 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cephadm 2024-06-18T02:08:32.198470+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [18/Jun/2024:02:08:32] ENGINE Error in HTTPServer.serve 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: Traceback (most recent call last): 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: self._connections.run(self.expiration_interval) 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: self._run(expiration_interval) 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T02:08:33.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: s = self.context.wrap_socket( 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: return self.sslsocket_class._create( 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: self.do_handshake() 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: self._sslobj.do_handshake() 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cephadm 2024-06-18T02:08:32.296288+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [18/Jun/2024:02:08:32] ENGINE Serving on http://172.21.15.37:8765 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: cephadm 2024-06-18T02:08:32.296389+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [18/Jun/2024:02:08:32] ENGINE Bus STARTED 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: audit 2024-06-18T02:08:32.297186+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:08:33.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: audit 2024-06-18T02:08:32.387345+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:33.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: audit 2024-06-18T02:08:32.395307+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:33.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:32 smithi037 bash[21814]: audit 2024-06-18T02:08:32.410555+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:08:34.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:34 smithi037 bash[21814]: audit 2024-06-18T02:08:34.347823+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:34.903 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2024-06-18T02:08:34.903 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[21814]: audit 2024-06-18T02:08:36.229204+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[21814]: cephadm 2024-06-18T02:08:36.229616+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: Generating public/private rsa key pair. 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: Your identification has been saved in /tmp/tmpxawbou_w/key 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: Your public key has been saved in /tmp/tmpxawbou_w/key.pub 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: The key fingerprint is: 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: SHA256:/zT7dTc7NWFQUq1dECPcu+KRt9fqeUtJgTkZr//g0ks ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:36.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: The key's randomart image is: 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: +---[RSA 3072]----+ 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | ..+*=.| 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | .oO.o| 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | =.*.| 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | =oo| 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | S o.o.| 2024-06-18T02:08:36.765 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | . + =.o| 2024-06-18T02:08:36.766 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | ..o=E*B| 2024-06-18T02:08:36.766 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | oo=+=X| 2024-06-18T02:08:36.766 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: | o+BB+| 2024-06-18T02:08:36.766 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:36 smithi037 bash[22069]: +----[SHA256]-----+ 2024-06-18T02:08:37.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:37 smithi037 bash[21814]: audit 2024-06-18T02:08:36.609262+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:37.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:37 smithi037 bash[21814]: audit 2024-06-18T02:08:36.613881+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:38.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:38 smithi037 bash[21814]: audit 2024-06-18T02:08:38.388121+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:38.900 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:08:38.900 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:08:38.901 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2024-06-18T02:08:38.901 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2024-06-18T02:08:40.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:40 smithi037 bash[21814]: audit 2024-06-18T02:08:40.338599+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:42.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:42 smithi037 bash[21814]: cephadm 2024-06-18T02:08:41.612700+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi037 2024-06-18T02:08:46.032 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2024-06-18T02:08:46.033 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mon service... 2024-06-18T02:08:46.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:46 smithi037 bash[21814]: audit 2024-06-18T02:08:45.226602+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:46.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:46 smithi037 bash[21814]: cephadm 2024-06-18T02:08:45.227021+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi037 2024-06-18T02:08:46.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:46 smithi037 bash[21814]: audit 2024-06-18T02:08:45.227488+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:08:48.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-06-18T02:08:48.729 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mgr service... 2024-06-18T02:08:49.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:49 smithi037 bash[21814]: audit 2024-06-18T02:08:48.036804+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:49.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:49 smithi037 bash[21814]: cephadm 2024-06-18T02:08:48.039701+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-06-18T02:08:49.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:49 smithi037 bash[21814]: audit 2024-06-18T02:08:48.044340+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:49.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:49 smithi037 bash[21814]: audit 2024-06-18T02:08:48.490142+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:49.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:49 smithi037 bash[21814]: audit 2024-06-18T02:08:49.031915+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:50.621 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-06-18T02:08:51.434 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:51 smithi037 bash[21814]: cluster 2024-06-18T02:08:49.566905+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:08:51.435 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:51 smithi037 bash[21814]: audit 2024-06-18T02:08:50.143065+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:08:51.435 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:51 smithi037 bash[21814]: cephadm 2024-06-18T02:08:50.144236+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-06-18T02:08:51.435 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:51 smithi037 bash[21814]: audit 2024-06-18T02:08:50.146847+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.37:0/2065476666' entity='mgr.a' 2024-06-18T02:08:53.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:52 smithi037 bash[21814]: cluster 2024-06-18T02:08:51.567277+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:08:53.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:52 smithi037 bash[21814]: audit 2024-06-18T02:08:51.989836+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.37:0/1282753690' entity='client.admin' 2024-06-18T02:08:54.275 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2024-06-18T02:08:55.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:54 smithi037 bash[21814]: cluster 2024-06-18T02:08:53.567566+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:08:55.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:54 smithi037 bash[21814]: audit 2024-06-18T02:08:53.776739+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.37:0/981878575' entity='client.admin' 2024-06-18T02:08:56.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:55 smithi037 bash[21814]: audit 2024-06-18T02:08:55.769222+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.37:0/216681852' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-06-18T02:08:56.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:55 smithi037 bash[22069]: ignoring --setuser ceph since I am not root 2024-06-18T02:08:56.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:55 smithi037 bash[22069]: ignoring --setgroup ceph since I am not root 2024-06-18T02:08:56.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:55 smithi037 bash[22069]: debug 2024-06-18T02:08:55.948+0000 7fc01ca68040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T02:08:57.148 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:56 smithi037 bash[21814]: audit 2024-06-18T02:08:55.784193+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.37:0/216681852' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-06-18T02:08:57.149 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:56 smithi037 bash[21814]: cluster 2024-06-18T02:08:55.789118+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-06-18T02:08:57.504 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:57 smithi037 bash[22069]: debug 2024-06-18T02:08:57.268+0000 7fc01ca68040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T02:08:57.504 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:57 smithi037 bash[22069]: debug 2024-06-18T02:08:57.340+0000 7fc01ca68040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T02:08:57.504 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:57 smithi037 bash[22069]: debug 2024-06-18T02:08:57.500+0000 7fc01ca68040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T02:08:58.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:08:57 smithi037 bash[21814]: audit 2024-06-18T02:08:57.734245+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.37:0/3275470371' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-06-18T02:08:58.289 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 9... 2024-06-18T02:08:58.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.196+0000 7fc01ca68040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T02:08:58.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.272+0000 7fc01ca68040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T02:08:58.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.348+0000 7fc01ca68040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T02:08:58.982 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.548+0000 7fc01ca68040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T02:08:58.982 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.628+0000 7fc01ca68040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T02:08:58.982 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.704+0000 7fc01ca68040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T02:08:58.982 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:58 smithi037 bash[22069]: debug 2024-06-18T02:08:58.980+0000 7fc01ca68040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T02:08:59.263 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.052+0000 7fc01ca68040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T02:08:59.622 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.268+0000 7fc01ca68040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T02:08:59.622 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.352+0000 7fc01ca68040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T02:08:59.987 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.620+0000 7fc01ca68040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T02:08:59.987 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.808+0000 7fc01ca68040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:09:00.262 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:08:59 smithi037 bash[22069]: debug 2024-06-18T02:08:59.984+0000 7fc01ca68040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T02:09:00.262 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:00 smithi037 bash[22069]: debug 2024-06-18T02:09:00.068+0000 7fc01ca68040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T02:09:00.514 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:00 smithi037 bash[22069]: debug 2024-06-18T02:09:00.260+0000 7fc01ca68040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:09:01.446 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:01 smithi037 bash[22069]: debug 2024-06-18T02:09:01.120+0000 7fc01ca68040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T02:09:01.446 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:01 smithi037 bash[22069]: debug 2024-06-18T02:09:01.204+0000 7fc01ca68040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T02:09:01.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:01 smithi037 bash[22069]: debug 2024-06-18T02:09:01.444+0000 7fc01ca68040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T02:09:01.764 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:01 smithi037 bash[22069]: debug 2024-06-18T02:09:01.524+0000 7fc01ca68040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T02:09:02.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:01 smithi037 bash[22069]: debug 2024-06-18T02:09:01.936+0000 7fc01ca68040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T02:09:02.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[22069]: debug 2024-06-18T02:09:02.020+0000 7fc01ca68040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T02:09:02.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: cluster 2024-06-18T02:09:02.044318+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-06-18T02:09:02.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: cluster 2024-06-18T02:09:02.044764+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-06-18T02:09:02.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: cluster 2024-06-18T02:09:02.051541+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: cluster 2024-06-18T02:09:02.051780+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00720202s) 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: audit 2024-06-18T02:09:02.053130+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: audit 2024-06-18T02:09:02.055090+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: audit 2024-06-18T02:09:02.056121+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: audit 2024-06-18T02:09:02.056311+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: audit 2024-06-18T02:09:02.056481+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T02:09:02.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:02 smithi037 bash[21814]: cluster 2024-06-18T02:09:02.080145+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-06-18T02:09:03.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:03 smithi037 bash[21814]: audit 2024-06-18T02:09:02.096270+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:03.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:03 smithi037 bash[21814]: audit 2024-06-18T02:09:02.099457+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:03.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:03 smithi037 bash[21814]: audit 2024-06-18T02:09:02.114778+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T02:09:03.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:03 smithi037 bash[21814]: audit 2024-06-18T02:09:02.117766+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T02:09:03.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:03 smithi037 bash[21814]: cluster 2024-06-18T02:09:03.055269+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e11: a(active, since 1.01068s) 2024-06-18T02:09:03.672 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-06-18T02:09:03.673 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-06-18T02:09:03.673 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T02:09:03.673 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-06-18T02:09:03.673 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 9 is available 2024-06-18T02:09:03.673 INFO:teuthology.orchestra.run.smithi037.stdout:Generating a dashboard self-signed certificate... 2024-06-18T02:09:04.437 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:04 smithi037 bash[21814]: audit 2024-06-18T02:09:03.055632+0000 mgr.a (mgr.14150) 1 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-18T02:09:04.437 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:04 smithi037 bash[21814]: audit 2024-06-18T02:09:03.067992+0000 mgr.a (mgr.14150) 2 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-18T02:09:05.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[21814]: cluster 2024-06-18T02:09:04.109735+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-06-18T02:09:05.571 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-06-18T02:09:05.571 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2024-06-18T02:09:06.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: debug 2024-06-18T02:09:05.728+0000 7fbf886ee640 -1 log_channel(cephadm) log [ERR] : [18/Jun/2024:02:09:05] ENGINE Error in HTTPServer.serve 2024-06-18T02:09:06.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: Traceback (most recent call last): 2024-06-18T02:09:06.014 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: self._connections.run(self.expiration_interval) 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: self._run(expiration_interval) 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: s = self.context.wrap_socket( 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: return self.sslsocket_class._create( 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: self.do_handshake() 2024-06-18T02:09:06.015 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T02:09:06.016 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: self._sslobj.do_handshake() 2024-06-18T02:09:06.016 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:05 smithi037 bash[22069]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: audit 2024-06-18T02:09:05.105606+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: audit 2024-06-18T02:09:05.110433+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: cephadm 2024-06-18T02:09:05.610408+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [18/Jun/2024:02:09:05] ENGINE Bus STARTING 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: cephadm 2024-06-18T02:09:05.730115+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [18/Jun/2024:02:09:05] ENGINE Serving on https://172.21.15.37:7150 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: cephadm 2024-06-18T02:09:05.733690+0000 mgr.a (mgr.14150) 6 : cephadm [ERR] [18/Jun/2024:02:09:05] ENGINE Error in HTTPServer.serve 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: Traceback (most recent call last): 2024-06-18T02:09:06.415 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: self._connections.run(self.expiration_interval) 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: self._run(expiration_interval) 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: s = self.context.wrap_socket( 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: return self.sslsocket_class._create( 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T02:09:06.416 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: self.do_handshake() 2024-06-18T02:09:06.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T02:09:06.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: self._sslobj.do_handshake() 2024-06-18T02:09:06.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T02:09:06.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: cephadm 2024-06-18T02:09:05.831149+0000 mgr.a (mgr.14150) 7 : cephadm [INF] [18/Jun/2024:02:09:05] ENGINE Serving on http://172.21.15.37:8765 2024-06-18T02:09:06.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:06 smithi037 bash[21814]: cephadm 2024-06-18T02:09:05.831301+0000 mgr.a (mgr.14150) 8 : cephadm [INF] [18/Jun/2024:02:09:05] ENGINE Bus STARTED 2024-06-18T02:09:07.838 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kE1WvsGxVl6y1cS5ouIZcOXjj/DRlfyvskksYNyNeZpPOcwP6ArDa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1718676547, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-06-18T02:09:07.838 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2024-06-18T02:09:08.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:08 smithi037 bash[21814]: audit 2024-06-18T02:09:06.968817+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:09:08.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:08 smithi037 bash[21814]: audit 2024-06-18T02:09:07.240430+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:09.455 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: cluster 2024-06-18T02:09:08.249098+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:08.803886+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:08.804595+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:08.808144+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:08.809548+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:08.810235+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-06-18T02:09:09.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:09 smithi037 bash[21814]: audit 2024-06-18T02:09:09.116665+0000 mon.a (mon.0) 100 : audit [DBG] from='client.? 172.21.15.37:0/1650474176' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-06-18T02:09:09.618 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2024-06-18T02:09:09.619 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-06-18T02:09:09.619 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout: Password: agl2flkuzv 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config directory 2024-06-18T02:09:09.621 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling autotune for osd_memory_target 2024-06-18T02:09:11.238 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:10 smithi037 bash[21814]: cephadm 2024-06-18T02:09:09.908001+0000 mgr.a (mgr.14150) 10 : cephadm [INF] Deploying daemon agent.smithi037 on smithi037 2024-06-18T02:09:13.501 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-06-18T02:09:13.501 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2024-06-18T02:09:13.502 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.503 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-06-18T02:09:13.503 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:13.503 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2024-06-18T02:09:13.550 INFO:tasks.cephadm:Fetching config... 2024-06-18T02:09:13.550 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:09:13.550 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-06-18T02:09:13.556 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-06-18T02:09:13.556 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:09:13.556 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-06-18T02:09:13.604 INFO:tasks.cephadm:Fetching mon keyring... 2024-06-18T02:09:13.604 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:09:13.605 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/keyring of=/dev/stdout 2024-06-18T02:09:13.663 INFO:tasks.cephadm:Fetching pub ssh key... 2024-06-18T02:09:13.663 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:09:13.663 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-06-18T02:09:13.708 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-06-18T02:09:13.708 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T02:09:13.772 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:09:13.777 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:13 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:09:13.777 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:13 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:09:13.779 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T02:09:13.802 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:09:13.812 DEBUG:teuthology.orchestra.run.smithi174:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T02:09:13.836 INFO:teuthology.orchestra.run.smithi174.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDeFHo8Plw2PVyX+243gKeNfCa+t34TSW3twtlmajgBtQbWGhLTHpnb15Z+KfLe3gutMEfPIHwm/oicL36d1WYr2ztZPI8eZaP5V9V4fyLWu8eh+fY738+nVrx6wgIferMdmStWp1P2Aa2EAR2Lw0yt9aGJw4SPnIdrdkOaE6u41Zu3xHWp/c7TmquyuOSCtDmISd9EQ/N1u96XIlJaI3XFG6DTqEBA1dIgizu37mlaLzzO6qkOMAGA4XPz0+/BryK5jk0PDKh4CtdUFbysezxMBj6PkiwxuYdvRXfRbtZw+p9FaiqH7lzdCYnPd/9XCC6SJA2xUvrf1pijnwVsQDD1eCVf1ZXYNL422GcVOVkc3vyfj82X5CRtDYOvh82dygYyVmOjTSxgQ6bfkktRiBt8JJDOZHM2IeK/sFQTHNhvdUsbWPZoC4qh8HlSk7wu8LrvwFKqPjmOGWGsfqeiK126WqrweqPEmFt5MtAHJ/ey6cgS8ZTbIEEIZlahlM6IO58= ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:09:13.845 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-06-18T02:09:14.264 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:09:13 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:09:14.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:13 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:09:14.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:14 smithi037 bash[21814]: audit 2024-06-18T02:09:13.031354+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.37:0/2739274714' entity='client.admin' 2024-06-18T02:09:15.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.095235+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.097650+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.105467+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.121223+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.125879+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.129712+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.131792+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.133662+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.136942+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.154855+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.158956+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:15.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:15 smithi037 bash[21814]: audit 2024-06-18T02:09:14.586208+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:18.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:18 smithi037 bash[21814]: audit 2024-06-18T02:09:17.117804+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:18.552 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:09:20.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:19 smithi037 bash[21814]: audit 2024-06-18T02:09:18.904584+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:20.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:19 smithi037 bash[21814]: audit 2024-06-18T02:09:18.910553+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:22.022 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-06-18T02:09:22.023 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-06-18T02:09:22.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:22 smithi037 bash[21814]: audit 2024-06-18T02:09:21.427691+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.37:0/675480335' entity='client.admin' 2024-06-18T02:09:22.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:22 smithi037 bash[21814]: audit 2024-06-18T02:09:21.446846+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:22.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:22 smithi037 bash[21814]: audit 2024-06-18T02:09:21.452173+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:23.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:23 smithi037 bash[21814]: cluster 2024-06-18T02:09:22.057647+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:25.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:25 smithi037 bash[21814]: cluster 2024-06-18T02:09:24.058089+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:26.949 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:09:27.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:27 smithi037 bash[21814]: cluster 2024-06-18T02:09:26.058569+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:27.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:27 smithi037 bash[21814]: audit 2024-06-18T02:09:26.607995+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:27.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:27 smithi037 bash[21814]: audit 2024-06-18T02:09:26.614500+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:29.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:29 smithi037 bash[21814]: cluster 2024-06-18T02:09:28.058988+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:30.245 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2024-06-18T02:09:30.245 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:09:30.246 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2024-06-18T02:09:30.252 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:09:30.252 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:09:30.301 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2024-06-18T02:09:30.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch host add smithi172 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:29.651259+0000 mgr.a (mgr.14150) 15 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:29.656340+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:29.657656+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:29.660373+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:29.661232+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:09:31.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: cephadm 2024-06-18T02:09:29.662345+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:09:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: cephadm 2024-06-18T02:09:29.752559+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:09:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: cephadm 2024-06-18T02:09:29.837546+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:09:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:30.017032+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:30.020121+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:31.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:30 smithi037 bash[21814]: audit 2024-06-18T02:09:30.023432+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:32.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:31 smithi037 bash[21814]: cephadm 2024-06-18T02:09:29.926542+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:09:32.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:31 smithi037 bash[21814]: cluster 2024-06-18T02:09:30.059296+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:34.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:33 smithi037 bash[21814]: cluster 2024-06-18T02:09:32.059654+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:35.018 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:09:35.861 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:35 smithi037 bash[21814]: cluster 2024-06-18T02:09:34.060078+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:38.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:37 smithi037 bash[21814]: cluster 2024-06-18T02:09:36.060498+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:39.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:38 smithi037 bash[21814]: audit 2024-06-18T02:09:37.730712+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:39.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:38 smithi037 bash[21814]: audit 2024-06-18T02:09:37.734433+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:39.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:38 smithi037 bash[21814]: audit 2024-06-18T02:09:37.738611+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:40.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:39 smithi037 bash[21814]: cluster 2024-06-18T02:09:38.060886+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:41.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:40 smithi037 bash[21814]: audit 2024-06-18T02:09:39.077197+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:09:42.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:41 smithi037 bash[21814]: cluster 2024-06-18T02:09:40.061279+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:42.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:41 smithi037 bash[21814]: cephadm 2024-06-18T02:09:40.346703+0000 mgr.a (mgr.14150) 27 : cephadm [INF] Deploying cephadm binary to smithi172 2024-06-18T02:09:44.001 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi172' with addr '172.21.15.172' 2024-06-18T02:09:44.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:43 smithi037 bash[21814]: cluster 2024-06-18T02:09:42.061700+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:44.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch host ls --format=json 2024-06-18T02:09:45.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:45 smithi037 bash[21814]: audit 2024-06-18T02:09:44.001692+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:45.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:45 smithi037 bash[21814]: cephadm 2024-06-18T02:09:44.002630+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi172 2024-06-18T02:09:45.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:45 smithi037 bash[21814]: audit 2024-06-18T02:09:44.003483+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:45.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:45 smithi037 bash[21814]: cluster 2024-06-18T02:09:44.062011+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:45.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:45 smithi037 bash[21814]: audit 2024-06-18T02:09:44.447979+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:47.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:45.910672+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:47.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:45.917013+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:47.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:45.918589+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:09:47.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:45.920639+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:09:47.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:45.922479+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: cephadm 2024-06-18T02:09:45.924948+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: cluster 2024-06-18T02:09:46.062388+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: cephadm 2024-06-18T02:09:46.111659+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: cephadm 2024-06-18T02:09:46.273240+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: cephadm 2024-06-18T02:09:46.423243+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:46.572824+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:46.579666+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:46.582782+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]: dispatch 2024-06-18T02:09:47.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:46 smithi037 bash[21814]: audit 2024-06-18T02:09:46.584818+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]': finished 2024-06-18T02:09:49.295 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:09:49.408 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:49 smithi037 bash[21814]: cluster 2024-06-18T02:09:48.062711+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:49.408 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:49 smithi037 bash[21814]: cephadm 2024-06-18T02:09:48.288943+0000 mgr.a (mgr.14150) 37 : cephadm [INF] Deploying daemon agent.smithi172 on smithi172 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.309602+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.314481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.319436+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.357884+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.360208+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.361068+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:09:50.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.366466+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:50.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.407210+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:09:50.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.411853+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:09:50.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.413435+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:09:50.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.419244+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:50.635 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:50 smithi037 bash[21814]: audit 2024-06-18T02:09:49.814135+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:52.253 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:09:52.254 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2024-06-18T02:09:52.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:51 smithi037 bash[21814]: cluster 2024-06-18T02:09:50.063098+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:52.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:51 smithi037 bash[21814]: audit 2024-06-18T02:09:50.854211+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:52.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:51 smithi037 bash[21814]: audit 2024-06-18T02:09:50.861463+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:53.138 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi174 2024-06-18T02:09:53.138 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:09:53.138 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.conf 2024-06-18T02:09:53.145 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:09:53.145 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:09:53.192 INFO:tasks.cephadm:Adding host smithi174 to orchestrator... 2024-06-18T02:09:53.192 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch host add smithi174 2024-06-18T02:09:53.389 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:53 smithi037 bash[21814]: cluster 2024-06-18T02:09:52.063481+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:53.390 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:53 smithi037 bash[21814]: audit 2024-06-18T02:09:52.128945+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:53.390 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:53 smithi037 bash[21814]: audit 2024-06-18T02:09:52.254913+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:09:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:55 smithi037 bash[21814]: cluster 2024-06-18T02:09:54.063823+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:57.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:57 smithi037 bash[21814]: cluster 2024-06-18T02:09:56.064223+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:09:58.929 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:09:59.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:58 smithi037 bash[21814]: audit 2024-06-18T02:09:57.934370+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:59.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:58 smithi037 bash[21814]: audit 2024-06-18T02:09:57.940285+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:59.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:58 smithi037 bash[21814]: audit 2024-06-18T02:09:57.948305+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:09:59.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:09:58 smithi037 bash[21814]: cluster 2024-06-18T02:09:58.064613+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:01.384 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:01 smithi037 bash[21814]: cluster 2024-06-18T02:10:00.065007+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:02.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:02 smithi037 bash[21814]: audit 2024-06-18T02:10:01.741171+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:03.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:03 smithi037 bash[21814]: cluster 2024-06-18T02:10:02.065340+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:04 smithi037 bash[21814]: cephadm 2024-06-18T02:10:03.055669+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-06-18T02:10:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:04 smithi037 bash[21814]: audit 2024-06-18T02:10:04.031193+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:04 smithi037 bash[21814]: audit 2024-06-18T02:10:04.038916+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:05.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:05 smithi037 bash[21814]: cluster 2024-06-18T02:10:04.065736+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:06.749 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi174' with addr '172.21.15.174' 2024-06-18T02:10:07.434 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch host ls --format=json 2024-06-18T02:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:07 smithi037 bash[21814]: cluster 2024-06-18T02:10:06.066102+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:07 smithi037 bash[21814]: audit 2024-06-18T02:10:06.749361+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:07 smithi037 bash[21814]: cephadm 2024-06-18T02:10:06.750151+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Added host smithi174 2024-06-18T02:10:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:07 smithi037 bash[21814]: audit 2024-06-18T02:10:06.751002+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:08.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:07 smithi037 bash[21814]: audit 2024-06-18T02:10:07.245864+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: cluster 2024-06-18T02:10:08.066520+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:08.759305+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:08.767431+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:08.768884+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:08.770814+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:08.772669+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:10.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: cephadm 2024-06-18T02:10:08.775226+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:10.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:09.386289+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:10.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:09.394578+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:10.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:09.397573+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]: dispatch 2024-06-18T02:10:10.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:09 smithi037 bash[21814]: audit 2024-06-18T02:10:09.401373+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: cephadm 2024-06-18T02:10:08.958310+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: cephadm 2024-06-18T02:10:09.115197+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: cephadm 2024-06-18T02:10:09.261784+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: audit 2024-06-18T02:10:10.412435+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: audit 2024-06-18T02:10:10.417516+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:11.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:10 smithi037 bash[21814]: audit 2024-06-18T02:10:10.424616+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:11 smithi037 bash[21814]: cluster 2024-06-18T02:10:10.066891+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:12.153 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:10:12.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: cephadm 2024-06-18T02:10:11.399607+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-06-18T02:10:12.964 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.492024+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.496995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.501430+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.587060+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.590880+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.592065+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.597455+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.650505+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.652477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.653183+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:12.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:12 smithi037 bash[21814]: audit 2024-06-18T02:10:12.657477+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:13.847 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:13 smithi037 bash[21814]: cluster 2024-06-18T02:10:12.067291+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:13.847 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:13 smithi037 bash[21814]: audit 2024-06-18T02:10:13.003716+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:15.454 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:10:15.454 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}, {"addr": "172.21.15.174", "hostname": "smithi174", "labels": [], "status": ""}] 2024-06-18T02:10:15.466 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:15 smithi037 bash[21814]: audit 2024-06-18T02:10:14.035050+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:15.466 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:15 smithi037 bash[21814]: audit 2024-06-18T02:10:14.040334+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:15.466 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:15 smithi037 bash[21814]: cluster 2024-06-18T02:10:14.067687+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:16.086 INFO:tasks.cephadm:Setting crush tunables to default 2024-06-18T02:10:16.086 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd crush tunables default 2024-06-18T02:10:16.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:16 smithi037 bash[21814]: audit 2024-06-18T02:10:15.455298+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:10:17.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:17 smithi037 bash[21814]: cluster 2024-06-18T02:10:16.068111+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:18.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:18 smithi037 bash[21814]: audit 2024-06-18T02:10:17.135938+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:19.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:19 smithi037 bash[21814]: cluster 2024-06-18T02:10:18.068507+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:19 smithi037 bash[21814]: audit 2024-06-18T02:10:18.160748+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:19 smithi037 bash[21814]: audit 2024-06-18T02:10:18.169077+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:19 smithi037 bash[21814]: audit 2024-06-18T02:10:18.176529+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:20.524 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:10:21.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:21 smithi037 bash[21814]: cluster 2024-06-18T02:10:20.068932+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:23 smithi037 bash[21814]: cluster 2024-06-18T02:10:22.069309+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:24.166 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-06-18T02:10:24.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:24 smithi037 bash[21814]: audit 2024-06-18T02:10:23.514721+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T02:10:24.771 INFO:tasks.cephadm:Adding mon.a on smithi037 2024-06-18T02:10:24.771 INFO:tasks.cephadm:Adding mon.b on smithi172 2024-06-18T02:10:24.772 INFO:tasks.cephadm:Adding mon.c on smithi174 2024-06-18T02:10:24.772 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch apply mon '3;smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c' 2024-06-18T02:10:25.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:25 smithi037 bash[21814]: cluster 2024-06-18T02:10:24.069740+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:25.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:25 smithi037 bash[21814]: audit 2024-06-18T02:10:24.168065+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T02:10:25.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:25 smithi037 bash[21814]: cluster 2024-06-18T02:10:24.172726+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:25.982 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:27.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:27 smithi037 bash[21814]: cluster 2024-06-18T02:10:26.070145+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:29.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:28 smithi037 bash[21814]: audit 2024-06-18T02:10:27.545209+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:29.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:28 smithi037 bash[21814]: audit 2024-06-18T02:10:27.553517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:29.245 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mon update... 2024-06-18T02:10:29.727 DEBUG:teuthology.orchestra.run.smithi172:mon.b> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.b.service 2024-06-18T02:10:29.729 DEBUG:teuthology.orchestra.run.smithi174:mon.c> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.c.service 2024-06-18T02:10:29.731 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-06-18T02:10:29.731 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: cluster 2024-06-18T02:10:28.070557+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.245784+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.247569+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.252434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.254348+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.263098+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.267881+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:30.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:29 smithi037 bash[21814]: audit 2024-06-18T02:10:29.269618+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:30.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:30 smithi037 bash[21814]: audit 2024-06-18T02:10:29.235278+0000 mgr.a (mgr.14150) 68 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:30.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:30 smithi037 bash[21814]: cephadm 2024-06-18T02:10:29.240475+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c;count:3 2024-06-18T02:10:30.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:30 smithi037 bash[21814]: cephadm 2024-06-18T02:10:29.271621+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-06-18T02:10:30.956 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:31.996 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:31 smithi037 bash[21814]: cluster 2024-06-18T02:10:30.070937+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:31.996 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:31 smithi037 bash[21814]: audit 2024-06-18T02:10:30.605597+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:31.997 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:31 smithi037 bash[21814]: audit 2024-06-18T02:10:30.609329+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:31.997 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:31 smithi037 bash[21814]: audit 2024-06-18T02:10:30.613332+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:34.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:33 smithi037 bash[21814]: cluster 2024-06-18T02:10:32.071242+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:35.943 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-06-18T02:10:35.943 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-06-18T02:10:35.943 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","modified":"2024-06-18T02:07:57.258700Z","created":"2024-06-18T02:07:57.258700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T02:10:36.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:35 smithi037 bash[21814]: cluster 2024-06-18T02:10:34.071658+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:36.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:36 smithi174 systemd[1]: Started Ceph mon.c for 6b9c681e-2d17-11ef-bc9d-c7b262605968. 2024-06-18T02:10:37.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:35.944587+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.174:0/3277739775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:37.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:36.265066+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:37.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:36.273039+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:37.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:36.281496+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:37.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:36.282969+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:37.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:36 smithi037 bash[21814]: audit 2024-06-18T02:10:36.284876+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:37 smithi037 bash[21814]: cluster 2024-06-18T02:10:36.072061+0000 mgr.a (mgr.14150) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:37 smithi037 bash[21814]: cephadm 2024-06-18T02:10:36.286928+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Deploying daemon mon.b on smithi172 2024-06-18T02:10:38.553 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-06-18T02:10:38.554 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.488+0000 7fce9e969b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.488+0000 7fce9e969b00 0 ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.488+0000 7fce9e969b00 0 pidfile_write: ignore empty --pid-file 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 0 load: jerasure load: lrc 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Git sha 0 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T02:10:38.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: DB SUMMARY 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: DB Session ID: KECPBLA29KYV78G3LUTN 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: CURRENT file: CURRENT 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.create_if_missing: 0 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T02:10:38.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.env: 0x56498b540740 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.info_log: 0x56498c32d000 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.statistics: (nil) 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.use_fsync: 0 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T02:10:38.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.db_log_dir: 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.wal_dir: 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T02:10:38.757 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.write_buffer_manager: 0x56498c33c1e0 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T02:10:38.758 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.unordered_write: 0 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.row_cache: None 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.wal_filter: None 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T02:10:38.761 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.wal_compression: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T02:10:38.762 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T02:10:38.763 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_open_files: -1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Compression algorithms supported: 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kZSTD supported: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T02:10:38.764 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.merge_operator: 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_filter: None 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56498c32cd00) 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cache_index_and_filter_blocks: 1 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T02:10:38.765 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: pin_top_level_index_and_filter: 1 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: index_type: 0 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: data_block_index_type: 0 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: index_shortening: 1 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: data_block_hash_table_util_ratio: 0.750000 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: checksum: 4 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: no_block_cache: 0 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_cache: 0x56498c323090 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_cache_name: BinnedLRUCache 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_cache_options: 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: capacity : 536870912 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: num_shard_bits : 4 2024-06-18T02:10:38.766 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: strict_capacity_limit : 0 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: high_pri_pool_ratio: 0.000 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_cache_compressed: (nil) 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: persistent_cache: (nil) 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_size: 4096 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_size_deviation: 10 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_restart_interval: 16 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: index_block_restart_interval: 1 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: metadata_block_size: 4096 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: partition_filters: 0 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: use_delta_encoding: 1 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: filter_policy: bloomfilter 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: whole_key_filtering: 1 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: verify_compression: 0 2024-06-18T02:10:38.767 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: read_amp_bytes_per_bit: 0 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: format_version: 5 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: enable_index_compression: 1 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: block_align: 0 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: max_auto_readahead_size: 262144 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: prepopulate_block_cache: 0 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: initial_auto_readahead_size: 8192 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: num_file_reads_for_auto_readahead: 2 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression: NoCompression 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T02:10:38.768 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.num_levels: 7 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:10:38.769 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T02:10:38.770 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T02:10:38.771 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T02:10:38.772 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.ttl: 2592000 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T02:10:38.773 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 12afdcfb-d190-4727-8f64-1f326817f7f9 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676638497441, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-06-18T02:10:38.774 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.492+0000 7fce9e969b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676638497915, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1718676638, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "12afdcfb-d190-4727-8f64-1f326817f7f9", "db_session_id": "KECPBLA29KYV78G3LUTN", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676638498037, "job": 1, "event": "recovery_finished"} 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56498c34ee00 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 4 rocksdb: DB pointer 0x56498c448000 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce94732640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce94732640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: ** DB Stats ** 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:38.775 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: ** Compaction Stats [default] ** 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: ** Compaction Stats [default] ** 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T02:10:38.776 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: AddFile(Keys): cumulative 0, interval 0 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Block cache BinnedLRUCache@0x56498c323090#7 capacity: 512.00 MB usage: 0.86 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: ** File Read Latency Histogram By Level [default] ** 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 0 using public_addr v2:172.21.15.174:0/0 -> [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-06-18T02:10:38.777 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 0 starting mon.c rank -1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.496+0000 7fce9e969b00 1 mon.c@-1(???) e0 preinit fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).mds e1 new map 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: e1 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: legacy client fscid: -1 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: No filesystems configured 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-06-18T02:10:38.778 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.528+0000 7fce97738640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:29.651259+0000 mgr.a (mgr.14150) 15 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:29.656340+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:29.657656+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:29.660373+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:29.661232+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:29.662345+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:29.752559+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:38.779 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:29.837546+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:30.017032+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:30.020121+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:30.023432+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:29.926542+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:30.059296+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:32.059654+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:34.060078+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:36.060498+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:37.730712+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:37.734433+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:37.738611+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:38.060886+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.780 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:39.077197+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:40.061279+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:40.346703+0000 mgr.a (mgr.14150) 27 : cephadm [INF] Deploying cephadm binary to smithi172 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:42.061700+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:44.001692+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:44.002630+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi172 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:44.003483+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:44.062011+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:44.447979+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:45.910672+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:45.917013+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:45.918589+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:45.920639+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:45.922479+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.781 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:45.924948+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:46.062388+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:46.111659+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:46.273240+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:46.423243+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:46.572824+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:46.579666+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:46.582782+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]: dispatch 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:46.584818+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]': finished 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:48.062711+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:09:48.288943+0000 mgr.a (mgr.14150) 37 : cephadm [INF] Deploying daemon agent.smithi172 on smithi172 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.309602+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.314481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.319436+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.782 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.357884+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.360208+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.361068+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.366466+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.407210+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.411853+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.413435+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.419244+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:49.814135+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:50.063098+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:50.854211+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:50.861463+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:52.063481+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:52.128945+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.783 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:52.254913+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:54.063823+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:56.064223+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:57.934370+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:57.940285+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:09:57.948305+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:09:58.064613+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:00.065007+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:01.741171+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:02.065340+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:03.055669+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:04.031193+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:04.038916+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:04.065736+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.784 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:06.066102+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:06.749361+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:06.750151+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Added host smithi174 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:06.751002+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:07.245864+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:08.066520+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:08.759305+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:08.767431+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:08.768884+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:08.770814+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:08.772669+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:08.775226+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:09.386289+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:09.394578+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.785 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:09.397573+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]: dispatch 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:09.401373+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:08.958310+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:09.115197+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:09.261784+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:10.412435+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:10.417516+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:10.424616+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:10.066891+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:11.399607+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.492024+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.496995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.501430+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.786 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.587060+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.590880+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.592065+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.597455+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.650505+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.652477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.653183+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:12.657477+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:12.067291+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:13.003716+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:14.035050+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:14.040334+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:14.067687+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:15.455298+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:10:38.787 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:16.068111+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:17.135938+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:18.068507+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:18.160748+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:18.169077+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:18.176529+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:20.068932+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:22.069309+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:23.514721+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:24.069740+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:24.168065+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:24.172726+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:26.070145+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.788 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:27.545209+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:27.553517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:28.070557+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.245784+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.247569+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.252434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.254348+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.263098+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.267881+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.269618+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:29.235278+0000 mgr.a (mgr.14150) 68 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:29.240475+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c;count:3 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:29.271621+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:30.070937+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.789 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:30.605597+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:30.609329+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:30.613332+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:32.071242+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:34.071658+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:35.944587+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.174:0/3277739775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:36.265066+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:36.273039+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:36.281496+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:36.282969+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: audit 2024-06-18T02:10:36.284876+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cluster 2024-06-18T02:10:36.072061+0000 mgr.a (mgr.14150) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: cephadm 2024-06-18T02:10:36.286928+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Deploying daemon mon.b on smithi172 2024-06-18T02:10:38.790 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:38 smithi174 bash[22719]: debug 2024-06-18T02:10:38.532+0000 7fce97738640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-06-18T02:10:41.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:40 smithi172 systemd[1]: Started Ceph mon.b for 6b9c681e-2d17-11ef-bc9d-c7b262605968. 2024-06-18T02:10:42.749 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T02:10:42.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.704+0000 7f17db45db00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T02:10:42.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.704+0000 7f17db45db00 0 ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T02:10:42.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.704+0000 7f17db45db00 0 pidfile_write: ignore empty --pid-file 2024-06-18T02:10:42.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 0 load: jerasure load: lrc 2024-06-18T02:10:42.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T02:10:42.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Git sha 0 2024-06-18T02:10:42.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T02:10:42.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: DB SUMMARY 2024-06-18T02:10:42.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: DB Session ID: E1S1T5PXJUOXUBSFLW30 2024-06-18T02:10:42.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: CURRENT file: CURRENT 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T02:10:42.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.create_if_missing: 0 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.env: 0x562fe7676740 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.info_log: 0x562fe85e5000 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.statistics: (nil) 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.use_fsync: 0 2024-06-18T02:10:42.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T02:10:42.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.db_log_dir: 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.wal_dir: 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.write_buffer_manager: 0x562fe85f41e0 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T02:10:42.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.unordered_write: 0 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.row_cache: None 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.wal_filter: None 2024-06-18T02:10:42.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.wal_compression: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T02:10:42.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T02:10:42.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T02:10:42.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T02:10:42.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T02:10:42.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T02:10:42.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T02:10:42.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_open_files: -1 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Compression algorithms supported: 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kZSTD supported: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T02:10:42.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.merge_operator: 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_filter: None 2024-06-18T02:10:42.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562fe85e4d00) 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cache_index_and_filter_blocks: 1 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: pin_top_level_index_and_filter: 1 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: index_type: 0 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: data_block_index_type: 0 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: index_shortening: 1 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: data_block_hash_table_util_ratio: 0.750000 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: checksum: 4 2024-06-18T02:10:42.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: no_block_cache: 0 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_cache: 0x562fe85db090 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_cache_name: BinnedLRUCache 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_cache_options: 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: capacity : 536870912 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: num_shard_bits : 4 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: strict_capacity_limit : 0 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: high_pri_pool_ratio: 0.000 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_cache_compressed: (nil) 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: persistent_cache: (nil) 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_size: 4096 2024-06-18T02:10:42.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_size_deviation: 10 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_restart_interval: 16 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: index_block_restart_interval: 1 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: metadata_block_size: 4096 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: partition_filters: 0 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: use_delta_encoding: 1 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: filter_policy: bloomfilter 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: whole_key_filtering: 1 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: verify_compression: 0 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: read_amp_bytes_per_bit: 0 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: format_version: 5 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: enable_index_compression: 1 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: block_align: 0 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: max_auto_readahead_size: 262144 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: prepopulate_block_cache: 0 2024-06-18T02:10:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: initial_auto_readahead_size: 8192 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: num_file_reads_for_auto_readahead: 2 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression: NoCompression 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.num_levels: 7 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T02:10:42.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T02:10:42.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T02:10:42.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T02:10:42.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T02:10:42.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.ttl: 2592000 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T02:10:42.775 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 761e3a3d-6df7-4d53-80c4-71382e101431 2024-06-18T02:10:42.776 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676642715339, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.708+0000 7f17db45db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676642715843, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1718676642, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "761e3a3d-6df7-4d53-80c4-71382e101431", "db_session_id": "E1S1T5PXJUOXUBSFLW30", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718676642715989, "job": 1, "event": "recovery_finished"} 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562fe8606e00 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 4 rocksdb: DB pointer 0x562fe8700000 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17d1226640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17d1226640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: ** DB Stats ** 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:10:42.777 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: ** Compaction Stats [default] ** 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: ** Compaction Stats [default] ** 2024-06-18T02:10:42.778 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: AddFile(Keys): cumulative 0, interval 0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Interval compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Block cache BinnedLRUCache@0x562fe85db090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-06-18T02:10:42.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: ** File Read Latency Histogram By Level [default] ** 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 0 using public_addr v2:172.21.15.172:0/0 -> [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.712+0000 7f17db45db00 0 starting mon.b rank -1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.716+0000 7f17db45db00 1 mon.b@-1(???) e0 preinit fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 0 mon.b@-1(synchronizing).mds e1 new map 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: e1 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: legacy client fscid: -1 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: No filesystems configured 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-06-18T02:10:42.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.740+0000 7f17d422c640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.744+0000 7f17d422c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.744+0000 7f17d422c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.744+0000 7f17d422c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.744+0000 7f17d422c640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:29.651259+0000 mgr.a (mgr.14150) 15 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:29.656340+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:29.657656+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:29.660373+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:29.661232+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:29.662345+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:29.752559+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:29.837546+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:30.017032+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:30.020121+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:30.023432+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:29.926542+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:30.059296+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:32.059654+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:34.060078+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.782 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:36.060498+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:37.730712+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:37.734433+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:37.738611+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:38.060886+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:39.077197+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:40.061279+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:40.346703+0000 mgr.a (mgr.14150) 27 : cephadm [INF] Deploying cephadm binary to smithi172 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:42.061700+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:44.001692+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:44.002630+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi172 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:44.003483+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:44.062011+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:44.447979+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:45.910672+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.783 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:45.917013+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:45.918589+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:45.920639+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:45.922479+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:45.924948+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:46.062388+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:46.111659+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:46.273240+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:46.423243+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:46.572824+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:46.579666+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:46.582782+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]: dispatch 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:46.584818+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi172", "caps": []}]': finished 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:48.062711+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:09:48.288943+0000 mgr.a (mgr.14150) 37 : cephadm [INF] Deploying daemon agent.smithi172 on smithi172 2024-06-18T02:10:42.784 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.309602+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.314481+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.319436+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.357884+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.360208+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.361068+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.366466+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.407210+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.411853+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.413435+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.419244+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:49.814135+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:50.063098+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:50.854211+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.785 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:50.861463+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:52.063481+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:52.128945+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:52.254913+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:54.063823+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:56.064223+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:57.934370+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:57.940285+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:09:57.948305+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:09:58.064613+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:00.065007+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:01.741171+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:02.065340+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.786 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:03.055669+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Deploying cephadm binary to smithi174 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:04.031193+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:04.038916+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:04.065736+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:06.066102+0000 mgr.a (mgr.14150) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:06.749361+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.787 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:06.750151+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Added host smithi174 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:06.751002+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:07.245864+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:08.066520+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:08.759305+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:08.767431+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:08.768884+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:08.770814+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.788 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:08.772669+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:08.775226+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:09.386289+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:09.394578+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:09.397573+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]: dispatch 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:09.401373+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi174", "caps": []}]': finished 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:08.958310+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:09.115197+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:09.261784+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T02:10:42.789 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:10.412435+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:10.417516+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:10.424616+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:10.066891+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:11.399607+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Deploying daemon agent.smithi174 on smithi174 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.492024+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.496995+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.790 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.501430+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.587060+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.590880+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.592065+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.597455+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.650505+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.652477+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.653183+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:12.657477+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:12.067291+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:13.003716+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:14.035050+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:14.040334+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:14.067687+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:15.455298+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:16.068111+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:17.135938+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:18.068507+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.792 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:18.160748+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:18.169077+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:18.176529+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:20.068932+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:22.069309+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:23.514721+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:24.069740+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:24.168065+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.37:0/3812927653' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:24.172726+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:42.793 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:26.070145+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:27.545209+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:27.553517+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:28.070557+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.245784+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.247569+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.252434+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.794 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.254348+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.263098+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.267881+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.269618+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:29.235278+0000 mgr.a (mgr.14150) 68 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:29.240475+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi172:172.21.15.172=b;smithi174:172.21.15.174=c;count:3 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:29.271621+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Deploying daemon mon.c on smithi174 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:30.070937+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:30.605597+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.795 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:30.609329+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:30.613332+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:32.071242+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:34.071658+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:35.944587+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.174:0/3277739775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:36.265066+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:36.273039+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:36.281496+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:36.282969+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:42.796 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: audit 2024-06-18T02:10:36.284876+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:42.797 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cluster 2024-06-18T02:10:36.072061+0000 mgr.a (mgr.14150) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:42.797 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: cephadm 2024-06-18T02:10:36.286928+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Deploying daemon mon.b on smithi172 2024-06-18T02:10:42.797 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:42 smithi172 bash[22586]: debug 2024-06-18T02:10:42.748+0000 7f17d422c640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:38.072466+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:38.540818+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:38.545381+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:38.545818+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:38.567483+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:39.540448+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:40.072847+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:40.540941+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:40.542660+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:41.541134+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:42.073230+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:42.541110+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:42.757258+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.541624+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.587786+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598652+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598682+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598703+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-06-18T02:10:38.540184+0000 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598719+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:44.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598736+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598756+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598773+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.598792+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.619181+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.619235+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.619500+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: cluster 2024-06-18T02:10:43.619743+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.626028+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.631517+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.637562+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.644049+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.649935+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.007 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.655635+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.007 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:43 smithi174 bash[22719]: audit 2024-06-18T02:10:43.662421+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:38.072466+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:38.540818+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:38.545381+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:38.545818+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:38.567483+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:39.540448+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:40.072847+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:40.540941+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:40.542660+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:41.541134+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:42.073230+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:42.541110+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:42.757258+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.541624+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:44.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.587786+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598652+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598682+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598703+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-06-18T02:10:38.540184+0000 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598719+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598736+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598756+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598773+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.598792+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.619181+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.619235+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.619500+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: cluster 2024-06-18T02:10:43.619743+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:44.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.626028+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.631517+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.637562+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.644049+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.649935+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.655635+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:44.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:43 smithi037 bash[21814]: audit 2024-06-18T02:10:43.662421+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:43.730196+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:43.732831+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:43.733712+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.734914+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.735260+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.735804+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:45.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:43.756687+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.110551+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.113917+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.117039+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.120027+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.189204+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.193878+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.198462+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.245805+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.246641+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.247359+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.006 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:44 smithi174 bash[22719]: audit 2024-06-18T02:10:44.541138+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:43.730196+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:43.732831+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:43.733712+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.734914+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.735260+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.735804+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:43.756687+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.110551+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.113917+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.117039+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.120027+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.189204+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.193878+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.198462+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.245805+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:45.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.246641+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:45.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.247359+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:44 smithi037 bash[21814]: audit 2024-06-18T02:10:44.541138+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:38.072466+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:38.540818+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:38.545381+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:38.545818+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:38.567483+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:39.540448+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:40.072847+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:40.540941+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:40.542660+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:41.541134+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:42.073230+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:42.541110+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:42.757258+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.541624+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.587786+0000 mon.a (mon.0) 231 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598652+0000 mon.a (mon.0) 232 : cluster [DBG] monmap epoch 2 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598682+0000 mon.a (mon.0) 233 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598703+0000 mon.a (mon.0) 234 : cluster [DBG] last_changed 2024-06-18T02:10:38.540184+0000 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598719+0000 mon.a (mon.0) 235 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598736+0000 mon.a (mon.0) 236 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598756+0000 mon.a (mon.0) 237 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598773+0000 mon.a (mon.0) 238 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.598792+0000 mon.a (mon.0) 239 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:45.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.619181+0000 mon.a (mon.0) 240 : cluster [DBG] fsmap 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.619235+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.619500+0000 mon.a (mon.0) 242 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cluster 2024-06-18T02:10:43.619743+0000 mon.a (mon.0) 243 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.626028+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.631517+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.637562+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.644049+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.649935+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.655635+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.662421+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.730196+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:45.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.732831+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.733712+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cephadm 2024-06-18T02:10:43.734914+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cephadm 2024-06-18T02:10:43.735260+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: cephadm 2024-06-18T02:10:43.735804+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:43.756687+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.110551+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.113917+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.117039+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.120027+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.189204+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.193878+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.198462+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:45.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.245805+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:45.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.246641+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:45.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.247359+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:45.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:44 smithi172 bash[22586]: audit 2024-06-18T02:10:44.541138+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:45.876 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:10:45 smithi037 bash[22069]: debug 2024-06-18T02:10:45.535+0000 7fbfbc255640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-06-18T02:10:50.177 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.933374+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.933667+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:43.934364+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:44.073489+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:44.198985+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:44.245453+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:44.248141+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:44.772030+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:44.772349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:44.772567+0000 mon.a (mon.0) 268 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:44.790988+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:44.791113+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:50.178 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:45.756378+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:46.073793+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:46.757630+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:47.757806+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:48.074112+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:48.757606+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.758449+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.791368+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797107+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797137+0000 mon.a (mon.0) 278 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797153+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-06-18T02:10:44.766565+0000 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797175+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:50.179 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797204+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797222+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797243+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797267+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.797285+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.819222+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.819276+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.819539+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.819844+0000 mon.a (mon.0) 289 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.826860+0000 mon.a (mon.0) 290 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.826896+0000 mon.a (mon.0) 291 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cluster 2024-06-18T02:10:49.826914+0000 mon.a (mon.0) 292 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] is down (out of quorum) 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.831578+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.180 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.837277+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.842722+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.848485+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: cephadm 2024-06-18T02:10:49.851700+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.854649+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.855209+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.859420+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.863760+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.181 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:49 smithi037 bash[21814]: audit 2024-06-18T02:10:49.864270+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:50.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.933374+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.933667+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:43.934364+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:50.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:44.073489+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:44.198985+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:44.245453+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:44.248141+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:44.772030+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:44.772349+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:44.772567+0000 mon.a (mon.0) 268 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:44.790988+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:44.791113+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:45.756378+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:46.073793+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:46.757630+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:47.757806+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:48.074112+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:48.757606+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.758449+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.791368+0000 mon.a (mon.0) 276 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797107+0000 mon.a (mon.0) 277 : cluster [DBG] monmap epoch 3 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797137+0000 mon.a (mon.0) 278 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797153+0000 mon.a (mon.0) 279 : cluster [DBG] last_changed 2024-06-18T02:10:44.766565+0000 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797175+0000 mon.a (mon.0) 280 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797204+0000 mon.a (mon.0) 281 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797222+0000 mon.a (mon.0) 282 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797243+0000 mon.a (mon.0) 283 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797267+0000 mon.a (mon.0) 284 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.797285+0000 mon.a (mon.0) 285 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.819222+0000 mon.a (mon.0) 286 : cluster [DBG] fsmap 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.819276+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.819539+0000 mon.a (mon.0) 288 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.819844+0000 mon.a (mon.0) 289 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.826860+0000 mon.a (mon.0) 290 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.826896+0000 mon.a (mon.0) 291 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cluster 2024-06-18T02:10:49.826914+0000 mon.a (mon.0) 292 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] is down (out of quorum) 2024-06-18T02:10:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.831578+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.837277+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.842722+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.848485+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: cephadm 2024-06-18T02:10:49.851700+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.854649+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.855209+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.859420+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.863760+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:50.258 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:49 smithi174 bash[22719]: audit 2024-06-18T02:10:49.864270+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:50.333 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 3 2024-06-18T02:10:50.333 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-06-18T02:10:50.333 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":3,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","modified":"2024-06-18T02:10:44.766565Z","created":"2024-06-18T02:07:57.258700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-06-18T02:10:51.002 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-06-18T02:10:51.002 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph config generate-minimal-conf 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: cephadm 2024-06-18T02:10:49.866911+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.021551+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.032876+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.043016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.069521+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: cluster 2024-06-18T02:10:50.074482+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.334336+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.174:0/3118713698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:51.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:51 smithi174 bash[22719]: audit 2024-06-18T02:10:50.758695+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:51.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: cephadm 2024-06-18T02:10:49.866911+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:10:51.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.021551+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.032876+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.043016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.069521+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: cluster 2024-06-18T02:10:50.074482+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.334336+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.174:0/3118713698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:51.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:51 smithi037 bash[21814]: audit 2024-06-18T02:10:50.758695+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: cephadm 2024-06-18T02:10:49.866911+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.021551+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.032876+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.043016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.069521+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: cluster 2024-06-18T02:10:50.074482+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.334336+0000 mon.a (mon.0) 306 : audit [DBG] from='client.? 172.21.15.174:0/3118713698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:10:52.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:51 smithi172 bash[22586]: audit 2024-06-18T02:10:50.758695+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:46.768572+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.793714+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.794377+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.794537+0000 mon.a (mon.0) 309 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.821145+0000 mon.a (mon.0) 310 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826907+0000 mon.a (mon.0) 311 : cluster [DBG] monmap epoch 3 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826930+0000 mon.a (mon.0) 312 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826944+0000 mon.a (mon.0) 313 : cluster [DBG] last_changed 2024-06-18T02:10:44.766565+0000 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826955+0000 mon.a (mon.0) 314 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826969+0000 mon.a (mon.0) 315 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:52.415 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826981+0000 mon.a (mon.0) 316 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.826996+0000 mon.a (mon.0) 317 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.827008+0000 mon.a (mon.0) 318 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.827027+0000 mon.a (mon.0) 319 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.846796+0000 mon.a (mon.0) 320 : cluster [DBG] fsmap 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.846844+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.847060+0000 mon.a (mon.0) 322 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.847267+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.847291+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: cluster 2024-06-18T02:10:51.852327+0000 mon.a (mon.0) 325 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.857101+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.862874+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.867704+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.873129+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.874480+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:52.416 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.875299+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:52.417 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.877219+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.417 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:52 smithi174 bash[22719]: audit 2024-06-18T02:10:51.877529+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:46.768572+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.793714+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.794377+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.794537+0000 mon.a (mon.0) 309 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.821145+0000 mon.a (mon.0) 310 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826907+0000 mon.a (mon.0) 311 : cluster [DBG] monmap epoch 3 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826930+0000 mon.a (mon.0) 312 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826944+0000 mon.a (mon.0) 313 : cluster [DBG] last_changed 2024-06-18T02:10:44.766565+0000 2024-06-18T02:10:52.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826955+0000 mon.a (mon.0) 314 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826969+0000 mon.a (mon.0) 315 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826981+0000 mon.a (mon.0) 316 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.826996+0000 mon.a (mon.0) 317 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.827008+0000 mon.a (mon.0) 318 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.827027+0000 mon.a (mon.0) 319 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.846796+0000 mon.a (mon.0) 320 : cluster [DBG] fsmap 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.846844+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.847060+0000 mon.a (mon.0) 322 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.847267+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.847291+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: cluster 2024-06-18T02:10:51.852327+0000 mon.a (mon.0) 325 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.857101+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.862874+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.867704+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.873129+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.874480+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:52.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.875299+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:52.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.877219+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:52 smithi037 bash[21814]: audit 2024-06-18T02:10:51.877529+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:52.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:46.768572+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.793714+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-06-18T02:10:52.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.794377+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-06-18T02:10:52.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.794537+0000 mon.a (mon.0) 309 : cluster [INF] mon.a calling monitor election 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.821145+0000 mon.a (mon.0) 310 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826907+0000 mon.a (mon.0) 311 : cluster [DBG] monmap epoch 3 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826930+0000 mon.a (mon.0) 312 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826944+0000 mon.a (mon.0) 313 : cluster [DBG] last_changed 2024-06-18T02:10:44.766565+0000 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826955+0000 mon.a (mon.0) 314 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826969+0000 mon.a (mon.0) 315 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826981+0000 mon.a (mon.0) 316 : cluster [DBG] election_strategy: 1 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.826996+0000 mon.a (mon.0) 317 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.827008+0000 mon.a (mon.0) 318 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.827027+0000 mon.a (mon.0) 319 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.846796+0000 mon.a (mon.0) 320 : cluster [DBG] fsmap 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.846844+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.847060+0000 mon.a (mon.0) 322 : cluster [DBG] mgrmap e13: a(active, since 109s) 2024-06-18T02:10:52.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.847267+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.847291+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: cluster 2024-06-18T02:10:51.852327+0000 mon.a (mon.0) 325 : cluster [INF] overall HEALTH_OK 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.857101+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.862874+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.867704+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.873129+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.874480+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.875299+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.877219+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:52.523 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:52 smithi172 bash[22586]: audit 2024-06-18T02:10:51.877529+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:54.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:53 smithi174 bash[22719]: cephadm 2024-06-18T02:10:51.874131+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:10:54.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:53 smithi174 bash[22719]: cephadm 2024-06-18T02:10:51.878648+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:10:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:53 smithi174 bash[22719]: cluster 2024-06-18T02:10:52.074839+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:53 smithi174 bash[22719]: audit 2024-06-18T02:10:52.758565+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:53 smithi037 bash[21814]: cephadm 2024-06-18T02:10:51.874131+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:10:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:53 smithi037 bash[21814]: cephadm 2024-06-18T02:10:51.878648+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:10:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:53 smithi037 bash[21814]: cluster 2024-06-18T02:10:52.074839+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:53 smithi037 bash[21814]: audit 2024-06-18T02:10:52.758565+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:53 smithi172 bash[22586]: cephadm 2024-06-18T02:10:51.874131+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:10:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:53 smithi172 bash[22586]: cephadm 2024-06-18T02:10:51.878648+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:10:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:53 smithi172 bash[22586]: cluster 2024-06-18T02:10:52.074839+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:53 smithi172 bash[22586]: audit 2024-06-18T02:10:52.758565+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:10:55.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.017587+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.024616+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.027112+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.032128+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.033838+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.036151+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.036858+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.038130+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cluster 2024-06-18T02:10:54.075256+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.288764+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.289179+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.289430+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.486984+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.492305+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.497631+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.503280+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.508718+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.514349+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.520618+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.573487+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.574032+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.575423+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: audit 2024-06-18T02:10:54.576807+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:55 smithi172 bash[22586]: cephadm 2024-06-18T02:10:54.578131+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:10:55.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.017587+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.024616+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.027112+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:55.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.032128+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.033838+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.036151+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.036858+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.038130+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cluster 2024-06-18T02:10:54.075256+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.288764+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.289179+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.289430+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.486984+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.492305+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.497631+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.503280+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.508718+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.514349+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.520618+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.573487+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.574032+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.575423+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: audit 2024-06-18T02:10:54.576807+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.506 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:55 smithi174 bash[22719]: cephadm 2024-06-18T02:10:54.578131+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.017587+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.024616+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.027112+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.032128+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.033838+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.036151+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.036858+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2024-06-18T02:10:55.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.038130+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi174:/etc/ceph/ceph.conf 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cluster 2024-06-18T02:10:54.075256+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.288764+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.289179+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.289430+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.486984+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.492305+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.497631+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.503280+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.508718+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.514349+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.520618+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.573487+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:10:55.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.574032+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:10:55.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.575423+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:10:55.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: audit 2024-06-18T02:10:54.576807+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:55.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:55 smithi037 bash[21814]: cephadm 2024-06-18T02:10:54.578131+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:10:55.713 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:10:57.346 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:57 smithi037 bash[21814]: cluster 2024-06-18T02:10:56.075662+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:57.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:57 smithi174 bash[22719]: cluster 2024-06-18T02:10:56.075662+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:57.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:57 smithi172 bash[22586]: cluster 2024-06-18T02:10:56.075662+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:58 smithi037 bash[21814]: audit 2024-06-18T02:10:57.264563+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:58 smithi037 bash[21814]: audit 2024-06-18T02:10:57.270002+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:58.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:58 smithi172 bash[22586]: audit 2024-06-18T02:10:57.264563+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:58.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:58 smithi172 bash[22586]: audit 2024-06-18T02:10:57.270002+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:58 smithi174 bash[22719]: audit 2024-06-18T02:10:57.264563+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:58.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:58 smithi174 bash[22719]: audit 2024-06-18T02:10:57.270002+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.078 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:59.079 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-06-18T02:10:59.079 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:10:59.079 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-06-18T02:10:59.677 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-06-18T02:10:59.678 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:10:59.678 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T02:10:59.692 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:10:59.692 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:59.751 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:10:59.752 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T02:10:59.766 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:10:59.766 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:59.818 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:59 smithi172 bash[22586]: cluster 2024-06-18T02:10:58.075995+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:59.818 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:59 smithi172 bash[22586]: audit 2024-06-18T02:10:58.540540+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.818 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:59 smithi172 bash[22586]: audit 2024-06-18T02:10:58.547711+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.818 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:59 smithi172 bash[22586]: audit 2024-06-18T02:10:58.554718+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.818 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:10:59 smithi172 bash[22586]: audit 2024-06-18T02:10:59.080525+0000 mon.a (mon.0) 355 : audit [DBG] from='client.? 172.21.15.37:0/1052750279' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:59.821 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:10:59.822 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T02:10:59.833 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:59 smithi174 bash[22719]: cluster 2024-06-18T02:10:58.075995+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:10:59.833 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:59 smithi174 bash[22719]: audit 2024-06-18T02:10:58.540540+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.833 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:59 smithi174 bash[22719]: audit 2024-06-18T02:10:58.547711+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.833 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:59 smithi174 bash[22719]: audit 2024-06-18T02:10:58.554718+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:10:59.833 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:10:59 smithi174 bash[22719]: audit 2024-06-18T02:10:59.080525+0000 mon.a (mon.0) 355 : audit [DBG] from='client.? 172.21.15.37:0/1052750279' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:10:59.836 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:10:59.836 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T02:10:59.891 INFO:tasks.cephadm:Adding mgr.a on smithi037 2024-06-18T02:10:59.891 INFO:tasks.cephadm:Adding mgr.b on smithi172 2024-06-18T02:10:59.892 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch apply mgr '2;smithi037=a;smithi172=b' 2024-06-18T02:11:00.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:59 smithi037 bash[21814]: cluster 2024-06-18T02:10:58.075995+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:00.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:59 smithi037 bash[21814]: audit 2024-06-18T02:10:58.540540+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:00.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:59 smithi037 bash[21814]: audit 2024-06-18T02:10:58.547711+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:00.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:59 smithi037 bash[21814]: audit 2024-06-18T02:10:58.554718+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:00.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:10:59 smithi037 bash[21814]: audit 2024-06-18T02:10:59.080525+0000 mon.a (mon.0) 355 : audit [DBG] from='client.? 172.21.15.37:0/1052750279' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:02.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:01 smithi174 bash[22719]: cluster 2024-06-18T02:11:00.076402+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:02.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:01 smithi037 bash[21814]: cluster 2024-06-18T02:11:00.076402+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:02.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:01 smithi172 bash[22586]: cluster 2024-06-18T02:11:00.076402+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:03.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:03 smithi174 bash[22719]: cluster 2024-06-18T02:11:02.076780+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:03.781 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T02:11:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:03 smithi037 bash[21814]: cluster 2024-06-18T02:11:02.076780+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:04.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:03 smithi172 bash[22586]: cluster 2024-06-18T02:11:02.076780+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:05.835 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:05 smithi174 bash[22719]: cluster 2024-06-18T02:11:04.077168+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:06.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:05 smithi037 bash[21814]: cluster 2024-06-18T02:11:04.077168+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:06.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:05 smithi172 bash[22586]: cluster 2024-06-18T02:11:04.077168+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:07.272 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mgr update... 2024-06-18T02:11:07.825 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: cluster 2024-06-18T02:11:06.077530+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:07.825 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.273376+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:07.825 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.275089+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:07.825 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.279944+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:07.825 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.281775+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:07.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.290876+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:07.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.295218+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:07.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.297936+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T02:11:07.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.302356+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:07.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:07 smithi172 bash[22586]: audit 2024-06-18T02:11:07.304445+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:07.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: cluster 2024-06-18T02:11:06.077530+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:07.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.273376+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:07.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.275089+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:07.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.279944+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:07.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.281775+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:07.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.290876+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:07.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.295218+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:07.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.297936+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T02:11:07.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.302356+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:07.903 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:07 smithi174 bash[22719]: audit 2024-06-18T02:11:07.304445+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:07.904 DEBUG:teuthology.orchestra.run.smithi172:mgr.b> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.b.service 2024-06-18T02:11:07.906 INFO:tasks.cephadm:Deploying OSDs... 2024-06-18T02:11:07.906 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-06-18T02:11:07.906 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T02:11:07.912 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-18T02:11:07.913 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-06-18T02:11:07.960 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-06-18 02:01:35.438580717 +0000 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-06-18 02:01:35.434580754 +0000 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-06-18 02:01:35.434580754 +0000 2024-06-18T02:11:07.961 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-06-18T02:11:07.961 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T02:11:08.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: cluster 2024-06-18T02:11:06.077530+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.273376+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.275089+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.279944+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.281775+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.290876+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.295218+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.297936+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.302356+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:08.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:07 smithi037 bash[21814]: audit 2024-06-18T02:11:07.304445+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:08.015 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-06-18T02:11:08.016 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-06-18T02:11:08.016 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000383823 s, 1.3 MB/s 2024-06-18T02:11:08.017 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T02:11:08.070 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-06-18T02:11:08.116 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-06-18 02:01:35.966576002 +0000 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-06-18 02:01:35.962576037 +0000 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-06-18 02:01:35.962576037 +0000 2024-06-18T02:11:08.117 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-06-18T02:11:08.117 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T02:11:08.175 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-06-18T02:11:08.175 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-06-18T02:11:08.175 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000449407 s, 1.1 MB/s 2024-06-18T02:11:08.177 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T02:11:08.226 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-06-18 02:01:36.682569607 +0000 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-06-18 02:01:36.434571822 +0000 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-06-18 02:01:36.434571822 +0000 2024-06-18T02:11:08.273 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-06-18T02:11:08.274 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T02:11:08.328 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-06-18T02:11:08.328 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-06-18T02:11:08.328 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000391437 s, 1.3 MB/s 2024-06-18T02:11:08.329 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T02:11:08.378 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-06-18T02:11:08.424 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T02:11:08.424 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.424 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 942 Links: 1 2024-06-18T02:11:08.424 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.425 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-06-18 02:01:37.202564961 +0000 2024-06-18T02:11:08.425 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-06-18 02:01:36.930567392 +0000 2024-06-18T02:11:08.425 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-06-18 02:01:36.930567392 +0000 2024-06-18T02:11:08.425 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-06-18T02:11:08.425 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T02:11:08.479 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-06-18T02:11:08.479 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-06-18T02:11:08.479 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000315093 s, 1.6 MB/s 2024-06-18T02:11:08.480 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T02:11:08.529 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-06-18T02:11:08.530 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T02:11:08.536 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-18T02:11:08.536 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-06-18 02:01:31.230087151 +0000 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-06-18 02:01:30.970089473 +0000 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-06-18 02:01:30.970089473 +0000 2024-06-18T02:11:08.587 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-06-18T02:11:08.587 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T02:11:08.641 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-06-18T02:11:08.641 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-06-18T02:11:08.641 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000439516 s, 1.2 MB/s 2024-06-18T02:11:08.643 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T02:11:08.695 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-06-18 02:01:31.742082577 +0000 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-06-18 02:01:31.482084899 +0000 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-06-18 02:01:31.482084899 +0000 2024-06-18T02:11:08.742 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-06-18T02:11:08.743 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T02:11:08.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: audit 2024-06-18T02:11:07.263781+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:08.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: cephadm 2024-06-18T02:11:07.266804+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi172=b;count:2 2024-06-18T02:11:08.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: cephadm 2024-06-18T02:11:07.306630+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi172 2024-06-18T02:11:08.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: audit 2024-06-18T02:11:08.235287+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: audit 2024-06-18T02:11:08.241285+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:08 smithi037 bash[21814]: audit 2024-06-18T02:11:08.248094+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.796 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-06-18T02:11:08.796 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-06-18T02:11:08.796 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000343775 s, 1.5 MB/s 2024-06-18T02:11:08.797 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T02:11:08.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: audit 2024-06-18T02:11:07.263781+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:08.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: cephadm 2024-06-18T02:11:07.266804+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi172=b;count:2 2024-06-18T02:11:08.826 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: cephadm 2024-06-18T02:11:07.306630+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi172 2024-06-18T02:11:08.827 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: audit 2024-06-18T02:11:08.235287+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.827 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: audit 2024-06-18T02:11:08.241285+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.827 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:08 smithi172 bash[22586]: audit 2024-06-18T02:11:08.248094+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:08.833 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2024-06-18T02:11:08.882 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T02:11:08.882 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:08.882 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-06-18T02:11:08.882 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:08.883 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-06-18 02:01:32.250078040 +0000 2024-06-18T02:11:08.883 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-06-18 02:01:31.978080469 +0000 2024-06-18T02:11:08.883 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-06-18 02:01:31.978080469 +0000 2024-06-18T02:11:08.883 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-06-18T02:11:08.883 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T02:11:08.937 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-06-18T02:11:08.937 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-06-18T02:11:08.938 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000451022 s, 1.1 MB/s 2024-06-18T02:11:08.939 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T02:11:08.987 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2024-06-18T02:11:09.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: audit 2024-06-18T02:11:07.263781+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi172=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:09.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: cephadm 2024-06-18T02:11:07.266804+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi172=b;count:2 2024-06-18T02:11:09.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: cephadm 2024-06-18T02:11:07.306630+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi172 2024-06-18T02:11:09.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: audit 2024-06-18T02:11:08.235287+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:09.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: audit 2024-06-18T02:11:08.241285+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:09.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:08 smithi174 bash[22719]: audit 2024-06-18T02:11:08.248094+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-06-18 02:01:32.778073323 +0000 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-06-18 02:01:32.494075861 +0000 2024-06-18T02:11:09.034 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-06-18 02:01:32.494075861 +0000 2024-06-18T02:11:09.035 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2024-06-18T02:11:09.035 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T02:11:09.091 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-06-18T02:11:09.092 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-06-18T02:11:09.092 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000313266 s, 1.6 MB/s 2024-06-18T02:11:09.093 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T02:11:09.143 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-06-18T02:11:09.143 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T02:11:09.149 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-18T02:11:09.149 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-06-18 02:01:34.295047913 +0000 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-06-18 02:01:34.291047949 +0000 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-06-18 02:01:34.291047949 +0000 2024-06-18T02:11:09.196 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-06-18T02:11:09.197 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T02:11:09.254 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-06-18T02:11:09.254 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-06-18T02:11:09.255 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000440229 s, 1.2 MB/s 2024-06-18T02:11:09.256 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T02:11:09.304 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2024-06-18T02:11:09.351 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T02:11:09.351 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:09.351 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-06-18T02:11:09.351 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:09.352 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-06-18 02:01:34.995041669 +0000 2024-06-18T02:11:09.352 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-06-18 02:01:34.767043703 +0000 2024-06-18T02:11:09.352 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-06-18 02:01:34.767043703 +0000 2024-06-18T02:11:09.352 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-06-18T02:11:09.352 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T02:11:09.406 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-06-18T02:11:09.406 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-06-18T02:11:09.407 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000370709 s, 1.4 MB/s 2024-06-18T02:11:09.408 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T02:11:09.456 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2024-06-18T02:11:09.503 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T02:11:09.503 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-06-18 02:01:35.255039350 +0000 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-06-18 02:01:35.251039386 +0000 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-06-18 02:01:35.251039386 +0000 2024-06-18T02:11:09.504 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-06-18T02:11:09.504 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T02:11:09.558 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-06-18T02:11:09.558 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-06-18T02:11:09.559 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.00041203 s, 1.2 MB/s 2024-06-18T02:11:09.560 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T02:11:09.610 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-06-18 02:01:35.987032819 +0000 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-06-18 02:01:35.735035068 +0000 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-06-18 02:01:35.735035068 +0000 2024-06-18T02:11:09.656 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: - 2024-06-18T02:11:09.657 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T02:11:09.710 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-06-18T02:11:09.710 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-06-18T02:11:09.710 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.00038923 s, 1.3 MB/s 2024-06-18T02:11:09.711 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T02:11:09.760 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-06-18T02:11:09.761 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T02:11:09.828 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:09 smithi172 bash[22586]: cluster 2024-06-18T02:11:08.077930+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:10.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:09 smithi174 bash[22719]: cluster 2024-06-18T02:11:08.077930+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:10.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:09 smithi037 bash[21814]: cluster 2024-06-18T02:11:08.077930+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:10.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:10.771 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:10.771 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:10.771 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:11.186 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:11.186 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: Started Ceph mgr.b for 6b9c681e-2d17-11ef-bc9d-c7b262605968. 2024-06-18T02:11:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:10 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:12.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: cluster 2024-06-18T02:11:10.078273+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:10.953633+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:10.958533+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:10.966038+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:10.970526+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.020081+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.022256+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.022930+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.027915+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.073761+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:12.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.074582+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:12.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:11 smithi174 bash[22719]: audit 2024-06-18T02:11:11.075245+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: cluster 2024-06-18T02:11:10.078273+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:10.953633+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:10.958533+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:10.966038+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:10.970526+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.020081+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.022256+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.022930+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.027915+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.073761+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.074582+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:12.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:11 smithi037 bash[21814]: audit 2024-06-18T02:11:11.075245+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: cluster 2024-06-18T02:11:10.078273+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:12.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:10.953633+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:10.958533+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:10.966038+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:10.970526+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.020081+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.022256+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.022930+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.027915+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.073761+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.074582+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:11:12.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:11 smithi172 bash[22586]: audit 2024-06-18T02:11:11.075245+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:12.731 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: cephadm 2024-06-18T02:11:11.028328+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:12.732 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: cephadm 2024-06-18T02:11:11.073342+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T02:11:12.732 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: cephadm 2024-06-18T02:11:11.076035+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:11:12.732 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: audit 2024-06-18T02:11:12.070154+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.732 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: audit 2024-06-18T02:11:12.076097+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.732 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:12 smithi037 bash[21814]: audit 2024-06-18T02:11:12.084181+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: cephadm 2024-06-18T02:11:11.028328+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: cephadm 2024-06-18T02:11:11.073342+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: cephadm 2024-06-18T02:11:11.076035+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: audit 2024-06-18T02:11:12.070154+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: audit 2024-06-18T02:11:12.076097+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[22586]: audit 2024-06-18T02:11:12.084181+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[23641]: debug 2024-06-18T02:11:12.771+0000 7fc9643fd640 1 -- 172.21.15.172:0/3371247962 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5653ca5d10e0 con 0x5653ca5d3800 2024-06-18T02:11:12.891 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:12 smithi172 bash[23641]: debug 2024-06-18T02:11:12.887+0000 7fc966c67040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T02:11:13.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: cephadm 2024-06-18T02:11:11.028328+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:13.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: cephadm 2024-06-18T02:11:11.073342+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T02:11:13.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: cephadm 2024-06-18T02:11:11.076035+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:11:13.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: audit 2024-06-18T02:11:12.070154+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:13.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: audit 2024-06-18T02:11:12.076097+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:13.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:12 smithi174 bash[22719]: audit 2024-06-18T02:11:12.084181+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:13.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: cluster 2024-06-18T02:11:12.078590+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.158449+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.164207+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.167164+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.170337+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.171633+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:13.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:13 smithi172 bash[22586]: audit 2024-06-18T02:11:13.178215+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: cluster 2024-06-18T02:11:12.078590+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.158449+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.164207+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.167164+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.170337+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.171633+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:14.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:13 smithi174 bash[22719]: audit 2024-06-18T02:11:13.178215+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: cluster 2024-06-18T02:11:12.078590+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:14.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.158449+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.164207+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.167164+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:14.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.170337+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:14.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.171633+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:14.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:13 smithi037 bash[21814]: audit 2024-06-18T02:11:13.178215+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:14.387 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:14 smithi172 bash[23641]: debug 2024-06-18T02:11:14.159+0000 7fc966c67040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T02:11:14.388 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:14 smithi172 bash[23641]: debug 2024-06-18T02:11:14.227+0000 7fc966c67040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T02:11:14.475 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:11:14.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:14 smithi172 bash[22586]: cephadm 2024-06-18T02:11:13.178839+0000 mgr.a (mgr.14150) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:14.771 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:14 smithi172 bash[23641]: debug 2024-06-18T02:11:14.383+0000 7fc966c67040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T02:11:14.913 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:14 smithi037 bash[21814]: cephadm 2024-06-18T02:11:13.178839+0000 mgr.a (mgr.14150) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:14 smithi174 bash[22719]: cephadm 2024-06-18T02:11:13.178839+0000 mgr.a (mgr.14150) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T02:11:15.222 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.071+0000 7fc966c67040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T02:11:15.223 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.147+0000 7fc966c67040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T02:11:15.498 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.219+0000 7fc966c67040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T02:11:15.498 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.407+0000 7fc966c67040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T02:11:15.770 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.495+0000 7fc966c67040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T02:11:15.770 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.571+0000 7fc966c67040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T02:11:16.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:15 smithi037 bash[21814]: cluster 2024-06-18T02:11:14.078865+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:16.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:15 smithi037 bash[21814]: audit 2024-06-18T02:11:14.846122+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:15 smithi037 bash[21814]: audit 2024-06-18T02:11:15.809528+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.132 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.855+0000 7fc966c67040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T02:11:16.132 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[23641]: debug 2024-06-18T02:11:15.923+0000 7fc966c67040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T02:11:16.133 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[22586]: cluster 2024-06-18T02:11:14.078865+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:16.133 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[22586]: audit 2024-06-18T02:11:14.846122+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.133 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:15 smithi172 bash[22586]: audit 2024-06-18T02:11:15.809528+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:15 smithi174 bash[22719]: cluster 2024-06-18T02:11:14.078865+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:15 smithi174 bash[22719]: audit 2024-06-18T02:11:14.846122+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:15 smithi174 bash[22719]: audit 2024-06-18T02:11:15.809528+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:16.474 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.127+0000 7fc966c67040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T02:11:16.474 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.207+0000 7fc966c67040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T02:11:16.770 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.471+0000 7fc966c67040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T02:11:16.770 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.659+0000 7fc966c67040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:11:17.111 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.831+0000 7fc966c67040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T02:11:17.112 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:16 smithi172 bash[23641]: debug 2024-06-18T02:11:16.915+0000 7fc966c67040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T02:11:17.447 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:17 smithi172 bash[23641]: debug 2024-06-18T02:11:17.107+0000 7fc966c67040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T02:11:17.880 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T02:11:18.054 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T02:11:18.073 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-06-18T02:11:18.073 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-06-18T02:11:18.073 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0159634 s, 657 MB/s 2024-06-18T02:11:18.073 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-06-18T02:11:18.103 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:17 smithi037 bash[21814]: cluster 2024-06-18T02:11:16.079262+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:18.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:17 smithi174 bash[22719]: cluster 2024-06-18T02:11:16.079262+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:18.258 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:17 smithi172 bash[23641]: debug 2024-06-18T02:11:17.943+0000 7fc966c67040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T02:11:18.259 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:18 smithi172 bash[23641]: debug 2024-06-18T02:11:18.023+0000 7fc966c67040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T02:11:18.259 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:17 smithi172 bash[22586]: cluster 2024-06-18T02:11:16.079262+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:18.520 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:18 smithi172 bash[23641]: debug 2024-06-18T02:11:18.255+0000 7fc966c67040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T02:11:18.520 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:18 smithi172 bash[23641]: debug 2024-06-18T02:11:18.335+0000 7fc966c67040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T02:11:18.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2024-06-18T02:11:19.020 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:18 smithi172 bash[23641]: debug 2024-06-18T02:11:18.743+0000 7fc966c67040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T02:11:19.021 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:11:18 smithi172 bash[23641]: debug 2024-06-18T02:11:18.827+0000 7fc966c67040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.021748+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: cluster 2024-06-18T02:11:18.079599+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.432125+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.439311+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.444088+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.448387+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.449262+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.451316+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:19.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.460231+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.741098+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.745580+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.753843+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: cluster 2024-06-18T02:11:18.855603+0000 mon.a (mon.0) 401 : cluster [DBG] Standby manager daemon b started 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.856153+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.857083+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.858050+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T02:11:19.505 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:19 smithi174 bash[22719]: audit 2024-06-18T02:11:18.858489+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T02:11:19.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.021748+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: cluster 2024-06-18T02:11:18.079599+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.432125+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.439311+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.444088+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.448387+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.449262+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.451316+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.460231+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.741098+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.745580+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.753843+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: cluster 2024-06-18T02:11:18.855603+0000 mon.a (mon.0) 401 : cluster [DBG] Standby manager daemon b started 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.856153+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.857083+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.858050+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T02:11:19.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:19 smithi037 bash[21814]: audit 2024-06-18T02:11:18.858489+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.021748+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: cluster 2024-06-18T02:11:18.079599+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.432125+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.439311+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.444088+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.448387+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.449262+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.451316+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:19.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.460231+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.741098+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.745580+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.753843+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: cluster 2024-06-18T02:11:18.855603+0000 mon.a (mon.0) 401 : cluster [DBG] Standby manager daemon b started 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.856153+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.857083+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.858050+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T02:11:19.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:19 smithi172 bash[22586]: audit 2024-06-18T02:11:18.858489+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.172:0/3912435692' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T02:11:21.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:20 smithi037 bash[21814]: cluster 2024-06-18T02:11:19.765704+0000 mon.a (mon.0) 402 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T02:11:21.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:20 smithi037 bash[21814]: audit 2024-06-18T02:11:19.766021+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T02:11:21.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:20 smithi172 bash[22586]: cluster 2024-06-18T02:11:19.765704+0000 mon.a (mon.0) 402 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T02:11:21.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:20 smithi172 bash[22586]: audit 2024-06-18T02:11:19.766021+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T02:11:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:20 smithi174 bash[22719]: cluster 2024-06-18T02:11:19.765704+0000 mon.a (mon.0) 402 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T02:11:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:20 smithi174 bash[22719]: audit 2024-06-18T02:11:19.766021+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T02:11:22.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:21 smithi172 bash[22586]: cluster 2024-06-18T02:11:20.079996+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:22.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:21 smithi174 bash[22719]: cluster 2024-06-18T02:11:20.079996+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:22.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:21 smithi037 bash[21814]: cluster 2024-06-18T02:11:20.079996+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:23.326 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:11:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:23 smithi172 bash[22586]: cluster 2024-06-18T02:11:22.080408+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:24.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:23 smithi174 bash[22719]: cluster 2024-06-18T02:11:22.080408+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:24.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:23 smithi037 bash[21814]: cluster 2024-06-18T02:11:22.080408+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:26.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:25 smithi174 bash[22719]: cluster 2024-06-18T02:11:24.080837+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:26.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:25 smithi037 bash[21814]: cluster 2024-06-18T02:11:24.080837+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:26.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:25 smithi172 bash[22586]: cluster 2024-06-18T02:11:24.080837+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:26 smithi174 bash[22719]: audit 2024-06-18T02:11:26.315356+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:11:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:26 smithi174 bash[22719]: audit 2024-06-18T02:11:26.320389+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:11:27.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:26 smithi174 bash[22719]: audit 2024-06-18T02:11:26.321577+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:27.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:26 smithi037 bash[21814]: audit 2024-06-18T02:11:26.315356+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:11:27.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:26 smithi037 bash[21814]: audit 2024-06-18T02:11:26.320389+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:11:27.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:26 smithi037 bash[21814]: audit 2024-06-18T02:11:26.321577+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:27.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:26 smithi172 bash[22586]: audit 2024-06-18T02:11:26.315356+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:11:27.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:26 smithi172 bash[22586]: audit 2024-06-18T02:11:26.320389+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:11:27.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:26 smithi172 bash[22586]: audit 2024-06-18T02:11:26.321577+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:28.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:27 smithi174 bash[22719]: cluster 2024-06-18T02:11:26.081232+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:28.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:27 smithi174 bash[22719]: audit 2024-06-18T02:11:26.312576+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:28.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:27 smithi037 bash[21814]: cluster 2024-06-18T02:11:26.081232+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:28.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:27 smithi037 bash[21814]: audit 2024-06-18T02:11:26.312576+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:28.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:27 smithi172 bash[22586]: cluster 2024-06-18T02:11:26.081232+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:28.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:27 smithi172 bash[22586]: audit 2024-06-18T02:11:26.312576+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:11:29.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:29 smithi174 bash[22719]: cluster 2024-06-18T02:11:28.081660+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:29.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:29 smithi174 bash[22719]: audit 2024-06-18T02:11:28.455454+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:29 smithi174 bash[22719]: audit 2024-06-18T02:11:28.462697+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:29 smithi174 bash[22719]: audit 2024-06-18T02:11:28.471418+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:29 smithi037 bash[21814]: cluster 2024-06-18T02:11:28.081660+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:29.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:29 smithi037 bash[21814]: audit 2024-06-18T02:11:28.455454+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:29 smithi037 bash[21814]: audit 2024-06-18T02:11:28.462697+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:29 smithi037 bash[21814]: audit 2024-06-18T02:11:28.471418+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:29 smithi172 bash[22586]: cluster 2024-06-18T02:11:28.081660+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:29.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:29 smithi172 bash[22586]: audit 2024-06-18T02:11:28.455454+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:29 smithi172 bash[22586]: audit 2024-06-18T02:11:28.462697+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:29.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:29 smithi172 bash[22586]: audit 2024-06-18T02:11:28.471418+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:31.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:31 smithi174 bash[22719]: cluster 2024-06-18T02:11:30.082115+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:31.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:31 smithi037 bash[21814]: cluster 2024-06-18T02:11:30.082115+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:31.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:31 smithi172 bash[22586]: cluster 2024-06-18T02:11:30.082115+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:33.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:33 smithi037 bash[21814]: cluster 2024-06-18T02:11:32.082582+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:33.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:33 smithi174 bash[22719]: cluster 2024-06-18T02:11:32.082582+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:33.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:33 smithi172 bash[22586]: cluster 2024-06-18T02:11:32.082582+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:35.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:35 smithi174 bash[22719]: cluster 2024-06-18T02:11:34.082956+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:35.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:35 smithi037 bash[21814]: cluster 2024-06-18T02:11:34.082956+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:35.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:35 smithi172 bash[22586]: cluster 2024-06-18T02:11:34.082956+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:36.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:36 smithi174 bash[22719]: audit 2024-06-18T02:11:35.828269+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]: dispatch 2024-06-18T02:11:36.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:36 smithi174 bash[22719]: audit 2024-06-18T02:11:35.831223+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]': finished 2024-06-18T02:11:36.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:36 smithi174 bash[22719]: cluster 2024-06-18T02:11:35.835908+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T02:11:36.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:36 smithi174 bash[22719]: audit 2024-06-18T02:11:35.836101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:11:36.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:36 smithi037 bash[21814]: audit 2024-06-18T02:11:35.828269+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]: dispatch 2024-06-18T02:11:36.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:36 smithi037 bash[21814]: audit 2024-06-18T02:11:35.831223+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]': finished 2024-06-18T02:11:36.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:36 smithi037 bash[21814]: cluster 2024-06-18T02:11:35.835908+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T02:11:36.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:36 smithi037 bash[21814]: audit 2024-06-18T02:11:35.836101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:11:36.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:36 smithi172 bash[22586]: audit 2024-06-18T02:11:35.828269+0000 mon.a (mon.0) 410 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]: dispatch 2024-06-18T02:11:36.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:36 smithi172 bash[22586]: audit 2024-06-18T02:11:35.831223+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.37:0/4166870506' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "010681df-38f0-446d-a2e5-c0c82511b703"}]': finished 2024-06-18T02:11:36.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:36 smithi172 bash[22586]: cluster 2024-06-18T02:11:35.835908+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T02:11:36.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:36 smithi172 bash[22586]: audit 2024-06-18T02:11:35.836101+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:11:37.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:37 smithi172 bash[22586]: cluster 2024-06-18T02:11:36.083232+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:37.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:37 smithi172 bash[22586]: audit 2024-06-18T02:11:36.476859+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.37:0/320212093' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:11:37.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:37 smithi174 bash[22719]: cluster 2024-06-18T02:11:36.083232+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:37.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:37 smithi174 bash[22719]: audit 2024-06-18T02:11:36.476859+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.37:0/320212093' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:11:37.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:37 smithi037 bash[21814]: cluster 2024-06-18T02:11:36.083232+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:37.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:37 smithi037 bash[21814]: audit 2024-06-18T02:11:36.476859+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.37:0/320212093' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:11:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: cluster 2024-06-18T02:11:38.083564+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.648354+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.656073+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.665179+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.902110+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.909772+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:39 smithi174 bash[22719]: audit 2024-06-18T02:11:38.916630+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: cluster 2024-06-18T02:11:38.083564+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.648354+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.656073+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.665179+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.902110+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.909772+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:39 smithi037 bash[21814]: audit 2024-06-18T02:11:38.916630+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: cluster 2024-06-18T02:11:38.083564+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.648354+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.656073+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.665179+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.902110+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.909772+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:40.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:39 smithi172 bash[22586]: audit 2024-06-18T02:11:38.916630+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:42.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:41 smithi174 bash[22719]: cluster 2024-06-18T02:11:40.083942+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:42.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:41 smithi037 bash[21814]: cluster 2024-06-18T02:11:40.083942+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:42.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:41 smithi172 bash[22586]: cluster 2024-06-18T02:11:40.083942+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:44.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:43 smithi174 bash[22719]: cluster 2024-06-18T02:11:42.084309+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:44.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:43 smithi037 bash[21814]: cluster 2024-06-18T02:11:42.084309+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:44.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:43 smithi172 bash[22586]: cluster 2024-06-18T02:11:42.084309+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:45.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:45 smithi037 bash[21814]: cluster 2024-06-18T02:11:44.084726+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:46.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:45 smithi174 bash[22719]: cluster 2024-06-18T02:11:44.084726+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:46.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:45 smithi172 bash[22586]: cluster 2024-06-18T02:11:44.084726+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:47 smithi174 bash[22719]: cluster 2024-06-18T02:11:46.085179+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:48.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:47 smithi037 bash[21814]: cluster 2024-06-18T02:11:46.085179+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:47 smithi172 bash[22586]: cluster 2024-06-18T02:11:46.085179+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:49.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:48 smithi174 bash[22719]: audit 2024-06-18T02:11:48.147127+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:11:49.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:48 smithi174 bash[22719]: audit 2024-06-18T02:11:48.148910+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:49.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:48 smithi037 bash[21814]: audit 2024-06-18T02:11:48.147127+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:11:49.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:48 smithi037 bash[21814]: audit 2024-06-18T02:11:48.148910+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:49.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:48 smithi172 bash[22586]: audit 2024-06-18T02:11:48.147127+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:11:49.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:48 smithi172 bash[22586]: audit 2024-06-18T02:11:48.148910+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:50.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:49 smithi174 bash[22719]: cluster 2024-06-18T02:11:48.085631+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:50.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:49 smithi174 bash[22719]: cephadm 2024-06-18T02:11:48.150507+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-06-18T02:11:50.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:49 smithi174 bash[22719]: audit 2024-06-18T02:11:48.662634+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:49 smithi174 bash[22719]: audit 2024-06-18T02:11:48.672049+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:49 smithi174 bash[22719]: audit 2024-06-18T02:11:48.676791+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:49 smithi037 bash[21814]: cluster 2024-06-18T02:11:48.085631+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:50.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:49 smithi037 bash[21814]: cephadm 2024-06-18T02:11:48.150507+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-06-18T02:11:50.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:49 smithi037 bash[21814]: audit 2024-06-18T02:11:48.662634+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:49 smithi037 bash[21814]: audit 2024-06-18T02:11:48.672049+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:49 smithi037 bash[21814]: audit 2024-06-18T02:11:48.676791+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:49 smithi172 bash[22586]: cluster 2024-06-18T02:11:48.085631+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:50.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:49 smithi172 bash[22586]: cephadm 2024-06-18T02:11:48.150507+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-06-18T02:11:50.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:49 smithi172 bash[22586]: audit 2024-06-18T02:11:48.662634+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:49 smithi172 bash[22586]: audit 2024-06-18T02:11:48.672049+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:50.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:49 smithi172 bash[22586]: audit 2024-06-18T02:11:48.676791+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:51.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:51 smithi037 bash[21814]: cluster 2024-06-18T02:11:50.086079+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:52.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:51 smithi174 bash[22719]: cluster 2024-06-18T02:11:50.086079+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:52.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:51 smithi172 bash[22586]: cluster 2024-06-18T02:11:50.086079+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:52.492 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:52 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:52.492 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:11:52 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:52.742 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:52 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:52.742 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:11:52 smithi037 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:11:54.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: cluster 2024-06-18T02:11:52.086501+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.786621+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.791330+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.791713+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.793049+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.795687+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:53 smithi174 bash[22719]: audit 2024-06-18T02:11:52.799584+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: cluster 2024-06-18T02:11:52.086501+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.786621+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.791330+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.791713+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:54.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.793049+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:54.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.795687+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:53 smithi037 bash[21814]: audit 2024-06-18T02:11:52.799584+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: cluster 2024-06-18T02:11:52.086501+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.786621+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:11:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.791330+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.791713+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:11:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.793049+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:11:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.795687+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:54.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:53 smithi172 bash[22586]: audit 2024-06-18T02:11:52.799584+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:11:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:55 smithi174 bash[22719]: cluster 2024-06-18T02:11:54.086829+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:56.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:55 smithi037 bash[21814]: cluster 2024-06-18T02:11:54.086829+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:56.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:55 smithi172 bash[22586]: cluster 2024-06-18T02:11:54.086829+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:57.972 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:57 smithi037 bash[21814]: cluster 2024-06-18T02:11:56.087186+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:58.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:57 smithi174 bash[22719]: cluster 2024-06-18T02:11:56.087186+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:11:58.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:57 smithi172 bash[22586]: cluster 2024-06-18T02:11:56.087186+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:00.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: cluster 2024-06-18T02:11:58.087489+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:58.834169+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:58.841921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:58.850111+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.049224+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.054035+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.056436+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.060425+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.060807+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:00.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.061654+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:00.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.066965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:11:59 smithi037 bash[21814]: audit 2024-06-18T02:11:59.308318+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T02:12:00.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: cluster 2024-06-18T02:11:58.087489+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:58.834169+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:58.841921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:58.850111+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.049224+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.054035+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.056436+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.060425+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.060807+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.061654+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.066965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:11:59 smithi174 bash[22719]: audit 2024-06-18T02:11:59.308318+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: cluster 2024-06-18T02:11:58.087489+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:58.834169+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:58.841921+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:58.850111+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.049224+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.054035+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.056436+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.060425+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.060807+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.061654+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.066965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:00.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:11:59 smithi172 bash[22586]: audit 2024-06-18T02:11:59.308318+0000 mon.a (mon.0) 442 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T02:12:01.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:00 smithi037 bash[21814]: cephadm 2024-06-18T02:11:59.055270+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Detected new or changed devices on smithi037 2024-06-18T02:12:01.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:00 smithi037 bash[21814]: audit 2024-06-18T02:12:00.067497+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T02:12:01.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:00 smithi037 bash[21814]: cluster 2024-06-18T02:12:00.070993+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T02:12:01.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:00 smithi037 bash[21814]: audit 2024-06-18T02:12:00.071492+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-06-18T02:12:01.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:00 smithi037 bash[21814]: audit 2024-06-18T02:12:00.071962+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:01.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:00 smithi174 bash[22719]: cephadm 2024-06-18T02:11:59.055270+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Detected new or changed devices on smithi037 2024-06-18T02:12:01.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:00 smithi174 bash[22719]: audit 2024-06-18T02:12:00.067497+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T02:12:01.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:00 smithi174 bash[22719]: cluster 2024-06-18T02:12:00.070993+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T02:12:01.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:00 smithi174 bash[22719]: audit 2024-06-18T02:12:00.071492+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-06-18T02:12:01.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:00 smithi174 bash[22719]: audit 2024-06-18T02:12:00.071962+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:01.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:00 smithi172 bash[22586]: cephadm 2024-06-18T02:11:59.055270+0000 mgr.a (mgr.14150) 147 : cephadm [INF] Detected new or changed devices on smithi037 2024-06-18T02:12:01.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:00 smithi172 bash[22586]: audit 2024-06-18T02:12:00.067497+0000 mon.a (mon.0) 443 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T02:12:01.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:00 smithi172 bash[22586]: cluster 2024-06-18T02:12:00.070993+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T02:12:01.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:00 smithi172 bash[22586]: audit 2024-06-18T02:12:00.071492+0000 mon.a (mon.0) 445 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-06-18T02:12:01.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:00 smithi172 bash[22586]: audit 2024-06-18T02:12:00.071962+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:01 smithi174 bash[22719]: cluster 2024-06-18T02:12:00.087772+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:02.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:01 smithi174 bash[22719]: audit 2024-06-18T02:12:01.076460+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-06-18T02:12:02.136 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:01 smithi174 bash[22719]: cluster 2024-06-18T02:12:01.080973+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T02:12:02.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:01 smithi174 bash[22719]: audit 2024-06-18T02:12:01.082200+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.137 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:01 smithi174 bash[22719]: audit 2024-06-18T02:12:01.088801+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:01 smithi037 bash[21814]: cluster 2024-06-18T02:12:00.087772+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:02.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:01 smithi037 bash[21814]: audit 2024-06-18T02:12:01.076460+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-06-18T02:12:02.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:01 smithi037 bash[21814]: cluster 2024-06-18T02:12:01.080973+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T02:12:02.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:01 smithi037 bash[21814]: audit 2024-06-18T02:12:01.082200+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:01 smithi037 bash[21814]: audit 2024-06-18T02:12:01.088801+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:01 smithi172 bash[22586]: cluster 2024-06-18T02:12:00.087772+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T02:12:02.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:01 smithi172 bash[22586]: audit 2024-06-18T02:12:01.076460+0000 mon.a (mon.0) 447 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-06-18T02:12:02.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:01 smithi172 bash[22586]: cluster 2024-06-18T02:12:01.080973+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T02:12:02.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:01 smithi172 bash[22586]: audit 2024-06-18T02:12:01.082200+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:01 smithi172 bash[22586]: audit 2024-06-18T02:12:01.088801+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:02.661 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2024-06-18T02:12:03.256 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.0.service 2024-06-18T02:12:03.259 INFO:tasks.cephadm:Deploying osd.1 on smithi172 with /dev/vg_nvme/lv_4... 2024-06-18T02:12:03.259 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T02:12:03.422 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:00.322902+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:03.422 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:00.323018+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:03.422 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:02.081370+0000 mon.a (mon.0) 451 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249] boot 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:02.081411+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.081751+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:02.088218+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.653585+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.657805+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.658258+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.660746+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.662968+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.664571+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: cluster 2024-06-18T02:12:02.668200+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.423 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:03 smithi174 bash[22719]: audit 2024-06-18T02:12:02.674166+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:00.322902+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:00.323018+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:02.081370+0000 mon.a (mon.0) 451 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249] boot 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:02.081411+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.081751+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:02.088218+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.653585+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:03.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.657805+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.658258+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.660746+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.662968+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.664571+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: cluster 2024-06-18T02:12:02.668200+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.491 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:03 smithi037 bash[21814]: audit 2024-06-18T02:12:02.674166+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:00.322902+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:00.323018+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:02.081370+0000 mon.a (mon.0) 451 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2573985249,v1:172.21.15.37:6803/2573985249] boot 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:02.081411+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.081751+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:02.088218+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.653585+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.657805+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.658258+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.660746+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.662968+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.664571+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: cluster 2024-06-18T02:12:02.668200+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:03.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:03 smithi172 bash[22586]: audit 2024-06-18T02:12:02.674166+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: cluster 2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:12:04.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: cluster 2024-06-18T02:12:03.094474+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.478061+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.483024+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.486752+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.489465+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.491483+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.492876+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: cluster 2024-06-18T02:12:03.495629+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:04.362 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:04 smithi174 bash[22719]: audit 2024-06-18T02:12:03.500145+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: cluster 2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:12:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: cluster 2024-06-18T02:12:03.094474+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.478061+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.483024+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.486752+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.489465+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.491483+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.492876+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: cluster 2024-06-18T02:12:03.495629+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:04.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:04 smithi037 bash[21814]: audit 2024-06-18T02:12:03.500145+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: cluster 2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:12:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: cluster 2024-06-18T02:12:03.094474+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T02:12:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.478061+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.483024+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.486752+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.489465+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.491483+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.492876+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: cluster 2024-06-18T02:12:03.495629+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:04.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:04 smithi172 bash[22586]: audit 2024-06-18T02:12:03.500145+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:05.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:05 smithi174 bash[22719]: cluster 2024-06-18T02:12:04.487760+0000 mon.a (mon.0) 470 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:12:05.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:05 smithi174 bash[22719]: cluster 2024-06-18T02:12:04.487804+0000 mon.a (mon.0) 471 : cluster [INF] Cluster is now healthy 2024-06-18T02:12:05.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:05 smithi037 bash[21814]: cluster 2024-06-18T02:12:04.487760+0000 mon.a (mon.0) 470 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:12:05.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:05 smithi037 bash[21814]: cluster 2024-06-18T02:12:04.487804+0000 mon.a (mon.0) 471 : cluster [INF] Cluster is now healthy 2024-06-18T02:12:05.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:05 smithi172 bash[22586]: cluster 2024-06-18T02:12:04.487760+0000 mon.a (mon.0) 470 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:12:05.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:05 smithi172 bash[22586]: cluster 2024-06-18T02:12:04.487804+0000 mon.a (mon.0) 471 : cluster [INF] Cluster is now healthy 2024-06-18T02:12:06.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:06 smithi174 bash[22719]: cluster 2024-06-18T02:12:05.496028+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:06.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:06 smithi037 bash[21814]: cluster 2024-06-18T02:12:05.496028+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:06.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:06 smithi172 bash[22586]: cluster 2024-06-18T02:12:05.496028+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:07.971 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T02:12:08.898 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:08 smithi174 bash[22719]: cluster 2024-06-18T02:12:07.496517+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:08.958 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:08 smithi172 bash[22586]: cluster 2024-06-18T02:12:07.496517+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:09.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:08 smithi037 bash[21814]: cluster 2024-06-18T02:12:07.496517+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:10.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:09 smithi174 bash[22719]: audit 2024-06-18T02:12:08.880098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:09 smithi174 bash[22719]: audit 2024-06-18T02:12:08.887593+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:09 smithi174 bash[22719]: audit 2024-06-18T02:12:08.896848+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:09 smithi037 bash[21814]: audit 2024-06-18T02:12:08.880098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:09 smithi037 bash[21814]: audit 2024-06-18T02:12:08.887593+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:09 smithi037 bash[21814]: audit 2024-06-18T02:12:08.896848+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:09 smithi172 bash[22586]: audit 2024-06-18T02:12:08.880098+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:09 smithi172 bash[22586]: audit 2024-06-18T02:12:08.887593+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:10.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:09 smithi172 bash[22586]: audit 2024-06-18T02:12:08.896848+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:11.029 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T02:12:11.207 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T02:12:11.225 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-06-18T02:12:11.225 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-06-18T02:12:11.225 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149454 s, 702 MB/s 2024-06-18T02:12:11.226 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-06-18T02:12:11.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:10 smithi174 bash[22719]: cluster 2024-06-18T02:12:09.497013+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:11.257 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:10 smithi172 bash[22586]: cluster 2024-06-18T02:12:09.497013+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:11.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:10 smithi037 bash[21814]: cluster 2024-06-18T02:12:09.497013+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:11.907 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2024-06-18T02:12:12.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:11 smithi174 bash[22719]: cluster 2024-06-18T02:12:11.497503+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:11 smithi037 bash[21814]: cluster 2024-06-18T02:12:11.497503+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:12.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:11 smithi172 bash[22586]: cluster 2024-06-18T02:12:11.497503+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:15.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:14 smithi174 bash[22719]: cluster 2024-06-18T02:12:13.497973+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:14 smithi037 bash[21814]: cluster 2024-06-18T02:12:13.497973+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:14 smithi172 bash[22586]: cluster 2024-06-18T02:12:13.497973+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:16.619 INFO:teuthology.orchestra.run.smithi172.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T02:12:16.838 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:16 smithi172 bash[22586]: cluster 2024-06-18T02:12:15.498401+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:16.967 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:16 smithi037 bash[21814]: cluster 2024-06-18T02:12:15.498401+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:16 smithi174 bash[22719]: cluster 2024-06-18T02:12:15.498401+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:18.991 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:18 smithi172 bash[22586]: cluster 2024-06-18T02:12:17.498732+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:19.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:18 smithi174 bash[22719]: cluster 2024-06-18T02:12:17.498732+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:18 smithi037 bash[21814]: cluster 2024-06-18T02:12:17.498732+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:20.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:19 smithi174 bash[22719]: audit 2024-06-18T02:12:18.974999+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:19 smithi174 bash[22719]: audit 2024-06-18T02:12:18.982662+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:19 smithi174 bash[22719]: audit 2024-06-18T02:12:18.992039+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:19 smithi174 bash[22719]: cluster 2024-06-18T02:12:19.499157+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:20.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:19 smithi037 bash[21814]: audit 2024-06-18T02:12:18.974999+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:19 smithi037 bash[21814]: audit 2024-06-18T02:12:18.982662+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:19 smithi037 bash[21814]: audit 2024-06-18T02:12:18.992039+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:19 smithi037 bash[21814]: cluster 2024-06-18T02:12:19.499157+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:20.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:19 smithi172 bash[22586]: audit 2024-06-18T02:12:18.974999+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:19 smithi172 bash[22586]: audit 2024-06-18T02:12:18.982662+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:19 smithi172 bash[22586]: audit 2024-06-18T02:12:18.992039+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:20.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:19 smithi172 bash[22586]: cluster 2024-06-18T02:12:19.499157+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:20 smithi174 bash[22719]: audit 2024-06-18T02:12:20.294099+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:12:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:20 smithi174 bash[22719]: audit 2024-06-18T02:12:20.301045+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:12:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:20 smithi174 bash[22719]: audit 2024-06-18T02:12:20.307187+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:12:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:20 smithi174 bash[22719]: audit 2024-06-18T02:12:20.308970+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:21.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:20 smithi037 bash[21814]: audit 2024-06-18T02:12:20.294099+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:12:21.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:20 smithi037 bash[21814]: audit 2024-06-18T02:12:20.301045+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:12:21.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:20 smithi037 bash[21814]: audit 2024-06-18T02:12:20.307187+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:12:21.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:20 smithi037 bash[21814]: audit 2024-06-18T02:12:20.308970+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:21.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:20 smithi172 bash[22586]: audit 2024-06-18T02:12:20.294099+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:12:21.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:20 smithi172 bash[22586]: audit 2024-06-18T02:12:20.301045+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:12:21.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:20 smithi172 bash[22586]: audit 2024-06-18T02:12:20.307187+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:12:21.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:20 smithi172 bash[22586]: audit 2024-06-18T02:12:20.308970+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:22.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:22 smithi174 bash[22719]: cluster 2024-06-18T02:12:21.499692+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:22.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:21 smithi037 bash[21814]: cluster 2024-06-18T02:12:21.499692+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:22.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:22 smithi172 bash[22586]: cluster 2024-06-18T02:12:21.499692+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:23 smithi174 bash[22719]: audit 2024-06-18T02:12:22.084655+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:23 smithi174 bash[22719]: audit 2024-06-18T02:12:22.091547+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:23 smithi174 bash[22719]: audit 2024-06-18T02:12:22.100975+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:23 smithi037 bash[21814]: audit 2024-06-18T02:12:22.084655+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:23 smithi037 bash[21814]: audit 2024-06-18T02:12:22.091547+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:23 smithi037 bash[21814]: audit 2024-06-18T02:12:22.100975+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:23 smithi172 bash[22586]: audit 2024-06-18T02:12:22.084655+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:23 smithi172 bash[22586]: audit 2024-06-18T02:12:22.091547+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:23.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:23 smithi172 bash[22586]: audit 2024-06-18T02:12:22.100975+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:24.435 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:24 smithi174 bash[22719]: cluster 2024-06-18T02:12:23.500141+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:24.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:24 smithi037 bash[21814]: cluster 2024-06-18T02:12:23.500141+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:24.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:24 smithi172 bash[22586]: cluster 2024-06-18T02:12:23.500141+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:26.644 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:26 smithi172 bash[22586]: cluster 2024-06-18T02:12:25.500562+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:27.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:26 smithi174 bash[22719]: cluster 2024-06-18T02:12:25.500562+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:27.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:26 smithi037 bash[21814]: cluster 2024-06-18T02:12:25.500562+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:29.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:28 smithi174 bash[22719]: cluster 2024-06-18T02:12:27.500996+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:29.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:28 smithi037 bash[21814]: cluster 2024-06-18T02:12:27.500996+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:29.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:28 smithi172 bash[22586]: cluster 2024-06-18T02:12:27.500996+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:28.933424+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.172:0/80373052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:28.934539+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:28.937978+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]': finished 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: cluster 2024-06-18T02:12:28.943299+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:28.943778+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:29.099300+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:29.107421+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.005 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:29 smithi174 bash[22719]: audit 2024-06-18T02:12:29.116566+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:28.933424+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.172:0/80373052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:28.934539+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:28.937978+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]': finished 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: cluster 2024-06-18T02:12:28.943299+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:28.943778+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:29.099300+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:29.107421+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:29 smithi037 bash[21814]: audit 2024-06-18T02:12:29.116566+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:28.933424+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.172:0/80373052' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:28.934539+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]: dispatch 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:28.937978+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af29aa8e-71a5-49ac-8f48-f37325c76eeb"}]': finished 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: cluster 2024-06-18T02:12:28.943299+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:28.943778+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:29.099300+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:29.107421+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:30.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:29 smithi172 bash[22586]: audit 2024-06-18T02:12:29.116566+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:31.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:30 smithi174 bash[22719]: cluster 2024-06-18T02:12:29.501435+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:31.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:30 smithi174 bash[22719]: audit 2024-06-18T02:12:29.587831+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.172:0/238188188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:12:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:30 smithi037 bash[21814]: cluster 2024-06-18T02:12:29.501435+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:30 smithi037 bash[21814]: audit 2024-06-18T02:12:29.587831+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.172:0/238188188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:12:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:30 smithi172 bash[22586]: cluster 2024-06-18T02:12:29.501435+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:30 smithi172 bash[22586]: audit 2024-06-18T02:12:29.587831+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.172:0/238188188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:12:32.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:32 smithi037 bash[21814]: cluster 2024-06-18T02:12:31.501906+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:33.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:32 smithi174 bash[22719]: cluster 2024-06-18T02:12:31.501906+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:33.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:32 smithi172 bash[22586]: cluster 2024-06-18T02:12:31.501906+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:34.914 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:34 smithi037 bash[21814]: cluster 2024-06-18T02:12:33.502282+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:35.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:34 smithi174 bash[22719]: cluster 2024-06-18T02:12:33.502282+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:35.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:34 smithi172 bash[22586]: cluster 2024-06-18T02:12:33.502282+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:36.699 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:36 smithi172 bash[22586]: cluster 2024-06-18T02:12:35.502686+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:36 smithi174 bash[22719]: cluster 2024-06-18T02:12:35.502686+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:37.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:36 smithi037 bash[21814]: cluster 2024-06-18T02:12:35.502686+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:38.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:38 smithi172 bash[22586]: cluster 2024-06-18T02:12:37.503134+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:39.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:38 smithi174 bash[22719]: cluster 2024-06-18T02:12:37.503134+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:39.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:38 smithi037 bash[21814]: cluster 2024-06-18T02:12:37.503134+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:40.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:40 smithi174 bash[22719]: audit 2024-06-18T02:12:39.132257+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:40 smithi174 bash[22719]: audit 2024-06-18T02:12:39.140420+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:40 smithi174 bash[22719]: audit 2024-06-18T02:12:39.149930+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:40 smithi174 bash[22719]: cluster 2024-06-18T02:12:39.503698+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:40.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:40 smithi037 bash[21814]: audit 2024-06-18T02:12:39.132257+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:40 smithi037 bash[21814]: audit 2024-06-18T02:12:39.140420+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:40 smithi037 bash[21814]: audit 2024-06-18T02:12:39.149930+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:40 smithi037 bash[21814]: cluster 2024-06-18T02:12:39.503698+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:40.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:40 smithi172 bash[22586]: audit 2024-06-18T02:12:39.132257+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:40 smithi172 bash[22586]: audit 2024-06-18T02:12:39.140420+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:40 smithi172 bash[22586]: audit 2024-06-18T02:12:39.149930+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:40.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:40 smithi172 bash[22586]: cluster 2024-06-18T02:12:39.503698+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:42.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: cluster 2024-06-18T02:12:41.504272+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:42.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: audit 2024-06-18T02:12:42.094783+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:12:42.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: audit 2024-06-18T02:12:42.096782+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:42.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: audit 2024-06-18T02:12:42.315981+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:42.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: audit 2024-06-18T02:12:42.323936+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:42.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:42 smithi037 bash[21814]: audit 2024-06-18T02:12:42.333803+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: cluster 2024-06-18T02:12:41.504272+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: audit 2024-06-18T02:12:42.094783+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:12:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: audit 2024-06-18T02:12:42.096782+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: audit 2024-06-18T02:12:42.315981+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: audit 2024-06-18T02:12:42.323936+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:42 smithi174 bash[22719]: audit 2024-06-18T02:12:42.333803+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: cluster 2024-06-18T02:12:41.504272+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:43.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: audit 2024-06-18T02:12:42.094783+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:12:43.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: audit 2024-06-18T02:12:42.096782+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:43.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: audit 2024-06-18T02:12:42.315981+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: audit 2024-06-18T02:12:42.323936+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:42 smithi172 bash[22586]: audit 2024-06-18T02:12:42.333803+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:43.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:43 smithi172 bash[22586]: cephadm 2024-06-18T02:12:42.098580+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi172 2024-06-18T02:12:43.904 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:43 smithi174 bash[22719]: cephadm 2024-06-18T02:12:42.098580+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi172 2024-06-18T02:12:44.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:43 smithi037 bash[21814]: cephadm 2024-06-18T02:12:42.098580+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi172 2024-06-18T02:12:44.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:44 smithi174 bash[22719]: cluster 2024-06-18T02:12:43.504773+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:44.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:44 smithi172 bash[22586]: cluster 2024-06-18T02:12:43.504773+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:44 smithi037 bash[21814]: cluster 2024-06-18T02:12:43.504773+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:46.535 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:46 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:12:46.536 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:12:46 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:12:46.869 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:12:46 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:12:46.869 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:46 smithi172 bash[22586]: cluster 2024-06-18T02:12:45.505314+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:46.870 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:46 smithi172 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:12:47.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:46 smithi174 bash[22719]: cluster 2024-06-18T02:12:45.505314+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:47.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:46 smithi037 bash[21814]: cluster 2024-06-18T02:12:45.505314+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.803969+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.811482+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.812420+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.814948+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:48.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.820258+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:47 smithi174 bash[22719]: audit 2024-06-18T02:12:46.826269+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.803969+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.811482+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.812420+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.814948+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.820258+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:47 smithi037 bash[21814]: audit 2024-06-18T02:12:46.826269+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.803969+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.811482+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.812420+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.814948+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.820258+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:48.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:47 smithi172 bash[22586]: audit 2024-06-18T02:12:46.826269+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:48 smithi174 bash[22719]: cluster 2024-06-18T02:12:47.505888+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:49.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:48 smithi037 bash[21814]: cluster 2024-06-18T02:12:47.505888+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:48 smithi172 bash[22586]: cluster 2024-06-18T02:12:47.505888+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:50.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:50 smithi174 bash[22719]: audit 2024-06-18T02:12:49.318462+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:50 smithi174 bash[22719]: audit 2024-06-18T02:12:49.325940+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:50 smithi174 bash[22719]: audit 2024-06-18T02:12:49.334797+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:50 smithi174 bash[22719]: cluster 2024-06-18T02:12:49.506510+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:50.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:50 smithi037 bash[21814]: audit 2024-06-18T02:12:49.318462+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:50 smithi037 bash[21814]: audit 2024-06-18T02:12:49.325940+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:50 smithi037 bash[21814]: audit 2024-06-18T02:12:49.334797+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:50 smithi037 bash[21814]: cluster 2024-06-18T02:12:49.506510+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:50.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:50 smithi172 bash[22586]: audit 2024-06-18T02:12:49.318462+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:50 smithi172 bash[22586]: audit 2024-06-18T02:12:49.325940+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:50 smithi172 bash[22586]: audit 2024-06-18T02:12:49.334797+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:50.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:50 smithi172 bash[22586]: cluster 2024-06-18T02:12:49.506510+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:52.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:52 smithi172 bash[22586]: cluster 2024-06-18T02:12:51.507095+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:53.003 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:52 smithi037 bash[21814]: cluster 2024-06-18T02:12:51.507095+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:53.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:52 smithi174 bash[22719]: cluster 2024-06-18T02:12:51.507095+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:54.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:53 smithi174 bash[22719]: audit 2024-06-18T02:12:53.246861+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:54.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:53 smithi174 bash[22719]: audit 2024-06-18T02:12:53.247819+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:53 smithi037 bash[21814]: audit 2024-06-18T02:12:53.246861+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:54.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:53 smithi037 bash[21814]: audit 2024-06-18T02:12:53.247819+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:53 smithi172 bash[22586]: audit 2024-06-18T02:12:53.246861+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:54.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:53 smithi172 bash[22586]: audit 2024-06-18T02:12:53.247819+0000 mon.a (mon.0) 508 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T02:12:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: cluster 2024-06-18T02:12:53.507599+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: audit 2024-06-18T02:12:53.571884+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T02:12:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: audit 2024-06-18T02:12:53.573969+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: cluster 2024-06-18T02:12:53.576694+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T02:12:55.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: audit 2024-06-18T02:12:53.577286+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:54 smithi174 bash[22719]: audit 2024-06-18T02:12:53.578028+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: cluster 2024-06-18T02:12:53.507599+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:55.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: audit 2024-06-18T02:12:53.571884+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T02:12:55.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: audit 2024-06-18T02:12:53.573969+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: cluster 2024-06-18T02:12:53.576694+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T02:12:55.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: audit 2024-06-18T02:12:53.577286+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:54 smithi037 bash[21814]: audit 2024-06-18T02:12:53.578028+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: cluster 2024-06-18T02:12:53.507599+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: audit 2024-06-18T02:12:53.571884+0000 mon.a (mon.0) 509 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: audit 2024-06-18T02:12:53.573969+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: cluster 2024-06-18T02:12:53.576694+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: audit 2024-06-18T02:12:53.577286+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:54 smithi172 bash[22586]: audit 2024-06-18T02:12:53.578028+0000 mon.a (mon.0) 512 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-06-18T02:12:55.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:55 smithi037 bash[21814]: audit 2024-06-18T02:12:54.574486+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-06-18T02:12:55.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:55 smithi037 bash[21814]: cluster 2024-06-18T02:12:54.579862+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T02:12:55.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:55 smithi037 bash[21814]: audit 2024-06-18T02:12:54.580799+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:55 smithi037 bash[21814]: audit 2024-06-18T02:12:54.588724+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:55 smithi037 bash[21814]: audit 2024-06-18T02:12:55.102440+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' 2024-06-18T02:12:55.847 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:55 smithi172 bash[22586]: audit 2024-06-18T02:12:54.574486+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-06-18T02:12:55.847 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:55 smithi172 bash[22586]: cluster 2024-06-18T02:12:54.579862+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T02:12:55.847 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:55 smithi172 bash[22586]: audit 2024-06-18T02:12:54.580799+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.847 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:55 smithi172 bash[22586]: audit 2024-06-18T02:12:54.588724+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:55.847 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:55 smithi172 bash[22586]: audit 2024-06-18T02:12:55.102440+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' 2024-06-18T02:12:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:55 smithi174 bash[22719]: audit 2024-06-18T02:12:54.574486+0000 mon.a (mon.0) 513 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-06-18T02:12:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:55 smithi174 bash[22719]: cluster 2024-06-18T02:12:54.579862+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T02:12:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:55 smithi174 bash[22719]: audit 2024-06-18T02:12:54.580799+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:55 smithi174 bash[22719]: audit 2024-06-18T02:12:54.588724+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:56.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:55 smithi174 bash[22719]: audit 2024-06-18T02:12:55.102440+0000 mon.a (mon.0) 517 : audit [INF] from='osd.1 ' entity='osd.1' 2024-06-18T02:12:56.469 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 1 on host 'smithi172' 2024-06-18T02:12:57.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: cluster 2024-06-18T02:12:54.198005+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:57.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: cluster 2024-06-18T02:12:54.198076+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: cluster 2024-06-18T02:12:55.508070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:55.596196+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: cluster 2024-06-18T02:12:56.106901+0000 mon.a (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020] boot 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: cluster 2024-06-18T02:12:56.106958+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.107544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.451605+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.460100+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.460909+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.469693+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.477045+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.480933+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.482627+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:57.004 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:56 smithi174 bash[22719]: audit 2024-06-18T02:12:56.493236+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: cluster 2024-06-18T02:12:54.198005+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: cluster 2024-06-18T02:12:54.198076+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: cluster 2024-06-18T02:12:55.508070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:55.596196+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: cluster 2024-06-18T02:12:56.106901+0000 mon.a (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020] boot 2024-06-18T02:12:57.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: cluster 2024-06-18T02:12:56.106958+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.107544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.451605+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.460100+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.460909+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.469693+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.477045+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.480933+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.482627+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:57.014 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:56 smithi037 bash[21814]: audit 2024-06-18T02:12:56.493236+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: cluster 2024-06-18T02:12:54.198005+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:12:57.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: cluster 2024-06-18T02:12:54.198076+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:12:57.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: cluster 2024-06-18T02:12:55.508070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:55.596196+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: cluster 2024-06-18T02:12:56.106901+0000 mon.a (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.172:6800/1969314020,v1:172.21.15.172:6801/1969314020] boot 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: cluster 2024-06-18T02:12:56.106958+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.107544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.451605+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.460100+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.460909+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.469693+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.477045+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.480933+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.482627+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:12:57.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:56 smithi172 bash[22586]: audit 2024-06-18T02:12:56.493236+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:12:57.592 DEBUG:teuthology.orchestra.run.smithi172:osd.1> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.1.service 2024-06-18T02:12:57.595 INFO:tasks.cephadm:Deploying osd.2 on smithi174 with /dev/vg_nvme/lv_4... 2024-06-18T02:12:57.595 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T02:12:57.867 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:57 smithi172 bash[22586]: cephadm 2024-06-18T02:12:56.463779+0000 mgr.a (mgr.14150) 180 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16241M 2024-06-18T02:12:57.867 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:57 smithi172 bash[22586]: cluster 2024-06-18T02:12:57.120700+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T02:12:58.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:57 smithi174 bash[22719]: cephadm 2024-06-18T02:12:56.463779+0000 mgr.a (mgr.14150) 180 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16241M 2024-06-18T02:12:58.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:57 smithi174 bash[22719]: cluster 2024-06-18T02:12:57.120700+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T02:12:58.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:57 smithi037 bash[21814]: cephadm 2024-06-18T02:12:56.463779+0000 mgr.a (mgr.14150) 180 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 16241M 2024-06-18T02:12:58.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:57 smithi037 bash[21814]: cluster 2024-06-18T02:12:57.120700+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T02:12:59.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:12:58 smithi174 bash[22719]: cluster 2024-06-18T02:12:57.508550+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:12:59.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:12:58 smithi037 bash[21814]: cluster 2024-06-18T02:12:57.508550+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:12:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:12:58 smithi172 bash[22586]: cluster 2024-06-18T02:12:57.508550+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:00.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.347882+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.356613+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: cephadm 2024-06-18T02:12:59.359413+0000 mgr.a (mgr.14150) 182 : cephadm [INF] Detected new or changed devices on smithi172 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.361557+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.366296+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.371074+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.372960+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: cluster 2024-06-18T02:12:59.376617+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:00.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:00 smithi174 bash[22719]: audit 2024-06-18T02:12:59.382683+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.347882+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.356613+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: cephadm 2024-06-18T02:12:59.359413+0000 mgr.a (mgr.14150) 182 : cephadm [INF] Detected new or changed devices on smithi172 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.361557+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.366296+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.371074+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.372960+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: cluster 2024-06-18T02:12:59.376617+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:00.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:00 smithi037 bash[21814]: audit 2024-06-18T02:12:59.382683+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.347882+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.356613+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: cephadm 2024-06-18T02:12:59.359413+0000 mgr.a (mgr.14150) 182 : cephadm [INF] Detected new or changed devices on smithi172 2024-06-18T02:13:00.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.361557+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:00.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.366296+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:00.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.371074+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:00.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.372960+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:00.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: cluster 2024-06-18T02:12:59.376617+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:00.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:00 smithi172 bash[22586]: audit 2024-06-18T02:12:59.382683+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:01.298 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T02:13:01.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:01 smithi174 bash[22719]: cluster 2024-06-18T02:13:00.362946+0000 mon.a (mon.0) 538 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:01.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:01 smithi037 bash[21814]: cluster 2024-06-18T02:13:00.362946+0000 mon.a (mon.0) 538 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:01.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:01 smithi172 bash[22586]: cluster 2024-06-18T02:13:00.362946+0000 mon.a (mon.0) 538 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:02.660 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:02 smithi174 bash[22719]: cluster 2024-06-18T02:13:01.377100+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:02.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:02 smithi037 bash[21814]: cluster 2024-06-18T02:13:01.377100+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:02.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:02 smithi172 bash[22586]: cluster 2024-06-18T02:13:01.377100+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.531987+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.539669+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.550194+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.877390+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.886750+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.009 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.891508+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:04.010 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.898125+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.010 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.898768+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:04.010 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.900908+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:04.010 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:03 smithi174 bash[22719]: audit 2024-06-18T02:13:02.911849+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.531987+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.539669+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.550194+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.877390+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.886750+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.891508+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.898125+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.898768+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.900908+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:04.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:03 smithi037 bash[21814]: audit 2024-06-18T02:13:02.911849+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.531987+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.539669+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.550194+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.877390+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.886750+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.891508+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.898125+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.898768+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.900908+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:04.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:03 smithi172 bash[22586]: audit 2024-06-18T02:13:02.911849+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:04 smithi174 bash[22719]: cluster 2024-06-18T02:13:02.904109+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:04 smithi174 bash[22719]: cluster 2024-06-18T02:13:03.894310+0000 mon.a (mon.0) 549 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:04 smithi174 bash[22719]: cluster 2024-06-18T02:13:03.894374+0000 mon.a (mon.0) 550 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:04.940 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T02:13:05.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:04 smithi037 bash[21814]: cluster 2024-06-18T02:13:02.904109+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:05.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:04 smithi037 bash[21814]: cluster 2024-06-18T02:13:03.894310+0000 mon.a (mon.0) 549 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:05.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:04 smithi037 bash[21814]: cluster 2024-06-18T02:13:03.894374+0000 mon.a (mon.0) 550 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:05.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:04 smithi172 bash[22586]: cluster 2024-06-18T02:13:02.904109+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:05.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:04 smithi172 bash[22586]: cluster 2024-06-18T02:13:03.894310+0000 mon.a (mon.0) 549 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:05.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:04 smithi172 bash[22586]: cluster 2024-06-18T02:13:03.894374+0000 mon.a (mon.0) 550 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:05.110 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T02:13:05.125 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2024-06-18T02:13:05.125 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2024-06-18T02:13:05.126 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133459 s, 786 MB/s 2024-06-18T02:13:05.126 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2024-06-18T02:13:06.193 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi174:vg_nvme/lv_4 2024-06-18T02:13:07.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:06 smithi174 bash[22719]: cluster 2024-06-18T02:13:04.904694+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:07.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:06 smithi037 bash[21814]: cluster 2024-06-18T02:13:04.904694+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:07.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:06 smithi172 bash[22586]: cluster 2024-06-18T02:13:04.904694+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:08.916 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:08 smithi174 bash[22719]: cluster 2024-06-18T02:13:06.905281+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:09.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:08 smithi037 bash[21814]: cluster 2024-06-18T02:13:06.905281+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:09.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:08 smithi172 bash[22586]: cluster 2024-06-18T02:13:06.905281+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:10.898 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T02:13:11.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:10 smithi174 bash[22719]: cluster 2024-06-18T02:13:08.905799+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:11.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:10 smithi174 bash[22719]: audit 2024-06-18T02:13:09.540838+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:10 smithi174 bash[22719]: audit 2024-06-18T02:13:09.552002+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:10 smithi174 bash[22719]: audit 2024-06-18T02:13:09.561204+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:10 smithi037 bash[21814]: cluster 2024-06-18T02:13:08.905799+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:11.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:10 smithi037 bash[21814]: audit 2024-06-18T02:13:09.540838+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:10 smithi037 bash[21814]: audit 2024-06-18T02:13:09.552002+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:10 smithi037 bash[21814]: audit 2024-06-18T02:13:09.561204+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:10 smithi172 bash[22586]: cluster 2024-06-18T02:13:08.905799+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:11.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:10 smithi172 bash[22586]: audit 2024-06-18T02:13:09.540838+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:10 smithi172 bash[22586]: audit 2024-06-18T02:13:09.552002+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:11.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:10 smithi172 bash[22586]: audit 2024-06-18T02:13:09.561204+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:13.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:12 smithi174 bash[22719]: cluster 2024-06-18T02:13:10.906335+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:13.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:12 smithi037 bash[21814]: cluster 2024-06-18T02:13:10.906335+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:13.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:12 smithi172 bash[22586]: cluster 2024-06-18T02:13:10.906335+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:14 smithi174 bash[22719]: cluster 2024-06-18T02:13:12.906799+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:14 smithi174 bash[22719]: audit 2024-06-18T02:13:13.828976+0000 mgr.a (mgr.14150) 191 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:13:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:14 smithi174 bash[22719]: audit 2024-06-18T02:13:13.836247+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:13:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:14 smithi174 bash[22719]: audit 2024-06-18T02:13:13.842395+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:13:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:14 smithi174 bash[22719]: audit 2024-06-18T02:13:13.843922+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:14 smithi037 bash[21814]: cluster 2024-06-18T02:13:12.906799+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:14 smithi037 bash[21814]: audit 2024-06-18T02:13:13.828976+0000 mgr.a (mgr.14150) 191 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:13:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:14 smithi037 bash[21814]: audit 2024-06-18T02:13:13.836247+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:13:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:14 smithi037 bash[21814]: audit 2024-06-18T02:13:13.842395+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:13:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:14 smithi037 bash[21814]: audit 2024-06-18T02:13:13.843922+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:14 smithi172 bash[22586]: cluster 2024-06-18T02:13:12.906799+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:14 smithi172 bash[22586]: audit 2024-06-18T02:13:13.828976+0000 mgr.a (mgr.14150) 191 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:13:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:14 smithi172 bash[22586]: audit 2024-06-18T02:13:13.836247+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:13:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:14 smithi172 bash[22586]: audit 2024-06-18T02:13:13.842395+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T02:13:15.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:14 smithi172 bash[22586]: audit 2024-06-18T02:13:13.843922+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:16.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:16 smithi037 bash[21814]: cluster 2024-06-18T02:13:14.907265+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:16 smithi174 bash[22719]: cluster 2024-06-18T02:13:14.907265+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:17.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:16 smithi172 bash[22586]: cluster 2024-06-18T02:13:14.907265+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:18.921 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:18 smithi174 bash[22719]: cluster 2024-06-18T02:13:16.907729+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:18 smithi037 bash[21814]: cluster 2024-06-18T02:13:16.907729+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:19.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:18 smithi172 bash[22586]: cluster 2024-06-18T02:13:16.907729+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:20.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:20 smithi172 bash[22586]: cluster 2024-06-18T02:13:18.908213+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:21.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:20 smithi174 bash[22719]: cluster 2024-06-18T02:13:18.908213+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:21.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:20 smithi037 bash[21814]: cluster 2024-06-18T02:13:18.908213+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: cluster 2024-06-18T02:13:20.908678+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:21.576096+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:21.585594+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:21.596594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:22.284322+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/2636481056' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:22.285730+0000 mon.a (mon.0) 560 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:22.290534+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]': finished 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: cluster 2024-06-18T02:13:22.297301+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T02:13:23.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:22 smithi174 bash[22719]: audit 2024-06-18T02:13:22.298018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: cluster 2024-06-18T02:13:20.908678+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:21.576096+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:21.585594+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:21.596594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:22.284322+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/2636481056' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:22.285730+0000 mon.a (mon.0) 560 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:22.290534+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]': finished 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: cluster 2024-06-18T02:13:22.297301+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T02:13:23.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:22 smithi037 bash[21814]: audit 2024-06-18T02:13:22.298018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:23.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: cluster 2024-06-18T02:13:20.908678+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:23.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:21.576096+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:21.585594+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:21.596594+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:23.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:22.284322+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.174:0/2636481056' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:22.285730+0000 mon.a (mon.0) 560 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]: dispatch 2024-06-18T02:13:23.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:22.290534+0000 mon.a (mon.0) 561 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b98f3baf-75bd-4946-b54b-6d4c58264983"}]': finished 2024-06-18T02:13:23.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: cluster 2024-06-18T02:13:22.297301+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T02:13:23.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:22 smithi172 bash[22586]: audit 2024-06-18T02:13:22.298018+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:24.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:23 smithi037 bash[21814]: audit 2024-06-18T02:13:22.759029+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:23 smithi037 bash[21814]: audit 2024-06-18T02:13:22.768248+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:23 smithi037 bash[21814]: audit 2024-06-18T02:13:22.779161+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:23 smithi037 bash[21814]: audit 2024-06-18T02:13:22.973877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/650671320' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:13:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:23 smithi172 bash[22586]: audit 2024-06-18T02:13:22.759029+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:23 smithi172 bash[22586]: audit 2024-06-18T02:13:22.768248+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:23 smithi172 bash[22586]: audit 2024-06-18T02:13:22.779161+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:23 smithi172 bash[22586]: audit 2024-06-18T02:13:22.973877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/650671320' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:13:24.122 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:23 smithi174 bash[22719]: audit 2024-06-18T02:13:22.759029+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.122 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:23 smithi174 bash[22719]: audit 2024-06-18T02:13:22.768248+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.122 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:23 smithi174 bash[22719]: audit 2024-06-18T02:13:22.779161+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:24.122 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:23 smithi174 bash[22719]: audit 2024-06-18T02:13:22.973877+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.174:0/650671320' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T02:13:25.088 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:24 smithi174 bash[22719]: cluster 2024-06-18T02:13:22.909122+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:25.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:24 smithi037 bash[21814]: cluster 2024-06-18T02:13:22.909122+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:25.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:24 smithi172 bash[22586]: cluster 2024-06-18T02:13:22.909122+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:27.118 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:26 smithi174 bash[22719]: cluster 2024-06-18T02:13:24.909586+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:26 smithi037 bash[21814]: cluster 2024-06-18T02:13:24.909586+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:27.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:26 smithi172 bash[22586]: cluster 2024-06-18T02:13:24.909586+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:29.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:28 smithi174 bash[22719]: cluster 2024-06-18T02:13:26.910034+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:29.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:28 smithi037 bash[21814]: cluster 2024-06-18T02:13:26.910034+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:29.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:28 smithi172 bash[22586]: cluster 2024-06-18T02:13:26.910034+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:30 smithi037 bash[21814]: cluster 2024-06-18T02:13:28.910498+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:30 smithi037 bash[21814]: audit 2024-06-18T02:13:29.761413+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:30 smithi037 bash[21814]: audit 2024-06-18T02:13:29.769889+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:30 smithi037 bash[21814]: cephadm 2024-06-18T02:13:29.772486+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Detected new or changed devices on smithi174 2024-06-18T02:13:31.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:30 smithi037 bash[21814]: audit 2024-06-18T02:13:29.779059+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:30 smithi172 bash[22586]: cluster 2024-06-18T02:13:28.910498+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:30 smithi172 bash[22586]: audit 2024-06-18T02:13:29.761413+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:30 smithi172 bash[22586]: audit 2024-06-18T02:13:29.769889+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:30 smithi172 bash[22586]: cephadm 2024-06-18T02:13:29.772486+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Detected new or changed devices on smithi174 2024-06-18T02:13:31.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:30 smithi172 bash[22586]: audit 2024-06-18T02:13:29.779059+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:30 smithi174 bash[22719]: cluster 2024-06-18T02:13:28.910498+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:31.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:30 smithi174 bash[22719]: audit 2024-06-18T02:13:29.761413+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:30 smithi174 bash[22719]: audit 2024-06-18T02:13:29.769889+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:31.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:30 smithi174 bash[22719]: cephadm 2024-06-18T02:13:29.772486+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Detected new or changed devices on smithi174 2024-06-18T02:13:31.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:30 smithi174 bash[22719]: audit 2024-06-18T02:13:29.779059+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:33.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:32 smithi174 bash[22719]: cluster 2024-06-18T02:13:30.910945+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:33.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:32 smithi037 bash[21814]: cluster 2024-06-18T02:13:30.910945+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:33.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:32 smithi172 bash[22586]: cluster 2024-06-18T02:13:30.910945+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:35.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:34 smithi172 bash[22586]: cluster 2024-06-18T02:13:32.911428+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:35.163 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:34 smithi037 bash[21814]: cluster 2024-06-18T02:13:32.911428+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:35.247 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:34 smithi174 bash[22719]: cluster 2024-06-18T02:13:32.911428+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:36.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:35 smithi037 bash[21814]: audit 2024-06-18T02:13:34.813294+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:13:36.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:35 smithi037 bash[21814]: audit 2024-06-18T02:13:34.815089+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:36.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:35 smithi037 bash[21814]: cephadm 2024-06-18T02:13:34.816895+0000 mgr.a (mgr.14150) 203 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-06-18T02:13:36.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:35 smithi174 bash[22719]: audit 2024-06-18T02:13:34.813294+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:13:36.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:35 smithi174 bash[22719]: audit 2024-06-18T02:13:34.815089+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:36.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:35 smithi174 bash[22719]: cephadm 2024-06-18T02:13:34.816895+0000 mgr.a (mgr.14150) 203 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-06-18T02:13:36.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:35 smithi172 bash[22586]: audit 2024-06-18T02:13:34.813294+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:13:36.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:35 smithi172 bash[22586]: audit 2024-06-18T02:13:34.815089+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:36.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:35 smithi172 bash[22586]: cephadm 2024-06-18T02:13:34.816895+0000 mgr.a (mgr.14150) 203 : cephadm [INF] Deploying daemon osd.2 on smithi174 2024-06-18T02:13:37.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:36 smithi174 bash[22719]: cluster 2024-06-18T02:13:34.911897+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:36 smithi037 bash[21814]: cluster 2024-06-18T02:13:34.911897+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:37.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:36 smithi172 bash[22586]: cluster 2024-06-18T02:13:34.911897+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:39.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:38 smithi172 bash[22586]: cluster 2024-06-18T02:13:36.912226+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:39.227 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:38 smithi174 bash[22719]: cluster 2024-06-18T02:13:36.912226+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:39.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:38 smithi037 bash[21814]: cluster 2024-06-18T02:13:36.912226+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:39.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:13:39.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 systemd[1]: /etc/systemd/system/ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.595526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.602848+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.603569+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.605739+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.612549+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:39 smithi174 bash[22719]: audit 2024-06-18T02:13:39.623242+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.140 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.595526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:40.140 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.602848+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.140 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.603569+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:40.140 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.605739+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:40.140 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.612549+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.141 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:39 smithi172 bash[22586]: audit 2024-06-18T02:13:39.623242+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.595526+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.602848+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.603569+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.605739+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.612549+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:40.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:39 smithi037 bash[21814]: audit 2024-06-18T02:13:39.623242+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:41.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:40 smithi174 bash[22719]: cluster 2024-06-18T02:13:38.912675+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:41.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:40 smithi037 bash[21814]: cluster 2024-06-18T02:13:38.912675+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:41.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:40 smithi172 bash[22586]: cluster 2024-06-18T02:13:38.912675+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:42 smithi174 bash[22719]: cluster 2024-06-18T02:13:40.913161+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:42 smithi174 bash[22719]: audit 2024-06-18T02:13:41.808075+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:42 smithi174 bash[22719]: audit 2024-06-18T02:13:41.816142+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:42 smithi174 bash[22719]: audit 2024-06-18T02:13:41.825715+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:42 smithi037 bash[21814]: cluster 2024-06-18T02:13:40.913161+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:43.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:42 smithi037 bash[21814]: audit 2024-06-18T02:13:41.808075+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:42 smithi037 bash[21814]: audit 2024-06-18T02:13:41.816142+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:42 smithi037 bash[21814]: audit 2024-06-18T02:13:41.825715+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:42 smithi172 bash[22586]: cluster 2024-06-18T02:13:40.913161+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:43.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:42 smithi172 bash[22586]: audit 2024-06-18T02:13:41.808075+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:42 smithi172 bash[22586]: audit 2024-06-18T02:13:41.816142+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:43.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:42 smithi172 bash[22586]: audit 2024-06-18T02:13:41.825715+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:43 smithi174 bash[22719]: cluster 2024-06-18T02:13:42.913641+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:44.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:43 smithi174 bash[22719]: audit 2024-06-18T02:13:42.977260+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:43 smithi174 bash[22719]: audit 2024-06-18T02:13:42.985207+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:43 smithi174 bash[22719]: audit 2024-06-18T02:13:42.994681+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:43 smithi037 bash[21814]: cluster 2024-06-18T02:13:42.913641+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:44.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:43 smithi037 bash[21814]: audit 2024-06-18T02:13:42.977260+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:43 smithi037 bash[21814]: audit 2024-06-18T02:13:42.985207+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:43 smithi037 bash[21814]: audit 2024-06-18T02:13:42.994681+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:43 smithi172 bash[22586]: cluster 2024-06-18T02:13:42.913641+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:44.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:43 smithi172 bash[22586]: audit 2024-06-18T02:13:42.977260+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:43 smithi172 bash[22586]: audit 2024-06-18T02:13:42.985207+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:44.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:43 smithi172 bash[22586]: audit 2024-06-18T02:13:42.994681+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:46.226 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:45 smithi174 bash[22719]: cluster 2024-06-18T02:13:44.914182+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:46.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:45 smithi037 bash[21814]: cluster 2024-06-18T02:13:44.914182+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:46.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:45 smithi172 bash[22586]: cluster 2024-06-18T02:13:44.914182+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:46 smithi174 bash[22719]: audit 2024-06-18T02:13:46.232917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:46 smithi174 bash[22719]: audit 2024-06-18T02:13:46.233893+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:46 smithi037 bash[21814]: audit 2024-06-18T02:13:46.232917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:46 smithi037 bash[21814]: audit 2024-06-18T02:13:46.233893+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:47.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:46 smithi172 bash[22586]: audit 2024-06-18T02:13:46.232917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:46 smithi172 bash[22586]: audit 2024-06-18T02:13:46.233893+0000 mon.a (mon.0) 584 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: cluster 2024-06-18T02:13:46.914778+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: audit 2024-06-18T02:13:46.987347+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: cluster 2024-06-18T02:13:46.993136+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: audit 2024-06-18T02:13:46.993437+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: audit 2024-06-18T02:13:46.993921+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:48.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:47 smithi174 bash[22719]: audit 2024-06-18T02:13:46.994982+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:47 smithi037 bash[21814]: cluster 2024-06-18T02:13:46.914778+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:47 smithi037 bash[21814]: audit 2024-06-18T02:13:46.987347+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:47 smithi037 bash[21814]: cluster 2024-06-18T02:13:46.993136+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:48 smithi037 bash[21814]: audit 2024-06-18T02:13:46.993437+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:48 smithi037 bash[21814]: audit 2024-06-18T02:13:46.993921+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:48.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:48 smithi037 bash[21814]: audit 2024-06-18T02:13:46.994982+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: cluster 2024-06-18T02:13:46.914778+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: audit 2024-06-18T02:13:46.987347+0000 mon.a (mon.0) 585 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: cluster 2024-06-18T02:13:46.993136+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: audit 2024-06-18T02:13:46.993437+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: audit 2024-06-18T02:13:46.993921+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:48.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:47 smithi172 bash[22586]: audit 2024-06-18T02:13:46.994982+0000 mon.a (mon.0) 588 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-06-18T02:13:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:49 smithi174 bash[22719]: audit 2024-06-18T02:13:47.989725+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-06-18T02:13:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:49 smithi174 bash[22719]: cluster 2024-06-18T02:13:47.994653+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T02:13:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:49 smithi174 bash[22719]: audit 2024-06-18T02:13:47.995683+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:49 smithi174 bash[22719]: audit 2024-06-18T02:13:48.004602+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:49 smithi174 bash[22719]: audit 2024-06-18T02:13:48.481294+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' 2024-06-18T02:13:49.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:49 smithi037 bash[21814]: audit 2024-06-18T02:13:47.989725+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-06-18T02:13:49.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:49 smithi037 bash[21814]: cluster 2024-06-18T02:13:47.994653+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T02:13:49.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:49 smithi037 bash[21814]: audit 2024-06-18T02:13:47.995683+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:49 smithi037 bash[21814]: audit 2024-06-18T02:13:48.004602+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:49 smithi037 bash[21814]: audit 2024-06-18T02:13:48.481294+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' 2024-06-18T02:13:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:49 smithi172 bash[22586]: audit 2024-06-18T02:13:47.989725+0000 mon.a (mon.0) 589 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-06-18T02:13:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:49 smithi172 bash[22586]: cluster 2024-06-18T02:13:47.994653+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T02:13:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:49 smithi172 bash[22586]: audit 2024-06-18T02:13:47.995683+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:49 smithi172 bash[22586]: audit 2024-06-18T02:13:48.004602+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:49.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:49 smithi172 bash[22586]: audit 2024-06-18T02:13:48.481294+0000 mon.a (mon.0) 593 : audit [INF] from='osd.2 ' entity='osd.2' 2024-06-18T02:13:49.290 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 2 on host 'smithi174' 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cluster 2024-06-18T02:13:47.278322+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cluster 2024-06-18T02:13:47.278491+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cluster 2024-06-18T02:13:48.915251+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.006150+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.276414+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.284083+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.284883+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cephadm 2024-06-18T02:13:49.287452+0000 mgr.a (mgr.14150) 212 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.291927+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.299597+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.303757+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.305468+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.316157+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cluster 2024-06-18T02:13:49.488533+0000 mon.a (mon.0) 603 : cluster [INF] osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104] boot 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: cluster 2024-06-18T02:13:49.488632+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T02:13:50.256 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.489292+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.952339+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.960390+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.964941+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.971179+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.971796+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.973784+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.257 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:50 smithi174 bash[22719]: audit 2024-06-18T02:13:49.983838+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cluster 2024-06-18T02:13:47.278322+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:13:50.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cluster 2024-06-18T02:13:47.278491+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:13:50.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cluster 2024-06-18T02:13:48.915251+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:50.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.006150+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.276414+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.284083+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.284883+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cephadm 2024-06-18T02:13:49.287452+0000 mgr.a (mgr.14150) 212 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.291927+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.299597+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.303757+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.305468+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.316157+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cluster 2024-06-18T02:13:49.488533+0000 mon.a (mon.0) 603 : cluster [INF] osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104] boot 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: cluster 2024-06-18T02:13:49.488632+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.489292+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.265 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.952339+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.960390+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.964941+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.971179+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.971796+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.973784+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.266 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:50 smithi037 bash[21814]: audit 2024-06-18T02:13:49.983838+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cluster 2024-06-18T02:13:47.278322+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cluster 2024-06-18T02:13:47.278491+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cluster 2024-06-18T02:13:48.915251+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.006150+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.276414+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.284083+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.284883+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cephadm 2024-06-18T02:13:49.287452+0000 mgr.a (mgr.14150) 212 : cephadm [INF] Adjusting osd_memory_target on smithi174 to 20337M 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.291927+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.299597+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.303757+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.305468+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.316157+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cluster 2024-06-18T02:13:49.488533+0000 mon.a (mon.0) 603 : cluster [INF] osd.2 [v2:172.21.15.174:6800/3136393104,v1:172.21.15.174:6801/3136393104] boot 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: cluster 2024-06-18T02:13:49.488632+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.489292+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.952339+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.960390+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.272 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.964941+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:50.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.971179+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.971796+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:50.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.973784+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:50.273 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:50 smithi172 bash[22586]: audit 2024-06-18T02:13:49.983838+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:50.424 DEBUG:teuthology.orchestra.run.smithi174:osd.2> sudo journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.2.service 2024-06-18T02:13:50.427 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-06-18T02:13:50.427 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T02:13:51.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:51 smithi174 bash[22719]: cluster 2024-06-18T02:13:49.977440+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:51.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:51 smithi174 bash[22719]: audit 2024-06-18T02:13:50.237650+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:51.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:51 smithi174 bash[22719]: cluster 2024-06-18T02:13:50.967613+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:51.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:51 smithi037 bash[21814]: cluster 2024-06-18T02:13:49.977440+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:51.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:51 smithi037 bash[21814]: audit 2024-06-18T02:13:50.237650+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:51.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:51 smithi037 bash[21814]: cluster 2024-06-18T02:13:50.967613+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:51.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:51 smithi172 bash[22586]: cluster 2024-06-18T02:13:49.977440+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-06-18T02:13:51.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:51 smithi172 bash[22586]: audit 2024-06-18T02:13:50.237650+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:51.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:51 smithi172 bash[22586]: cluster 2024-06-18T02:13:50.967613+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:13:52.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:52 smithi174 bash[22719]: audit 2024-06-18T02:13:51.014743+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:52.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:52 smithi174 bash[22719]: cluster 2024-06-18T02:13:51.019536+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T02:13:52.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:52 smithi174 bash[22719]: audit 2024-06-18T02:13:51.021295+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:52.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:52 smithi037 bash[21814]: audit 2024-06-18T02:13:51.014743+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:52.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:52 smithi037 bash[21814]: cluster 2024-06-18T02:13:51.019536+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T02:13:52.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:52 smithi037 bash[21814]: audit 2024-06-18T02:13:51.021295+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:52.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:52 smithi172 bash[22586]: audit 2024-06-18T02:13:51.014743+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:52.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:52 smithi172 bash[22586]: cluster 2024-06-18T02:13:51.019536+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T02:13:52.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:52 smithi172 bash[22586]: audit 2024-06-18T02:13:51.021295+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T02:13:53.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:53 smithi174 bash[22719]: cluster 2024-06-18T02:13:51.978088+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:53.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:53 smithi174 bash[22719]: cluster 2024-06-18T02:13:52.014713+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T02:13:53.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:53 smithi174 bash[22719]: audit 2024-06-18T02:13:52.023864+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:53.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:53 smithi174 bash[22719]: cluster 2024-06-18T02:13:52.029813+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T02:13:53.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:53 smithi037 bash[21814]: cluster 2024-06-18T02:13:51.978088+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:53.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:53 smithi037 bash[21814]: cluster 2024-06-18T02:13:52.014713+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T02:13:53.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:53 smithi037 bash[21814]: audit 2024-06-18T02:13:52.023864+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:53.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:53 smithi037 bash[21814]: cluster 2024-06-18T02:13:52.029813+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T02:13:53.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:53 smithi172 bash[22586]: cluster 2024-06-18T02:13:51.978088+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:53.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:53 smithi172 bash[22586]: cluster 2024-06-18T02:13:52.014713+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T02:13:53.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:53 smithi172 bash[22586]: audit 2024-06-18T02:13:52.023864+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T02:13:53.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:53 smithi172 bash[22586]: cluster 2024-06-18T02:13:52.029813+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T02:13:54.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:54 smithi174 bash[22719]: cluster 2024-06-18T02:13:53.030536+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:13:54.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:54 smithi174 bash[22719]: cluster 2024-06-18T02:13:53.046807+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T02:13:54.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:54 smithi174 bash[22719]: audit 2024-06-18T02:13:53.231009+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:54 smithi037 bash[21814]: cluster 2024-06-18T02:13:53.030536+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:13:54.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:54 smithi037 bash[21814]: cluster 2024-06-18T02:13:53.046807+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T02:13:54.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:54 smithi037 bash[21814]: audit 2024-06-18T02:13:53.231009+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:54.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:54 smithi172 bash[22586]: cluster 2024-06-18T02:13:53.030536+0000 mon.a (mon.0) 621 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:13:54.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:54 smithi172 bash[22586]: cluster 2024-06-18T02:13:53.046807+0000 mon.a (mon.0) 622 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T02:13:54.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:54 smithi172 bash[22586]: audit 2024-06-18T02:13:53.231009+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:55.153 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:13:56.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:56 smithi174 bash[22719]: cluster 2024-06-18T02:13:53.978641+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:56.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:56 smithi174 bash[22719]: audit 2024-06-18T02:13:54.191107+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:56 smithi174 bash[22719]: cluster 2024-06-18T02:13:54.228046+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T02:13:56.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:56 smithi174 bash[22719]: audit 2024-06-18T02:13:55.169039+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:56 smithi174 bash[22719]: audit 2024-06-18T02:13:55.171246+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:56.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:56 smithi037 bash[21814]: cluster 2024-06-18T02:13:53.978641+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:56.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:56 smithi037 bash[21814]: audit 2024-06-18T02:13:54.191107+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:56 smithi037 bash[21814]: cluster 2024-06-18T02:13:54.228046+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T02:13:56.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:56 smithi037 bash[21814]: audit 2024-06-18T02:13:55.169039+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:56 smithi037 bash[21814]: audit 2024-06-18T02:13:55.171246+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:56.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:56 smithi172 bash[22586]: cluster 2024-06-18T02:13:53.978641+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:56.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:56 smithi172 bash[22586]: audit 2024-06-18T02:13:54.191107+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:56 smithi172 bash[22586]: cluster 2024-06-18T02:13:54.228046+0000 mon.a (mon.0) 625 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T02:13:56.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:56 smithi172 bash[22586]: audit 2024-06-18T02:13:55.169039+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:56.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:56 smithi172 bash[22586]: audit 2024-06-18T02:13:55.171246+0000 mon.a (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:58.103 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: cluster 2024-06-18T02:13:55.979263+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.122504+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.123834+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.127881+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.128395+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.132880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.133341+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.133475+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.133590+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:56.136087+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.036426+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.041803+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.104 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.042251+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.105 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.043242+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.105 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.048054+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.105 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.052858+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:58.105 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.058103+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:58.105 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:57 smithi172 bash[22586]: audit 2024-06-18T02:13:57.059746+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:58.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: cluster 2024-06-18T02:13:55.979263+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:58.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.122504+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.123834+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.127881+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.128395+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.132880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.133341+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.133475+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.133590+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:56.136087+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.036426+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.041803+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.042251+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.043242+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.048054+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.052858+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:58.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.058103+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:58.255 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:57 smithi174 bash[22719]: audit 2024-06-18T02:13:57.059746+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: cluster 2024-06-18T02:13:55.979263+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.122504+0000 mon.a (mon.0) 628 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.123834+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.127881+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.128395+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.132880+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.133341+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.133475+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.133590+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:56.136087+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.036426+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.041803+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.042251+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.043242+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.048054+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.052858+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.058103+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:13:58.264 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:57 smithi037 bash[21814]: audit 2024-06-18T02:13:57.059746+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: audit 2024-06-18T02:13:57.041185+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: cluster 2024-06-18T02:13:57.063319+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: cluster 2024-06-18T02:13:57.124900+0000 mon.a (mon.0) 643 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: cluster 2024-06-18T02:13:57.124943+0000 mon.a (mon.0) 644 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: audit 2024-06-18T02:13:57.918598+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: audit 2024-06-18T02:13:57.926462+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:59.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:58 smithi172 bash[22586]: audit 2024-06-18T02:13:57.934181+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: audit 2024-06-18T02:13:57.041185+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: cluster 2024-06-18T02:13:57.063319+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: cluster 2024-06-18T02:13:57.124900+0000 mon.a (mon.0) 643 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: cluster 2024-06-18T02:13:57.124943+0000 mon.a (mon.0) 644 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: audit 2024-06-18T02:13:57.918598+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: audit 2024-06-18T02:13:57.926462+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:59.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:58 smithi174 bash[22719]: audit 2024-06-18T02:13:57.934181+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:59.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: audit 2024-06-18T02:13:57.041185+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: cluster 2024-06-18T02:13:57.063319+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: cluster 2024-06-18T02:13:57.124900+0000 mon.a (mon.0) 643 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: cluster 2024-06-18T02:13:57.124943+0000 mon.a (mon.0) 644 : cluster [INF] Cluster is now healthy 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: audit 2024-06-18T02:13:57.918598+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: audit 2024-06-18T02:13:57.926462+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:13:59.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:58 smithi037 bash[21814]: audit 2024-06-18T02:13:57.934181+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:00.004 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:14:00.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:13:59 smithi174 bash[22719]: cluster 2024-06-18T02:13:59.063861+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:00.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:13:59 smithi037 bash[21814]: cluster 2024-06-18T02:13:59.063861+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:00.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:13:59 smithi172 bash[22586]: cluster 2024-06-18T02:13:59.063861+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:00.810 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1718676829,"num_in_osds":3,"osd_in_since":1718676802,"num_remapped_pgs":0} 2024-06-18T02:14:00.811 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T02:14:01.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:00 smithi174 bash[22719]: audit 2024-06-18T02:14:00.007331+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.37:0/3988956421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T02:14:01.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:00 smithi037 bash[21814]: audit 2024-06-18T02:14:00.007331+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.37:0/3988956421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T02:14:01.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:00 smithi172 bash[22586]: audit 2024-06-18T02:14:00.007331+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.37:0/3988956421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T02:14:02.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:01 smithi174 bash[22719]: cluster 2024-06-18T02:14:01.064378+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:02.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:01 smithi037 bash[21814]: cluster 2024-06-18T02:14:01.064378+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:02.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:01 smithi172 bash[22586]: cluster 2024-06-18T02:14:01.064378+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:03.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:03 smithi174 bash[22719]: audit 2024-06-18T02:14:02.033596+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:03 smithi174 bash[22719]: audit 2024-06-18T02:14:02.042328+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:03 smithi174 bash[22719]: audit 2024-06-18T02:14:02.051954+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:03 smithi037 bash[21814]: audit 2024-06-18T02:14:02.033596+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:03 smithi037 bash[21814]: audit 2024-06-18T02:14:02.042328+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:03 smithi037 bash[21814]: audit 2024-06-18T02:14:02.051954+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:03 smithi172 bash[22586]: audit 2024-06-18T02:14:02.033596+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:03 smithi172 bash[22586]: audit 2024-06-18T02:14:02.042328+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:03.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:03 smithi172 bash[22586]: audit 2024-06-18T02:14:02.051954+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:04 smithi174 bash[22719]: cluster 2024-06-18T02:14:03.064826+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-06-18T02:14:04.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:04 smithi174 bash[22719]: audit 2024-06-18T02:14:03.162890+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:04 smithi174 bash[22719]: audit 2024-06-18T02:14:03.171013+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:04 smithi174 bash[22719]: audit 2024-06-18T02:14:03.180522+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:04 smithi037 bash[21814]: cluster 2024-06-18T02:14:03.064826+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-06-18T02:14:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:04 smithi037 bash[21814]: audit 2024-06-18T02:14:03.162890+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:04 smithi037 bash[21814]: audit 2024-06-18T02:14:03.171013+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:04 smithi037 bash[21814]: audit 2024-06-18T02:14:03.180522+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:04 smithi172 bash[22586]: cluster 2024-06-18T02:14:03.064826+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-06-18T02:14:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:04 smithi172 bash[22586]: audit 2024-06-18T02:14:03.162890+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:04 smithi172 bash[22586]: audit 2024-06-18T02:14:03.171013+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:04.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:04 smithi172 bash[22586]: audit 2024-06-18T02:14:03.180522+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:05.678 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:06.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:06 smithi174 bash[22719]: cluster 2024-06-18T02:14:05.065344+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-06-18T02:14:06.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:06 smithi037 bash[21814]: cluster 2024-06-18T02:14:05.065344+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-06-18T02:14:06.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:06 smithi172 bash[22586]: cluster 2024-06-18T02:14:05.065344+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-06-18T02:14:08.434 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:08 smithi174 bash[22719]: cluster 2024-06-18T02:14:07.065944+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-06-18T02:14:08.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:08 smithi037 bash[21814]: cluster 2024-06-18T02:14:07.065944+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-06-18T02:14:08.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:08 smithi172 bash[22586]: cluster 2024-06-18T02:14:07.065944+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-06-18T02:14:08.731 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:14:08.731 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","created":"2024-06-18T02:08:01.859102+0000","modified":"2024-06-18T02:13:53.023771+0000","last_up_change":"2024-06-18T02:13:49.477400+0000","last_in_change":"2024-06-18T02:13:22.286842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-18T02:13:50.694902+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"010681df-38f0-446d-a2e5-c0c82511b703","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6803","nonce":2573985249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6805","nonce":2573985249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6809","nonce":2573985249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6807","nonce":2573985249}]},"public_addr":"172.21.15.37:6803/2573985249","cluster_addr":"172.21.15.37:6805/2573985249","heartbeat_back_addr":"172.21.15.37:6809/2573985249","heartbeat_front_addr":"172.21.15.37:6807/2573985249","state":["exists","up"]},{"osd":1,"uuid":"af29aa8e-71a5-49ac-8f48-f37325c76eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6801","nonce":1969314020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6803","nonce":1969314020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6807","nonce":1969314020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6805","nonce":1969314020}]},"public_addr":"172.21.15.172:6801/1969314020","cluster_addr":"172.21.15.172:6803/1969314020","heartbeat_back_addr":"172.21.15.172:6807/1969314020","heartbeat_front_addr":"172.21.15.172:6805/1969314020","state":["exists","up"]},{"osd":2,"uuid":"b98f3baf-75bd-4946-b54b-6d4c58264983","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6801","nonce":3136393104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6803","nonce":3136393104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6807","nonce":3136393104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6805","nonce":3136393104}]},"public_addr":"172.21.15.174:6801/3136393104","cluster_addr":"172.21.15.174:6803/3136393104","heartbeat_back_addr":"172.21.15.174:6807/3136393104","heartbeat_front_addr":"172.21.15.174:6805/3136393104","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:00.323022+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:54.198079+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:13:47.278498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/3783924458":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/969056736":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/1234381208":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6801/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6800/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/3781344336":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6801/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6800/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/2650352706":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/1145781529":"2024-06-19T02:08:29.551968+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-18T02:14:09.333 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-06-18T02:13:50.694902+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-06-18T02:14:09.333 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-06-18T02:14:09.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:09 smithi174 bash[22719]: audit 2024-06-18T02:14:08.733352+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.37:0/1786475158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:09.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:09 smithi037 bash[21814]: audit 2024-06-18T02:14:08.733352+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.37:0/1786475158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:09.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:09 smithi172 bash[22586]: audit 2024-06-18T02:14:08.733352+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.37:0/1786475158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:10.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:10 smithi174 bash[22719]: cluster 2024-06-18T02:14:09.066562+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:10.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:10 smithi037 bash[21814]: cluster 2024-06-18T02:14:09.066562+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:10.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:10 smithi172 bash[22586]: cluster 2024-06-18T02:14:09.066562+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:12 smithi174 bash[22719]: cluster 2024-06-18T02:14:11.067115+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:12.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:12 smithi037 bash[21814]: cluster 2024-06-18T02:14:11.067115+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:12.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:12 smithi172 bash[22586]: cluster 2024-06-18T02:14:11.067115+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:14.057 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:14.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:14 smithi174 bash[22719]: cluster 2024-06-18T02:14:13.067683+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:14.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:14 smithi037 bash[21814]: cluster 2024-06-18T02:14:13.067683+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:14.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:14 smithi172 bash[22586]: cluster 2024-06-18T02:14:13.067683+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-06-18T02:14:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:15 smithi174 bash[22719]: audit 2024-06-18T02:14:14.864880+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:15 smithi174 bash[22719]: audit 2024-06-18T02:14:14.874122+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:15 smithi174 bash[22719]: audit 2024-06-18T02:14:14.884748+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:15 smithi037 bash[21814]: audit 2024-06-18T02:14:14.864880+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:15 smithi037 bash[21814]: audit 2024-06-18T02:14:14.874122+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:15 smithi037 bash[21814]: audit 2024-06-18T02:14:14.884748+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:15 smithi172 bash[22586]: audit 2024-06-18T02:14:14.864880+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:15 smithi172 bash[22586]: audit 2024-06-18T02:14:14.874122+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:16.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:15 smithi172 bash[22586]: audit 2024-06-18T02:14:14.884748+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:17.229 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-06-18T02:14:17.243 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:16 smithi037 bash[21814]: cluster 2024-06-18T02:14:15.068214+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:17.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:16 smithi174 bash[22719]: cluster 2024-06-18T02:14:15.068214+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:17.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:16 smithi172 bash[22586]: cluster 2024-06-18T02:14:15.068214+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:18.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:17 smithi037 bash[21814]: audit 2024-06-18T02:14:17.231770+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.37:0/1384747766' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T02:14:18.203 INFO:tasks.cephadm:Setting up client nodes... 2024-06-18T02:14:18.203 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-06-18T02:14:18.203 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-06-18T02:14:18.204 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph mgr dump --format=json 2024-06-18T02:14:18.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:17 smithi174 bash[22719]: audit 2024-06-18T02:14:17.231770+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.37:0/1384747766' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T02:14:18.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:17 smithi172 bash[22586]: audit 2024-06-18T02:14:17.231770+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.37:0/1384747766' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T02:14:19.165 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:18 smithi172 bash[22586]: cluster 2024-06-18T02:14:17.068568+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:19.210 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:18 smithi037 bash[21814]: cluster 2024-06-18T02:14:17.068568+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:19.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:18 smithi174 bash[22719]: cluster 2024-06-18T02:14:17.068568+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:20 smithi174 bash[22719]: cluster 2024-06-18T02:14:19.069121+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:21.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:20 smithi037 bash[21814]: cluster 2024-06-18T02:14:19.069121+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:21.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:20 smithi172 bash[22586]: cluster 2024-06-18T02:14:19.069121+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:22.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:21 smithi174 bash[22719]: cluster 2024-06-18T02:14:21.069692+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:22.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:21 smithi037 bash[21814]: cluster 2024-06-18T02:14:21.069692+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:22.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:21 smithi172 bash[22586]: cluster 2024-06-18T02:14:21.069692+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:23 smithi174 bash[22719]: audit 2024-06-18T02:14:22.256096+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:23 smithi174 bash[22719]: audit 2024-06-18T02:14:22.264406+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:23 smithi174 bash[22719]: audit 2024-06-18T02:14:22.274046+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:23 smithi037 bash[21814]: audit 2024-06-18T02:14:22.256096+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:23 smithi037 bash[21814]: audit 2024-06-18T02:14:22.264406+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:23 smithi037 bash[21814]: audit 2024-06-18T02:14:22.274046+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:23 smithi172 bash[22586]: audit 2024-06-18T02:14:22.256096+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:23 smithi172 bash[22586]: audit 2024-06-18T02:14:22.264406+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:23 smithi172 bash[22586]: audit 2024-06-18T02:14:22.274046+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:23.939 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:24.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:24 smithi174 bash[22719]: cluster 2024-06-18T02:14:23.070231+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:24.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:24 smithi174 bash[22719]: audit 2024-06-18T02:14:23.380982+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:24 smithi174 bash[22719]: audit 2024-06-18T02:14:23.389536+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:24 smithi174 bash[22719]: audit 2024-06-18T02:14:23.397980+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:24 smithi037 bash[21814]: cluster 2024-06-18T02:14:23.070231+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:24 smithi037 bash[21814]: audit 2024-06-18T02:14:23.380982+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:24 smithi037 bash[21814]: audit 2024-06-18T02:14:23.389536+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:24 smithi037 bash[21814]: audit 2024-06-18T02:14:23.397980+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:24 smithi172 bash[22586]: cluster 2024-06-18T02:14:23.070231+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:24.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:24 smithi172 bash[22586]: audit 2024-06-18T02:14:23.380982+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:24 smithi172 bash[22586]: audit 2024-06-18T02:14:23.389536+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:24.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:24 smithi172 bash[22586]: audit 2024-06-18T02:14:23.397980+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:26.658 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:26 smithi174 bash[22719]: cluster 2024-06-18T02:14:25.070616+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:26.667 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:26 smithi037 bash[21814]: cluster 2024-06-18T02:14:25.070616+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:26.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:26 smithi172 bash[22586]: cluster 2024-06-18T02:14:25.070616+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:27.063 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:14:27.648 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:27 smithi174 bash[22719]: audit 2024-06-18T02:14:27.055815+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.37:0/1516617672' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T02:14:27.715 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:27 smithi037 bash[21814]: audit 2024-06-18T02:14:27.055815+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.37:0/1516617672' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T02:14:27.716 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":2647959923},{"type":"v1","addr":"172.21.15.37:6801","nonce":2647959923}]},"active_addr":"172.21.15.37:6801/2647959923","active_change":"2024-06-18T02:09:02.044561+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.37:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2053216050}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3248273500}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":59595257}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3178881581}]}]} 2024-06-18T02:14:27.722 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-06-18T02:14:27.722 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-06-18T02:14:27.722 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T02:14:27.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:27 smithi172 bash[22586]: audit 2024-06-18T02:14:27.055815+0000 mon.a (mon.0) 665 : audit [DBG] from='client.? 172.21.15.37:0/1516617672' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T02:14:28.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:28 smithi174 bash[22719]: cluster 2024-06-18T02:14:27.070976+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:28.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:28 smithi037 bash[21814]: cluster 2024-06-18T02:14:27.070976+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:28.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:28 smithi172 bash[22586]: cluster 2024-06-18T02:14:27.070976+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:30.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:30 smithi174 bash[22719]: cluster 2024-06-18T02:14:29.071588+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:30.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:30 smithi037 bash[21814]: cluster 2024-06-18T02:14:29.071588+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:30.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:30 smithi172 bash[22586]: cluster 2024-06-18T02:14:29.071588+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:32.444 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:32.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:32 smithi174 bash[22719]: cluster 2024-06-18T02:14:31.072250+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:32.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:32 smithi037 bash[21814]: cluster 2024-06-18T02:14:31.072250+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:32.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:32 smithi172 bash[22586]: cluster 2024-06-18T02:14:31.072250+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:34 smithi174 bash[22719]: cluster 2024-06-18T02:14:33.072835+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:34 smithi174 bash[22719]: audit 2024-06-18T02:14:34.092922+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:34 smithi174 bash[22719]: audit 2024-06-18T02:14:34.100781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:34 smithi174 bash[22719]: audit 2024-06-18T02:14:34.109901+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:34 smithi037 bash[21814]: cluster 2024-06-18T02:14:33.072835+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:34.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:34 smithi037 bash[21814]: audit 2024-06-18T02:14:34.092922+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:34 smithi037 bash[21814]: audit 2024-06-18T02:14:34.100781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.764 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:34 smithi037 bash[21814]: audit 2024-06-18T02:14:34.109901+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:34 smithi172 bash[22586]: cluster 2024-06-18T02:14:33.072835+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:34.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:34 smithi172 bash[22586]: audit 2024-06-18T02:14:34.092922+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:34 smithi172 bash[22586]: audit 2024-06-18T02:14:34.100781+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:34.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:34 smithi172 bash[22586]: audit 2024-06-18T02:14:34.109901+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:35.486 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:14:35.486 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","created":"2024-06-18T02:08:01.859102+0000","modified":"2024-06-18T02:13:53.023771+0000","last_up_change":"2024-06-18T02:13:49.477400+0000","last_in_change":"2024-06-18T02:13:22.286842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-18T02:13:50.694902+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"010681df-38f0-446d-a2e5-c0c82511b703","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6803","nonce":2573985249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6805","nonce":2573985249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6809","nonce":2573985249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6807","nonce":2573985249}]},"public_addr":"172.21.15.37:6803/2573985249","cluster_addr":"172.21.15.37:6805/2573985249","heartbeat_back_addr":"172.21.15.37:6809/2573985249","heartbeat_front_addr":"172.21.15.37:6807/2573985249","state":["exists","up"]},{"osd":1,"uuid":"af29aa8e-71a5-49ac-8f48-f37325c76eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6801","nonce":1969314020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6803","nonce":1969314020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6807","nonce":1969314020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6805","nonce":1969314020}]},"public_addr":"172.21.15.172:6801/1969314020","cluster_addr":"172.21.15.172:6803/1969314020","heartbeat_back_addr":"172.21.15.172:6807/1969314020","heartbeat_front_addr":"172.21.15.172:6805/1969314020","state":["exists","up"]},{"osd":2,"uuid":"b98f3baf-75bd-4946-b54b-6d4c58264983","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6801","nonce":3136393104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6803","nonce":3136393104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6807","nonce":3136393104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6805","nonce":3136393104}]},"public_addr":"172.21.15.174:6801/3136393104","cluster_addr":"172.21.15.174:6803/3136393104","heartbeat_back_addr":"172.21.15.174:6807/3136393104","heartbeat_front_addr":"172.21.15.174:6805/3136393104","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:00.323022+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:54.198079+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:13:47.278498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/3783924458":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/969056736":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/1234381208":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6801/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6800/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/3781344336":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6801/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6800/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/2650352706":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/1145781529":"2024-06-19T02:08:29.551968+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-18T02:14:36.074 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-06-18T02:14:36.074 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T02:14:36.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:36 smithi174 bash[22719]: cluster 2024-06-18T02:14:35.073473+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:36.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:36 smithi174 bash[22719]: audit 2024-06-18T02:14:35.488875+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.37:0/1926129851' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:36.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:36 smithi037 bash[21814]: cluster 2024-06-18T02:14:35.073473+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:36.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:36 smithi037 bash[21814]: audit 2024-06-18T02:14:35.488875+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.37:0/1926129851' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:36.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:36 smithi172 bash[22586]: cluster 2024-06-18T02:14:35.073473+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:36.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:36 smithi172 bash[22586]: audit 2024-06-18T02:14:35.488875+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.37:0/1926129851' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:38.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:38 smithi174 bash[22719]: cluster 2024-06-18T02:14:37.074048+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:38.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:38 smithi037 bash[21814]: cluster 2024-06-18T02:14:37.074048+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:38.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:38 smithi172 bash[22586]: cluster 2024-06-18T02:14:37.074048+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:40.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:40 smithi037 bash[21814]: cluster 2024-06-18T02:14:39.074578+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:40.677 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:40 smithi172 bash[22586]: cluster 2024-06-18T02:14:39.074578+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:40.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:40 smithi174 bash[22719]: cluster 2024-06-18T02:14:39.074578+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:41.959 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:42.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:42 smithi174 bash[22719]: cluster 2024-06-18T02:14:41.075238+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:42.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:42 smithi037 bash[21814]: cluster 2024-06-18T02:14:41.075238+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:42.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:42 smithi172 bash[22586]: cluster 2024-06-18T02:14:41.075238+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:43.743 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:43 smithi037 bash[21814]: audit 2024-06-18T02:14:42.480940+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.743 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:43 smithi037 bash[21814]: audit 2024-06-18T02:14:42.488831+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.743 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:43 smithi037 bash[21814]: audit 2024-06-18T02:14:42.497999+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:43 smithi174 bash[22719]: audit 2024-06-18T02:14:42.480940+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:43 smithi174 bash[22719]: audit 2024-06-18T02:14:42.488831+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:43 smithi174 bash[22719]: audit 2024-06-18T02:14:42.497999+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:43 smithi172 bash[22586]: audit 2024-06-18T02:14:42.480940+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:43 smithi172 bash[22586]: audit 2024-06-18T02:14:42.488831+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:43.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:43 smithi172 bash[22586]: audit 2024-06-18T02:14:42.497999+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:44.989 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:14:44.990 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","created":"2024-06-18T02:08:01.859102+0000","modified":"2024-06-18T02:13:53.023771+0000","last_up_change":"2024-06-18T02:13:49.477400+0000","last_in_change":"2024-06-18T02:13:22.286842+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-18T02:13:50.694902+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"010681df-38f0-446d-a2e5-c0c82511b703","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6803","nonce":2573985249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6805","nonce":2573985249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6809","nonce":2573985249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2573985249},{"type":"v1","addr":"172.21.15.37:6807","nonce":2573985249}]},"public_addr":"172.21.15.37:6803/2573985249","cluster_addr":"172.21.15.37:6805/2573985249","heartbeat_back_addr":"172.21.15.37:6809/2573985249","heartbeat_front_addr":"172.21.15.37:6807/2573985249","state":["exists","up"]},{"osd":1,"uuid":"af29aa8e-71a5-49ac-8f48-f37325c76eeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6801","nonce":1969314020}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6803","nonce":1969314020}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6807","nonce":1969314020}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":1969314020},{"type":"v1","addr":"172.21.15.172:6805","nonce":1969314020}]},"public_addr":"172.21.15.172:6801/1969314020","cluster_addr":"172.21.15.172:6803/1969314020","heartbeat_back_addr":"172.21.15.172:6807/1969314020","heartbeat_front_addr":"172.21.15.172:6805/1969314020","state":["exists","up"]},{"osd":2,"uuid":"b98f3baf-75bd-4946-b54b-6d4c58264983","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6800","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6801","nonce":3136393104}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6803","nonce":3136393104}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6807","nonce":3136393104}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3136393104},{"type":"v1","addr":"172.21.15.174:6805","nonce":3136393104}]},"public_addr":"172.21.15.174:6801/3136393104","cluster_addr":"172.21.15.174:6803/3136393104","heartbeat_back_addr":"172.21.15.174:6807/3136393104","heartbeat_front_addr":"172.21.15.174:6805/3136393104","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:00.323022+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:12:54.198079+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-06-18T02:13:47.278498+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/3783924458":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/969056736":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/1234381208":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6801/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:6800/228729617":"2024-06-19T02:09:02.044346+0000","172.21.15.37:0/3781344336":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6801/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:6800/1511053635":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/2650352706":"2024-06-19T02:08:29.551968+0000","172.21.15.37:0/1145781529":"2024-06-19T02:08:29.551968+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-18T02:14:45.001 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:44 smithi037 bash[21814]: cluster 2024-06-18T02:14:43.075664+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:45.001 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:44 smithi037 bash[21814]: audit 2024-06-18T02:14:43.612880+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.001 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:44 smithi037 bash[21814]: audit 2024-06-18T02:14:43.619646+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.001 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:44 smithi037 bash[21814]: audit 2024-06-18T02:14:43.628229+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:44 smithi174 bash[22719]: cluster 2024-06-18T02:14:43.075664+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:45.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:44 smithi174 bash[22719]: audit 2024-06-18T02:14:43.612880+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:44 smithi174 bash[22719]: audit 2024-06-18T02:14:43.619646+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:44 smithi174 bash[22719]: audit 2024-06-18T02:14:43.628229+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:44 smithi172 bash[22586]: cluster 2024-06-18T02:14:43.075664+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:44 smithi172 bash[22586]: audit 2024-06-18T02:14:43.612880+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:44 smithi172 bash[22586]: audit 2024-06-18T02:14:43.619646+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:44 smithi172 bash[22586]: audit 2024-06-18T02:14:43.628229+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:45.632 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-06-18T02:14:45.633 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-06-18T02:14:45.633 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-06-18T02:14:46.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:45 smithi174 bash[22719]: audit 2024-06-18T02:14:44.992011+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.37:0/1072765621' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:46.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:45 smithi037 bash[21814]: audit 2024-06-18T02:14:44.992011+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.37:0/1072765621' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:46.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:45 smithi172 bash[22586]: audit 2024-06-18T02:14:44.992011+0000 mon.a (mon.0) 676 : audit [DBG] from='client.? 172.21.15.37:0/1072765621' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T02:14:46.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:46 smithi174 bash[22719]: cluster 2024-06-18T02:14:45.076129+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:47.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:46 smithi037 bash[21814]: cluster 2024-06-18T02:14:45.076129+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:47.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:46 smithi172 bash[22586]: cluster 2024-06-18T02:14:45.076129+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:48.998 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:48 smithi174 bash[22719]: cluster 2024-06-18T02:14:47.076702+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:49.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:48 smithi037 bash[21814]: cluster 2024-06-18T02:14:47.076702+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:49.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:48 smithi172 bash[22586]: cluster 2024-06-18T02:14:47.076702+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:50.357 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:50.358 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:50.358 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:14:51.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:50 smithi174 bash[22719]: cluster 2024-06-18T02:14:49.077336+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:51.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:50 smithi037 bash[21814]: cluster 2024-06-18T02:14:49.077336+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:51.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:50 smithi172 bash[22586]: cluster 2024-06-18T02:14:49.077336+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:53.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:52 smithi174 bash[22719]: cluster 2024-06-18T02:14:51.077907+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:53.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:52 smithi037 bash[21814]: cluster 2024-06-18T02:14:51.077907+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:53.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:52 smithi172 bash[22586]: cluster 2024-06-18T02:14:51.077907+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:54.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:54 smithi174 bash[22719]: cluster 2024-06-18T02:14:53.078458+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:54.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:54 smithi174 bash[22719]: audit 2024-06-18T02:14:53.311307+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:54 smithi174 bash[22719]: audit 2024-06-18T02:14:53.319125+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:54 smithi174 bash[22719]: audit 2024-06-18T02:14:53.329853+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:54 smithi037 bash[21814]: cluster 2024-06-18T02:14:53.078458+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:54.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:54 smithi037 bash[21814]: audit 2024-06-18T02:14:53.311307+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:54 smithi037 bash[21814]: audit 2024-06-18T02:14:53.319125+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:54 smithi037 bash[21814]: audit 2024-06-18T02:14:53.329853+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:54 smithi172 bash[22586]: cluster 2024-06-18T02:14:53.078458+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:54.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:54 smithi172 bash[22586]: audit 2024-06-18T02:14:53.311307+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:54 smithi172 bash[22586]: audit 2024-06-18T02:14:53.319125+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:54.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:54 smithi172 bash[22586]: audit 2024-06-18T02:14:53.329853+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:56.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:56 smithi037 bash[21814]: cluster 2024-06-18T02:14:55.079027+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:56.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:56 smithi174 bash[22719]: cluster 2024-06-18T02:14:55.079027+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:56.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:56 smithi172 bash[22586]: cluster 2024-06-18T02:14:55.079027+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:57.152 INFO:teuthology.orchestra.run.smithi037.stdout:77309411345 2024-06-18T02:14:57.153 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-06-18T02:14:57.974 INFO:teuthology.orchestra.run.smithi037.stdout:34359738405 2024-06-18T02:14:57.974 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-06-18T02:14:58.187 INFO:teuthology.orchestra.run.smithi037.stdout:55834574876 2024-06-18T02:14:58.187 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-06-18T02:14:58.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:58 smithi172 bash[22586]: cluster 2024-06-18T02:14:57.079585+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:58.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:58 smithi172 bash[22586]: audit 2024-06-18T02:14:57.988021+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:14:58.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:58 smithi172 bash[22586]: audit 2024-06-18T02:14:57.992382+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:14:58.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:58 smithi172 bash[22586]: audit 2024-06-18T02:14:57.994182+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:14:58.522 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:14:58 smithi172 bash[22586]: audit 2024-06-18T02:14:58.003982+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:58 smithi174 bash[22719]: cluster 2024-06-18T02:14:57.079585+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:58 smithi174 bash[22719]: audit 2024-06-18T02:14:57.988021+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:14:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:58 smithi174 bash[22719]: audit 2024-06-18T02:14:57.992382+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:14:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:58 smithi174 bash[22719]: audit 2024-06-18T02:14:57.994182+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:14:58.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:14:58 smithi174 bash[22719]: audit 2024-06-18T02:14:58.003982+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:14:58.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:58 smithi037 bash[21814]: cluster 2024-06-18T02:14:57.079585+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:14:58.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:58 smithi037 bash[21814]: audit 2024-06-18T02:14:57.988021+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:14:58.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:58 smithi037 bash[21814]: audit 2024-06-18T02:14:57.992382+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:14:58.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:58 smithi037 bash[21814]: audit 2024-06-18T02:14:57.994182+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:14:58.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:14:58 smithi037 bash[21814]: audit 2024-06-18T02:14:58.003982+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:00.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:00 smithi172 bash[22586]: cluster 2024-06-18T02:14:59.080117+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:00.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:00 smithi174 bash[22719]: cluster 2024-06-18T02:14:59.080117+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:00.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:00 smithi037 bash[21814]: cluster 2024-06-18T02:14:59.080117+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:02.233 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:02.234 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:02.705 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:02 smithi172 bash[22586]: cluster 2024-06-18T02:15:01.080782+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:02.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:02 smithi174 bash[22719]: cluster 2024-06-18T02:15:01.080782+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:02.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:02 smithi037 bash[21814]: cluster 2024-06-18T02:15:01.080782+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:03.241 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:04.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:03 smithi174 bash[22719]: audit 2024-06-18T02:15:02.689337+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:03 smithi174 bash[22719]: audit 2024-06-18T02:15:02.697476+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:03 smithi174 bash[22719]: audit 2024-06-18T02:15:02.706882+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:03 smithi037 bash[21814]: audit 2024-06-18T02:15:02.689337+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:03 smithi037 bash[21814]: audit 2024-06-18T02:15:02.697476+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:03 smithi037 bash[21814]: audit 2024-06-18T02:15:02.706882+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:03 smithi172 bash[22586]: audit 2024-06-18T02:15:02.689337+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:03 smithi172 bash[22586]: audit 2024-06-18T02:15:02.697476+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:04.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:03 smithi172 bash[22586]: audit 2024-06-18T02:15:02.706882+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.065 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:04 smithi037 bash[21814]: cluster 2024-06-18T02:15:03.081402+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:05.065 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:04 smithi037 bash[21814]: audit 2024-06-18T02:15:03.828202+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.065 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:04 smithi037 bash[21814]: audit 2024-06-18T02:15:03.836437+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.065 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:04 smithi037 bash[21814]: audit 2024-06-18T02:15:03.846943+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:04 smithi174 bash[22719]: cluster 2024-06-18T02:15:03.081402+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:04 smithi174 bash[22719]: audit 2024-06-18T02:15:03.828202+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:04 smithi174 bash[22719]: audit 2024-06-18T02:15:03.836437+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:04 smithi174 bash[22719]: audit 2024-06-18T02:15:03.846943+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:04 smithi172 bash[22586]: cluster 2024-06-18T02:15:03.081402+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:05.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:04 smithi172 bash[22586]: audit 2024-06-18T02:15:03.828202+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:04 smithi172 bash[22586]: audit 2024-06-18T02:15:03.836437+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:05.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:04 smithi172 bash[22586]: audit 2024-06-18T02:15:03.846943+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:07.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:06 smithi174 bash[22719]: cluster 2024-06-18T02:15:05.082062+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:07.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:06 smithi172 bash[22586]: cluster 2024-06-18T02:15:05.082062+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:07.298 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:06 smithi037 bash[21814]: cluster 2024-06-18T02:15:05.082062+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:08.469 INFO:teuthology.orchestra.run.smithi037.stdout:77309411347 2024-06-18T02:15:08.799 INFO:teuthology.orchestra.run.smithi037.stdout:34359738407 2024-06-18T02:15:08.980 INFO:teuthology.orchestra.run.smithi037.stdout:55834574878 2024-06-18T02:15:09.191 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:08 smithi174 bash[22719]: cluster 2024-06-18T02:15:07.082639+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:09.191 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:08 smithi174 bash[22719]: audit 2024-06-18T02:15:08.472620+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/1070442099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T02:15:09.191 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:08 smithi174 bash[22719]: audit 2024-06-18T02:15:08.802843+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.37:0/494756632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T02:15:09.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:08 smithi037 bash[21814]: cluster 2024-06-18T02:15:07.082639+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:09.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:08 smithi037 bash[21814]: audit 2024-06-18T02:15:08.472620+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/1070442099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T02:15:09.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:08 smithi037 bash[21814]: audit 2024-06-18T02:15:08.802843+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.37:0/494756632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T02:15:09.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:08 smithi172 bash[22586]: cluster 2024-06-18T02:15:07.082639+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:09.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:08 smithi172 bash[22586]: audit 2024-06-18T02:15:08.472620+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/1070442099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T02:15:09.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:08 smithi172 bash[22586]: audit 2024-06-18T02:15:08.802843+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.37:0/494756632' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T02:15:09.328 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411345 got 77309411347 for osd.2 2024-06-18T02:15:09.328 DEBUG:teuthology.parallel:result is None 2024-06-18T02:15:10.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:09 smithi037 bash[21814]: audit 2024-06-18T02:15:08.983783+0000 mon.a (mon.0) 692 : audit [DBG] from='client.? 172.21.15.37:0/3026726784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T02:15:10.141 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-06-18T02:15:10.141 DEBUG:teuthology.parallel:result is None 2024-06-18T02:15:10.171 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574876 got 55834574878 for osd.1 2024-06-18T02:15:10.171 DEBUG:teuthology.parallel:result is None 2024-06-18T02:15:10.172 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-06-18T02:15:10.172 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T02:15:10.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:09 smithi174 bash[22719]: audit 2024-06-18T02:15:08.983783+0000 mon.a (mon.0) 692 : audit [DBG] from='client.? 172.21.15.37:0/3026726784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T02:15:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:09 smithi172 bash[22586]: audit 2024-06-18T02:15:08.983783+0000 mon.a (mon.0) 692 : audit [DBG] from='client.? 172.21.15.37:0/3026726784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T02:15:11.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:10 smithi174 bash[22719]: cluster 2024-06-18T02:15:09.082936+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:11.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:10 smithi037 bash[21814]: cluster 2024-06-18T02:15:09.082936+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:11.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:10 smithi172 bash[22586]: cluster 2024-06-18T02:15:09.082936+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:13.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:12 smithi174 bash[22719]: cluster 2024-06-18T02:15:11.083390+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:13.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:12 smithi037 bash[21814]: cluster 2024-06-18T02:15:11.083390+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:13.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:12 smithi172 bash[22586]: cluster 2024-06-18T02:15:11.083390+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:14.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:14 smithi172 bash[22586]: cluster 2024-06-18T02:15:13.083910+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:14.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:14 smithi172 bash[22586]: audit 2024-06-18T02:15:13.517899+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:14.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:14 smithi172 bash[22586]: audit 2024-06-18T02:15:13.527460+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:14.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:14 smithi172 bash[22586]: audit 2024-06-18T02:15:13.538381+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:14.948 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:14 smithi174 bash[22719]: cluster 2024-06-18T02:15:13.083910+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:14 smithi174 bash[22719]: audit 2024-06-18T02:15:13.517899+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:14 smithi174 bash[22719]: audit 2024-06-18T02:15:13.527460+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:15.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:14 smithi174 bash[22719]: audit 2024-06-18T02:15:13.538381+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:15.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:14 smithi037 bash[21814]: cluster 2024-06-18T02:15:13.083910+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:15.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:14 smithi037 bash[21814]: audit 2024-06-18T02:15:13.517899+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:15.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:14 smithi037 bash[21814]: audit 2024-06-18T02:15:13.527460+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:15.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:14 smithi037 bash[21814]: audit 2024-06-18T02:15:13.538381+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:16.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:16 smithi037 bash[21814]: cluster 2024-06-18T02:15:15.084431+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:16.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:16 smithi172 bash[22586]: cluster 2024-06-18T02:15:15.084431+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:16 smithi174 bash[22719]: cluster 2024-06-18T02:15:15.084431+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:18.086 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:15:18.086 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-06-18T02:15:18.933 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:18 smithi172 bash[22586]: cluster 2024-06-18T02:15:17.085109+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:19.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:18 smithi174 bash[22719]: cluster 2024-06-18T02:15:17.085109+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:19.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:18 smithi037 bash[21814]: cluster 2024-06-18T02:15:17.085109+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:19.153 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-06-18T02:15:17.084776+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92884,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142572,"statfs":{"total":287985106944,"available":287889993728,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003019"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-06-18T02:13:57.935937+0000","last_change":"2024-06-18T02:13:52.032398+0000","last_active":"2024-06-18T02:13:57.935937+0000","last_peered":"2024-06-18T02:13:57.935937+0000","last_clean":"2024-06-18T02:13:57.935937+0000","last_became_active":"2024-06-18T02:13:52.032020+0000","last_became_peered":"2024-06-18T02:13:52.032020+0000","last_unstale":"2024-06-18T02:13:57.935937+0000","last_undegraded":"2024-06-18T02:13:57.935937+0000","last_fullsized":"2024-06-18T02:13:57.935937+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T02:13:51.003694+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T02:13:51.003694+0000","last_clean_scrub_stamp":"2024-06-18T02:13:51.003694+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-19T06:53:04.304704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31932,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713220,"statfs":{"total":95995035648,"available":95962337280,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-06-18T02:15:19.154 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T02:15:20.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:19 smithi174 bash[22719]: audit 2024-06-18T02:15:18.088121+0000 mgr.a (mgr.14150) 258 : audit [DBG] from='client.14325 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:20.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:19 smithi037 bash[21814]: audit 2024-06-18T02:15:18.088121+0000 mgr.a (mgr.14150) 258 : audit [DBG] from='client.14325 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:20.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:19 smithi172 bash[22586]: audit 2024-06-18T02:15:18.088121+0000 mgr.a (mgr.14150) 258 : audit [DBG] from='client.14325 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:21.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:20 smithi174 bash[22719]: cluster 2024-06-18T02:15:19.085788+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:21.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:20 smithi037 bash[21814]: cluster 2024-06-18T02:15:19.085788+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:20 smithi172 bash[22586]: cluster 2024-06-18T02:15:19.085788+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:22.922 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:22 smithi172 bash[22586]: cluster 2024-06-18T02:15:21.086386+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:22.968 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:22 smithi037 bash[21814]: cluster 2024-06-18T02:15:21.086386+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:23.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:22 smithi174 bash[22719]: cluster 2024-06-18T02:15:21.086386+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:24.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:23 smithi174 bash[22719]: audit 2024-06-18T02:15:22.904908+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:23 smithi174 bash[22719]: audit 2024-06-18T02:15:22.913041+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:23 smithi174 bash[22719]: audit 2024-06-18T02:15:22.923620+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:23 smithi037 bash[21814]: audit 2024-06-18T02:15:22.904908+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:23 smithi037 bash[21814]: audit 2024-06-18T02:15:22.913041+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:23 smithi037 bash[21814]: audit 2024-06-18T02:15:22.923620+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:23 smithi172 bash[22586]: audit 2024-06-18T02:15:22.904908+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:23 smithi172 bash[22586]: audit 2024-06-18T02:15:22.913041+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:23 smithi172 bash[22586]: audit 2024-06-18T02:15:22.923620+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:24.979 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:24 smithi174 bash[22719]: cluster 2024-06-18T02:15:23.086862+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:24 smithi174 bash[22719]: audit 2024-06-18T02:15:24.049726+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:24 smithi174 bash[22719]: audit 2024-06-18T02:15:24.059201+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:24 smithi174 bash[22719]: audit 2024-06-18T02:15:24.067729+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:24 smithi037 bash[21814]: cluster 2024-06-18T02:15:23.086862+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:25.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:24 smithi037 bash[21814]: audit 2024-06-18T02:15:24.049726+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:24 smithi037 bash[21814]: audit 2024-06-18T02:15:24.059201+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:24 smithi037 bash[21814]: audit 2024-06-18T02:15:24.067729+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:24 smithi172 bash[22586]: cluster 2024-06-18T02:15:23.086862+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:25.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:24 smithi172 bash[22586]: audit 2024-06-18T02:15:24.049726+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:24 smithi172 bash[22586]: audit 2024-06-18T02:15:24.059201+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:25.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:24 smithi172 bash[22586]: audit 2024-06-18T02:15:24.067729+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:26 smithi174 bash[22719]: cluster 2024-06-18T02:15:25.087370+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:26 smithi037 bash[21814]: cluster 2024-06-18T02:15:25.087370+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:27.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:26 smithi172 bash[22586]: cluster 2024-06-18T02:15:25.087370+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:28.050 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-06-18T02:15:28.050 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:15:28.645 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":206,"stamp":"2024-06-18T02:15:27.087652+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92884,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142572,"statfs":{"total":287985106944,"available":287889993728,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003458"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-06-18T02:13:57.935937+0000","last_change":"2024-06-18T02:13:52.032398+0000","last_active":"2024-06-18T02:13:57.935937+0000","last_peered":"2024-06-18T02:13:57.935937+0000","last_clean":"2024-06-18T02:13:57.935937+0000","last_became_active":"2024-06-18T02:13:52.032020+0000","last_became_peered":"2024-06-18T02:13:52.032020+0000","last_unstale":"2024-06-18T02:13:57.935937+0000","last_undegraded":"2024-06-18T02:13:57.935937+0000","last_fullsized":"2024-06-18T02:13:57.935937+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T02:13:51.003694+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T02:13:51.003694+0000","last_clean_scrub_stamp":"2024-06-18T02:13:51.003694+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-19T06:53:04.304704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574882,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31932,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713220,"statfs":{"total":95995035648,"available":95962337280,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-06-18T02:15:28.645 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-06-18T02:15:28.645 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-06-18T02:15:28.645 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-06-18T02:15:28.646 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph health --format=json 2024-06-18T02:15:29.229 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:28 smithi174 bash[22719]: cluster 2024-06-18T02:15:27.087911+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:29.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:28 smithi037 bash[21814]: cluster 2024-06-18T02:15:27.087911+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:29.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:28 smithi172 bash[22586]: cluster 2024-06-18T02:15:27.087911+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:30.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:29 smithi174 bash[22719]: audit 2024-06-18T02:15:28.052169+0000 mgr.a (mgr.14150) 264 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:30.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:29 smithi174 bash[22719]: cluster 2024-06-18T02:15:29.088442+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:30.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:29 smithi037 bash[21814]: audit 2024-06-18T02:15:28.052169+0000 mgr.a (mgr.14150) 264 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:30.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:29 smithi037 bash[21814]: cluster 2024-06-18T02:15:29.088442+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:30.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:29 smithi172 bash[22586]: audit 2024-06-18T02:15:28.052169+0000 mgr.a (mgr.14150) 264 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T02:15:30.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:29 smithi172 bash[22586]: cluster 2024-06-18T02:15:29.088442+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:32.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:32 smithi174 bash[22719]: cluster 2024-06-18T02:15:31.088978+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:32.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:32 smithi037 bash[21814]: cluster 2024-06-18T02:15:31.088978+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:32.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:32 smithi172 bash[22586]: cluster 2024-06-18T02:15:31.088978+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:33.368 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:35.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:34 smithi174 bash[22719]: cluster 2024-06-18T02:15:33.089600+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:35.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:34 smithi174 bash[22719]: audit 2024-06-18T02:15:33.743001+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:34 smithi174 bash[22719]: audit 2024-06-18T02:15:33.751269+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:34 smithi174 bash[22719]: audit 2024-06-18T02:15:33.760863+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:34 smithi037 bash[21814]: cluster 2024-06-18T02:15:33.089600+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:34 smithi037 bash[21814]: audit 2024-06-18T02:15:33.743001+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:34 smithi037 bash[21814]: audit 2024-06-18T02:15:33.751269+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:34 smithi037 bash[21814]: audit 2024-06-18T02:15:33.760863+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:34 smithi172 bash[22586]: cluster 2024-06-18T02:15:33.089600+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:35.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:34 smithi172 bash[22586]: audit 2024-06-18T02:15:33.743001+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:34 smithi172 bash[22586]: audit 2024-06-18T02:15:33.751269+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:35.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:34 smithi172 bash[22586]: audit 2024-06-18T02:15:33.760863+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:36.556 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:15:36.556 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-06-18T02:15:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:36 smithi174 bash[22719]: cluster 2024-06-18T02:15:35.090161+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:36 smithi174 bash[22719]: audit 2024-06-18T02:15:36.559450+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/2333296530' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T02:15:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:36 smithi037 bash[21814]: cluster 2024-06-18T02:15:35.090161+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:36 smithi037 bash[21814]: audit 2024-06-18T02:15:36.559450+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/2333296530' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T02:15:37.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:36 smithi172 bash[22586]: cluster 2024-06-18T02:15:35.090161+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:37.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:36 smithi172 bash[22586]: audit 2024-06-18T02:15:36.559450+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/2333296530' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T02:15:37.193 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-06-18T02:15:37.194 INFO:tasks.cephadm:Setup complete, yielding 2024-06-18T02:15:37.194 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-06-18T02:15:37.208 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-06-18T02:15:37.208 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- ceph orch apply -i - 2024-06-18T02:15:39.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:38 smithi174 bash[22719]: cluster 2024-06-18T02:15:37.090685+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:39.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:38 smithi037 bash[21814]: cluster 2024-06-18T02:15:37.090685+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:39.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:38 smithi172 bash[22586]: cluster 2024-06-18T02:15:37.090685+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:41.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:40 smithi174 bash[22719]: cluster 2024-06-18T02:15:39.091225+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:41.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:40 smithi037 bash[21814]: cluster 2024-06-18T02:15:39.091225+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:41.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:40 smithi172 bash[22586]: cluster 2024-06-18T02:15:39.091225+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:42.914 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:43.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:42 smithi037 bash[21814]: cluster 2024-06-18T02:15:41.091781+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:43.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:42 smithi172 bash[22586]: cluster 2024-06-18T02:15:41.091781+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:43.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:42 smithi174 bash[22719]: cluster 2024-06-18T02:15:41.091781+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:44.188 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:44 smithi037 bash[21814]: cluster 2024-06-18T02:15:43.092356+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:44.189 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:44 smithi037 bash[21814]: audit 2024-06-18T02:15:43.128393+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.189 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:44 smithi037 bash[21814]: audit 2024-06-18T02:15:43.138171+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.189 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:44 smithi037 bash[21814]: audit 2024-06-18T02:15:43.148967+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:44 smithi174 bash[22719]: cluster 2024-06-18T02:15:43.092356+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:44.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:44 smithi174 bash[22719]: audit 2024-06-18T02:15:43.128393+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:44 smithi174 bash[22719]: audit 2024-06-18T02:15:43.138171+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:44 smithi174 bash[22719]: audit 2024-06-18T02:15:43.148967+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:44 smithi172 bash[22586]: cluster 2024-06-18T02:15:43.092356+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:44.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:44 smithi172 bash[22586]: audit 2024-06-18T02:15:43.128393+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:44 smithi172 bash[22586]: audit 2024-06-18T02:15:43.138171+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:44.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:44 smithi172 bash[22586]: audit 2024-06-18T02:15:43.148967+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:45 smithi174 bash[22719]: audit 2024-06-18T02:15:44.178700+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:45 smithi174 bash[22719]: audit 2024-06-18T02:15:44.184405+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:45 smithi174 bash[22719]: audit 2024-06-18T02:15:44.190831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:45 smithi037 bash[21814]: audit 2024-06-18T02:15:44.178700+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:45 smithi037 bash[21814]: audit 2024-06-18T02:15:44.184405+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:45 smithi037 bash[21814]: audit 2024-06-18T02:15:44.190831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:45 smithi172 bash[22586]: audit 2024-06-18T02:15:44.178700+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:45 smithi172 bash[22586]: audit 2024-06-18T02:15:44.184405+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:45 smithi172 bash[22586]: audit 2024-06-18T02:15:44.190831+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:45.910 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled mon update... 2024-06-18T02:15:46.556 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T02:15:46.567 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 -- bash -c 'set -ex 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> # since we don'"'"'t know the real hostnames before the test, the next 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> # the actual names cephadm knows the host by within the mon spec 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ls --service-name mon --export > mon.yaml 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> MONSPEC=`cat mon.yaml` 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> echo "$MONSPEC" 2024-06-18T02:15:46.568 DEBUG:teuthology.orchestra.run.smithi037:> while read realname <&3 && read fakename <&4; do 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> done 3 echo "$MONSPEC" > mon.yaml 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> cat mon.yaml 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply -i mon.yaml 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> sleep 90 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ps --refresh 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> sleep 90 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> ceph mon dump 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> ceph mon dump --format json 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> # verify all the crush locations got set from "ceph mon dump" output 2024-06-18T02:15:46.569 DEBUG:teuthology.orchestra.run.smithi037:> while read monid <&3 && read crushloc <&4; do 2024-06-18T02:15:46.570 DEBUG:teuthology.orchestra.run.smithi037:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-06-18T02:15:46.570 DEBUG:teuthology.orchestra.run.smithi037:> done 3 ' 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: cluster 2024-06-18T02:15:45.093035+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.897344+0000 mgr.a (mgr.14150) 274 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: cephadm 2024-06-18T02:15:45.906454+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.913180+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.914879+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.918899+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.920058+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.928283+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.931204+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:15:47.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:46 smithi174 bash[22719]: audit 2024-06-18T02:15:45.936214+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: cluster 2024-06-18T02:15:45.093035+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.897344+0000 mgr.a (mgr.14150) 274 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: cephadm 2024-06-18T02:15:45.906454+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.913180+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.914879+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:15:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.918899+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:15:47.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.920058+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:15:47.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.928283+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.931204+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:15:47.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:46 smithi037 bash[21814]: audit 2024-06-18T02:15:45.936214+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: cluster 2024-06-18T02:15:45.093035+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.897344+0000 mgr.a (mgr.14150) 274 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: cephadm 2024-06-18T02:15:45.906454+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.913180+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.914879+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:15:47.270 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.918899+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:15:47.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.920058+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:15:47.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.928283+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:47.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.931204+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:15:47.271 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:46 smithi172 bash[22586]: audit 2024-06-18T02:15:45.936214+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:49.167 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:48 smithi174 bash[22719]: cluster 2024-06-18T02:15:47.093604+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:49.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:48 smithi037 bash[21814]: cluster 2024-06-18T02:15:47.093604+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:49.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:48 smithi172 bash[22586]: cluster 2024-06-18T02:15:47.093604+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:50.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:49 smithi174 bash[22719]: cluster 2024-06-18T02:15:49.094150+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:50.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:49 smithi037 bash[21814]: cluster 2024-06-18T02:15:49.094150+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:50.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:49 smithi172 bash[22586]: cluster 2024-06-18T02:15:49.094150+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:51.297 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T02:15:52.430 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:52 smithi037 bash[21814]: cluster 2024-06-18T02:15:51.094648+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:52.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:52 smithi174 bash[22719]: cluster 2024-06-18T02:15:51.094648+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:52.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:52 smithi172 bash[22586]: cluster 2024-06-18T02:15:51.094648+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:54.126 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch host ls --format json 2024-06-18T02:15:54.126 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -r '.[] | .hostname' 2024-06-18T02:15:54.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:54 smithi174 bash[22719]: cluster 2024-06-18T02:15:53.095266+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:54.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:54 smithi174 bash[22719]: audit 2024-06-18T02:15:53.957154+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:54 smithi174 bash[22719]: audit 2024-06-18T02:15:53.964051+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:15:54 smithi174 bash[22719]: audit 2024-06-18T02:15:53.975134+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo 'host.a 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:host.b 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:host.c' 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo 'a 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:b 2024-06-18T02:15:54.428 INFO:teuthology.orchestra.run.smithi037.stderr:c' 2024-06-18T02:15:54.429 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo '{datacenter=a} 2024-06-18T02:15:54.429 INFO:teuthology.orchestra.run.smithi037.stderr:{datacenter=b,rack=2} 2024-06-18T02:15:54.429 INFO:teuthology.orchestra.run.smithi037.stderr:{datacenter=a,rack=3}' 2024-06-18T02:15:54.429 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ls --service-name mon --export 2024-06-18T02:15:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:54 smithi037 bash[21814]: cluster 2024-06-18T02:15:53.095266+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:54 smithi037 bash[21814]: audit 2024-06-18T02:15:53.957154+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:54 smithi037 bash[21814]: audit 2024-06-18T02:15:53.964051+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:15:54 smithi037 bash[21814]: audit 2024-06-18T02:15:53.975134+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:54 smithi172 bash[22586]: cluster 2024-06-18T02:15:53.095266+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:15:54.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:54 smithi172 bash[22586]: audit 2024-06-18T02:15:53.957154+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:54 smithi172 bash[22586]: audit 2024-06-18T02:15:53.964051+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:15:54 smithi172 bash[22586]: audit 2024-06-18T02:15:53.975134+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:15:54.746 INFO:teuthology.orchestra.run.smithi037.stderr:++ cat mon.yaml 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr:+ MONSPEC='service_type: mon 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: host.a: 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: host.b: 2024-06-18T02:15:54.747 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: host.c: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo 'service_type: mon 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: host.a: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: host.b: 2024-06-18T02:15:54.748 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stderr: host.c: 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stderr:+ read realname 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stdout:service_type: mon 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stdout:service_name: mon 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stdout:placement: 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stdout: count: 3 2024-06-18T02:15:54.749 INFO:teuthology.orchestra.run.smithi037.stdout:spec: 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: crush_locations: 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: host.a: 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=a 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: host.b: 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=b 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: - rack=2 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: host.c: 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=a 2024-06-18T02:15:54.750 INFO:teuthology.orchestra.run.smithi037.stdout: - rack=3 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr:+ read fakename 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr:+ MONSPEC='service_type: mon 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.751 INFO:teuthology.orchestra.run.smithi037.stderr: smithi037: 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: host.b: 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: host.c: 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:+ read realname 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:+ read fakename 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:+ MONSPEC='service_type: mon 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.752 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: smithi037: 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: smithi172: 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: host.c: 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr:+ read realname 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr:+ read fakename 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr:+ MONSPEC='service_type: mon 2024-06-18T02:15:54.753 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: smithi037: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: smithi172: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: smithi174: 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr:+ read realname 2024-06-18T02:15:54.754 INFO:teuthology.orchestra.run.smithi037.stderr:+ echo 'service_type: mon 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr:service_name: mon 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr:placement: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: count: 3 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr:spec: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: crush_locations: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: smithi037: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: smithi172: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=b 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=2 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: smithi174: 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: - datacenter=a 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr: - rack=3' 2024-06-18T02:15:54.755 INFO:teuthology.orchestra.run.smithi037.stderr:+ cat mon.yaml 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout:service_type: mon 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout:service_name: mon 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout:placement: 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: count: 3 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout:spec: 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: crush_locations: 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: smithi037: 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=a 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: smithi172: 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=b 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: - rack=2 2024-06-18T02:15:54.756 INFO:teuthology.orchestra.run.smithi037.stdout: smithi174: 2024-06-18T02:15:54.757 INFO:teuthology.orchestra.run.smithi037.stdout: - datacenter=a 2024-06-18T02:15:54.757 INFO:teuthology.orchestra.run.smithi037.stdout: - rack=3 2024-06-18T02:15:54.757 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply -i mon.yaml 2024-06-18T02:15:55.064 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled mon update... 2024-06-18T02:15:55.077 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 90 2024-06-18T02:16:01.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cephadm 2024-06-18T02:16:00.132249+0000 mgr.a (mgr.14150) 288 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-06-18T02:16:01.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cephadm 2024-06-18T02:16:00.235362+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-06-18T02:16:01.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.257526+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-06-18T02:16:01.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.261143+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:16:01.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.261474+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.261591+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.261839+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.262530+0000 mon.a (mon.0) 792 : cluster [INF] mon.a calling monitor election 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.262828+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.287600+0000 mon.a (mon.0) 793 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292295+0000 mon.a (mon.0) 794 : cluster [DBG] monmap epoch 6 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292313+0000 mon.a (mon.0) 795 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292329+0000 mon.a (mon.0) 796 : cluster [DBG] last_changed 2024-06-18T02:16:00.236489+0000 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292348+0000 mon.a (mon.0) 797 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292366+0000 mon.a (mon.0) 798 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:16:01.514 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292383+0000 mon.a (mon.0) 799 : cluster [DBG] election_strategy: 1 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292398+0000 mon.a (mon.0) 800 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a; crush_location {datacenter=a} 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292416+0000 mon.a (mon.0) 801 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292431+0000 mon.a (mon.0) 802 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.292988+0000 mon.a (mon.0) 803 : cluster [DBG] fsmap 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.293024+0000 mon.a (mon.0) 804 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.293420+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cluster 2024-06-18T02:16:00.293564+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.302049+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cephadm 2024-06-18T02:16:00.361223+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.361830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.363108+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:01.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: audit 2024-06-18T02:16:00.364174+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:01.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:01 smithi037 bash[21814]: cephadm 2024-06-18T02:16:00.365332+0000 mgr.a (mgr.14150) 291 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cephadm 2024-06-18T02:16:00.132249+0000 mgr.a (mgr.14150) 288 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cephadm 2024-06-18T02:16:00.235362+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.257526+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.261143+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.261474+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.261591+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.261839+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.262530+0000 mon.a (mon.0) 792 : cluster [INF] mon.a calling monitor election 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.262828+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.287600+0000 mon.a (mon.0) 793 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:16:01.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292295+0000 mon.a (mon.0) 794 : cluster [DBG] monmap epoch 6 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292313+0000 mon.a (mon.0) 795 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292329+0000 mon.a (mon.0) 796 : cluster [DBG] last_changed 2024-06-18T02:16:00.236489+0000 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292348+0000 mon.a (mon.0) 797 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292366+0000 mon.a (mon.0) 798 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292383+0000 mon.a (mon.0) 799 : cluster [DBG] election_strategy: 1 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292398+0000 mon.a (mon.0) 800 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a; crush_location {datacenter=a} 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292416+0000 mon.a (mon.0) 801 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292431+0000 mon.a (mon.0) 802 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.292988+0000 mon.a (mon.0) 803 : cluster [DBG] fsmap 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.293024+0000 mon.a (mon.0) 804 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.293420+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cluster 2024-06-18T02:16:00.293564+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.302049+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cephadm 2024-06-18T02:16:00.361223+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:16:01.520 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.361830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:01.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.363108+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:01.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: audit 2024-06-18T02:16:00.364174+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:01.521 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:01 smithi172 bash[22586]: cephadm 2024-06-18T02:16:00.365332+0000 mgr.a (mgr.14150) 291 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:16:01.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cephadm 2024-06-18T02:16:00.132249+0000 mgr.a (mgr.14150) 288 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cephadm 2024-06-18T02:16:00.235362+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.257526+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.261143+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.261474+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.261591+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.261839+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.262530+0000 mon.a (mon.0) 792 : cluster [INF] mon.a calling monitor election 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.262828+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.287600+0000 mon.a (mon.0) 793 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T02:16:01.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292295+0000 mon.a (mon.0) 794 : cluster [DBG] monmap epoch 6 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292313+0000 mon.a (mon.0) 795 : cluster [DBG] fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292329+0000 mon.a (mon.0) 796 : cluster [DBG] last_changed 2024-06-18T02:16:00.236489+0000 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292348+0000 mon.a (mon.0) 797 : cluster [DBG] created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292366+0000 mon.a (mon.0) 798 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292383+0000 mon.a (mon.0) 799 : cluster [DBG] election_strategy: 1 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292398+0000 mon.a (mon.0) 800 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a; crush_location {datacenter=a} 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292416+0000 mon.a (mon.0) 801 : cluster [DBG] 1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292431+0000 mon.a (mon.0) 802 : cluster [DBG] 2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.292988+0000 mon.a (mon.0) 803 : cluster [DBG] fsmap 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.293024+0000 mon.a (mon.0) 804 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.293420+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cluster 2024-06-18T02:16:00.293564+0000 mon.a (mon.0) 806 : cluster [INF] overall HEALTH_OK 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.302049+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:01.755 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cephadm 2024-06-18T02:16:00.361223+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T02:16:01.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.361830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:01.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.363108+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:01.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: audit 2024-06-18T02:16:00.364174+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:01.756 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:01 smithi174 bash[22719]: cephadm 2024-06-18T02:16:00.365332+0000 mgr.a (mgr.14150) 291 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-06-18T02:16:02.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:02 smithi037 bash[21814]: cluster 2024-06-18T02:16:01.097247+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:02.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:02 smithi174 bash[22719]: cluster 2024-06-18T02:16:01.097247+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:02.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:02 smithi172 bash[22586]: cluster 2024-06-18T02:16:01.097247+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: cluster 2024-06-18T02:16:03.097750+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:03.350602+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:03.358651+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:03.366822+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.312766+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.317535+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.322738+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.327753+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.334133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.335301+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.336332+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:04.754 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:04 smithi174 bash[22719]: audit 2024-06-18T02:16:04.337177+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: cluster 2024-06-18T02:16:03.097750+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:03.350602+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:03.358651+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:03.366822+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.312766+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.317535+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.322738+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.327753+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.334133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.335301+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:04.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.336332+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:04.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:04 smithi037 bash[21814]: audit 2024-06-18T02:16:04.337177+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:04.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: cluster 2024-06-18T02:16:03.097750+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:03.350602+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:03.358651+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:03.366822+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.312766+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.317535+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.322738+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.327753+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.334133+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.335301+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.336332+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:04.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:04 smithi172 bash[22586]: audit 2024-06-18T02:16:04.337177+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:05.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:05 smithi174 bash[22719]: cephadm 2024-06-18T02:16:04.334979+0000 mgr.a (mgr.14150) 294 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-06-18T02:16:05.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:05 smithi174 bash[22719]: cephadm 2024-06-18T02:16:04.338004+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:16:05.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:05 smithi037 bash[21814]: cephadm 2024-06-18T02:16:04.334979+0000 mgr.a (mgr.14150) 294 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-06-18T02:16:05.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:05 smithi037 bash[21814]: cephadm 2024-06-18T02:16:04.338004+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:16:05.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:05 smithi172 bash[22586]: cephadm 2024-06-18T02:16:04.334979+0000 mgr.a (mgr.14150) 294 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-06-18T02:16:05.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:05 smithi172 bash[22586]: cephadm 2024-06-18T02:16:04.338004+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-06-18T02:16:06.677 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:06 smithi174 bash[22719]: cluster 2024-06-18T02:16:05.098318+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:06.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:06 smithi037 bash[21814]: cluster 2024-06-18T02:16:05.098318+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:06.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:06 smithi172 bash[22586]: cluster 2024-06-18T02:16:05.098318+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: audit 2024-06-18T02:16:06.521245+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: audit 2024-06-18T02:16:06.527371+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: cephadm 2024-06-18T02:16:06.528896+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: audit 2024-06-18T02:16:06.529316+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: audit 2024-06-18T02:16:06.530810+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:07.923 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:07 smithi174 bash[22719]: cephadm 2024-06-18T02:16:06.533240+0000 mgr.a (mgr.14150) 298 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-06-18T02:16:07.986 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: audit 2024-06-18T02:16:06.521245+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:07.986 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: audit 2024-06-18T02:16:06.527371+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:07.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: cephadm 2024-06-18T02:16:06.528896+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-06-18T02:16:07.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: audit 2024-06-18T02:16:06.529316+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:16:07.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: audit 2024-06-18T02:16:06.530810+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:07.987 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:07 smithi037 bash[21814]: cephadm 2024-06-18T02:16:06.533240+0000 mgr.a (mgr.14150) 298 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-06-18T02:16:08.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: audit 2024-06-18T02:16:06.521245+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:08.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: audit 2024-06-18T02:16:06.527371+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:08.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: cephadm 2024-06-18T02:16:06.528896+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-06-18T02:16:08.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: audit 2024-06-18T02:16:06.529316+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T02:16:08.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: audit 2024-06-18T02:16:06.530810+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:08.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:07 smithi172 bash[22586]: cephadm 2024-06-18T02:16:06.533240+0000 mgr.a (mgr.14150) 298 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-06-18T02:16:08.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:08 smithi174 bash[22719]: cluster 2024-06-18T02:16:07.098821+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:08.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:08 smithi037 bash[21814]: cluster 2024-06-18T02:16:07.098821+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:09.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:08 smithi172 bash[22586]: cluster 2024-06-18T02:16:07.098821+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:10.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: audit 2024-06-18T02:16:08.791627+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: audit 2024-06-18T02:16:08.797881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: cephadm 2024-06-18T02:16:08.799164+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T02:16:10.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: audit 2024-06-18T02:16:08.799511+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:10.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: audit 2024-06-18T02:16:08.800614+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:10.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: audit 2024-06-18T02:16:08.801685+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:10.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:09 smithi174 bash[22719]: cephadm 2024-06-18T02:16:08.803115+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:16:10.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: audit 2024-06-18T02:16:08.791627+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: audit 2024-06-18T02:16:08.797881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: cephadm 2024-06-18T02:16:08.799164+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T02:16:10.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: audit 2024-06-18T02:16:08.799511+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: audit 2024-06-18T02:16:08.800614+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: audit 2024-06-18T02:16:08.801685+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:10.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:09 smithi037 bash[21814]: cephadm 2024-06-18T02:16:08.803115+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:16:10.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: audit 2024-06-18T02:16:08.791627+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: audit 2024-06-18T02:16:08.797881+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: cephadm 2024-06-18T02:16:08.799164+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T02:16:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: audit 2024-06-18T02:16:08.799511+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: audit 2024-06-18T02:16:08.800614+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: audit 2024-06-18T02:16:08.801685+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:10.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:09 smithi172 bash[22586]: cephadm 2024-06-18T02:16:08.803115+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2024-06-18T02:16:11.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:10 smithi172 bash[22586]: cluster 2024-06-18T02:16:09.099387+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:11.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:10 smithi174 bash[22719]: cluster 2024-06-18T02:16:09.099387+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:11.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:10 smithi037 bash[21814]: cluster 2024-06-18T02:16:09.099387+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:12.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: audit 2024-06-18T02:16:11.010644+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: audit 2024-06-18T02:16:11.018615+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: cephadm 2024-06-18T02:16:11.020141+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: audit 2024-06-18T02:16:11.020797+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: audit 2024-06-18T02:16:11.022886+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: audit 2024-06-18T02:16:11.024707+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: cephadm 2024-06-18T02:16:11.026781+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon mgr.b on smithi172 2024-06-18T02:16:12.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:12 smithi037 bash[21814]: cluster 2024-06-18T02:16:11.099921+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:12.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: audit 2024-06-18T02:16:11.010644+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: audit 2024-06-18T02:16:11.018615+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: cephadm 2024-06-18T02:16:11.020141+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: audit 2024-06-18T02:16:11.020797+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: audit 2024-06-18T02:16:11.022886+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: audit 2024-06-18T02:16:11.024707+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: cephadm 2024-06-18T02:16:11.026781+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon mgr.b on smithi172 2024-06-18T02:16:12.269 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:12 smithi172 bash[22586]: cluster 2024-06-18T02:16:11.099921+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: audit 2024-06-18T02:16:11.010644+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: audit 2024-06-18T02:16:11.018615+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: cephadm 2024-06-18T02:16:11.020141+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: audit 2024-06-18T02:16:11.020797+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: audit 2024-06-18T02:16:11.022886+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: audit 2024-06-18T02:16:11.024707+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: cephadm 2024-06-18T02:16:11.026781+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon mgr.b on smithi172 2024-06-18T02:16:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:12 smithi174 bash[22719]: cluster 2024-06-18T02:16:11.099921+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:14.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: cluster 2024-06-18T02:16:13.100434+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:13.315607+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:13.324823+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: cephadm 2024-06-18T02:16:13.326454+0000 mgr.a (mgr.14150) 307 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:13.327148+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:13.329215+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: cephadm 2024-06-18T02:16:13.332045+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon osd.1 on smithi172 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:14.175314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:14.184381+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:14 smithi174 bash[22719]: audit 2024-06-18T02:16:14.194878+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.741 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: cluster 2024-06-18T02:16:13.100434+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:14.741 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:13.315607+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:13.324823+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: cephadm 2024-06-18T02:16:13.326454+0000 mgr.a (mgr.14150) 307 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:13.327148+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:13.329215+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: cephadm 2024-06-18T02:16:13.332045+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon osd.1 on smithi172 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:14.175314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:14.184381+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.742 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:14 smithi172 bash[22586]: audit 2024-06-18T02:16:14.194878+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: cluster 2024-06-18T02:16:13.100434+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:14.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:13.315607+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:13.324823+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: cephadm 2024-06-18T02:16:13.326454+0000 mgr.a (mgr.14150) 307 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-06-18T02:16:14.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:13.327148+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T02:16:14.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:13.329215+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:14.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: cephadm 2024-06-18T02:16:13.332045+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon osd.1 on smithi172 2024-06-18T02:16:14.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:14.175314+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:14.184381+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:14.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:14 smithi037 bash[21814]: audit 2024-06-18T02:16:14.194878+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: cluster 2024-06-18T02:16:15.100936+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: audit 2024-06-18T02:16:15.547516+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: audit 2024-06-18T02:16:15.555565+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: cephadm 2024-06-18T02:16:15.557816+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: audit 2024-06-18T02:16:15.558529+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: audit 2024-06-18T02:16:15.560338+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: audit 2024-06-18T02:16:15.562007+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:17.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:16 smithi174 bash[22719]: cephadm 2024-06-18T02:16:15.563975+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: cluster 2024-06-18T02:16:15.100936+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: audit 2024-06-18T02:16:15.547516+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: audit 2024-06-18T02:16:15.555565+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: cephadm 2024-06-18T02:16:15.557816+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: audit 2024-06-18T02:16:15.558529+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: audit 2024-06-18T02:16:15.560338+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:17.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: audit 2024-06-18T02:16:15.562007+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:17.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:16 smithi037 bash[21814]: cephadm 2024-06-18T02:16:15.563975+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:16:17.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: cluster 2024-06-18T02:16:15.100936+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:17.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: audit 2024-06-18T02:16:15.547516+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: audit 2024-06-18T02:16:15.555565+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:17.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: cephadm 2024-06-18T02:16:15.557816+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T02:16:17.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: audit 2024-06-18T02:16:15.558529+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T02:16:17.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: audit 2024-06-18T02:16:15.560338+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T02:16:17.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: audit 2024-06-18T02:16:15.562007+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:17.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:16 smithi172 bash[22586]: cephadm 2024-06-18T02:16:15.563975+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mon.c on smithi174 2024-06-18T02:16:19.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: cluster 2024-06-18T02:16:17.101462+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:19.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: audit 2024-06-18T02:16:17.761709+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: audit 2024-06-18T02:16:17.769430+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: cephadm 2024-06-18T02:16:17.771018+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-06-18T02:16:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: audit 2024-06-18T02:16:17.771674+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:16:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: audit 2024-06-18T02:16:17.773417+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:19.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:18 smithi037 bash[21814]: cephadm 2024-06-18T02:16:17.775980+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.2 on smithi174 2024-06-18T02:16:19.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: cluster 2024-06-18T02:16:17.101462+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:19.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: audit 2024-06-18T02:16:17.761709+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: audit 2024-06-18T02:16:17.769430+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: cephadm 2024-06-18T02:16:17.771018+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-06-18T02:16:19.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: audit 2024-06-18T02:16:17.771674+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:16:19.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: audit 2024-06-18T02:16:17.773417+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:19.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:18 smithi172 bash[22586]: cephadm 2024-06-18T02:16:17.775980+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.2 on smithi174 2024-06-18T02:16:19.064 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: cluster 2024-06-18T02:16:17.101462+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:19.064 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: audit 2024-06-18T02:16:17.761709+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.064 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: audit 2024-06-18T02:16:17.769430+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:19.064 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: cephadm 2024-06-18T02:16:17.771018+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-06-18T02:16:19.065 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: audit 2024-06-18T02:16:17.771674+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T02:16:19.065 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: audit 2024-06-18T02:16:17.773417+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:16:19.065 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:18 smithi174 bash[22719]: cephadm 2024-06-18T02:16:17.775980+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.2 on smithi174 2024-06-18T02:16:21.200 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:20 smithi172 bash[22586]: cluster 2024-06-18T02:16:19.102134+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:21.200 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:20 smithi172 bash[22586]: audit 2024-06-18T02:16:19.894855+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:21.200 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:20 smithi172 bash[22586]: audit 2024-06-18T02:16:19.901158+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:20 smithi174 bash[22719]: cluster 2024-06-18T02:16:19.102134+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:20 smithi174 bash[22719]: audit 2024-06-18T02:16:19.894855+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:20 smithi174 bash[22719]: audit 2024-06-18T02:16:19.901158+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:21.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:20 smithi037 bash[21814]: cluster 2024-06-18T02:16:19.102134+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:21.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:20 smithi037 bash[21814]: audit 2024-06-18T02:16:19.894855+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:21.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:20 smithi037 bash[21814]: audit 2024-06-18T02:16:19.901158+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:23.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:22 smithi174 bash[22719]: cluster 2024-06-18T02:16:21.102789+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:23.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:22 smithi037 bash[21814]: cluster 2024-06-18T02:16:21.102789+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:23.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:22 smithi172 bash[22586]: cluster 2024-06-18T02:16:21.102789+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: cluster 2024-06-18T02:16:23.103455+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:23.543004+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:23.551484+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:23.561309+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:24.500171+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:24.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:24.505853+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:24.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:24 smithi037 bash[21814]: audit 2024-06-18T02:16:24.511681+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: cluster 2024-06-18T02:16:23.103455+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:23.543004+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:23.551484+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:23.561309+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:24.500171+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:24.505853+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:24 smithi174 bash[22719]: audit 2024-06-18T02:16:24.511681+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: cluster 2024-06-18T02:16:23.103455+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:25.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:23.543004+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:23.551484+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:23.561309+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:24.500171+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:24.505853+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:25.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:24 smithi172 bash[22586]: audit 2024-06-18T02:16:24.511681+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:26.821 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:26 smithi174 bash[22719]: cluster 2024-06-18T02:16:25.104025+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:27.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:26 smithi037 bash[21814]: cluster 2024-06-18T02:16:25.104025+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:27.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:26 smithi172 bash[22586]: cluster 2024-06-18T02:16:25.104025+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:29.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:28 smithi174 bash[22719]: cluster 2024-06-18T02:16:27.104511+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:29.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:28 smithi037 bash[21814]: cluster 2024-06-18T02:16:27.104511+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:29.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:28 smithi172 bash[22586]: cluster 2024-06-18T02:16:27.104511+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:31.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:30 smithi174 bash[22719]: cluster 2024-06-18T02:16:29.105039+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:31.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:30 smithi037 bash[21814]: cluster 2024-06-18T02:16:29.105039+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:31.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:30 smithi172 bash[22586]: cluster 2024-06-18T02:16:29.105039+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:33.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:32 smithi174 bash[22719]: cluster 2024-06-18T02:16:31.105571+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:33.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:32 smithi037 bash[21814]: cluster 2024-06-18T02:16:31.105571+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:33.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:32 smithi172 bash[22586]: cluster 2024-06-18T02:16:31.105571+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:34 smithi174 bash[22719]: cluster 2024-06-18T02:16:33.106092+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:34 smithi174 bash[22719]: audit 2024-06-18T02:16:34.394991+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:34 smithi174 bash[22719]: audit 2024-06-18T02:16:34.403070+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:34.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:34 smithi174 bash[22719]: audit 2024-06-18T02:16:34.412871+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:34 smithi037 bash[21814]: cluster 2024-06-18T02:16:33.106092+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:34 smithi037 bash[21814]: audit 2024-06-18T02:16:34.394991+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:34 smithi037 bash[21814]: audit 2024-06-18T02:16:34.403070+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:34 smithi037 bash[21814]: audit 2024-06-18T02:16:34.412871+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:34 smithi172 bash[22586]: cluster 2024-06-18T02:16:33.106092+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:35.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:34 smithi172 bash[22586]: audit 2024-06-18T02:16:34.394991+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:34 smithi172 bash[22586]: audit 2024-06-18T02:16:34.403070+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:35.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:34 smithi172 bash[22586]: audit 2024-06-18T02:16:34.412871+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:36 smithi174 bash[22719]: cluster 2024-06-18T02:16:35.106735+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:36 smithi037 bash[21814]: cluster 2024-06-18T02:16:35.106735+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:37.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:36 smithi172 bash[22586]: cluster 2024-06-18T02:16:35.106735+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:38.824 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:38 smithi037 bash[21814]: cluster 2024-06-18T02:16:37.107314+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:39.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:38 smithi174 bash[22719]: cluster 2024-06-18T02:16:37.107314+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:39.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:38 smithi172 bash[22586]: cluster 2024-06-18T02:16:37.107314+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:40.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:40 smithi172 bash[22586]: cluster 2024-06-18T02:16:39.107826+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:41.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:40 smithi174 bash[22719]: cluster 2024-06-18T02:16:39.107826+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:41.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:40 smithi037 bash[21814]: cluster 2024-06-18T02:16:39.107826+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:43.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:42 smithi174 bash[22719]: cluster 2024-06-18T02:16:41.108380+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:43.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:42 smithi037 bash[21814]: cluster 2024-06-18T02:16:41.108380+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:43.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:42 smithi172 bash[22586]: cluster 2024-06-18T02:16:41.108380+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:45.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: cluster 2024-06-18T02:16:43.108914+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:43.773650+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:43.782552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:43.792913+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:44.719988+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:44.728240+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:44 smithi037 bash[21814]: audit 2024-06-18T02:16:44.737780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: cluster 2024-06-18T02:16:43.108914+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:43.773650+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:43.782552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:43.792913+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:44.719988+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:44.728240+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:44 smithi174 bash[22719]: audit 2024-06-18T02:16:44.737780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: cluster 2024-06-18T02:16:43.108914+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:43.773650+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:43.782552+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:43.792913+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:44.719988+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:44.728240+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:45.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:44 smithi172 bash[22586]: audit 2024-06-18T02:16:44.737780+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:47.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:46 smithi174 bash[22719]: cluster 2024-06-18T02:16:45.109437+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:47.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:46 smithi037 bash[21814]: cluster 2024-06-18T02:16:45.109437+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:47.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:46 smithi172 bash[22586]: cluster 2024-06-18T02:16:45.109437+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:49.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:48 smithi174 bash[22719]: cluster 2024-06-18T02:16:47.109988+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:49.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:48 smithi037 bash[21814]: cluster 2024-06-18T02:16:47.109988+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:49.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:48 smithi172 bash[22586]: cluster 2024-06-18T02:16:47.109988+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:51.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:50 smithi174 bash[22719]: cluster 2024-06-18T02:16:49.110539+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:51.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:50 smithi037 bash[21814]: cluster 2024-06-18T02:16:49.110539+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:51.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:50 smithi172 bash[22586]: cluster 2024-06-18T02:16:49.110539+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:53.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:52 smithi174 bash[22719]: cluster 2024-06-18T02:16:51.111052+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:53.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:52 smithi037 bash[21814]: cluster 2024-06-18T02:16:51.111052+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:53.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:52 smithi172 bash[22586]: cluster 2024-06-18T02:16:51.111052+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:55.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:54 smithi174 bash[22719]: cluster 2024-06-18T02:16:53.111616+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:54 smithi174 bash[22719]: audit 2024-06-18T02:16:54.615332+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:54 smithi174 bash[22719]: audit 2024-06-18T02:16:54.623476+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:54 smithi174 bash[22719]: audit 2024-06-18T02:16:54.633340+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:54 smithi037 bash[21814]: cluster 2024-06-18T02:16:53.111616+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:55.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:54 smithi037 bash[21814]: audit 2024-06-18T02:16:54.615332+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:54 smithi037 bash[21814]: audit 2024-06-18T02:16:54.623476+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:54 smithi037 bash[21814]: audit 2024-06-18T02:16:54.633340+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:54 smithi172 bash[22586]: cluster 2024-06-18T02:16:53.111616+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:55.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:54 smithi172 bash[22586]: audit 2024-06-18T02:16:54.615332+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:54 smithi172 bash[22586]: audit 2024-06-18T02:16:54.623476+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:55.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:54 smithi172 bash[22586]: audit 2024-06-18T02:16:54.633340+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:16:57.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:56 smithi174 bash[22719]: cluster 2024-06-18T02:16:55.112142+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:56 smithi037 bash[21814]: cluster 2024-06-18T02:16:55.112142+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:57.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:56 smithi172 bash[22586]: cluster 2024-06-18T02:16:55.112142+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:59.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:16:58 smithi172 bash[22586]: cluster 2024-06-18T02:16:57.112679+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:59.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:16:58 smithi174 bash[22719]: cluster 2024-06-18T02:16:57.112679+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:16:59.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:16:58 smithi037 bash[21814]: cluster 2024-06-18T02:16:57.112679+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:01.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:00 smithi037 bash[21814]: cluster 2024-06-18T02:16:59.113241+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:01.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:00 smithi172 bash[22586]: cluster 2024-06-18T02:16:59.113241+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:01.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:00 smithi174 bash[22719]: cluster 2024-06-18T02:16:59.113241+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:03.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:02 smithi174 bash[22719]: cluster 2024-06-18T02:17:01.113783+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:03.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:02 smithi037 bash[21814]: cluster 2024-06-18T02:17:01.113783+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:03.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:02 smithi172 bash[22586]: cluster 2024-06-18T02:17:01.113783+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:05.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:04 smithi172 bash[22586]: cluster 2024-06-18T02:17:03.114373+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:05.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:04 smithi172 bash[22586]: audit 2024-06-18T02:17:04.001321+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:04 smithi172 bash[22586]: audit 2024-06-18T02:17:04.009712+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:04 smithi172 bash[22586]: audit 2024-06-18T02:17:04.018978+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:04 smithi174 bash[22719]: cluster 2024-06-18T02:17:03.114373+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:04 smithi174 bash[22719]: audit 2024-06-18T02:17:04.001321+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:04 smithi174 bash[22719]: audit 2024-06-18T02:17:04.009712+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:04 smithi174 bash[22719]: audit 2024-06-18T02:17:04.018978+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:04 smithi037 bash[21814]: cluster 2024-06-18T02:17:03.114373+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:05.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:04 smithi037 bash[21814]: audit 2024-06-18T02:17:04.001321+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:04 smithi037 bash[21814]: audit 2024-06-18T02:17:04.009712+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:05.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:04 smithi037 bash[21814]: audit 2024-06-18T02:17:04.018978+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:05 smithi174 bash[22719]: audit 2024-06-18T02:17:04.951142+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:05 smithi174 bash[22719]: audit 2024-06-18T02:17:04.959373+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:05 smithi174 bash[22719]: audit 2024-06-18T02:17:04.969034+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:05 smithi174 bash[22719]: cluster 2024-06-18T02:17:05.114916+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:06.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:05 smithi037 bash[21814]: audit 2024-06-18T02:17:04.951142+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:05 smithi037 bash[21814]: audit 2024-06-18T02:17:04.959373+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:05 smithi037 bash[21814]: audit 2024-06-18T02:17:04.969034+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:05 smithi037 bash[21814]: cluster 2024-06-18T02:17:05.114916+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:06.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:05 smithi172 bash[22586]: audit 2024-06-18T02:17:04.951142+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:05 smithi172 bash[22586]: audit 2024-06-18T02:17:04.959373+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:05 smithi172 bash[22586]: audit 2024-06-18T02:17:04.969034+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:06.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:05 smithi172 bash[22586]: cluster 2024-06-18T02:17:05.114916+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:08.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:08 smithi174 bash[22719]: cluster 2024-06-18T02:17:07.115434+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:08.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:08 smithi037 bash[21814]: cluster 2024-06-18T02:17:07.115434+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:08.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:08 smithi172 bash[22586]: cluster 2024-06-18T02:17:07.115434+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:10.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:10 smithi174 bash[22719]: cluster 2024-06-18T02:17:09.115977+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:10.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:10 smithi037 bash[21814]: cluster 2024-06-18T02:17:09.115977+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:10.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:10 smithi172 bash[22586]: cluster 2024-06-18T02:17:09.115977+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:12.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:12 smithi174 bash[22719]: cluster 2024-06-18T02:17:11.116499+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:12.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:12 smithi037 bash[21814]: cluster 2024-06-18T02:17:11.116499+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:12.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:12 smithi172 bash[22586]: cluster 2024-06-18T02:17:11.116499+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:14.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:14 smithi174 bash[22719]: cluster 2024-06-18T02:17:13.117004+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:14.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:14 smithi037 bash[21814]: cluster 2024-06-18T02:17:13.117004+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:14.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:14 smithi172 bash[22586]: cluster 2024-06-18T02:17:13.117004+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:16.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:15 smithi174 bash[22719]: audit 2024-06-18T02:17:14.841744+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:15 smithi174 bash[22719]: audit 2024-06-18T02:17:14.851684+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:15 smithi174 bash[22719]: audit 2024-06-18T02:17:14.862887+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:15 smithi037 bash[21814]: audit 2024-06-18T02:17:14.841744+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:15 smithi037 bash[21814]: audit 2024-06-18T02:17:14.851684+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:15 smithi037 bash[21814]: audit 2024-06-18T02:17:14.862887+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:15 smithi172 bash[22586]: audit 2024-06-18T02:17:14.841744+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:15 smithi172 bash[22586]: audit 2024-06-18T02:17:14.851684+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:16.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:15 smithi172 bash[22586]: audit 2024-06-18T02:17:14.862887+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:17.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:16 smithi174 bash[22719]: cluster 2024-06-18T02:17:15.117517+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:17.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:16 smithi037 bash[21814]: cluster 2024-06-18T02:17:15.117517+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:17.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:16 smithi172 bash[22586]: cluster 2024-06-18T02:17:15.117517+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:19.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:18 smithi174 bash[22719]: cluster 2024-06-18T02:17:17.118068+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:19.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:18 smithi037 bash[21814]: cluster 2024-06-18T02:17:17.118068+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:19.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:18 smithi172 bash[22586]: cluster 2024-06-18T02:17:17.118068+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:21.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:20 smithi037 bash[21814]: cluster 2024-06-18T02:17:19.118663+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:21.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:20 smithi037 bash[21814]: audit 2024-06-18T02:17:19.903981+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:21.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:20 smithi037 bash[21814]: audit 2024-06-18T02:17:19.906667+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:21.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:20 smithi037 bash[21814]: audit 2024-06-18T02:17:19.907688+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:21.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:20 smithi037 bash[21814]: audit 2024-06-18T02:17:19.915784+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:20 smithi172 bash[22586]: cluster 2024-06-18T02:17:19.118663+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:20 smithi172 bash[22586]: audit 2024-06-18T02:17:19.903981+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:20 smithi172 bash[22586]: audit 2024-06-18T02:17:19.906667+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:20 smithi172 bash[22586]: audit 2024-06-18T02:17:19.907688+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:21.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:20 smithi172 bash[22586]: audit 2024-06-18T02:17:19.915784+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:21.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:20 smithi174 bash[22719]: cluster 2024-06-18T02:17:19.118663+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:20 smithi174 bash[22719]: audit 2024-06-18T02:17:19.903981+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:20 smithi174 bash[22719]: audit 2024-06-18T02:17:19.906667+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:20 smithi174 bash[22719]: audit 2024-06-18T02:17:19.907688+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:21.254 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:20 smithi174 bash[22719]: audit 2024-06-18T02:17:19.915784+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:23.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:22 smithi174 bash[22719]: cluster 2024-06-18T02:17:21.119216+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:23.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:22 smithi037 bash[21814]: cluster 2024-06-18T02:17:21.119216+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:23.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:22 smithi172 bash[22586]: cluster 2024-06-18T02:17:21.119216+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:25.079 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ps --refresh 2024-06-18T02:17:25.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:24 smithi037 bash[21814]: cluster 2024-06-18T02:17:23.119774+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:25.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:24 smithi037 bash[21814]: audit 2024-06-18T02:17:24.227383+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:24 smithi037 bash[21814]: audit 2024-06-18T02:17:24.235557+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:24 smithi037 bash[21814]: audit 2024-06-18T02:17:24.245744+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:24 smithi174 bash[22719]: cluster 2024-06-18T02:17:23.119774+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:24 smithi174 bash[22719]: audit 2024-06-18T02:17:24.227383+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:24 smithi174 bash[22719]: audit 2024-06-18T02:17:24.235557+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:24 smithi174 bash[22719]: audit 2024-06-18T02:17:24.245744+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:24 smithi172 bash[22586]: cluster 2024-06-18T02:17:23.119774+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:25.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:24 smithi172 bash[22586]: audit 2024-06-18T02:17:24.227383+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:24 smithi172 bash[22586]: audit 2024-06-18T02:17:24.235557+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.268 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:24 smithi172 bash[22586]: audit 2024-06-18T02:17:24.245744+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:25.404 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T02:17:25.404 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi037 smithi037 running 0s ago 8m - - 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi172 smithi172 running 1s ago 7m - - 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi174 smithi174 running 10s ago 7m - - 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.a smithi037 *:9283,8765 running (9m) 0s ago 9m 492M - 19.0.0-3124-g3781e3a5 af93c036e016 2d7cb3aca544 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.b smithi172 *:8443,8765 running (6m) 1s ago 6m 424M - 19.0.0-3124-g3781e3a5 af93c036e016 1875fda623c8 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (9m) 0s ago 9m 41.0M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 213dedd594f4 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi172 running (6m) 1s ago 6m 35.2M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 b5936df057f4 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi174 running (6m) 10s ago 6m 33.9M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 276f4814a721 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (5m) 0s ago 5m 36.4M 4096M 19.0.0-3124-g3781e3a5 af93c036e016 3dc1cc2a6a6f 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi172 running (4m) 1s ago 4m 45.8M 15.8G 19.0.0-3124-g3781e3a5 af93c036e016 d872cc13b226 2024-06-18T02:17:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi174 running (3m) 10s ago 3m 46.2M 19.8G 19.0.0-3124-g3781e3a5 af93c036e016 960de704130d 2024-06-18T02:17:25.419 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ls --service-name mon --export 2024-06-18T02:17:25.739 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply -i mon.yaml 2024-06-18T02:17:26.050 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled mon update... 2024-06-18T02:17:26.063 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 90 2024-06-18T02:17:26.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: cluster 2024-06-18T02:17:25.120226+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:26.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.129151+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.133929+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.140613+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.399636+0000 mgr.a (mgr.14150) 349 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.401721+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.411418+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.412582+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.418736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:25.725323+0000 mgr.a (mgr.14150) 350 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.053069+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.054568+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.058411+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.059408+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.065545+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.068598+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:17:26.504 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:26 smithi174 bash[22719]: audit 2024-06-18T02:17:26.073870+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: cluster 2024-06-18T02:17:25.120226+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:26.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.129151+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.133929+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.140613+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.399636+0000 mgr.a (mgr.14150) 349 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.401721+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.411418+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.412582+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.418736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:25.725323+0000 mgr.a (mgr.14150) 350 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.053069+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.054568+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.058411+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.059408+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.065545+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.068598+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:17:26.513 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:26 smithi037 bash[21814]: audit 2024-06-18T02:17:26.073870+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: cluster 2024-06-18T02:17:25.120226+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.129151+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.133929+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.140613+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.399636+0000 mgr.a (mgr.14150) 349 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.401721+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.411418+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.412582+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.418736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:25.725323+0000 mgr.a (mgr.14150) 350 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.053069+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.054568+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.058411+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.059408+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.065545+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.068598+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-06-18T02:17:26.519 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:26 smithi172 bash[22586]: audit 2024-06-18T02:17:26.073870+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:27.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:27 smithi174 bash[22719]: audit 2024-06-18T02:17:26.043499+0000 mgr.a (mgr.14150) 351 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:27.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:27 smithi174 bash[22719]: cephadm 2024-06-18T02:17:26.046719+0000 mgr.a (mgr.14150) 352 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:17:27.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:27 smithi037 bash[21814]: audit 2024-06-18T02:17:26.043499+0000 mgr.a (mgr.14150) 351 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:27.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:27 smithi037 bash[21814]: cephadm 2024-06-18T02:17:26.046719+0000 mgr.a (mgr.14150) 352 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:17:27.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:27 smithi172 bash[22586]: audit 2024-06-18T02:17:26.043499+0000 mgr.a (mgr.14150) 351 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:17:27.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:27 smithi172 bash[22586]: cephadm 2024-06-18T02:17:26.046719+0000 mgr.a (mgr.14150) 352 : cephadm [INF] Saving service mon spec with placement count:3 2024-06-18T02:17:28.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:28 smithi174 bash[22719]: cluster 2024-06-18T02:17:27.120810+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:28.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:28 smithi037 bash[21814]: cluster 2024-06-18T02:17:27.120810+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:28.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:28 smithi172 bash[22586]: cluster 2024-06-18T02:17:27.120810+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:30.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:30 smithi174 bash[22719]: cluster 2024-06-18T02:17:29.121328+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:30.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:30 smithi037 bash[21814]: cluster 2024-06-18T02:17:29.121328+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:30.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:30 smithi172 bash[22586]: cluster 2024-06-18T02:17:29.121328+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:32.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:32 smithi174 bash[22719]: cluster 2024-06-18T02:17:31.121845+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:32.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:32 smithi037 bash[21814]: cluster 2024-06-18T02:17:31.121845+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:32.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:32 smithi172 bash[22586]: cluster 2024-06-18T02:17:31.121845+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:34.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:34 smithi174 bash[22719]: cluster 2024-06-18T02:17:33.122377+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:34.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:34 smithi037 bash[21814]: cluster 2024-06-18T02:17:33.122377+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:34.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:34 smithi172 bash[22586]: cluster 2024-06-18T02:17:33.122377+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:36.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:36 smithi174 bash[22719]: audit 2024-06-18T02:17:35.048775+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:36 smithi174 bash[22719]: audit 2024-06-18T02:17:35.056823+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:36 smithi174 bash[22719]: audit 2024-06-18T02:17:35.066128+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:36 smithi174 bash[22719]: cluster 2024-06-18T02:17:35.122882+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:36.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:36 smithi037 bash[21814]: audit 2024-06-18T02:17:35.048775+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:36 smithi037 bash[21814]: audit 2024-06-18T02:17:35.056823+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:36 smithi037 bash[21814]: audit 2024-06-18T02:17:35.066128+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:36 smithi037 bash[21814]: cluster 2024-06-18T02:17:35.122882+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:36.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:36 smithi172 bash[22586]: audit 2024-06-18T02:17:35.048775+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:36 smithi172 bash[22586]: audit 2024-06-18T02:17:35.056823+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:36 smithi172 bash[22586]: audit 2024-06-18T02:17:35.066128+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:36.518 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:36 smithi172 bash[22586]: cluster 2024-06-18T02:17:35.122882+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:38.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:38 smithi174 bash[22719]: cluster 2024-06-18T02:17:37.123404+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:38.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:38 smithi037 bash[21814]: cluster 2024-06-18T02:17:37.123404+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:38.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:38 smithi172 bash[22586]: cluster 2024-06-18T02:17:37.123404+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:40.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:40 smithi172 bash[22586]: cluster 2024-06-18T02:17:39.123931+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:40.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:40 smithi174 bash[22719]: cluster 2024-06-18T02:17:39.123931+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:40.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:40 smithi037 bash[21814]: cluster 2024-06-18T02:17:39.123931+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:42.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:42 smithi174 bash[22719]: cluster 2024-06-18T02:17:41.124465+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:42.506 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:42 smithi172 bash[22586]: cluster 2024-06-18T02:17:41.124465+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:42.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:42 smithi037 bash[21814]: cluster 2024-06-18T02:17:41.124465+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:44.464 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:44 smithi172 bash[22586]: cluster 2024-06-18T02:17:43.125036+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:44.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:44 smithi174 bash[22719]: cluster 2024-06-18T02:17:43.125036+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:44.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:44 smithi037 bash[21814]: cluster 2024-06-18T02:17:43.125036+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:44.448151+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:44.456320+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:44.465555+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:45.306897+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:45.312412+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:45 smithi174 bash[22719]: audit 2024-06-18T02:17:45.318130+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:44.448151+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:44.456320+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:44.465555+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:45.306897+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:45.312412+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:45 smithi037 bash[21814]: audit 2024-06-18T02:17:45.318130+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:44.448151+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:44.456320+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:44.465555+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:45.306897+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:45.312412+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:45.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:45 smithi172 bash[22586]: audit 2024-06-18T02:17:45.318130+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:46.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:46 smithi174 bash[22719]: cluster 2024-06-18T02:17:45.125570+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:46.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:46 smithi037 bash[21814]: cluster 2024-06-18T02:17:45.125570+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:46.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:46 smithi172 bash[22586]: cluster 2024-06-18T02:17:45.125570+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:48.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:48 smithi174 bash[22719]: cluster 2024-06-18T02:17:47.126007+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:48.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:48 smithi037 bash[21814]: cluster 2024-06-18T02:17:47.126007+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:48.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:48 smithi172 bash[22586]: cluster 2024-06-18T02:17:47.126007+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:50.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:50 smithi174 bash[22719]: cluster 2024-06-18T02:17:49.126619+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:50.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:50 smithi037 bash[21814]: cluster 2024-06-18T02:17:49.126619+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:50.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:50 smithi172 bash[22586]: cluster 2024-06-18T02:17:49.126619+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:52.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:52 smithi174 bash[22719]: cluster 2024-06-18T02:17:51.127303+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:52.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:52 smithi037 bash[21814]: cluster 2024-06-18T02:17:51.127303+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:52.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:52 smithi172 bash[22586]: cluster 2024-06-18T02:17:51.127303+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:54.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:54 smithi174 bash[22719]: cluster 2024-06-18T02:17:53.127872+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:54.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:54 smithi037 bash[21814]: cluster 2024-06-18T02:17:53.127872+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:54.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:54 smithi172 bash[22586]: cluster 2024-06-18T02:17:53.127872+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:56.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:56 smithi174 bash[22719]: cluster 2024-06-18T02:17:55.128488+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:56.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:56 smithi174 bash[22719]: audit 2024-06-18T02:17:55.273726+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:56 smithi174 bash[22719]: audit 2024-06-18T02:17:55.281584+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:56 smithi174 bash[22719]: audit 2024-06-18T02:17:55.290973+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:56 smithi037 bash[21814]: cluster 2024-06-18T02:17:55.128488+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:56.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:56 smithi037 bash[21814]: audit 2024-06-18T02:17:55.273726+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:56 smithi037 bash[21814]: audit 2024-06-18T02:17:55.281584+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:56 smithi037 bash[21814]: audit 2024-06-18T02:17:55.290973+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:56 smithi172 bash[22586]: cluster 2024-06-18T02:17:55.128488+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:56.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:56 smithi172 bash[22586]: audit 2024-06-18T02:17:55.273726+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:56 smithi172 bash[22586]: audit 2024-06-18T02:17:55.281584+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:56.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:56 smithi172 bash[22586]: audit 2024-06-18T02:17:55.290973+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:17:58.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:17:58 smithi174 bash[22719]: cluster 2024-06-18T02:17:57.129055+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:58.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:17:58 smithi037 bash[21814]: cluster 2024-06-18T02:17:57.129055+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:17:58.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:17:58 smithi172 bash[22586]: cluster 2024-06-18T02:17:57.129055+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:00.452 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:00 smithi172 bash[22586]: cluster 2024-06-18T02:17:59.129617+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:00.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:00 smithi037 bash[21814]: cluster 2024-06-18T02:17:59.129617+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:00.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:00 smithi174 bash[22719]: cluster 2024-06-18T02:17:59.129617+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:02.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:02 smithi037 bash[21814]: cluster 2024-06-18T02:18:01.130170+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:02.728 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:02 smithi172 bash[22586]: cluster 2024-06-18T02:18:01.130170+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:02.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:02 smithi174 bash[22719]: cluster 2024-06-18T02:18:01.130170+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:04.693 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:04 smithi172 bash[22586]: cluster 2024-06-18T02:18:03.130699+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:04.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:04 smithi174 bash[22719]: cluster 2024-06-18T02:18:03.130699+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:04.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:04 smithi037 bash[21814]: cluster 2024-06-18T02:18:03.130699+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:06.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:04.667103+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:04.675375+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:04.684797+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:05.521290+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:05.528162+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:05 smithi174 bash[22719]: audit 2024-06-18T02:18:05.539090+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:04.667103+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:04.675375+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:04.684797+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:05.521290+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:05.528162+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:05 smithi037 bash[21814]: audit 2024-06-18T02:18:05.539090+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:04.667103+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:04.675375+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:04.684797+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:05.521290+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:05.528162+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:06.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:05 smithi172 bash[22586]: audit 2024-06-18T02:18:05.539090+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:07.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:06 smithi174 bash[22719]: cluster 2024-06-18T02:18:05.131205+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:07.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:06 smithi037 bash[21814]: cluster 2024-06-18T02:18:05.131205+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:07.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:06 smithi172 bash[22586]: cluster 2024-06-18T02:18:05.131205+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:09.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:08 smithi174 bash[22719]: cluster 2024-06-18T02:18:07.131715+0000 mgr.a (mgr.14150) 373 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:09.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:08 smithi037 bash[21814]: cluster 2024-06-18T02:18:07.131715+0000 mgr.a (mgr.14150) 373 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:09.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:08 smithi172 bash[22586]: cluster 2024-06-18T02:18:07.131715+0000 mgr.a (mgr.14150) 373 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:10.995 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:10 smithi174 bash[22719]: cluster 2024-06-18T02:18:09.132231+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:11.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:10 smithi037 bash[21814]: cluster 2024-06-18T02:18:09.132231+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:11.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:10 smithi172 bash[22586]: cluster 2024-06-18T02:18:09.132231+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:13.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:12 smithi174 bash[22719]: cluster 2024-06-18T02:18:11.132751+0000 mgr.a (mgr.14150) 375 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:13.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:12 smithi037 bash[21814]: cluster 2024-06-18T02:18:11.132751+0000 mgr.a (mgr.14150) 375 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:13.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:12 smithi172 bash[22586]: cluster 2024-06-18T02:18:11.132751+0000 mgr.a (mgr.14150) 375 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:15.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:14 smithi174 bash[22719]: cluster 2024-06-18T02:18:13.133288+0000 mgr.a (mgr.14150) 376 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:15.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:14 smithi037 bash[21814]: cluster 2024-06-18T02:18:13.133288+0000 mgr.a (mgr.14150) 376 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:15.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:14 smithi172 bash[22586]: cluster 2024-06-18T02:18:13.133288+0000 mgr.a (mgr.14150) 376 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:16.752 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:16 smithi174 bash[22719]: cluster 2024-06-18T02:18:15.133787+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:16.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:16 smithi174 bash[22719]: audit 2024-06-18T02:18:15.500755+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:16 smithi174 bash[22719]: audit 2024-06-18T02:18:15.508861+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:16 smithi174 bash[22719]: audit 2024-06-18T02:18:15.518411+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:16 smithi037 bash[21814]: cluster 2024-06-18T02:18:15.133787+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:16.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:16 smithi037 bash[21814]: audit 2024-06-18T02:18:15.500755+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:16 smithi037 bash[21814]: audit 2024-06-18T02:18:15.508861+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:16 smithi037 bash[21814]: audit 2024-06-18T02:18:15.518411+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:16 smithi172 bash[22586]: cluster 2024-06-18T02:18:15.133787+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:16.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:16 smithi172 bash[22586]: audit 2024-06-18T02:18:15.500755+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:16 smithi172 bash[22586]: audit 2024-06-18T02:18:15.508861+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:16.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:16 smithi172 bash[22586]: audit 2024-06-18T02:18:15.518411+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:18.753 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:18 smithi174 bash[22719]: cluster 2024-06-18T02:18:17.134327+0000 mgr.a (mgr.14150) 378 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:18.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:18 smithi037 bash[21814]: cluster 2024-06-18T02:18:17.134327+0000 mgr.a (mgr.14150) 378 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:18.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:18 smithi172 bash[22586]: cluster 2024-06-18T02:18:17.134327+0000 mgr.a (mgr.14150) 378 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:20.672 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:20 smithi172 bash[22586]: cluster 2024-06-18T02:18:19.134990+0000 mgr.a (mgr.14150) 379 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:20.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:20 smithi037 bash[21814]: cluster 2024-06-18T02:18:19.134990+0000 mgr.a (mgr.14150) 379 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:21.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:20 smithi174 bash[22719]: cluster 2024-06-18T02:18:19.134990+0000 mgr.a (mgr.14150) 379 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:22.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:22 smithi037 bash[21814]: cluster 2024-06-18T02:18:21.135532+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:22.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:22 smithi172 bash[22586]: cluster 2024-06-18T02:18:21.135532+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:23.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:22 smithi174 bash[22719]: cluster 2024-06-18T02:18:21.135532+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:24.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:24 smithi037 bash[21814]: cluster 2024-06-18T02:18:23.136073+0000 mgr.a (mgr.14150) 381 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:24.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:24 smithi172 bash[22586]: cluster 2024-06-18T02:18:23.136073+0000 mgr.a (mgr.14150) 381 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:25.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:24 smithi174 bash[22719]: cluster 2024-06-18T02:18:23.136073+0000 mgr.a (mgr.14150) 381 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:24.898034+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:24.906174+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:24.915680+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:25.724096+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:25.732300+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:25 smithi037 bash[21814]: audit 2024-06-18T02:18:25.741905+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:24.898034+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:24.906174+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:24.915680+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:25.724096+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:25.732300+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:25 smithi174 bash[22719]: audit 2024-06-18T02:18:25.741905+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:24.898034+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:24.906174+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:24.915680+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:25.724096+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:25.732300+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:26.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:25 smithi172 bash[22586]: audit 2024-06-18T02:18:25.741905+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:27.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:26 smithi174 bash[22719]: cluster 2024-06-18T02:18:25.136582+0000 mgr.a (mgr.14150) 382 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:26 smithi174 bash[22719]: audit 2024-06-18T02:18:26.128332+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:18:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:26 smithi174 bash[22719]: audit 2024-06-18T02:18:26.133345+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:18:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:26 smithi174 bash[22719]: audit 2024-06-18T02:18:26.135085+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:18:27.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:26 smithi174 bash[22719]: audit 2024-06-18T02:18:26.145089+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:26 smithi037 bash[21814]: cluster 2024-06-18T02:18:25.136582+0000 mgr.a (mgr.14150) 382 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:26 smithi037 bash[21814]: audit 2024-06-18T02:18:26.128332+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:18:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:26 smithi037 bash[21814]: audit 2024-06-18T02:18:26.133345+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:18:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:26 smithi037 bash[21814]: audit 2024-06-18T02:18:26.135085+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:18:27.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:26 smithi037 bash[21814]: audit 2024-06-18T02:18:26.145089+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:27.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:26 smithi172 bash[22586]: cluster 2024-06-18T02:18:25.136582+0000 mgr.a (mgr.14150) 382 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:27.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:26 smithi172 bash[22586]: audit 2024-06-18T02:18:26.128332+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T02:18:27.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:26 smithi172 bash[22586]: audit 2024-06-18T02:18:26.133345+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:18:27.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:26 smithi172 bash[22586]: audit 2024-06-18T02:18:26.135085+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:18:27.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:26 smithi172 bash[22586]: audit 2024-06-18T02:18:26.145089+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:29.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:28 smithi174 bash[22719]: cluster 2024-06-18T02:18:27.137091+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:29.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:28 smithi037 bash[21814]: cluster 2024-06-18T02:18:27.137091+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:29.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:28 smithi172 bash[22586]: cluster 2024-06-18T02:18:27.137091+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:31.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:30 smithi174 bash[22719]: cluster 2024-06-18T02:18:29.137589+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:31.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:30 smithi037 bash[21814]: cluster 2024-06-18T02:18:29.137589+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:31.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:30 smithi172 bash[22586]: cluster 2024-06-18T02:18:29.137589+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:33.200 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:32 smithi174 bash[22719]: cluster 2024-06-18T02:18:31.138086+0000 mgr.a (mgr.14150) 385 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:33.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:32 smithi037 bash[21814]: cluster 2024-06-18T02:18:31.138086+0000 mgr.a (mgr.14150) 385 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:33.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:32 smithi172 bash[22586]: cluster 2024-06-18T02:18:31.138086+0000 mgr.a (mgr.14150) 385 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:35.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:34 smithi174 bash[22719]: cluster 2024-06-18T02:18:33.138698+0000 mgr.a (mgr.14150) 386 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:35.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:34 smithi037 bash[21814]: cluster 2024-06-18T02:18:33.138698+0000 mgr.a (mgr.14150) 386 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:35.266 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:34 smithi172 bash[22586]: cluster 2024-06-18T02:18:33.138698+0000 mgr.a (mgr.14150) 386 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:37.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:36 smithi174 bash[22719]: cluster 2024-06-18T02:18:35.139193+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:36 smithi174 bash[22719]: audit 2024-06-18T02:18:35.726866+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:36 smithi174 bash[22719]: audit 2024-06-18T02:18:35.734773+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.003 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:36 smithi174 bash[22719]: audit 2024-06-18T02:18:35.744314+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:36 smithi037 bash[21814]: cluster 2024-06-18T02:18:35.139193+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:36 smithi037 bash[21814]: audit 2024-06-18T02:18:35.726866+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:36 smithi037 bash[21814]: audit 2024-06-18T02:18:35.734773+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:36 smithi037 bash[21814]: audit 2024-06-18T02:18:35.744314+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:36 smithi172 bash[22586]: cluster 2024-06-18T02:18:35.139193+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:37.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:36 smithi172 bash[22586]: audit 2024-06-18T02:18:35.726866+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:36 smithi172 bash[22586]: audit 2024-06-18T02:18:35.734773+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:37.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:36 smithi172 bash[22586]: audit 2024-06-18T02:18:35.744314+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:39.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:38 smithi174 bash[22719]: cluster 2024-06-18T02:18:37.139726+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:39.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:38 smithi037 bash[21814]: cluster 2024-06-18T02:18:37.139726+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:39.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:38 smithi172 bash[22586]: cluster 2024-06-18T02:18:37.139726+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:40.894 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:40 smithi172 bash[22586]: cluster 2024-06-18T02:18:39.140261+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:41.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:40 smithi174 bash[22719]: cluster 2024-06-18T02:18:39.140261+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:41.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:40 smithi037 bash[21814]: cluster 2024-06-18T02:18:39.140261+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:42.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:42 smithi037 bash[21814]: cluster 2024-06-18T02:18:41.140794+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:43.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:42 smithi174 bash[22719]: cluster 2024-06-18T02:18:41.140794+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:43.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:42 smithi172 bash[22586]: cluster 2024-06-18T02:18:41.140794+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:45.002 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:44 smithi174 bash[22719]: cluster 2024-06-18T02:18:43.141245+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:45.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:44 smithi037 bash[21814]: cluster 2024-06-18T02:18:43.141245+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:45.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:44 smithi172 bash[22586]: cluster 2024-06-18T02:18:43.141245+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:46.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.099340+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.107512+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.116983+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: cluster 2024-06-18T02:18:45.141852+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:46.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.925758+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.933272+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:46 smithi037 bash[21814]: audit 2024-06-18T02:18:45.942430+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.099340+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.107512+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.116983+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: cluster 2024-06-18T02:18:45.141852+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.925758+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.933272+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.503 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:46 smithi174 bash[22719]: audit 2024-06-18T02:18:45.942430+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.099340+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.107512+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.116983+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: cluster 2024-06-18T02:18:45.141852+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.925758+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.933272+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:46.517 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:46 smithi172 bash[22586]: audit 2024-06-18T02:18:45.942430+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:48.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:48 smithi174 bash[22719]: cluster 2024-06-18T02:18:47.142477+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:48.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:48 smithi037 bash[21814]: cluster 2024-06-18T02:18:47.142477+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:48.516 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:48 smithi172 bash[22586]: cluster 2024-06-18T02:18:47.142477+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:50.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:50 smithi174 bash[22719]: cluster 2024-06-18T02:18:49.143122+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:50.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:50 smithi037 bash[21814]: cluster 2024-06-18T02:18:49.143122+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:50.516 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:50 smithi172 bash[22586]: cluster 2024-06-18T02:18:49.143122+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:52.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:52 smithi174 bash[22719]: cluster 2024-06-18T02:18:51.143671+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:52.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:52 smithi037 bash[21814]: cluster 2024-06-18T02:18:51.143671+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:52.516 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:52 smithi172 bash[22586]: cluster 2024-06-18T02:18:51.143671+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:54.502 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:54 smithi174 bash[22719]: cluster 2024-06-18T02:18:53.144183+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:54.512 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:54 smithi037 bash[21814]: cluster 2024-06-18T02:18:53.144183+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:54.516 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:54 smithi172 bash[22586]: cluster 2024-06-18T02:18:53.144183+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:56.065 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph mon dump 2024-06-18T02:18:56.438 INFO:teuthology.orchestra.run.smithi037.stdout:epoch 6 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:last_changed 2024-06-18T02:16:00.236489+0000 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:created 2024-06-18T02:07:57.258700+0000 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:min_mon_release 19 (squid) 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:election_strategy: 1 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a; crush_location {datacenter=a} 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:1: [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-06-18T02:18:56.439 INFO:teuthology.orchestra.run.smithi037.stdout:2: [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-06-18T02:18:56.440 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 6 2024-06-18T02:18:56.451 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph mon dump --format json 2024-06-18T02:18:56.818 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 6 2024-06-18T02:18:56.818 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-06-18T02:18:56.818 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":6,"fsid":"6b9c681e-2d17-11ef-bc9d-c7b262605968","modified":"2024-06-18T02:16:00.236489Z","created":"2024-06-18T02:07:57.258700Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-06-18T02:18:56.830 INFO:teuthology.orchestra.run.smithi037.stderr:+ read monid 2024-06-18T02:18:56.831 INFO:teuthology.orchestra.run.smithi037.stderr:+ read crushloc 2024-06-18T02:18:56.831 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph mon dump --format json 2024-06-18T02:18:56.831 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-06-18T02:18:57.199 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 6 2024-06-18T02:18:57.212 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-06-18T02:18:57.212 INFO:teuthology.orchestra.run.smithi037.stderr:+ read monid 2024-06-18T02:18:57.212 INFO:teuthology.orchestra.run.smithi037.stderr:+ read crushloc 2024-06-18T02:18:57.212 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph mon dump --format json 2024-06-18T02:18:57.212 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-06-18T02:18:57.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: cluster 2024-06-18T02:18:55.144693+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:57.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: audit 2024-06-18T02:18:55.950687+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: audit 2024-06-18T02:18:55.958583+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: audit 2024-06-18T02:18:55.968545+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: audit 2024-06-18T02:18:56.441670+0000 mon.a (mon.0) 945 : audit [DBG] from='client.? 172.21.15.37:0/1363038247' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-06-18T02:18:57.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:56 smithi174 bash[22719]: audit 2024-06-18T02:18:56.820893+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.37:0/54470619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: cluster 2024-06-18T02:18:55.144693+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: audit 2024-06-18T02:18:55.950687+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: audit 2024-06-18T02:18:55.958583+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: audit 2024-06-18T02:18:55.968545+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: audit 2024-06-18T02:18:56.441670+0000 mon.a (mon.0) 945 : audit [DBG] from='client.? 172.21.15.37:0/1363038247' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-06-18T02:18:57.262 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:56 smithi037 bash[21814]: audit 2024-06-18T02:18:56.820893+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.37:0/54470619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:57.266 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: cluster 2024-06-18T02:18:55.144693+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T02:18:57.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: audit 2024-06-18T02:18:55.950687+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: audit 2024-06-18T02:18:55.958583+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: audit 2024-06-18T02:18:55.968545+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14150 172.21.15.37:0/1814708262' entity='mgr.a' 2024-06-18T02:18:57.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: audit 2024-06-18T02:18:56.441670+0000 mon.a (mon.0) 945 : audit [DBG] from='client.? 172.21.15.37:0/1363038247' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-06-18T02:18:57.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:56 smithi172 bash[22586]: audit 2024-06-18T02:18:56.820893+0000 mon.a (mon.0) 946 : audit [DBG] from='client.? 172.21.15.37:0/54470619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:57.569 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 6 2024-06-18T02:18:57.580 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-06-18T02:18:57.581 INFO:teuthology.orchestra.run.smithi037.stderr:+ read monid 2024-06-18T02:18:57.581 INFO:teuthology.orchestra.run.smithi037.stderr:+ read crushloc 2024-06-18T02:18:57.581 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph mon dump --format json 2024-06-18T02:18:57.581 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-06-18T02:18:57.935 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 6 2024-06-18T02:18:57.947 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-06-18T02:18:57.948 INFO:teuthology.orchestra.run.smithi037.stderr:+ read monid 2024-06-18T02:18:58.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:57 smithi174 bash[22719]: audit 2024-06-18T02:18:57.202606+0000 mon.a (mon.0) 947 : audit [DBG] from='client.? 172.21.15.37:0/367095312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:57 smithi174 bash[22719]: audit 2024-06-18T02:18:57.571891+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.37:0/3337592412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:18:57 smithi174 bash[22719]: audit 2024-06-18T02:18:57.939003+0000 mon.a (mon.0) 949 : audit [DBG] from='client.? 172.21.15.37:0/843251775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:57 smithi037 bash[21814]: audit 2024-06-18T02:18:57.202606+0000 mon.a (mon.0) 947 : audit [DBG] from='client.? 172.21.15.37:0/367095312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:57 smithi037 bash[21814]: audit 2024-06-18T02:18:57.571891+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.37:0/3337592412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.263 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:57 smithi037 bash[21814]: audit 2024-06-18T02:18:57.939003+0000 mon.a (mon.0) 949 : audit [DBG] from='client.? 172.21.15.37:0/843251775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.266 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:57 smithi172 bash[22586]: audit 2024-06-18T02:18:57.202606+0000 mon.a (mon.0) 947 : audit [DBG] from='client.? 172.21.15.37:0/367095312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.266 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:57 smithi172 bash[22586]: audit 2024-06-18T02:18:57.571891+0000 mon.a (mon.0) 948 : audit [DBG] from='client.? 172.21.15.37:0/3337592412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.267 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:18:57 smithi172 bash[22586]: audit 2024-06-18T02:18:57.939003+0000 mon.a (mon.0) 949 : audit [DBG] from='client.? 172.21.15.37:0/843251775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T02:18:58.657 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-18T02:18:58.666 INFO:tasks.cephadm:Teardown begin 2024-06-18T02:18:58.667 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:18:58.680 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:18:58.695 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:18:58.710 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-06-18T02:18:58.710 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:18:58.727 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:18:58.741 DEBUG:teuthology.orchestra.run.smithi174:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:18:58.758 INFO:tasks.cephadm:Stopping all daemons... 2024-06-18T02:18:58.759 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-06-18T02:18:58.759 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a 2024-06-18T02:18:58.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:58 smithi037 systemd[1]: Stopping Ceph mon.a for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:18:59.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:58 smithi037 bash[21814]: debug 2024-06-18T02:18:58.910+0000 7f6e13746640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -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 (PID: 1) UID: 0 2024-06-18T02:18:59.060 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:58 smithi037 bash[21814]: debug 2024-06-18T02:18:58.910+0000 7f6e13746640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-06-18T02:19:00.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jun 18 02:18:59 smithi037 bash[41448]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-mon-a 2024-06-18T02:19:00.333 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.a.service' 2024-06-18T02:19:00.375 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:00.375 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-06-18T02:19:00.375 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-06-18T02:19:00.375 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.b 2024-06-18T02:19:00.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:19:00 smithi172 systemd[1]: Stopping Ceph mon.b for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:00.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:19:00 smithi172 bash[22586]: debug 2024-06-18T02:19:00.572+0000 7f17d9a37640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -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 (PID: 1) UID: 0 2024-06-18T02:19:00.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:19:00 smithi172 bash[22586]: debug 2024-06-18T02:19:00.572+0000 7f17d9a37640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-06-18T02:19:01.854 INFO:journalctl@ceph.mon.b.smithi172.stdout:Jun 18 02:19:01 smithi172 bash[32793]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-mon-b 2024-06-18T02:19:01.868 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.b.service' 2024-06-18T02:19:01.893 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:01.893 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-06-18T02:19:01.894 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-06-18T02:19:01.894 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.c 2024-06-18T02:19:02.252 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:19:01 smithi174 systemd[1]: Stopping Ceph mon.c for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:02.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:19:02 smithi174 bash[22719]: debug 2024-06-18T02:19:02.047+0000 7fce9cf43640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -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 (PID: 1) UID: 0 2024-06-18T02:19:02.253 INFO:journalctl@ceph.mon.c.smithi174.stdout:Jun 18 02:19:02 smithi174 bash[22719]: debug 2024-06-18T02:19:02.047+0000 7fce9cf43640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-06-18T02:19:02.997 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mon.c.service' 2024-06-18T02:19:03.029 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:03.029 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-06-18T02:19:03.029 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-06-18T02:19:03.029 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a 2024-06-18T02:19:03.497 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:19:03 smithi037 systemd[1]: Stopping Ceph mgr.a for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:03.497 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:19:03 smithi037 bash[22069]: debug 2024-06-18T02:19:03.170+0000 7fc018a09640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-06-18T02:19:04.094 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Jun 18 02:19:03 smithi037 bash[41719]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-mgr-a 2024-06-18T02:19:04.111 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.a.service' 2024-06-18T02:19:04.136 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:04.136 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-06-18T02:19:04.136 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-06-18T02:19:04.136 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.b 2024-06-18T02:19:04.420 INFO:journalctl@ceph.mgr.b.smithi172.stdout:Jun 18 02:19:04 smithi172 systemd[1]: Stopping Ceph mgr.b for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:05.023 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@mgr.b.service' 2024-06-18T02:19:05.044 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:05.045 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-06-18T02:19:05.045 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-06-18T02:19:05.045 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.0 2024-06-18T02:19:05.513 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:05 smithi037 systemd[1]: Stopping Ceph osd.0 for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:05.513 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:05 smithi037 bash[31765]: debug 2024-06-18T02:19:05.198+0000 7fbfaae90640 -1 received signal: Terminated from /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 (PID: 1) UID: 0 2024-06-18T02:19:05.513 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:05 smithi037 bash[31765]: debug 2024-06-18T02:19:05.198+0000 7fbfaae90640 -1 osd.0 21 *** Got signal Terminated *** 2024-06-18T02:19:05.513 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:05 smithi037 bash[31765]: debug 2024-06-18T02:19:05.198+0000 7fbfaae90640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T02:19:11.408 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:11 smithi037 bash[41841]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-0 2024-06-18T02:19:11.408 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jun 18 02:19:11 smithi037 bash[41994]: Error response from daemon: No such container: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-0 2024-06-18T02:19:13.068 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.0.service' 2024-06-18T02:19:13.099 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:13.100 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-06-18T02:19:13.100 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-06-18T02:19:13.100 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.1 2024-06-18T02:19:13.517 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:13 smithi172 systemd[1]: Stopping Ceph osd.1 for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:13.517 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:13 smithi172 bash[27420]: debug 2024-06-18T02:19:13.240+0000 7fafc3a8b640 -1 received signal: Terminated from /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 (PID: 1) UID: 0 2024-06-18T02:19:13.517 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:13 smithi172 bash[27420]: debug 2024-06-18T02:19:13.240+0000 7fafc3a8b640 -1 osd.1 21 *** Got signal Terminated *** 2024-06-18T02:19:13.517 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:13 smithi172 bash[27420]: debug 2024-06-18T02:19:13.240+0000 7fafc3a8b640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T02:19:19.488 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:19 smithi172 bash[33421]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-1 2024-06-18T02:19:19.488 INFO:journalctl@ceph.osd.1.smithi172.stdout:Jun 18 02:19:19 smithi172 bash[33487]: Error response from daemon: No such container: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-1 2024-06-18T02:19:21.676 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.1.service' 2024-06-18T02:19:21.710 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:21.710 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-06-18T02:19:21.710 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-06-18T02:19:21.710 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.2 2024-06-18T02:19:22.003 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:21 smithi174 systemd[1]: Stopping Ceph osd.2 for 6b9c681e-2d17-11ef-bc9d-c7b262605968... 2024-06-18T02:19:22.003 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:21 smithi174 bash[27845]: debug 2024-06-18T02:19:21.866+0000 7f5a4a575640 -1 received signal: Terminated from /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 (PID: 1) UID: 0 2024-06-18T02:19:22.003 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:21 smithi174 bash[27845]: debug 2024-06-18T02:19:21.866+0000 7f5a4a575640 -1 osd.2 21 *** Got signal Terminated *** 2024-06-18T02:19:22.003 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:21 smithi174 bash[27845]: debug 2024-06-18T02:19:21.866+0000 7f5a4a575640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T02:19:28.187 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:27 smithi174 bash[32944]: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-2 2024-06-18T02:19:28.187 INFO:journalctl@ceph.osd.2.smithi174.stdout:Jun 18 02:19:28 smithi174 bash[33148]: Error response from daemon: No such container: ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968-osd-2 2024-06-18T02:19:29.907 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6b9c681e-2d17-11ef-bc9d-c7b262605968@osd.2.service' 2024-06-18T02:19:29.943 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:19:29.943 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-06-18T02:19:29.944 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T02:19:30.118 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:32.585 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T02:19:32.755 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:35.167 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T02:19:35.336 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:37.527 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:19:37.542 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:19:37.556 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:19:37.569 INFO:tasks.cephadm:Archiving crash dumps... 2024-06-18T02:19:37.570 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi037/crash 2024-06-18T02:19:37.571 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T02:19:37.598 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T02:19:37.598 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-06-18T02:19:37.600 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi172/crash 2024-06-18T02:19:37.601 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T02:19:37.613 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T02:19:37.613 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2024-06-18T02:19:37.615 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi174/crash 2024-06-18T02:19:37.616 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T02:19:37.626 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T02:19:37.626 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2024-06-18T02:19:37.627 INFO:tasks.cephadm:Checking cluster log for badness... 2024-06-18T02:19:37.627 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T02:19:37.657 INFO:teuthology.orchestra.run.smithi037.stdout:2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:19:37.658 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-06-18T02:19:37.658 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[SEC\]' /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T02:19:37.712 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]' /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T02:19:37.767 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[WRN\]' /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T02:19:37.825 INFO:teuthology.orchestra.run.smithi037.stdout:2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T02:19:37.826 INFO:tasks.cephadm:Compressing logs... 2024-06-18T02:19:37.827 DEBUG:teuthology.orchestra.run.smithi037:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-06-18T02:19:37.872 DEBUG:teuthology.orchestra.run.smithi172:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-06-18T02:19:37.874 DEBUG:teuthology.orchestra.run.smithi174:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-06-18T02:19:37.879 INFO:teuthology.orchestra.run.smithi037.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T02:19:37.885 INFO:teuthology.orchestra.run.smithi172.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T02:19:37.886 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T02:19:37.886 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.0.log 2024-06-18T02:19:37.886 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.a.log 2024-06-18T02:19:37.887 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T02:19:37.887 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.0.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T02:19:37.888 INFO:teuthology.orchestra.run.smithi174.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T02:19:37.889 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T02:19:37.889 INFO:teuthology.orchestra.run.smithi037.stderr: 82.6% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T02:19:37.889 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T02:19:37.889 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.a.log 2024-06-18T02:19:37.890 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T02:19:37.890 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.a.log: 87.5% 87.7% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T02:19:37.890 INFO:teuthology.orchestra.run.smithi037.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T02:19:37.891 INFO:teuthology.orchestra.run.smithi037.stderr: 90.4% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T02:19:37.891 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T02:19:37.891 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.1.log 2024-06-18T02:19:37.891 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T02:19:37.892 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T02:19:37.892 INFO:teuthology.orchestra.run.smithi172.stderr: 80.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T02:19:37.893 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.b.log 2024-06-18T02:19:37.893 INFO:teuthology.orchestra.run.smithi172.stderr: 85.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T02:19:37.893 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T02:19:37.894 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.b.log 2024-06-18T02:19:37.894 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.b.log: 87.7% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T02:19:37.896 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.b.log: 90.5% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T02:19:37.898 INFO:teuthology.orchestra.run.smithi172.stderr: 91.6% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.b.log.gz 2024-06-18T02:19:37.907 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T02:19:37.907 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.2.log 2024-06-18T02:19:37.907 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T02:19:37.908 INFO:teuthology.orchestra.run.smithi037.stderr: 91.7% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T02:19:37.909 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T02:19:37.909 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T02:19:37.909 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log: 82.2% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T02:19:37.909 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.c.log 2024-06-18T02:19:37.910 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T02:19:37.910 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log: 87.6% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T02:19:37.910 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.c.log: /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log: 84.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T02:19:37.911 INFO:teuthology.orchestra.run.smithi174.stderr: 90.6% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T02:19:37.916 INFO:teuthology.orchestra.run.smithi172.stderr: 91.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T02:19:37.931 INFO:teuthology.orchestra.run.smithi174.stderr: 91.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T02:19:37.934 INFO:teuthology.orchestra.run.smithi037.stderr: 93.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.0.log.gz 2024-06-18T02:19:37.944 INFO:teuthology.orchestra.run.smithi174.stderr: 93.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.2.log.gz 2024-06-18T02:19:37.961 INFO:teuthology.orchestra.run.smithi172.stderr: 93.9% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-osd.1.log.gz 2024-06-18T02:19:37.993 INFO:teuthology.orchestra.run.smithi037.stderr: 88.2% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mgr.a.log.gz 2024-06-18T02:19:38.011 INFO:teuthology.orchestra.run.smithi174.stderr: 93.2% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.c.log.gz 2024-06-18T02:19:38.012 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-06-18T02:19:38.013 INFO:teuthology.orchestra.run.smithi174.stderr:real 0m0.134s 2024-06-18T02:19:38.013 INFO:teuthology.orchestra.run.smithi174.stderr:user 0m0.164s 2024-06-18T02:19:38.013 INFO:teuthology.orchestra.run.smithi174.stderr:sys 0m0.028s 2024-06-18T02:19:38.013 INFO:teuthology.orchestra.run.smithi172.stderr: 92.8% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.b.log.gz 2024-06-18T02:19:38.015 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-06-18T02:19:38.015 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.138s 2024-06-18T02:19:38.015 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.227s 2024-06-18T02:19:38.015 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.024s 2024-06-18T02:19:38.215 INFO:teuthology.orchestra.run.smithi037.stderr: 91.5% -- replaced with /var/log/ceph/6b9c681e-2d17-11ef-bc9d-c7b262605968/ceph-mon.a.log.gz 2024-06-18T02:19:38.217 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-06-18T02:19:38.217 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.343s 2024-06-18T02:19:38.217 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.500s 2024-06-18T02:19:38.217 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.027s 2024-06-18T02:19:38.218 INFO:tasks.cephadm:Archiving logs... 2024-06-18T02:19:38.218 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi037/log 2024-06-18T02:19:38.219 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T02:19:38.349 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi172/log 2024-06-18T02:19:38.350 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T02:19:38.396 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi174/log 2024-06-18T02:19:38.397 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T02:19:38.433 INFO:tasks.cephadm:Removing cluster... 2024-06-18T02:19:38.433 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force 2024-06-18T02:19:38.603 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:39.943 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force 2024-06-18T02:19:40.113 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:41.443 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6b9c681e-2d17-11ef-bc9d-c7b262605968 --force 2024-06-18T02:19:41.615 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: 6b9c681e-2d17-11ef-bc9d-c7b262605968 2024-06-18T02:19:42.925 INFO:tasks.cephadm:Removing cephadm ... 2024-06-18T02:19:42.926 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T02:19:42.932 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T02:19:42.938 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T02:19:42.944 INFO:tasks.cephadm:Teardown complete 2024-06-18T02:19:42.944 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-06-18T02:19:42.954 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-06-18T02:19:42.954 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T02:19:42.976 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T02:19:42.982 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T02:19:43.073 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-18T02:19:43.082 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-18T02:19:43.082 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:19:43.084 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:19:43.087 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout:+hv01.front.sepi 67.205.162.81 3 u 27 64 377 0.093 -2.701 0.606 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout:*hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.098 -1.712 0.570 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout:+hv03.front.sepi 74.6.168.72 3 u 29 64 377 0.095 -1.894 0.533 2024-06-18T02:19:43.095 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout:*hv01.front.sepi 67.205.162.81 3 u 26 64 377 0.079 -2.423 1.528 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout:+hv02.front.sepi 63.231.80.2 3 u 36 64 377 0.082 -2.059 1.399 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.091 -2.900 1.560 2024-06-18T02:19:43.099 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================== 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout:*hv01.front.sepi 67.205.162.81 3 u 24 64 377 0.083 -1.352 0.631 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.072 -0.663 0.449 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout:+hv03.front.sepi 74.6.168.72 3 u 33 64 377 0.074 -1.096 0.264 2024-06-18T02:19:43.101 INFO:teuthology.orchestra.run.smithi174.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T02:19:43.102 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-18T02:19:43.111 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-18T02:19:43.111 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-18T02:19:43.119 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-18T02:19:43.128 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-18T02:19:43.138 INFO:teuthology.task.internal:Duration was 1314.824904 seconds 2024-06-18T02:19:43.139 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-18T02:19:43.146 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-18T02:19:43.147 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T02:19:43.149 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T02:19:43.151 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T02:19:43.186 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-18T02:19:43.186 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-06-18T02:19:43.187 DEBUG:teuthology.orchestra.run.smithi037:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-18T02:19:43.236 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-06-18T02:19:43.236 DEBUG:teuthology.orchestra.run.smithi172:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-18T02:19:43.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2024-06-18T02:19:43.246 DEBUG:teuthology.orchestra.run.smithi174:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-18T02:19:43.258 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-18T02:19:43.258 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T02:19:43.280 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T02:19:43.294 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T02:19:43.334 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-18T02:19:43.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T02:19:43.360 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T02:19:43.374 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T02:19:43.457 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-18T02:19:43.467 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-18T02:19:43.468 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T02:19:43.480 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T02:19:43.491 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T02:19:43.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-18T02:19:43.514 DEBUG:teuthology.orchestra.run.smithi037:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.523 DEBUG:teuthology.orchestra.run.smithi172:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.533 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-06-18T02:19:43.534 DEBUG:teuthology.orchestra.run.smithi174:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.543 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-06-18T02:19:43.556 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2024-06-18T02:19:43.579 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:19:43.602 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:19:43.620 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:19:43.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:19:43.625 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-18T02:19:43.635 INFO:teuthology.task.internal:Transferring archived files... 2024-06-18T02:19:43.636 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi037 2024-06-18T02:19:43.636 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T02:19:43.672 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi172 2024-06-18T02:19:43.672 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T02:19:43.694 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760400/remote/smithi174 2024-06-18T02:19:43.695 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T02:19:43.716 INFO:teuthology.task.internal:Removing archive directory... 2024-06-18T02:19:43.716 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T02:19:43.719 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T02:19:43.734 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T02:19:43.758 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-18T02:19:43.770 INFO:teuthology.task.internal:Not uploading archives. 2024-06-18T02:19:43.770 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-18T02:19:43.779 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-18T02:19:43.779 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T02:19:43.782 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T02:19:43.784 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T02:19:43.786 INFO:teuthology.orchestra.run.smithi037.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 02:19 /home/ubuntu/cephtest 2024-06-18T02:19:43.787 INFO:teuthology.orchestra.run.smithi172.stdout: 658461 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 02:19 /home/ubuntu/cephtest 2024-06-18T02:19:43.806 INFO:teuthology.orchestra.run.smithi174.stdout: 658622 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 02:19 /home/ubuntu/cephtest 2024-06-18T02:19:43.807 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-18T02:19:43.817 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-18T02:19:43.839 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1314.8249044418335 failure_reason: '"2024-06-18T02:12:03.078652+0000 mon.a (mon.0) 461 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-06-18T02:19:43.840 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T02:19:43.929 INFO:teuthology.run:FAIL