2024-03-21T21:38:32.145 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T21:38:32.145 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177 --verbose --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/orig.config.yaml 2024-03-21T21:38:32.174 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:38:32.261 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: jmulligan@redhat.com first_in_suite: false job_id: '7615177' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-21-1131 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMU2pSIzo86arVc0/LEfzc8SD9SZk4+Dpa4GP0t5M2+kbeU0eXcVN82Zh7THkYQMdNkroCVrhjZqEWB/4kte7JA= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPpJk5jDF3X0tHopXWU/6ogSSPCmyajAqm0Jx9+xemekmlL4DO+Pi8qAog6eWeJRzgW6+YaosLKs2Le3nfGVcU= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIq/ucqzx22kIVyQ/vtrgIwcMOKAaxNNCTzdkWJiNCkcZ9jWSJ37rahoHte1M1IuhK6XBPHR6a6UEgWx0foTjPk= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_20:44:17 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T21:38:32.262 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T21:38:32.262 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T21:38:32.263 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T21:38:32.264 INFO:teuthology.task.internal:Checking packages... 2024-03-21T21:38:32.288 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T21:38:32.288 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T21:38:32.288 INFO:teuthology.packaging:ref: None 2024-03-21T21:38:32.288 INFO:teuthology.packaging:tag: None 2024-03-21T21:38:32.288 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:38:32.288 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:38:32.289 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:38:32.433 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:38:32.435 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T21:38:32.441 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T21:38:32.441 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T21:38:32.454 INFO:teuthology.task.internal:Saving configuration 2024-03-21T21:38:32.467 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T21:38:32.473 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:38:32.497 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.123003', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvoSeyRFFt6rMxcqB2JC8UCWLb8MmUgwuPTDixKIV3S'} 2024-03-21T21:38:32.517 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.121955', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHPESqxBTGnm0Ncbk7FUSn03TS9PGqulCCfp4S7+eMsP'} 2024-03-21T21:38:32.541 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.120266', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFtqInIieKHQVvyDnOEh0HmxPH6rdSE3h3ajsvMkiFmb'} 2024-03-21T21:38:32.541 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T21:38:32.548 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-03-21T21:38:32.548 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-03-21T21:38:32.548 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-03-21T21:38:32.548 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T21:38:32.652 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f11afdfbe50>, signals=[15]) 2024-03-21T21:38:32.652 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T21:38:32.658 INFO:teuthology.task.internal:Opening connections... 2024-03-21T21:38:32.658 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2024-03-21T21:38:32.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:32.737 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-03-21T21:38:32.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:32.817 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-03-21T21:38:32.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:32.894 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T21:38:32.901 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2024-03-21T21:38:32.906 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2024-03-21T21:38:32.906 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="Ubuntu" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="22.04" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_CODENAME=jammy 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:ID=ubuntu 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE=debian 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:38:32.955 INFO:teuthology.orchestra.run.smithi072.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:38:32.956 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2024-03-21T21:38:32.980 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-03-21T21:38:32.986 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-03-21T21:38:32.986 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="Ubuntu" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="22.04" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_CODENAME=jammy 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:ID=ubuntu 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE=debian 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:38:33.033 INFO:teuthology.orchestra.run.smithi164.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:38:33.034 INFO:teuthology.orchestra.run.smithi164.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:38:33.034 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-03-21T21:38:33.055 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-03-21T21:38:33.061 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-03-21T21:38:33.061 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Ubuntu" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="22.04" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_CODENAME=jammy 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:ID=ubuntu 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE=debian 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:38:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:38:33.108 INFO:teuthology.orchestra.run.smithi173.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:38:33.108 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-03-21T21:38:33.130 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T21:38:33.139 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T21:38:33.144 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T21:38:33.144 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:38:33.147 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:38:33.149 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:38:33.154 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T21:38:33.161 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T21:38:33.161 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:38:33.197 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:38:33.200 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:38:33.278 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T21:38:33.351 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T21:38:33.364 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T21:38:33.364 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T21:38:33.364 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:38:33.365 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:38:33.365 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:38:33.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:38:33.370 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-03-21T21:38:33.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:38:33.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:38:33.371 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-03-21T21:38:33.372 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-21T21:38:33.415 INFO:teuthology.orchestra.run.smithi072.stdout:5.15.0-56-generic 2024-03-21T21:38:33.416 INFO:teuthology.task.kernel:Running kernel on smithi072: 5.15.0-56-generic 2024-03-21T21:38:33.416 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2024-03-21T21:38:33.418 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-56-generic 2024-03-21T21:38:33.418 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.15.0-56-generic 2024-03-21T21:38:33.418 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-03-21T21:38:33.419 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-56-generic 2024-03-21T21:38:33.419 INFO:teuthology.task.kernel:Running kernel on smithi173: 5.15.0-56-generic 2024-03-21T21:38:33.419 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-03-21T21:38:33.550 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-03-21T21:38:33.552 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-21T21:38:33.554 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-21T21:38:33.716 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:38:33.730 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:33.730 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:38:33.730 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:38:33.802 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:38:33.817 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:33.832 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:33.842 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:38:33.892 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:38:33.899 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:38:33.942 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:38:33.967 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:38:34.021 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:38:34.041 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:38:34.063 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:38:34.068 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:38:34.068 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:38:34.076 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:38:34.085 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:38:34.090 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:38:34.091 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:38:34.091 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:38:34.097 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:38:34.098 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:38:34.103 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.104 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:38:34.111 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:38:34.123 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:38:34.125 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:38:34.130 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:38:34.134 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.134 INFO:teuthology.orchestra.run.smithi164.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:38:34.139 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:38:34.149 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:38:34.155 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:38:34.156 INFO:teuthology.orchestra.run.smithi164.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:38:34.158 INFO:teuthology.orchestra.run.smithi164.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:38:34.160 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:38:34.162 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:38:34.162 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:38:34.174 INFO:teuthology.orchestra.run.smithi164.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:38:34.174 INFO:teuthology.orchestra.run.smithi164.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:38:34.174 INFO:teuthology.orchestra.run.smithi164.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:38:34.178 INFO:teuthology.orchestra.run.smithi164.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:38:34.184 INFO:teuthology.orchestra.run.smithi164.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:38:34.189 INFO:teuthology.orchestra.run.smithi164.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:38:34.190 INFO:teuthology.orchestra.run.smithi164.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:38:34.216 INFO:teuthology.orchestra.run.smithi164.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:38:34.217 INFO:teuthology.orchestra.run.smithi164.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:38:34.221 INFO:teuthology.orchestra.run.smithi164.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.221 INFO:teuthology.orchestra.run.smithi164.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:38:34.233 INFO:teuthology.orchestra.run.smithi164.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:38:34.240 INFO:teuthology.orchestra.run.smithi164.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:38:34.243 INFO:teuthology.orchestra.run.smithi164.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:38:34.243 INFO:teuthology.orchestra.run.smithi164.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:38:34.243 INFO:teuthology.orchestra.run.smithi164.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:38:34.243 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:38:34.249 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:38:34.254 INFO:teuthology.orchestra.run.smithi164.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:38:34.255 INFO:teuthology.orchestra.run.smithi164.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:38:34.255 INFO:teuthology.orchestra.run.smithi164.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:38:34.256 INFO:teuthology.orchestra.run.smithi164.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:38:34.262 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:38:34.264 INFO:teuthology.orchestra.run.smithi164.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:38:34.264 INFO:teuthology.orchestra.run.smithi164.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:38:34.264 INFO:teuthology.orchestra.run.smithi164.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:38:34.265 INFO:teuthology.orchestra.run.smithi164.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:38:34.265 INFO:teuthology.orchestra.run.smithi164.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:38:34.275 INFO:teuthology.orchestra.run.smithi164.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:38:34.390 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:38:34.400 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:38:34.597 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:38:34.692 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:38:34.696 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:38:34.714 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:38:34.724 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:38:34.725 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:38:34.731 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:38:34.745 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:38:34.746 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:38:34.747 INFO:teuthology.orchestra.run.smithi072.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:38:34.748 INFO:teuthology.orchestra.run.smithi072.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:38:34.760 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:38:34.761 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:38:34.762 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:38:34.807 INFO:teuthology.orchestra.run.smithi072.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:38:34.814 INFO:teuthology.orchestra.run.smithi072.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.817 INFO:teuthology.orchestra.run.smithi072.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:38:34.818 INFO:teuthology.orchestra.run.smithi072.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:38:34.822 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:38:34.829 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.857 INFO:teuthology.orchestra.run.smithi072.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:34.857 INFO:teuthology.orchestra.run.smithi072.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:38:34.867 INFO:teuthology.orchestra.run.smithi072.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:38:34.979 INFO:teuthology.orchestra.run.smithi072.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:38:34.994 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:38:35.046 INFO:teuthology.orchestra.run.smithi072.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:38:35.451 INFO:teuthology.orchestra.run.smithi072.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:38:35.456 INFO:teuthology.orchestra.run.smithi072.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:38:35.470 INFO:teuthology.orchestra.run.smithi072.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:38:35.470 INFO:teuthology.orchestra.run.smithi072.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:38:35.472 INFO:teuthology.orchestra.run.smithi072.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:38:35.556 INFO:teuthology.orchestra.run.smithi072.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:38:35.572 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:38:35.667 INFO:teuthology.orchestra.run.smithi072.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:38:35.683 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:38:35.687 INFO:teuthology.orchestra.run.smithi072.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:38:35.689 INFO:teuthology.orchestra.run.smithi072.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:38:35.692 INFO:teuthology.orchestra.run.smithi072.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:38:35.693 INFO:teuthology.orchestra.run.smithi072.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:38:35.694 INFO:teuthology.orchestra.run.smithi072.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:38:35.694 INFO:teuthology.orchestra.run.smithi072.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:38:35.698 INFO:teuthology.orchestra.run.smithi072.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:38:35.702 INFO:teuthology.orchestra.run.smithi072.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:38:35.702 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:38:35.704 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:38:35.707 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:38:35.708 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:38:35.709 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:38:35.709 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:38:35.713 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:38:35.718 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:38:35.866 INFO:teuthology.orchestra.run.smithi072.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:38:35.882 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:38:35.948 INFO:teuthology.orchestra.run.smithi072.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:38:35.965 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:38:36.050 INFO:teuthology.orchestra.run.smithi072.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:38:36.066 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:38:36.111 INFO:teuthology.orchestra.run.smithi072.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:38:36.128 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:38:36.141 INFO:teuthology.orchestra.run.smithi072.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:38:36.158 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:38:39.975 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 12.5 MB in 2s (6,955 kB/s) 2024-03-21T21:38:40.419 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 12.5 MB in 3s (4,920 kB/s) 2024-03-21T21:38:40.658 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 12.5 MB in 3s (4,947 kB/s) 2024-03-21T21:38:41.439 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:38:41.457 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:41.517 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:38:41.693 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-03-21T21:38:41.694 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-03-21T21:38:41.814 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:38:41.833 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:41.846 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:41.846 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:41.846 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:41.847 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:41.847 INFO:teuthology.orchestra.run.smithi164.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:38:41.847 INFO:teuthology.orchestra.run.smithi164.stdout: python2.7-minimal 2024-03-21T21:38:41.847 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:41.848 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-03-21T21:38:41.848 INFO:teuthology.orchestra.run.smithi164.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:41.849 INFO:teuthology.orchestra.run.smithi164.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:38:41.849 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:41.850 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-03-21T21:38:41.850 INFO:teuthology.orchestra.run.smithi164.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:38:41.850 INFO:teuthology.orchestra.run.smithi164.stdout:Recommended packages: 2024-03-21T21:38:41.850 INFO:teuthology.orchestra.run.smithi164.stdout: thermald 2024-03-21T21:38:41.894 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:38:41.903 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-03-21T21:38:41.904 INFO:teuthology.orchestra.run.smithi164.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:41.904 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:38:41.904 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:41.905 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages will be upgraded: 2024-03-21T21:38:41.906 INFO:teuthology.orchestra.run.smithi164.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:38:41.963 INFO:teuthology.orchestra.run.smithi164.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:41.963 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 113 MB of archives. 2024-03-21T21:38:41.963 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:38:41.963 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:38:42.091 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-21T21:38:42.091 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-21T21:38:42.260 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:42.260 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:42.260 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:42.261 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:42.261 INFO:teuthology.orchestra.run.smithi173.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:38:42.261 INFO:teuthology.orchestra.run.smithi173.stdout: python2.7-minimal 2024-03-21T21:38:42.261 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:42.262 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-03-21T21:38:42.262 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:42.262 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:38:42.263 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:42.264 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-03-21T21:38:42.264 INFO:teuthology.orchestra.run.smithi173.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:38:42.264 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-03-21T21:38:42.264 INFO:teuthology.orchestra.run.smithi173.stdout: thermald 2024-03-21T21:38:42.312 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-03-21T21:38:42.312 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:42.312 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:38:42.312 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:42.313 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages will be upgraded: 2024-03-21T21:38:42.314 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:38:42.369 INFO:teuthology.orchestra.run.smithi173.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:42.369 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 113 MB of archives. 2024-03-21T21:38:42.369 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:38:42.369 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:38:42.424 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:38:42.555 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:38:43.054 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:38:43.072 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:43.132 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:38:43.339 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-21T21:38:43.340 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-21T21:38:43.432 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:38:43.507 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:43.507 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:43.507 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:43.508 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:43.508 INFO:teuthology.orchestra.run.smithi072.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:38:43.508 INFO:teuthology.orchestra.run.smithi072.stdout: python2.7-minimal 2024-03-21T21:38:43.508 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:43.509 INFO:teuthology.orchestra.run.smithi072.stdout:The following additional packages will be installed: 2024-03-21T21:38:43.509 INFO:teuthology.orchestra.run.smithi072.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:43.509 INFO:teuthology.orchestra.run.smithi072.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:38:43.509 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:43.510 INFO:teuthology.orchestra.run.smithi072.stdout:Suggested packages: 2024-03-21T21:38:43.510 INFO:teuthology.orchestra.run.smithi072.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:38:43.511 INFO:teuthology.orchestra.run.smithi072.stdout:Recommended packages: 2024-03-21T21:38:43.511 INFO:teuthology.orchestra.run.smithi072.stdout: thermald 2024-03-21T21:38:43.563 INFO:teuthology.orchestra.run.smithi072.stdout:The following NEW packages will be installed: 2024-03-21T21:38:43.564 INFO:teuthology.orchestra.run.smithi072.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:43.564 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:38:43.564 INFO:teuthology.orchestra.run.smithi072.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:43.565 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages will be upgraded: 2024-03-21T21:38:43.565 INFO:teuthology.orchestra.run.smithi072.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:38:43.646 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:38:43.659 INFO:teuthology.orchestra.run.smithi072.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:43.659 INFO:teuthology.orchestra.run.smithi072.stdout:Need to get 113 MB of archives. 2024-03-21T21:38:43.659 INFO:teuthology.orchestra.run.smithi072.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:38:43.659 INFO:teuthology.orchestra.run.smithi072.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:38:44.326 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:38:44.327 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:38:44.327 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:38:44.616 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:38:44.665 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:38:44.691 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:38:44.881 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:38:45.090 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 113 MB in 3s (40.7 MB/s) 2024-03-21T21:38:45.283 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:38:45.406 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:38:45.407 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:38:45.407 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:38:45.632 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:38:45.682 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:38:46.111 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 113 MB in 3s (33.7 MB/s) 2024-03-21T21:38:46.292 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:38:46.313 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:38:46.313 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:38:46.314 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:38:46.688 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:38:46.719 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:38:47.133 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 113 MB in 3s (36.0 MB/s) 2024-03-21T21:38:47.303 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:38:47.307 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:47.329 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:38:47.563 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:48.317 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:38:48.321 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:48.439 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:49.864 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:38:49.885 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:49.997 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:50.487 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:38:50.491 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:50.567 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:38:50.588 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:50.593 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:50.625 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:50.698 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:38:50.719 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:51.011 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:51.493 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:38:51.513 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:51.551 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:53.686 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:38:53.707 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:53.815 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:54.400 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:38:54.420 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:54.458 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:57.794 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:57.935 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:58.049 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:58.177 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:58.267 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:58.413 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:58.501 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:58.622 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:58.742 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:38:58.764 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:38:58.799 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:38:58.933 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:38:58.955 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:38:59.000 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:39:02.492 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:39:02.651 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:39:02.971 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:39:03.134 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:39:03.611 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:39:03.633 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:39:03.815 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:39:04.523 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:39:04.561 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:39:04.598 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:04.913 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:39:04.932 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:39:04.962 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:07.686 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:39:07.808 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:39:07.877 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:39:07.998 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:39:08.141 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:39:08.263 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:08.339 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:39:08.381 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:39:08.461 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:08.534 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:08.612 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:39:08.716 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:09.863 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:09.864 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:09.864 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:09.864 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:10.027 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:10.027 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:10.027 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:10.027 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:10.029 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:10.204 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:11.437 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:11.456 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:39:11.493 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:39:11.531 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:11.621 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:12.839 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:39:12.965 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:39:13.006 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:39:13.091 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:13.106 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:39:13.167 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:39:13.167 INFO:teuthology.orchestra.run.smithi173.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:13.257 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:13.320 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:39:13.320 INFO:teuthology.orchestra.run.smithi164.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:13.886 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:39:14.012 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:39:14.400 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:39:14.522 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:14.692 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:39:14.830 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:16.622 INFO:teuthology.orchestra.run.smithi072.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:16.622 INFO:teuthology.orchestra.run.smithi072.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:16.622 INFO:teuthology.orchestra.run.smithi072.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:16.622 INFO:teuthology.orchestra.run.smithi072.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:17.282 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:18.676 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:20.103 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:39:20.232 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:39:20.376 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:39:20.461 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:39:20.461 INFO:teuthology.orchestra.run.smithi072.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:27.183 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:39:27.183 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:39:27.198 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:27.210 INFO:teuthology.orchestra.run.smithi173.stdout:Generating grub configuration file ... 2024-03-21T21:39:27.469 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:27.492 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:27.627 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:39:27.627 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:39:27.643 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Generating grub configuration file ... 2024-03-21T21:39:27.790 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:27.796 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:27.861 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:27.867 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:28.015 INFO:teuthology.orchestra.run.smithi173.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:28.016 INFO:teuthology.orchestra.run.smithi173.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:28.016 INFO:teuthology.orchestra.run.smithi173.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:28.064 INFO:teuthology.orchestra.run.smithi173.stdout:done 2024-03-21T21:39:28.065 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:28.087 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:28.500 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:28.506 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:28.546 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-03-21T21:39:28.565 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-03-21T21:39:28.565 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-03-21T21:39:28.565 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-03-21T21:39:28.565 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-03-21T21:39:28.565 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:28.566 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-03-21T21:39:28.567 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:39:28.567 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:39:28.567 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:39:28.567 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T21:39:28.568 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:39:28.568 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-03-21T21:39:28.571 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:28.577 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:28.728 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-21T21:39:28.732 INFO:teuthology.orchestra.run.smithi164.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:28.732 INFO:teuthology.orchestra.run.smithi164.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:28.732 INFO:teuthology.orchestra.run.smithi164.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:28.782 INFO:teuthology.orchestra.run.smithi164.stdout:done 2024-03-21T21:39:28.852 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:39:28.865 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:39:28.885 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:39:28.969 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:39:29.277 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:29.300 INFO:teuthology.orchestra.run.smithi164.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:29.301 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:29.301 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-03-21T21:39:29.301 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:29.301 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:29.301 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-03-21T21:39:29.301 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:39:29.301 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:39:29.301 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:39:29.301 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T21:39:29.301 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:39:29.301 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-03-21T21:39:29.551 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-03-21T21:39:29.683 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:39:29.696 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:39:29.716 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:39:29.798 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:39:30.158 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:39:30.176 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:39:30.238 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:39:30.434 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-21T21:39:30.434 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-21T21:39:30.607 INFO:teuthology.orchestra.run.smithi173.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:39:30.608 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:39:30.608 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:39:30.608 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:39:30.608 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:39:30.608 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:39:30.609 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:39:30.609 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:39:30.648 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:39:30.650 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:30.664 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-03-21T21:39:30.665 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:30.665 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:30.665 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-03-21T21:39:30.665 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2024-03-21T21:39:30.709 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.ocMNKFAS2M 2024-03-21T21:39:30.710 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ocMNKFAS2M 2024-03-21T21:39:30.764 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.ocMNKFAS2M 2024-03-21T21:39:30.887 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.ocMNKFAS2M is 10KB 2024-03-21T21:39:30.900 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.ocMNKFAS2M 2024-03-21T21:39:30.905 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:30.956 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:39:30.956 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:39:30.956 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:31.021 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:39:31.021 DEBUG:teuthology.orchestra.run.smithi173:> sudo update-grub 2024-03-21T21:39:31.025 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:39:31.044 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:39:31.104 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:39:31.302 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-03-21T21:39:31.302 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-03-21T21:39:31.478 INFO:teuthology.orchestra.run.smithi164.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:39:31.478 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:39:31.478 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:39:31.478 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:39:31.478 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:39:31.479 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:39:31.479 INFO:teuthology.orchestra.run.smithi164.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:39:31.479 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:39:31.518 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:39:31.520 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-03-21T21:39:31.536 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:31.537 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-03-21T21:39:31.537 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-03-21T21:39:31.584 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.Eg26ceAM8G 2024-03-21T21:39:31.585 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Eg26ceAM8G 2024-03-21T21:39:31.640 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.Eg26ceAM8G 2024-03-21T21:39:31.758 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.Eg26ceAM8G is 10KB 2024-03-21T21:39:31.771 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.Eg26ceAM8G 2024-03-21T21:39:31.776 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:31.831 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:39:31.831 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:39:31.832 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:31.919 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:39:31.919 DEBUG:teuthology.orchestra.run.smithi164:> sudo update-grub 2024-03-21T21:39:32.215 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:39:32.216 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:32.218 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2024-03-21T21:39:32.404 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:32.410 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:32.647 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:32.653 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:32.697 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:32.702 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:32.838 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:32.838 INFO:teuthology.orchestra.run.smithi173.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:32.838 INFO:teuthology.orchestra.run.smithi173.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:32.849 INFO:teuthology.orchestra.run.smithi173.stderr:done 2024-03-21T21:39:32.866 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2024-03-21T21:39:33.352 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:39:33.354 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:33.358 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-03-21T21:39:33.542 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:33.548 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:33.876 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:33.881 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:33.925 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:33.930 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:34.062 INFO:teuthology.orchestra.run.smithi164.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:34.062 INFO:teuthology.orchestra.run.smithi164.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:34.062 INFO:teuthology.orchestra.run.smithi164.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:34.072 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-03-21T21:39:34.075 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-03-21T21:39:37.557 INFO:teuthology.orchestra.run.smithi072.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:39:37.557 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:39:37.590 INFO:teuthology.orchestra.run.smithi072.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:37.612 INFO:teuthology.orchestra.run.smithi072.stdout:Generating grub configuration file ... 2024-03-21T21:39:37.943 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:37.995 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:38.283 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:38.289 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:38.370 INFO:teuthology.orchestra.run.smithi072.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:38.375 INFO:teuthology.orchestra.run.smithi072.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:38.710 INFO:teuthology.orchestra.run.smithi072.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:38.710 INFO:teuthology.orchestra.run.smithi072.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:38.710 INFO:teuthology.orchestra.run.smithi072.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:38.782 INFO:teuthology.orchestra.run.smithi072.stdout:done 2024-03-21T21:39:39.341 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic 2024-03-21T21:39:39.375 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 21 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2024-03-21T21:39:39.376 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:39.377 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:39.377 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2024-03-21T21:39:39.377 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:39:39.377 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:39:39.377 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:39:39.377 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T21:39:39.377 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi072.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:39:39.377 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get clean 2024-03-21T21:39:39.547 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-21T21:39:39.683 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:39:39.685 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:39:39.705 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:39:39.805 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:39:41.037 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:39:41.055 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:39:41.114 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:39:41.309 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-21T21:39:41.310 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-21T21:39:41.471 INFO:teuthology.orchestra.run.smithi072.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:39:41.472 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:39:41.510 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:39:41.512 DEBUG:teuthology.orchestra.run.smithi072:> dpkg -s linux-image-generic 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Package: linux-image-generic 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Status: install ok installed 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Priority: optional 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Section: kernel 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Installed-Size: 21 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: amd64 2024-03-21T21:39:41.525 INFO:teuthology.orchestra.run.smithi072.stdout:Source: linux-meta 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout:Recommends: thermald 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:41.526 INFO:teuthology.orchestra.run.smithi072.stdout: available. 2024-03-21T21:39:41.526 DEBUG:teuthology.orchestra.run.smithi072:> mktemp 2024-03-21T21:39:41.569 INFO:teuthology.orchestra.run.smithi072.stdout:/tmp/tmp.1UHNfxOFqW 2024-03-21T21:39:41.570 DEBUG:teuthology.orchestra.run.smithi072:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1UHNfxOFqW 2024-03-21T21:39:41.624 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 0666 /tmp/tmp.1UHNfxOFqW 2024-03-21T21:39:41.749 DEBUG:teuthology.orchestra.remote:smithi072:/tmp/tmp.1UHNfxOFqW is 10KB 2024-03-21T21:39:41.762 DEBUG:teuthology.orchestra.run.smithi072:> rm -fr /tmp/tmp.1UHNfxOFqW 2024-03-21T21:39:41.767 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:41.821 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:39:41.821 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:39:41.821 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:41.903 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:39:41.903 DEBUG:teuthology.orchestra.run.smithi072:> sudo update-grub 2024-03-21T21:39:44.264 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:39:44.280 INFO:teuthology.orchestra.run.smithi072.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:44.338 INFO:teuthology.orchestra.run.smithi072.stderr:Generating grub configuration file ... 2024-03-21T21:39:44.556 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:44.562 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:44.797 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:44.802 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:44.841 INFO:teuthology.orchestra.run.smithi072.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:44.846 INFO:teuthology.orchestra.run.smithi072.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:44.969 INFO:teuthology.orchestra.run.smithi072.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:44.969 INFO:teuthology.orchestra.run.smithi072.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:44.969 INFO:teuthology.orchestra.run.smithi072.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:45.009 INFO:teuthology.orchestra.run.smithi072.stderr:done 2024-03-21T21:39:45.011 DEBUG:teuthology.orchestra.run.smithi072:> sudo shutdown -r now 2024-03-21T21:40:02.885 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T21:40:02.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-21T21:40:02.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:04.124 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T21:40:04.124 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:40:04.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:15.022 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T21:40:15.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:40:15.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:38.819 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-21T21:40:47.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:40:47.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:49.566 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-21T21:40:58.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:40:58.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:02.893 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:41:06.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-21T21:41:11.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-21T21:41:11.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:12.524 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-03-21T21:41:13.473 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-21T21:41:13.473 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-21T21:41:13.473 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-03-21T21:41:13.521 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-101-generic 2024-03-21T21:41:13.521 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:41:13.521 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:41:13.521 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:41:14.522 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T21:41:14.522 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:41:14.669 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-03-21T21:41:14.696 DEBUG:teuthology.parallel:result is None 2024-03-21T21:41:16.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-21T21:41:18.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:41:18.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:20.255 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-21T21:41:28.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:41:28.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:29.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-03-21T21:41:35.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:41:35.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:35.484 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-21T21:41:36.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:41:36.086 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T21:41:36.087 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-21T21:41:36.135 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-101-generic 2024-03-21T21:41:36.135 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:41:36.135 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:41:36.135 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:41:37.137 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T21:41:37.137 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:41:37.492 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-03-21T21:41:37.513 DEBUG:teuthology.parallel:result is None 2024-03-21T21:41:44.987 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:41:44.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:41:45.280 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-03-21T21:41:45.974 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:41:45.974 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T21:41:45.974 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-03-21T21:41:45.980 INFO:teuthology.orchestra.run.smithi072.stdout:5.15.0-101-generic 2024-03-21T21:41:45.980 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:41:45.980 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:41:45.980 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:41:46.981 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T21:41:46.982 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:41:47.114 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2024-03-21T21:41:47.141 DEBUG:teuthology.parallel:result is None 2024-03-21T21:41:47.141 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T21:41:47.149 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T21:41:47.149 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:41:47.152 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:41:47.154 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:41:47.161 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T21:41:47.191 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T21:41:47.199 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T21:41:47.200 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:41:47.202 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:41:47.205 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:41:47.227 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T21:41:47.234 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T21:41:47.234 DEBUG:teuthology.orchestra.run.smithi072:> 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-03-21T21:41:47.256 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-21T21:41:47.268 DEBUG:teuthology.orchestra.run.smithi173:> 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-03-21T21:41:47.273 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.281 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.287 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.295 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.303 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.313 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:47.315 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T21:41:47.322 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T21:41:47.322 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:41:47.328 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:41:47.343 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:41:47.370 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T21:41:47.379 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T21:41:47.379 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:41:47.387 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:41:47.396 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:41:47.417 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:41:47.439 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:41:47.487 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:41:47.487 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:41:47.547 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:41:47.553 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:41:47.599 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:41:47.599 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:41:47.663 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:41:47.670 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:41:47.720 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:41:47.720 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:41:47.788 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2024-03-21T21:41:47.792 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-03-21T21:41:47.795 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-03-21T21:41:47.860 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T21:41:47.868 INFO:teuthology.task.internal:Starting timer... 2024-03-21T21:41:47.869 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T21:41:47.880 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T21:41:47.889 DEBUG:teuthology.task.selinux:Excluding smithi072: OS 'ubuntu' does not support SELinux 2024-03-21T21:41:47.889 DEBUG:teuthology.task.selinux:Excluding smithi164: OS 'ubuntu' does not support SELinux 2024-03-21T21:41:47.889 DEBUG:teuthology.task.selinux:Excluding smithi173: OS 'ubuntu' does not support SELinux 2024-03-21T21:41:47.890 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T21:41:47.890 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T21:41:47.890 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T21:41:47.890 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T21:41:47.910 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T21:41:47.934 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-03-21T21:41:47.936 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi072.front.sepia.ceph.com,smithi164.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:48:58.095 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi072.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2024-03-21T21:48:58.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:48:58.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:48:58.192 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-03-21T21:48:58.271 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-03-21T21:48:58.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:48:58.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:48:58.356 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-21T21:48:58.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-21T21:48:58.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-21T21:48:58.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:48:58.520 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-03-21T21:48:58.602 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-03-21T21:48:58.602 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:48:58.614 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:48:58.614 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:48:58.615 DEBUG:teuthology.orchestra.run.smithi072:> 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-03-21T21:48:58.617 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:48:58.617 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-21T21:48:58.619 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:48:58.620 DEBUG:teuthology.orchestra.run.smithi173:> 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-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Command line: ntpd -gq 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: ---------------------------------------------------- 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: corporation. Support and training for ntp-4 are 2024-03-21T21:48:58.645 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: available at https://www.nwtime.org/support 2024-03-21T21:48:58.646 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: ---------------------------------------------------- 2024-03-21T21:48:58.647 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: proto: precision = 0.073 usec (-24) 2024-03-21T21:48:58.647 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: basedate set to 2022-02-04 2024-03-21T21:48:58.647 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi164.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Command line: ntpd -gq 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: ---------------------------------------------------- 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:48:58.648 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: corporation. Support and training for ntp-4 are 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: available at https://www.nwtime.org/support 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: ---------------------------------------------------- 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: proto: precision = 0.044 usec (-24) 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: basedate set to 2022-02-04 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi072.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.649 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.650 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.650 INFO:teuthology.orchestra.run.smithi164.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.650 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.650 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.651 INFO:teuthology.orchestra.run.smithi072.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.652 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:48:58.652 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:48:58.652 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:48:58.652 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen normally on 3 enp3s0f1 172.21.15.164:123 2024-03-21T21:48:58.652 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen normally on 4 lo [::1]:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:73f3%5]:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:48:58 ntpd[17141]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen normally on 3 enp3s0f1 172.21.15.72:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen normally on 4 lo [::1]:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:b765%5]:123 2024-03-21T21:48:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:48:58 ntpd[17291]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:48:58.671 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:48:58.671 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Command line: ntpd -gq 2024-03-21T21:48:58.671 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: ---------------------------------------------------- 2024-03-21T21:48:58.671 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:48:58.672 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:48:58.672 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-03-21T21:48:58.672 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: available at https://www.nwtime.org/support 2024-03-21T21:48:58.672 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: ---------------------------------------------------- 2024-03-21T21:48:58.672 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: proto: precision = 0.062 usec (-24) 2024-03-21T21:48:58.673 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: basedate set to 2022-02-04 2024-03-21T21:48:58.673 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:48:58.673 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.673 INFO:teuthology.orchestra.run.smithi173.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:58.673 INFO:teuthology.orchestra.run.smithi173.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.674 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:58.674 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:48:58.674 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:48:58.674 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:48:58.674 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.173:123 2024-03-21T21:48:58.675 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-03-21T21:48:58.675 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7259%5]:123 2024-03-21T21:48:58.675 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:48:58 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:48:59.645 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:59.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:48:59 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:59.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:48:59 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:59.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:59.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:59.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:59.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:48:59 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:00.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:00 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:00.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:00 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:01.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:01.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:01.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:01 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:01.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:01 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:01.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:01.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:01.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:01.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:01.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:01 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:02.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:02 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:02.651 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:02 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:02.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:02 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:03 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:03.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:03.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:03 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:03.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:03.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:03.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:03.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:03.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:03 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:04.645 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:04.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:04 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.647 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:04.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:04 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:04.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:04 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:05.646 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:05.647 INFO:teuthology.orchestra.run.smithi164.stdout:21 Mar 21:49:05 ntpd[17141]: ntpd: time slew -0.001861 s 2024-03-21T21:49:05.647 INFO:teuthology.orchestra.run.smithi164.stdout:ntpd: time slew -0.001861s 2024-03-21T21:49:05.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:49:05.647 INFO:teuthology.orchestra.run.smithi164.stderr:21 Mar 21:49:05 ntpd[17141]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:05.648 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:05.649 INFO:teuthology.orchestra.run.smithi072.stdout:21 Mar 21:49:05 ntpd[17291]: ntpd: time slew -0.002573 s 2024-03-21T21:49:05.649 INFO:teuthology.orchestra.run.smithi072.stdout:ntpd: time slew -0.002573s 2024-03-21T21:49:05.649 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:49:05.649 INFO:teuthology.orchestra.run.smithi072.stderr:21 Mar 21:49:05 ntpd[17291]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:49:05.672 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:49:05.673 INFO:teuthology.orchestra.run.smithi173.stdout:21 Mar 21:49:05 ntpd[17175]: ntpd: time slew -0.000802 s 2024-03-21T21:49:05.673 INFO:teuthology.orchestra.run.smithi173.stdout:ntpd: time slew -0.000802s 2024-03-21T21:49:05.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:49:05.673 INFO:teuthology.orchestra.run.smithi173.stderr:21 Mar 21:49:05 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:49:05.699 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:49:05.699 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-03-21T21:49:05.699 INFO:teuthology.orchestra.run.smithi164.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.699 INFO:teuthology.orchestra.run.smithi164.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.699 INFO:teuthology.orchestra.run.smithi164.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.700 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.700 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:49:05.701 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2024-03-21T21:49:05.701 INFO:teuthology.orchestra.run.smithi072.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.701 INFO:teuthology.orchestra.run.smithi072.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.701 INFO:teuthology.orchestra.run.smithi072.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.701 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.728 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:49:05.729 INFO:teuthology.run_tasks:Running task install... 2024-03-21T21:49:05.738 DEBUG:teuthology.task.install:project ceph 2024-03-21T21:49:05.739 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'}} 2024-03-21T21:49:05.739 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:49:05.739 INFO:teuthology.task.install:Using flavor: default 2024-03-21T21:49:05.745 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-03-21T21:49:05.745 INFO:teuthology.task.install:extra packages: [] 2024-03-21T21:49:05.745 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-key list | grep Ceph 2024-03-21T21:49:05.746 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-key list | grep Ceph 2024-03-21T21:49:05.746 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-key list | grep Ceph 2024-03-21T21:49:05.803 INFO:teuthology.orchestra.run.smithi164.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T21:49:05.804 INFO:teuthology.orchestra.run.smithi072.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T21:49:05.829 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T21:49:05.831 INFO:teuthology.orchestra.run.smithi164.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T21:49:05.831 INFO:teuthology.orchestra.run.smithi164.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T21:49:05.832 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-03-21T21:49:05.832 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:49:05.837 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T21:49:05.838 INFO:teuthology.orchestra.run.smithi072.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T21:49:05.838 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-03-21T21:49:05.838 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:49:05.855 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T21:49:05.856 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T21:49:05.856 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-03-21T21:49:05.856 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:49:05.978 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T21:49:05.978 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:05.992 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T21:49:05.992 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:06.049 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/ 2024-03-21T21:49:06.050 INFO:teuthology.task.install.deb:Package version is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:06.088 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:49:06.088 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T21:49:06.108 DEBUG:teuthology.orchestra.run.smithi072:> sudo apt-get update 2024-03-21T21:49:06.162 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:49:06.163 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T21:49:06.177 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-03-21T21:49:06.220 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:49:06.220 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T21:49:06.235 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-03-21T21:49:06.280 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:49:06.292 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:49:06.312 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:49:06.350 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:49:06.362 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:49:06.384 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:49:06.388 INFO:teuthology.orchestra.run.smithi072.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T21:49:06.394 INFO:teuthology.orchestra.run.smithi072.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:49:06.397 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T21:49:06.408 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:49:06.418 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T21:49:06.421 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:49:06.424 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T21:49:06.439 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T21:49:06.440 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:49:06.460 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T21:49:06.461 INFO:teuthology.orchestra.run.smithi072.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T21:49:06.466 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:49:06.487 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T21:49:06.497 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T21:49:06.518 INFO:teuthology.orchestra.run.smithi164.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T21:49:06.523 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:49:06.541 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T21:49:06.554 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T21:49:06.591 INFO:teuthology.orchestra.run.smithi164.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T21:49:06.627 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T21:49:06.639 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 29.2 kB in 0s (81.9 kB/s) 2024-03-21T21:49:06.695 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 29.2 kB in 0s (85.6 kB/s) 2024-03-21T21:49:06.706 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,421 B] 2024-03-21T21:49:06.777 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 29.2 kB in 0s (79.6 kB/s) 2024-03-21T21:49:07.576 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:49:07.592 DEBUG:teuthology.orchestra.run.smithi072:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:07.619 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:49:07.634 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:07.653 INFO:teuthology.orchestra.run.smithi072.stdout:Reading package lists... 2024-03-21T21:49:07.694 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-03-21T21:49:07.710 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:49:07.726 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2286-g5d87ad5b-1jammy cephadm=19.0.0-2286-g5d87ad5b-1jammy ceph-mds=19.0.0-2286-g5d87ad5b-1jammy ceph-mgr=19.0.0-2286-g5d87ad5b-1jammy ceph-common=19.0.0-2286-g5d87ad5b-1jammy ceph-fuse=19.0.0-2286-g5d87ad5b-1jammy ceph-test=19.0.0-2286-g5d87ad5b-1jammy ceph-volume=19.0.0-2286-g5d87ad5b-1jammy radosgw=19.0.0-2286-g5d87ad5b-1jammy python3-rados=19.0.0-2286-g5d87ad5b-1jammy python3-rgw=19.0.0-2286-g5d87ad5b-1jammy python3-cephfs=19.0.0-2286-g5d87ad5b-1jammy python3-rbd=19.0.0-2286-g5d87ad5b-1jammy libcephfs2=19.0.0-2286-g5d87ad5b-1jammy libcephfs-dev=19.0.0-2286-g5d87ad5b-1jammy librados2=19.0.0-2286-g5d87ad5b-1jammy librbd1=19.0.0-2286-g5d87ad5b-1jammy rbd-fuse=19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:49:07.786 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-03-21T21:49:07.849 INFO:teuthology.orchestra.run.smithi072.stdout:Building dependency tree... 2024-03-21T21:49:07.850 INFO:teuthology.orchestra.run.smithi072.stdout:Reading state information... 2024-03-21T21:49:07.889 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-03-21T21:49:07.890 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-03-21T21:49:07.983 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-03-21T21:49:07.983 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-03-21T21:49:08.029 INFO:teuthology.orchestra.run.smithi072.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:49:08.029 INFO:teuthology.orchestra.run.smithi072.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:49:08.029 INFO:teuthology.orchestra.run.smithi072.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:49:08.029 INFO:teuthology.orchestra.run.smithi072.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:49:08.030 INFO:teuthology.orchestra.run.smithi072.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:49:08.030 INFO:teuthology.orchestra.run.smithi072.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:49:08.030 INFO:teuthology.orchestra.run.smithi072.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:49:08.030 INFO:teuthology.orchestra.run.smithi072.stdout:The following additional packages will be installed: 2024-03-21T21:49:08.030 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T21:49:08.031 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.032 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet zip 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout:Suggested packages: 2024-03-21T21:49:08.033 INFO:teuthology.orchestra.run.smithi072.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout:Recommended packages: 2024-03-21T21:49:08.034 INFO:teuthology.orchestra.run.smithi072.stdout: btrfs-tools 2024-03-21T21:49:08.061 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:49:08.061 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:49:08.061 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:49:08.062 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:49:08.062 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:49:08.062 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:49:08.062 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:49:08.063 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-03-21T21:49:08.063 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T21:49:08.063 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T21:49:08.063 INFO:teuthology.orchestra.run.smithi173.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T21:49:08.063 INFO:teuthology.orchestra.run.smithi173.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T21:49:08.064 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T21:49:08.064 INFO:teuthology.orchestra.run.smithi173.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T21:49:08.064 INFO:teuthology.orchestra.run.smithi173.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T21:49:08.065 INFO:teuthology.orchestra.run.smithi173.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet zip 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T21:49:08.066 INFO:teuthology.orchestra.run.smithi173.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T21:49:08.067 INFO:teuthology.orchestra.run.smithi173.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T21:49:08.067 INFO:teuthology.orchestra.run.smithi173.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T21:49:08.067 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-03-21T21:49:08.067 INFO:teuthology.orchestra.run.smithi173.stdout: btrfs-tools 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout:The following NEW packages will be installed: 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T21:49:08.132 INFO:teuthology.orchestra.run.smithi072.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.134 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T21:49:08.135 INFO:teuthology.orchestra.run.smithi072.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T21:49:08.162 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:49:08.162 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:49:08.162 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:49:08.163 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:49:08.163 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:49:08.163 INFO:teuthology.orchestra.run.smithi164.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:49:08.163 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:49:08.164 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-03-21T21:49:08.164 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T21:49:08.164 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T21:49:08.164 INFO:teuthology.orchestra.run.smithi164.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T21:49:08.164 INFO:teuthology.orchestra.run.smithi164.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T21:49:08.165 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.166 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T21:49:08.167 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet zip 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout:Recommended packages: 2024-03-21T21:49:08.168 INFO:teuthology.orchestra.run.smithi164.stdout: btrfs-tools 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T21:49:08.170 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T21:49:08.171 INFO:teuthology.orchestra.run.smithi173.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T21:49:08.200 INFO:teuthology.orchestra.run.smithi072.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T21:49:08.200 INFO:teuthology.orchestra.run.smithi072.stdout:Need to get 178 MB of archives. 2024-03-21T21:49:08.200 INFO:teuthology.orchestra.run.smithi072.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T21:49:08.200 INFO:teuthology.orchestra.run.smithi072.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T21:49:08.232 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T21:49:08.232 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 178 MB of archives. 2024-03-21T21:49:08.232 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T21:49:08.232 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T21:49:08.269 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-03-21T21:49:08.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T21:49:08.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T21:49:08.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T21:49:08.270 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T21:49:08.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T21:49:08.273 INFO:teuthology.orchestra.run.smithi164.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T21:49:08.275 INFO:teuthology.orchestra.run.smithi072.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T21:49:08.308 INFO:teuthology.orchestra.run.smithi072.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T21:49:08.309 INFO:teuthology.orchestra.run.smithi072.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T21:49:08.329 INFO:teuthology.orchestra.run.smithi072.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T21:49:08.335 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T21:49:08.337 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T21:49:08.337 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 178 MB of archives. 2024-03-21T21:49:08.337 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T21:49:08.337 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T21:49:08.338 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T21:49:08.357 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T21:49:08.388 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T21:49:08.396 INFO:teuthology.orchestra.run.smithi072.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T21:49:08.401 INFO:teuthology.orchestra.run.smithi072.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T21:49:08.414 INFO:teuthology.orchestra.run.smithi072.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T21:49:08.418 INFO:teuthology.orchestra.run.smithi072.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T21:49:08.418 INFO:teuthology.orchestra.run.smithi072.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T21:49:08.420 INFO:teuthology.orchestra.run.smithi072.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T21:49:08.428 INFO:teuthology.orchestra.run.smithi072.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T21:49:08.431 INFO:teuthology.orchestra.run.smithi072.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T21:49:08.433 INFO:teuthology.orchestra.run.smithi072.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T21:49:08.440 INFO:teuthology.orchestra.run.smithi072.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T21:49:08.440 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T21:49:08.447 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T21:49:08.463 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T21:49:08.467 INFO:teuthology.orchestra.run.smithi072.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T21:49:08.467 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T21:49:08.468 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T21:49:08.469 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T21:49:08.469 INFO:teuthology.orchestra.run.smithi072.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T21:49:08.472 INFO:teuthology.orchestra.run.smithi072.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T21:49:08.475 INFO:teuthology.orchestra.run.smithi072.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T21:49:08.475 INFO:teuthology.orchestra.run.smithi072.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T21:49:08.476 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:49:08.477 INFO:teuthology.orchestra.run.smithi072.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T21:49:08.477 INFO:teuthology.orchestra.run.smithi072.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T21:49:08.479 INFO:teuthology.orchestra.run.smithi072.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T21:49:08.479 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T21:49:08.481 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T21:49:08.483 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T21:49:08.484 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T21:49:08.486 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T21:49:08.489 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T21:49:08.500 INFO:teuthology.orchestra.run.smithi072.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T21:49:08.502 INFO:teuthology.orchestra.run.smithi072.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T21:49:08.502 INFO:teuthology.orchestra.run.smithi072.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T21:49:08.502 INFO:teuthology.orchestra.run.smithi072.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T21:49:08.505 INFO:teuthology.orchestra.run.smithi072.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T21:49:08.506 INFO:teuthology.orchestra.run.smithi072.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T21:49:08.507 INFO:teuthology.orchestra.run.smithi072.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T21:49:08.507 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T21:49:08.508 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T21:49:08.509 INFO:teuthology.orchestra.run.smithi072.stdout:Get:32 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T21:49:08.510 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T21:49:08.512 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T21:49:08.512 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T21:49:08.513 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.515 INFO:teuthology.orchestra.run.smithi072.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T21:49:08.516 INFO:teuthology.orchestra.run.smithi072.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T21:49:08.518 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T21:49:08.522 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,554 kB] 2024-03-21T21:49:08.524 INFO:teuthology.orchestra.run.smithi072.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T21:49:08.524 INFO:teuthology.orchestra.run.smithi072.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T21:49:08.525 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T21:49:08.526 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T21:49:08.526 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T21:49:08.526 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T21:49:08.544 INFO:teuthology.orchestra.run.smithi072.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T21:49:08.545 INFO:teuthology.orchestra.run.smithi072.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T21:49:08.546 INFO:teuthology.orchestra.run.smithi072.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T21:49:08.551 INFO:teuthology.orchestra.run.smithi072.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T21:49:08.552 INFO:teuthology.orchestra.run.smithi072.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T21:49:08.552 INFO:teuthology.orchestra.run.smithi072.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T21:49:08.553 INFO:teuthology.orchestra.run.smithi072.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T21:49:08.554 INFO:teuthology.orchestra.run.smithi072.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T21:49:08.555 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T21:49:08.555 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T21:49:08.555 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T21:49:08.559 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T21:49:08.559 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T21:49:08.559 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T21:49:08.567 INFO:teuthology.orchestra.run.smithi072.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T21:49:08.568 INFO:teuthology.orchestra.run.smithi072.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T21:49:08.578 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.579 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T21:49:08.579 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T21:49:08.579 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T21:49:08.580 INFO:teuthology.orchestra.run.smithi072.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T21:49:08.581 INFO:teuthology.orchestra.run.smithi072.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T21:49:08.583 INFO:teuthology.orchestra.run.smithi072.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T21:49:08.584 INFO:teuthology.orchestra.run.smithi072.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T21:49:08.585 INFO:teuthology.orchestra.run.smithi072.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T21:49:08.587 INFO:teuthology.orchestra.run.smithi072.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T21:49:08.620 INFO:teuthology.orchestra.run.smithi072.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T21:49:08.622 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T21:49:08.622 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T21:49:08.624 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T21:49:08.625 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T21:49:08.628 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T21:49:08.636 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T21:49:08.636 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T21:49:08.638 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T21:49:08.643 INFO:teuthology.orchestra.run.smithi072.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T21:49:08.654 INFO:teuthology.orchestra.run.smithi072.stdout:Get:55 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T21:49:08.655 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T21:49:08.656 INFO:teuthology.orchestra.run.smithi072.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T21:49:08.663 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T21:49:08.663 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T21:49:08.665 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T21:49:08.666 INFO:teuthology.orchestra.run.smithi072.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T21:49:08.668 INFO:teuthology.orchestra.run.smithi072.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T21:49:08.674 INFO:teuthology.orchestra.run.smithi072.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T21:49:08.675 INFO:teuthology.orchestra.run.smithi072.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T21:49:08.680 INFO:teuthology.orchestra.run.smithi072.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T21:49:08.680 INFO:teuthology.orchestra.run.smithi072.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T21:49:08.681 INFO:teuthology.orchestra.run.smithi072.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T21:49:08.682 INFO:teuthology.orchestra.run.smithi072.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T21:49:08.685 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T21:49:08.761 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T21:49:08.765 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T21:49:08.769 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T21:49:08.769 INFO:teuthology.orchestra.run.smithi164.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T21:49:08.772 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T21:49:08.772 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T21:49:08.773 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T21:49:08.774 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.777 INFO:teuthology.orchestra.run.smithi164.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T21:49:08.781 INFO:teuthology.orchestra.run.smithi164.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T21:49:08.782 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.786 INFO:teuthology.orchestra.run.smithi173.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T21:49:08.786 INFO:teuthology.orchestra.run.smithi164.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T21:49:08.788 INFO:teuthology.orchestra.run.smithi173.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T21:49:08.789 INFO:teuthology.orchestra.run.smithi173.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T21:49:08.790 INFO:teuthology.orchestra.run.smithi173.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T21:49:08.795 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.807 INFO:teuthology.orchestra.run.smithi164.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T21:49:08.808 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:08.826 INFO:teuthology.orchestra.run.smithi164.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T21:49:08.826 INFO:teuthology.orchestra.run.smithi164.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T21:49:08.828 INFO:teuthology.orchestra.run.smithi164.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T21:49:08.829 INFO:teuthology.orchestra.run.smithi164.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T21:49:08.830 INFO:teuthology.orchestra.run.smithi164.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T21:49:08.831 INFO:teuthology.orchestra.run.smithi164.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T21:49:08.831 INFO:teuthology.orchestra.run.smithi164.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T21:49:08.834 INFO:teuthology.orchestra.run.smithi072.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T21:49:08.837 INFO:teuthology.orchestra.run.smithi072.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T21:49:08.838 INFO:teuthology.orchestra.run.smithi072.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T21:49:08.865 INFO:teuthology.orchestra.run.smithi072.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T21:49:08.865 INFO:teuthology.orchestra.run.smithi072.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T21:49:08.866 INFO:teuthology.orchestra.run.smithi164.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T21:49:08.866 INFO:teuthology.orchestra.run.smithi072.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T21:49:08.867 INFO:teuthology.orchestra.run.smithi164.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T21:49:08.867 INFO:teuthology.orchestra.run.smithi072.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T21:49:08.868 INFO:teuthology.orchestra.run.smithi072.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T21:49:08.868 INFO:teuthology.orchestra.run.smithi164.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T21:49:08.868 INFO:teuthology.orchestra.run.smithi072.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T21:49:08.873 INFO:teuthology.orchestra.run.smithi173.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T21:49:08.874 INFO:teuthology.orchestra.run.smithi173.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T21:49:08.875 INFO:teuthology.orchestra.run.smithi173.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T21:49:08.876 INFO:teuthology.orchestra.run.smithi173.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T21:49:08.877 INFO:teuthology.orchestra.run.smithi173.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T21:49:08.878 INFO:teuthology.orchestra.run.smithi072.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T21:49:08.905 INFO:teuthology.orchestra.run.smithi173.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T21:49:08.908 INFO:teuthology.orchestra.run.smithi173.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T21:49:08.909 INFO:teuthology.orchestra.run.smithi173.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T21:49:08.909 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:08.912 INFO:teuthology.orchestra.run.smithi164.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T21:49:08.912 INFO:teuthology.orchestra.run.smithi164.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T21:49:08.913 INFO:teuthology.orchestra.run.smithi164.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T21:49:08.915 INFO:teuthology.orchestra.run.smithi164.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T21:49:08.917 INFO:teuthology.orchestra.run.smithi164.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T21:49:08.918 INFO:teuthology.orchestra.run.smithi164.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T21:49:08.918 INFO:teuthology.orchestra.run.smithi072.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T21:49:08.924 INFO:teuthology.orchestra.run.smithi072.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T21:49:08.927 INFO:teuthology.orchestra.run.smithi072.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T21:49:08.929 INFO:teuthology.orchestra.run.smithi072.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T21:49:08.929 INFO:teuthology.orchestra.run.smithi072.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T21:49:08.931 INFO:teuthology.orchestra.run.smithi072.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T21:49:08.932 INFO:teuthology.orchestra.run.smithi072.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T21:49:08.937 INFO:teuthology.orchestra.run.smithi072.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T21:49:08.941 INFO:teuthology.orchestra.run.smithi072.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T21:49:08.942 INFO:teuthology.orchestra.run.smithi072.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T21:49:08.944 INFO:teuthology.orchestra.run.smithi072.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T21:49:08.947 INFO:teuthology.orchestra.run.smithi072.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T21:49:08.964 INFO:teuthology.orchestra.run.smithi164.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T21:49:08.965 INFO:teuthology.orchestra.run.smithi164.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T21:49:08.966 INFO:teuthology.orchestra.run.smithi164.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T21:49:08.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T21:49:08.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T21:49:08.979 INFO:teuthology.orchestra.run.smithi173.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T21:49:08.980 INFO:teuthology.orchestra.run.smithi173.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T21:49:08.981 INFO:teuthology.orchestra.run.smithi173.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T21:49:08.982 INFO:teuthology.orchestra.run.smithi072.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T21:49:08.984 INFO:teuthology.orchestra.run.smithi072.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T21:49:08.990 INFO:teuthology.orchestra.run.smithi072.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T21:49:08.990 INFO:teuthology.orchestra.run.smithi072.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T21:49:08.991 INFO:teuthology.orchestra.run.smithi072.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T21:49:08.992 INFO:teuthology.orchestra.run.smithi072.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T21:49:08.994 INFO:teuthology.orchestra.run.smithi173.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-03-21T21:49:08.995 INFO:teuthology.orchestra.run.smithi173.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T21:49:08.999 INFO:teuthology.orchestra.run.smithi173.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T21:49:09.003 INFO:teuthology.orchestra.run.smithi164.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T21:49:09.005 INFO:teuthology.orchestra.run.smithi173.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T21:49:09.006 INFO:teuthology.orchestra.run.smithi164.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T21:49:09.010 INFO:teuthology.orchestra.run.smithi164.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T21:49:09.011 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:09.014 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:09.016 INFO:teuthology.orchestra.run.smithi164.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T21:49:09.018 INFO:teuthology.orchestra.run.smithi173.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T21:49:09.021 INFO:teuthology.orchestra.run.smithi164.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T21:49:09.021 INFO:teuthology.orchestra.run.smithi173.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T21:49:09.022 INFO:teuthology.orchestra.run.smithi173.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T21:49:09.024 INFO:teuthology.orchestra.run.smithi072.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T21:49:09.026 INFO:teuthology.orchestra.run.smithi072.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T21:49:09.039 INFO:teuthology.orchestra.run.smithi072.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T21:49:09.040 INFO:teuthology.orchestra.run.smithi072.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T21:49:09.043 INFO:teuthology.orchestra.run.smithi164.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T21:49:09.045 INFO:teuthology.orchestra.run.smithi164.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T21:49:09.050 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:09.062 INFO:teuthology.orchestra.run.smithi173.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T21:49:09.068 INFO:teuthology.orchestra.run.smithi173.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T21:49:09.070 INFO:teuthology.orchestra.run.smithi173.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T21:49:09.071 INFO:teuthology.orchestra.run.smithi173.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T21:49:09.075 INFO:teuthology.orchestra.run.smithi072.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T21:49:09.079 INFO:teuthology.orchestra.run.smithi072.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T21:49:09.081 INFO:teuthology.orchestra.run.smithi072.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T21:49:09.086 INFO:teuthology.orchestra.run.smithi173.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T21:49:09.089 INFO:teuthology.orchestra.run.smithi173.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T21:49:09.169 INFO:teuthology.orchestra.run.smithi173.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T21:49:09.170 INFO:teuthology.orchestra.run.smithi173.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T21:49:09.171 INFO:teuthology.orchestra.run.smithi173.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T21:49:09.172 INFO:teuthology.orchestra.run.smithi173.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T21:49:09.180 INFO:teuthology.orchestra.run.smithi173.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T21:49:09.181 INFO:teuthology.orchestra.run.smithi173.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T21:49:09.211 INFO:teuthology.orchestra.run.smithi164.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T21:49:09.211 INFO:teuthology.orchestra.run.smithi173.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T21:49:09.212 INFO:teuthology.orchestra.run.smithi173.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T21:49:09.212 INFO:teuthology.orchestra.run.smithi164.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T21:49:09.213 INFO:teuthology.orchestra.run.smithi173.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T21:49:09.214 INFO:teuthology.orchestra.run.smithi164.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T21:49:09.215 INFO:teuthology.orchestra.run.smithi164.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T21:49:09.217 INFO:teuthology.orchestra.run.smithi164.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T21:49:09.218 INFO:teuthology.orchestra.run.smithi173.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T21:49:09.225 INFO:teuthology.orchestra.run.smithi173.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T21:49:09.252 INFO:teuthology.orchestra.run.smithi164.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T21:49:09.259 INFO:teuthology.orchestra.run.smithi164.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T21:49:09.260 INFO:teuthology.orchestra.run.smithi164.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T21:49:09.314 INFO:teuthology.orchestra.run.smithi164.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T21:49:09.315 INFO:teuthology.orchestra.run.smithi164.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T21:49:09.317 INFO:teuthology.orchestra.run.smithi164.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T21:49:09.318 INFO:teuthology.orchestra.run.smithi164.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T21:49:09.320 INFO:teuthology.orchestra.run.smithi164.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T21:49:09.321 INFO:teuthology.orchestra.run.smithi164.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-03-21T21:49:09.322 INFO:teuthology.orchestra.run.smithi164.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T21:49:09.323 INFO:teuthology.orchestra.run.smithi164.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T21:49:09.333 INFO:teuthology.orchestra.run.smithi164.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T21:49:09.339 INFO:teuthology.orchestra.run.smithi164.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T21:49:09.358 INFO:teuthology.orchestra.run.smithi164.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T21:49:09.359 INFO:teuthology.orchestra.run.smithi164.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T21:49:09.369 INFO:teuthology.orchestra.run.smithi164.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T21:49:09.375 INFO:teuthology.orchestra.run.smithi164.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T21:49:09.377 INFO:teuthology.orchestra.run.smithi164.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T21:49:09.378 INFO:teuthology.orchestra.run.smithi164.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T21:49:09.390 INFO:teuthology.orchestra.run.smithi164.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T21:49:09.391 INFO:teuthology.orchestra.run.smithi164.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T21:49:09.399 INFO:teuthology.orchestra.run.smithi164.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T21:49:09.400 INFO:teuthology.orchestra.run.smithi164.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T21:49:09.401 INFO:teuthology.orchestra.run.smithi164.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T21:49:09.406 INFO:teuthology.orchestra.run.smithi164.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T21:49:09.409 INFO:teuthology.orchestra.run.smithi164.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T21:49:09.411 INFO:teuthology.orchestra.run.smithi164.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T21:49:09.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T21:49:09.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T21:49:09.430 INFO:teuthology.orchestra.run.smithi164.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T21:49:09.434 INFO:teuthology.orchestra.run.smithi164.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T21:49:09.435 INFO:teuthology.orchestra.run.smithi164.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T21:49:09.978 INFO:teuthology.orchestra.run.smithi072.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T21:49:10.066 INFO:teuthology.orchestra.run.smithi072.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T21:49:10.075 INFO:teuthology.orchestra.run.smithi072.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T21:49:10.079 INFO:teuthology.orchestra.run.smithi072.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T21:49:10.135 INFO:teuthology.orchestra.run.smithi072.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T21:49:10.363 INFO:teuthology.orchestra.run.smithi072.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T21:49:10.383 INFO:teuthology.orchestra.run.smithi173.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T21:49:10.867 INFO:teuthology.orchestra.run.smithi164.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2286-g5d87ad5b-1jammy [3,224 kB] 2024-03-21T21:49:11.306 INFO:teuthology.orchestra.run.smithi072.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T21:49:11.307 INFO:teuthology.orchestra.run.smithi072.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T21:49:11.324 INFO:teuthology.orchestra.run.smithi072.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T21:49:11.364 INFO:teuthology.orchestra.run.smithi072.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T21:49:11.374 INFO:teuthology.orchestra.run.smithi072.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T21:49:11.376 INFO:teuthology.orchestra.run.smithi072.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T21:49:11.438 INFO:teuthology.orchestra.run.smithi072.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T21:49:11.761 INFO:teuthology.orchestra.run.smithi072.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T21:49:11.761 INFO:teuthology.orchestra.run.smithi072.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T21:49:11.904 INFO:teuthology.orchestra.run.smithi173.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T21:49:12.231 INFO:teuthology.orchestra.run.smithi173.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T21:49:12.399 INFO:teuthology.orchestra.run.smithi173.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T21:49:12.404 INFO:teuthology.orchestra.run.smithi173.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T21:49:12.489 INFO:teuthology.orchestra.run.smithi173.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T21:49:12.499 INFO:teuthology.orchestra.run.smithi173.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T21:49:12.663 INFO:teuthology.orchestra.run.smithi173.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T21:49:13.256 INFO:teuthology.orchestra.run.smithi164.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2286-g5d87ad5b-1jammy [711 kB] 2024-03-21T21:49:13.721 INFO:teuthology.orchestra.run.smithi164.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2286-g5d87ad5b-1jammy [356 kB] 2024-03-21T21:49:13.850 INFO:teuthology.orchestra.run.smithi164.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2286-g5d87ad5b-1jammy [32.8 kB] 2024-03-21T21:49:13.851 INFO:teuthology.orchestra.run.smithi164.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2286-g5d87ad5b-1jammy [180 kB] 2024-03-21T21:49:13.920 INFO:teuthology.orchestra.run.smithi164.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2286-g5d87ad5b-1jammy [65.6 kB] 2024-03-21T21:49:13.921 INFO:teuthology.orchestra.run.smithi164.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2286-g5d87ad5b-1jammy [330 kB] 2024-03-21T21:49:14.026 INFO:teuthology.orchestra.run.smithi164.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2286-g5d87ad5b-1jammy [6,665 kB] 2024-03-21T21:49:14.156 INFO:teuthology.orchestra.run.smithi072.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T21:49:14.159 INFO:teuthology.orchestra.run.smithi072.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T21:49:14.160 INFO:teuthology.orchestra.run.smithi072.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T21:49:14.547 INFO:teuthology.orchestra.run.smithi072.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T21:49:14.688 INFO:teuthology.orchestra.run.smithi173.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T21:49:14.690 INFO:teuthology.orchestra.run.smithi173.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T21:49:14.791 INFO:teuthology.orchestra.run.smithi173.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T21:49:15.102 INFO:teuthology.orchestra.run.smithi072.stdout:Fetched 178 MB in 6s (27.8 MB/s) 2024-03-21T21:49:15.277 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T21:49:15.378 INFO:teuthology.orchestra.run.smithi072.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 ... 165997 files and directories currently installed.) 2024-03-21T21:49:15.383 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T21:49:15.459 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:49:15.789 INFO:teuthology.orchestra.run.smithi164.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2286-g5d87ad5b-1jammy [112 kB] 2024-03-21T21:49:15.799 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T21:49:15.801 INFO:teuthology.orchestra.run.smithi164.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2286-g5d87ad5b-1jammy [467 kB] 2024-03-21T21:49:15.825 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T21:49:15.865 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:49:15.900 INFO:teuthology.orchestra.run.smithi164.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2286-g5d87ad5b-1jammy [25.0 MB] 2024-03-21T21:49:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T21:49:16.198 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T21:49:16.239 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:49:16.705 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T21:49:16.731 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:16.780 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:17.228 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T21:49:17.254 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:17.296 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:17.643 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T21:49:17.670 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:17.710 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:18.067 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T21:49:18.093 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T21:49:18.134 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:49:18.464 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librados2. 2024-03-21T21:49:18.490 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:18.541 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:18.773 INFO:teuthology.orchestra.run.smithi173.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T21:49:19.062 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librbd1. 2024-03-21T21:49:19.089 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:19.129 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:19.653 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T21:49:19.674 INFO:teuthology.orchestra.run.smithi173.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T21:49:19.678 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:19.719 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:19.738 INFO:teuthology.orchestra.run.smithi173.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T21:49:19.757 INFO:teuthology.orchestra.run.smithi173.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T21:49:20.015 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rados. 2024-03-21T21:49:20.030 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:20.056 INFO:teuthology.orchestra.run.smithi173.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T21:49:20.074 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:20.405 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T21:49:20.432 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:20.472 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:20.600 INFO:teuthology.orchestra.run.smithi164.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2286-g5d87ad5b-1jammy [5,084 kB] 2024-03-21T21:49:20.718 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T21:49:20.741 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:20.786 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:20.839 INFO:teuthology.orchestra.run.smithi173.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T21:49:21.054 INFO:teuthology.orchestra.run.smithi164.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2286-g5d87ad5b-1jammy [244 kB] 2024-03-21T21:49:21.084 INFO:teuthology.orchestra.run.smithi164.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [124 kB] 2024-03-21T21:49:21.088 INFO:teuthology.orchestra.run.smithi164.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2286-g5d87ad5b-1jammy [1,525 kB] 2024-03-21T21:49:21.100 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T21:49:21.126 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:21.166 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:21.231 INFO:teuthology.orchestra.run.smithi164.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2286-g5d87ad5b-1jammy [6,253 kB] 2024-03-21T21:49:21.482 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T21:49:21.508 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T21:49:21.549 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:49:21.769 INFO:teuthology.orchestra.run.smithi164.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2286-g5d87ad5b-1jammy [22.8 MB] 2024-03-21T21:49:22.229 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T21:49:22.255 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T21:49:22.295 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T21:49:22.551 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T21:49:22.566 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:22.602 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:22.958 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T21:49:22.984 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T21:49:23.025 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:49:23.143 INFO:teuthology.orchestra.run.smithi173.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T21:49:23.143 INFO:teuthology.orchestra.run.smithi173.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T21:49:23.160 INFO:teuthology.orchestra.run.smithi173.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T21:49:23.302 INFO:teuthology.orchestra.run.smithi173.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T21:49:23.305 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T21:49:23.331 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T21:49:23.344 INFO:teuthology.orchestra.run.smithi173.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T21:49:23.349 INFO:teuthology.orchestra.run.smithi173.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T21:49:23.371 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:49:23.514 INFO:teuthology.orchestra.run.smithi164.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2286-g5d87ad5b-1jammy [14.0 kB] 2024-03-21T21:49:23.518 INFO:teuthology.orchestra.run.smithi164.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [870 kB] 2024-03-21T21:49:23.531 INFO:teuthology.orchestra.run.smithi164.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2286-g5d87ad5b-1jammy [2,382 kB] 2024-03-21T21:49:23.580 INFO:teuthology.orchestra.run.smithi173.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T21:49:23.636 INFO:teuthology.orchestra.run.smithi164.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2286-g5d87ad5b-1jammy [791 kB] 2024-03-21T21:49:23.670 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T21:49:23.680 INFO:teuthology.orchestra.run.smithi164.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2286-g5d87ad5b-1jammy [147 kB] 2024-03-21T21:49:23.683 INFO:teuthology.orchestra.run.smithi164.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2286-g5d87ad5b-1jammy [2,277 kB] 2024-03-21T21:49:23.685 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T21:49:23.728 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:49:23.837 INFO:teuthology.orchestra.run.smithi164.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2286-g5d87ad5b-1jammy [8,625 kB] 2024-03-21T21:49:24.068 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua5.1. 2024-03-21T21:49:24.094 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T21:49:24.136 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:49:24.222 INFO:teuthology.orchestra.run.smithi173.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T21:49:24.223 INFO:teuthology.orchestra.run.smithi173.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T21:49:24.341 INFO:teuthology.orchestra.run.smithi164.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2286-g5d87ad5b-1jammy [14.2 kB] 2024-03-21T21:49:24.342 INFO:teuthology.orchestra.run.smithi164.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2286-g5d87ad5b-1jammy [50.3 MB] 2024-03-21T21:49:24.441 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-any. 2024-03-21T21:49:24.467 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T21:49:24.508 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T21:49:24.756 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package zip. 2024-03-21T21:49:24.782 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T21:49:24.823 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T21:49:25.162 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package unzip. 2024-03-21T21:49:25.188 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T21:49:25.229 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:49:25.612 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package luarocks. 2024-03-21T21:49:25.638 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T21:49:25.678 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:49:26.062 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package librgw2. 2024-03-21T21:49:26.089 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:26.129 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:26.827 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T21:49:26.853 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:26.894 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:27.258 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T21:49:27.284 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T21:49:27.324 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:49:27.517 INFO:teuthology.orchestra.run.smithi164.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T21:49:27.519 INFO:teuthology.orchestra.run.smithi164.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T21:49:27.520 INFO:teuthology.orchestra.run.smithi164.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T21:49:27.631 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T21:49:27.657 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:27.698 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:28.085 INFO:teuthology.orchestra.run.smithi173.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2286-g5d87ad5b-1jammy [121 kB] 2024-03-21T21:49:28.165 INFO:teuthology.orchestra.run.smithi173.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2286-g5d87ad5b-1jammy [38.5 kB] 2024-03-21T21:49:28.166 INFO:teuthology.orchestra.run.smithi173.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2286-g5d87ad5b-1jammy [13.2 MB] 2024-03-21T21:49:28.172 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-common. 2024-03-21T21:49:28.198 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:28.213 INFO:teuthology.orchestra.run.smithi164.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T21:49:28.238 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:28.500 INFO:teuthology.orchestra.run.smithi173.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2286-g5d87ad5b-1jammy [91.3 kB] 2024-03-21T21:49:28.773 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 178 MB in 20s (8,937 kB/s) 2024-03-21T21:49:28.941 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T21:49:29.042 INFO:teuthology.orchestra.run.smithi164.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 ... 165997 files and directories currently installed.) 2024-03-21T21:49:29.196 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 178 MB in 20s (8,766 kB/s) 2024-03-21T21:49:29.197 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T21:49:29.197 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:49:29.208 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T21:49:29.307 INFO:teuthology.orchestra.run.smithi173.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 ... 165997 files and directories currently installed.) 2024-03-21T21:49:29.313 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T21:49:29.398 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:49:29.477 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T21:49:29.503 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T21:49:29.544 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:49:29.694 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T21:49:29.720 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T21:49:29.752 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:49:29.830 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T21:49:29.856 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T21:49:29.866 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-base. 2024-03-21T21:49:29.888 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:49:29.892 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:29.943 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:30.246 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T21:49:30.273 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T21:49:30.313 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:49:30.325 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T21:49:30.351 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:30.399 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:30.626 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T21:49:30.653 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T21:49:30.693 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:49:30.775 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T21:49:30.801 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:30.820 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T21:49:30.846 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:30.849 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:30.886 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:30.990 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T21:49:31.016 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T21:49:31.065 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:49:31.156 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T21:49:31.182 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:31.211 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T21:49:31.214 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:31.226 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:31.261 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:31.355 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T21:49:31.381 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T21:49:31.422 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:49:31.576 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T21:49:31.602 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T21:49:31.606 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T21:49:31.632 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T21:49:31.642 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:49:31.672 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:49:31.720 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T21:49:31.747 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T21:49:31.787 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:49:31.953 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librados2. 2024-03-21T21:49:31.979 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:32.000 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T21:49:32.020 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:32.026 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T21:49:32.083 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:49:32.084 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T21:49:32.110 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T21:49:32.351 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:49:32.386 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librados2. 2024-03-21T21:49:32.413 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../007-librados2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:32.444 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:32.573 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librbd1. 2024-03-21T21:49:32.599 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:32.624 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T21:49:32.631 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:32.650 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T21:49:32.690 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T21:49:32.881 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librbd1. 2024-03-21T21:49:32.908 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../008-librbd1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:32.947 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:32.972 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-portend. 2024-03-21T21:49:32.998 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T21:49:33.008 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T21:49:33.035 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:33.039 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T21:49:33.075 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:33.344 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T21:49:33.353 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rados. 2024-03-21T21:49:33.368 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:33.370 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T21:49:33.411 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:33.433 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T21:49:33.452 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T21:49:33.460 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:33.500 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:33.689 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T21:49:33.704 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:33.734 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T21:49:33.739 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:33.760 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T21:49:33.786 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rados. 2024-03-21T21:49:33.801 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:49:33.801 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:33.844 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:33.975 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T21:49:34.001 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:34.041 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:34.130 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T21:49:34.134 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T21:49:34.146 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:34.160 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T21:49:34.180 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:34.201 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T21:49:34.362 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T21:49:34.387 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:34.399 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T21:49:34.426 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:34.427 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:34.474 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:34.498 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T21:49:34.524 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T21:49:34.565 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T21:49:34.747 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T21:49:34.773 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T21:49:34.785 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T21:49:34.812 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:34.814 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:49:34.852 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:34.863 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T21:49:34.889 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T21:49:34.929 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:49:35.108 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T21:49:35.135 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T21:49:35.166 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T21:49:35.188 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T21:49:35.214 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T21:49:35.226 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-mako. 2024-03-21T21:49:35.252 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T21:49:35.254 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:49:35.294 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:49:35.419 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T21:49:35.435 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:35.477 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:35.600 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T21:49:35.627 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T21:49:35.667 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:49:35.724 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T21:49:35.751 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T21:49:35.797 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T21:49:35.799 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T21:49:35.813 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T21:49:35.847 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:49:35.965 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T21:49:35.992 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T21:49:36.027 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T21:49:36.032 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:49:36.042 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:36.083 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T21:49:36.085 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:36.098 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T21:49:36.133 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:49:36.370 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-webob. 2024-03-21T21:49:36.396 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T21:49:36.419 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T21:49:36.434 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T21:49:36.437 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:49:36.438 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T21:49:36.464 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T21:49:36.477 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:49:36.504 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:49:36.786 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T21:49:36.790 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T21:49:36.806 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua5.1. 2024-03-21T21:49:36.812 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T21:49:36.817 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T21:49:36.832 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T21:49:36.856 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:49:36.857 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:49:36.872 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:49:37.134 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T21:49:37.152 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T21:49:37.158 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T21:49:37.158 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-any. 2024-03-21T21:49:37.167 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T21:49:37.174 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T21:49:37.193 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:49:37.201 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:49:37.208 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T21:49:37.428 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package zip. 2024-03-21T21:49:37.455 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T21:49:37.494 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T21:49:37.498 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-paste. 2024-03-21T21:49:37.524 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T21:49:37.530 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua5.1. 2024-03-21T21:49:37.556 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T21:49:37.565 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:49:37.596 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:49:37.863 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T21:49:37.879 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T21:49:37.914 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:49:37.916 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-any. 2024-03-21T21:49:37.942 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T21:49:37.948 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package unzip. 2024-03-21T21:49:37.974 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T21:49:37.982 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T21:49:38.014 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:49:38.212 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T21:49:38.226 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package zip. 2024-03-21T21:49:38.238 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T21:49:38.242 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T21:49:38.276 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T21:49:38.278 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:49:38.385 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package luarocks. 2024-03-21T21:49:38.411 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T21:49:38.460 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:49:38.530 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package unzip. 2024-03-21T21:49:38.556 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T21:49:38.576 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T21:49:38.596 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:49:38.602 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T21:49:38.642 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T21:49:38.867 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librgw2. 2024-03-21T21:49:38.894 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:38.934 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:38.949 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T21:49:38.975 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T21:49:39.000 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package luarocks. 2024-03-21T21:49:39.026 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T21:49:39.048 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:49:39.066 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:49:39.409 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T21:49:39.436 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T21:49:39.466 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librgw2. 2024-03-21T21:49:39.476 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T21:49:39.480 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T21:49:39.492 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../025-librgw2_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:39.507 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:39.532 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:39.547 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:39.816 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-idna. 2024-03-21T21:49:39.843 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T21:49:39.874 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T21:49:39.883 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T21:49:39.901 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T21:49:39.941 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:49:40.068 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T21:49:40.095 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:40.126 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:40.180 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T21:49:40.206 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T21:49:40.244 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T21:49:40.255 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:49:40.270 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:40.310 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:40.446 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T21:49:40.472 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T21:49:40.513 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:49:40.570 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-requests. 2024-03-21T21:49:40.597 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T21:49:40.645 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:49:40.689 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-common. 2024-03-21T21:49:40.715 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:40.755 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:40.944 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T21:49:40.957 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T21:49:40.970 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T21:49:40.984 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:41.010 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:49:41.023 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:41.299 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T21:49:41.314 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:41.358 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:41.427 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-common. 2024-03-21T21:49:41.453 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:41.493 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:42.811 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-base. 2024-03-21T21:49:42.837 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:42.887 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:43.102 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T21:49:43.129 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:43.170 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:43.432 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-base. 2024-03-21T21:49:43.440 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T21:49:43.459 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:43.466 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T21:49:43.484 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T21:49:43.506 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:49:43.508 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:43.510 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T21:49:43.559 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:49:43.776 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T21:49:43.791 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T21:49:43.825 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:49:43.840 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T21:49:43.867 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T21:49:43.907 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T21:49:44.095 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T21:49:44.096 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T21:49:44.122 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T21:49:44.122 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T21:49:44.153 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:49:44.161 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:49:44.229 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T21:49:44.256 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:44.296 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:44.456 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T21:49:44.464 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T21:49:44.483 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T21:49:44.491 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T21:49:44.523 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:49:44.530 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:49:44.745 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T21:49:44.771 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:44.811 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:44.842 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T21:49:44.867 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T21:49:44.869 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T21:49:44.894 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T21:49:44.909 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:49:44.933 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:49:45.178 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T21:49:45.186 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T21:49:45.205 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T21:49:45.213 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T21:49:45.236 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:49:45.262 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T21:49:45.539 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T21:49:45.548 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-portend. 2024-03-21T21:49:45.552 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T21:49:45.566 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T21:49:45.574 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T21:49:45.579 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:45.605 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:49:45.614 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T21:49:45.619 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:45.884 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T21:49:45.910 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T21:49:45.917 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T21:49:45.943 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T21:49:45.950 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T21:49:45.983 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T21:49:46.252 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-portend. 2024-03-21T21:49:46.253 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T21:49:46.268 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T21:49:46.280 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T21:49:46.302 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T21:49:46.320 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:49:46.589 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T21:49:46.615 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T21:49:46.640 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T21:49:46.655 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T21:49:46.655 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T21:49:46.690 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T21:49:46.902 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph. 2024-03-21T21:49:46.917 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:46.958 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T21:49:46.960 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:46.968 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T21:49:46.985 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T21:49:46.994 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T21:49:47.033 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:49:47.034 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T21:49:47.282 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T21:49:47.308 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:47.311 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T21:49:47.327 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T21:49:47.346 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T21:49:47.356 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:47.370 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T21:49:47.372 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T21:49:47.412 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:49:47.681 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T21:49:47.708 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T21:49:47.715 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-mako. 2024-03-21T21:49:47.742 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T21:49:47.747 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T21:49:47.782 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:49:48.014 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T21:49:48.040 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:48.059 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T21:49:48.080 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:48.086 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T21:49:48.125 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:49:48.318 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T21:49:48.345 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T21:49:48.384 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:49:48.403 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-mako. 2024-03-21T21:49:48.430 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T21:49:48.470 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:49:48.511 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package cephadm. 2024-03-21T21:49:48.537 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:48.587 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:48.654 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T21:49:48.681 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T21:49:48.720 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:49:48.765 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T21:49:48.791 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T21:49:48.823 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:49:48.900 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T21:49:48.927 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T21:49:48.967 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T21:49:49.015 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-webob. 2024-03-21T21:49:49.041 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T21:49:49.081 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:49:49.117 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T21:49:49.144 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T21:49:49.184 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:49:49.282 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T21:49:49.308 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:49:49.348 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:49:49.443 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T21:49:49.469 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T21:49:49.478 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webob. 2024-03-21T21:49:49.505 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T21:49:49.513 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:49:49.545 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:49:49.804 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T21:49:49.830 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T21:49:49.879 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:49:49.915 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T21:49:49.941 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T21:49:50.001 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:49:50.140 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-paste. 2024-03-21T21:49:50.155 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T21:49:50.190 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:49:50.276 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-babel. 2024-03-21T21:49:50.304 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:49:50.317 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T21:49:50.344 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T21:49:50.350 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:49:50.384 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:49:50.501 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T21:49:50.517 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T21:49:50.559 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:49:50.645 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-paste. 2024-03-21T21:49:50.656 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T21:49:50.660 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T21:49:50.683 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T21:49:50.694 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:49:50.722 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:49:50.837 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T21:49:50.864 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T21:49:50.904 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:49:51.015 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T21:49:51.042 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T21:49:51.063 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T21:49:51.081 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:49:51.090 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:51.129 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:51.174 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T21:49:51.200 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T21:49:51.240 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T21:49:51.334 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T21:49:51.361 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T21:49:51.392 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:49:51.454 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T21:49:51.481 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T21:49:51.529 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T21:49:51.551 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T21:49:51.578 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T21:49:51.618 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:49:51.695 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T21:49:51.722 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T21:49:51.762 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T21:49:51.808 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-routes. 2024-03-21T21:49:51.835 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T21:49:51.875 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:49:51.989 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T21:49:52.016 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T21:49:52.056 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T21:49:52.073 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T21:49:52.100 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T21:49:52.139 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:49:52.199 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T21:49:52.227 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:52.274 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:52.375 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-idna. 2024-03-21T21:49:52.402 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T21:49:52.442 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T21:49:52.494 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T21:49:52.521 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T21:49:52.560 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T21:49:52.744 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T21:49:52.771 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T21:49:52.811 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:49:52.847 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-idna. 2024-03-21T21:49:52.874 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T21:49:52.905 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T21:49:53.131 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-requests. 2024-03-21T21:49:53.158 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T21:49:53.189 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:49:53.208 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T21:49:53.235 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T21:49:53.274 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:49:53.492 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T21:49:53.519 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T21:49:53.550 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:49:53.619 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests. 2024-03-21T21:49:53.646 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T21:49:53.686 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:49:53.837 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T21:49:53.863 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:53.903 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:53.927 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T21:49:53.954 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T21:49:53.993 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:49:53.997 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T21:49:54.024 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T21:49:54.063 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:49:54.283 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T21:49:54.310 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:54.349 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:54.358 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T21:49:54.385 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:54.424 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:54.460 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T21:49:54.487 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T21:49:54.534 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:49:54.660 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T21:49:54.687 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T21:49:54.727 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:49:54.813 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T21:49:54.840 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:54.859 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T21:49:54.879 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:54.886 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T21:49:54.926 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:49:54.996 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T21:49:55.012 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T21:49:55.046 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T21:49:55.199 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T21:49:55.222 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T21:49:55.226 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T21:49:55.249 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T21:49:55.265 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:49:55.289 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:49:55.374 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T21:49:55.401 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:55.441 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:55.543 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T21:49:55.571 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T21:49:55.610 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T21:49:55.811 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T21:49:55.837 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:55.877 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:55.908 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T21:49:55.929 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T21:49:55.935 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:49:55.956 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:55.996 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:56.071 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:56.422 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T21:49:56.449 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:56.514 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:56.591 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T21:49:56.617 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:56.657 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:57.311 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T21:49:57.338 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:57.370 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T21:49:57.377 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:57.397 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T21:49:57.436 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T21:49:57.567 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph. 2024-03-21T21:49:57.594 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:57.634 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:57.735 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T21:49:57.762 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T21:49:57.801 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:49:57.961 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T21:49:57.988 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:58.028 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:58.134 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T21:49:58.161 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T21:49:58.201 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:49:58.406 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T21:49:58.413 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph. 2024-03-21T21:49:58.429 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../066-ceph_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:58.433 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:58.472 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:58.488 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:58.506 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T21:49:58.533 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T21:49:58.574 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T21:49:58.816 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T21:49:58.843 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:58.882 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:58.915 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T21:49:58.942 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T21:49:58.950 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package cephadm. 2024-03-21T21:49:58.977 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:58.981 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T21:49:59.008 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:59.213 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T21:49:59.228 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:59.262 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:59.289 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T21:49:59.294 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T21:49:59.315 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T21:49:59.321 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T21:49:59.361 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T21:49:59.364 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:49:59.649 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package cephadm. 2024-03-21T21:49:59.654 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T21:49:59.672 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T21:49:59.676 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../069-cephadm_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:49:59.681 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T21:49:59.687 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:49:59.715 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:49:59.742 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:49:59.742 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T21:50:00.026 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T21:50:00.027 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T21:50:00.053 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T21:50:00.054 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T21:50:00.093 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T21:50:00.093 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:00.396 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T21:50:00.423 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:50:00.462 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:00.744 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-babel. 2024-03-21T21:50:00.771 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:50:00.810 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:00.840 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T21:50:00.868 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:00.906 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:01.063 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T21:50:01.090 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T21:50:01.129 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:50:01.228 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T21:50:01.255 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T21:50:01.303 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:01.441 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T21:50:01.468 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:01.507 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:01.542 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-babel. 2024-03-21T21:50:01.570 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T21:50:01.609 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:01.685 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T21:50:01.712 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:01.751 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:01.844 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T21:50:01.871 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T21:50:01.910 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T21:50:01.962 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T21:50:01.989 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T21:50:01.998 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package jq. 2024-03-21T21:50:02.025 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:02.028 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:50:02.065 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:02.213 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-routes. 2024-03-21T21:50:02.240 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T21:50:02.279 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:50:02.321 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package socat. 2024-03-21T21:50:02.337 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T21:50:02.379 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:02.381 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T21:50:02.408 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:02.447 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:02.566 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T21:50:02.581 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:02.615 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:02.686 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T21:50:02.702 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T21:50:02.745 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:02.893 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T21:50:02.920 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T21:50:03.001 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T21:50:03.295 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-routes. 2024-03-21T21:50:03.322 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T21:50:03.362 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:50:03.546 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-test. 2024-03-21T21:50:03.574 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:03.612 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:03.698 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T21:50:03.725 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:03.765 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:03.846 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T21:50:03.859 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T21:50:03.904 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:50:04.382 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T21:50:04.398 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T21:50:04.432 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:50:04.794 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T21:50:04.821 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T21:50:04.860 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:50:05.086 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T21:50:05.103 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T21:50:05.130 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T21:50:05.145 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:50:05.156 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T21:50:05.196 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:50:05.640 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T21:50:05.667 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T21:50:05.706 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:50:05.871 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T21:50:05.899 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:06.023 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:06.068 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T21:50:06.084 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T21:50:06.126 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:50:06.404 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T21:50:06.431 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T21:50:06.462 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:50:07.010 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T21:50:07.038 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T21:50:07.064 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T21:50:07.076 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T21:50:07.091 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:07.130 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:07.363 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T21:50:07.390 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T21:50:07.395 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T21:50:07.420 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T21:50:07.421 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:50:07.423 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:07.436 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:07.496 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:07.547 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:07.682 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T21:50:07.710 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T21:50:07.749 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:50:07.810 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T21:50:07.838 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T21:50:07.877 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:08.035 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T21:50:08.062 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T21:50:08.101 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T21:50:08.195 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T21:50:08.223 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T21:50:08.262 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:08.431 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T21:50:08.458 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T21:50:08.497 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T21:50:08.526 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T21:50:08.553 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T21:50:08.592 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T21:50:08.637 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T21:50:08.665 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T21:50:08.704 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:08.817 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T21:50:08.845 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T21:50:08.878 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T21:50:08.883 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:50:08.906 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T21:50:08.945 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:50:09.115 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package pkg-config. 2024-03-21T21:50:09.143 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T21:50:09.182 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:09.257 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T21:50:09.284 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T21:50:09.323 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:50:09.370 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T21:50:09.397 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T21:50:09.436 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T21:50:09.464 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T21:50:09.491 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T21:50:09.538 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:09.626 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T21:50:09.653 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T21:50:09.692 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T21:50:09.748 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T21:50:09.775 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T21:50:09.814 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:09.963 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T21:50:09.986 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T21:50:09.990 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T21:50:10.010 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T21:50:10.021 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T21:50:10.052 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:10.333 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T21:50:10.360 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T21:50:10.376 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T21:50:10.399 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:50:10.403 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T21:50:10.444 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T21:50:10.450 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:10.472 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:10.511 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:10.710 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T21:50:10.738 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T21:50:10.775 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T21:50:10.776 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T21:50:10.802 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T21:50:10.842 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:10.897 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T21:50:10.925 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T21:50:10.964 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:11.055 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T21:50:11.083 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T21:50:11.122 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:11.138 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T21:50:11.166 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T21:50:11.213 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:11.233 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T21:50:11.261 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:11.291 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:11.527 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package jq. 2024-03-21T21:50:11.543 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:11.553 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-py. 2024-03-21T21:50:11.581 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T21:50:11.585 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:11.620 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T21:50:11.821 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package socat. 2024-03-21T21:50:11.827 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T21:50:11.837 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T21:50:11.855 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:11.879 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:11.893 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:11.944 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T21:50:11.972 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T21:50:12.011 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:12.174 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T21:50:12.198 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T21:50:12.229 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T21:50:12.233 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:12.258 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T21:50:12.296 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:12.451 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T21:50:12.479 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T21:50:12.519 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:12.545 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-test. 2024-03-21T21:50:12.561 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:12.603 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:12.641 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T21:50:12.668 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:12.707 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:12.808 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-toml. 2024-03-21T21:50:12.835 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T21:50:12.874 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T21:50:12.927 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package jq. 2024-03-21T21:50:12.954 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T21:50:12.984 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:13.206 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T21:50:13.233 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T21:50:13.237 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package socat. 2024-03-21T21:50:13.266 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T21:50:13.280 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:13.304 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:13.603 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T21:50:13.631 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T21:50:13.640 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T21:50:13.657 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T21:50:13.678 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:13.698 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:13.951 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T21:50:13.979 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T21:50:14.018 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:14.044 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-test. 2024-03-21T21:50:14.073 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:14.111 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:14.710 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package radosgw. 2024-03-21T21:50:14.738 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:14.785 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:14.891 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T21:50:14.918 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:14.957 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:15.261 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T21:50:15.288 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:15.319 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:15.597 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T21:50:15.624 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T21:50:15.663 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:15.748 INFO:teuthology.orchestra.run.smithi072.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T21:50:15.764 INFO:teuthology.orchestra.run.smithi072.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:15.807 INFO:teuthology.orchestra.run.smithi072.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:15.993 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T21:50:16.021 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T21:50:16.059 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:16.157 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:16.411 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:50:16.413 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T21:50:16.441 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T21:50:16.480 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:16.507 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T21:50:16.535 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2286-g5d87ad5b-1jammy_all.deb ... 2024-03-21T21:50:16.538 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:16.573 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:16.805 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T21:50:16.860 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package pkg-config. 2024-03-21T21:50:16.887 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T21:50:16.926 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:17.044 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T21:50:17.075 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:17.137 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T21:50:17.162 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T21:50:17.168 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:17.178 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T21:50:17.221 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:17.488 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T21:50:17.516 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T21:50:17.554 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:17.558 INFO:teuthology.orchestra.run.smithi072.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T21:50:17.616 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:17.641 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T21:50:17.668 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T21:50:17.707 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:17.859 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T21:50:17.875 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T21:50:17.917 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:18.043 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T21:50:18.071 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T21:50:18.109 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:18.147 INFO:teuthology.orchestra.run.smithi072.stdout:Adding system user cephadm....done 2024-03-21T21:50:18.281 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:50:18.288 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T21:50:18.315 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T21:50:18.354 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:18.421 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T21:50:18.449 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T21:50:18.487 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:18.561 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:50:18.776 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package pkg-config. 2024-03-21T21:50:18.793 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T21:50:18.804 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T21:50:18.809 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T21:50:18.842 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:18.851 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:19.103 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:19.103 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T21:50:19.120 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T21:50:19.162 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:19.187 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-py. 2024-03-21T21:50:19.206 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T21:50:19.223 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:50:19.245 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T21:50:19.475 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T21:50:19.543 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T21:50:19.569 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T21:50:19.590 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T21:50:19.618 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T21:50:19.656 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:19.736 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:50:19.790 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:19.846 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T21:50:19.959 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T21:50:19.987 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T21:50:20.025 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:20.151 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:50:20.227 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T21:50:20.255 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T21:50:20.293 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:20.329 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T21:50:20.353 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T21:50:20.387 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:20.513 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T21:50:20.604 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-toml. 2024-03-21T21:50:20.622 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T21:50:20.640 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T21:50:20.662 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T21:50:20.668 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T21:50:20.706 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:20.764 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T21:50:20.924 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T21:50:20.951 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T21:50:20.981 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:21.018 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-py. 2024-03-21T21:50:21.035 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:50:21.045 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T21:50:21.084 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T21:50:21.279 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:50:21.327 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T21:50:21.354 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T21:50:21.355 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T21:50:21.382 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T21:50:21.393 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:21.421 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:21.565 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:21.679 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T21:50:21.707 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T21:50:21.745 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:21.832 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T21:50:21.842 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:50:21.849 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T21:50:21.882 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:22.145 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:22.202 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-toml. 2024-03-21T21:50:22.229 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T21:50:22.268 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T21:50:22.397 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:50:22.442 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package radosgw. 2024-03-21T21:50:22.470 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:22.508 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:22.524 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:22.580 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T21:50:22.608 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T21:50:22.646 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:22.651 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:50:22.779 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:50:22.958 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T21:50:22.986 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T21:50:23.024 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:23.031 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:50:23.269 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T21:50:23.285 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:23.293 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T21:50:23.309 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T21:50:23.327 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:23.351 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:23.430 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T21:50:23.466 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T21:50:23.522 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:50:23.623 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:23.649 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:23.865 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:50:23.991 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:24.010 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:24.114 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package radosgw. 2024-03-21T21:50:24.136 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T21:50:24.142 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../116-radosgw_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:24.180 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:24.247 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T21:50:24.407 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:50:24.563 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T21:50:24.667 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:24.978 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T21:50:24.981 INFO:teuthology.orchestra.run.smithi164.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T21:50:24.983 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T21:50:24.999 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2286-g5d87ad5b-1jammy_amd64.deb ... 2024-03-21T21:50:25.033 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:25.088 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:25.235 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:25.304 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T21:50:25.613 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T21:50:25.714 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T21:50:25.734 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user cephadm....done 2024-03-21T21:50:25.735 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:50:25.849 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:50:25.975 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T21:50:25.987 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:50:26.105 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:26.134 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:50:26.232 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:50:26.323 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T21:50:26.385 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:26.511 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:50:26.527 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T21:50:26.748 INFO:teuthology.orchestra.run.smithi173.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T21:50:26.762 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T21:50:26.824 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:26.913 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T21:50:27.013 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:50:27.114 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T21:50:27.199 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:50:27.273 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user cephadm....done 2024-03-21T21:50:27.416 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:50:27.422 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T21:50:27.587 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:50:27.698 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T21:50:27.776 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T21:50:27.856 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:50:27.949 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T21:50:28.027 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T21:50:28.050 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T21:50:28.208 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:50:28.284 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T21:50:28.295 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:50:28.479 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:28.552 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T21:50:28.589 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:28.678 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T21:50:28.713 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:50:28.883 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T21:50:28.981 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:29.013 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T21:50:29.215 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:50:29.320 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:50:29.374 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T21:50:29.474 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:29.608 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T21:50:29.734 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:50:29.851 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:29.884 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T21:50:29.952 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:50:30.061 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:50:30.119 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T21:50:30.379 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:50:30.387 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T21:50:30.646 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T21:50:30.674 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:30.745 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T21:50:30.778 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T21:50:30.849 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:50:30.906 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-argparse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:30.935 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:30.975 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:31.071 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T21:50:31.140 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T21:50:31.334 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:31.339 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:50:31.374 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T21:50:31.462 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T21:50:31.468 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:31.475 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T21:50:31.576 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T21:50:31.594 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:50:31.711 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:50:31.819 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T21:50:31.881 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:31.962 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:32.132 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T21:50:32.179 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T21:50:32.209 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T21:50:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T21:50:32.272 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T21:50:32.381 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T21:50:32.386 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:32.406 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:32.513 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:50:32.833 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:50:32.833 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:32.958 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T21:50:33.083 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:50:33.084 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T21:50:33.218 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T21:50:33.338 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T21:50:33.342 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:50:33.452 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:33.527 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T21:50:33.561 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:50:33.590 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:50:33.829 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T21:50:33.842 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T21:50:33.862 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T21:50:33.954 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T21:50:34.102 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:50:34.222 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T21:50:34.246 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T21:50:34.489 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:50:34.499 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:34.634 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:50:34.640 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T21:50:34.874 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:50:34.916 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T21:50:34.928 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:50:35.017 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T21:50:35.118 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T21:50:35.224 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:50:35.405 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:50:35.410 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T21:50:35.476 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:50:35.636 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:35.755 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:35.803 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T21:50:35.826 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:50:35.838 INFO:teuthology.orchestra.run.smithi072.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T21:50:36.047 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T21:50:36.076 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:36.094 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:36.195 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:36.203 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:36.406 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T21:50:36.496 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T21:50:36.589 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:50:36.691 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T21:50:36.797 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:50:36.851 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T21:50:36.978 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T21:50:37.033 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T21:50:37.230 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:37.284 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T21:50:37.348 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:50:37.410 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:37.660 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:50:37.695 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T21:50:37.903 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:37.988 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T21:50:37.996 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:50:38.138 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:38.256 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:38.272 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T21:50:38.383 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T21:50:38.540 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:50:38.666 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:38.686 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T21:50:38.792 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:50:38.947 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:50:39.077 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T21:50:39.093 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:39.278 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:50:39.337 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:39.344 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T21:50:39.471 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T21:50:39.578 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:39.650 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:39.679 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:50:39.730 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T21:50:39.856 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T21:50:39.927 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:50:39.955 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:50:39.974 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T21:50:40.215 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T21:50:40.250 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T21:50:40.258 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:50:40.386 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:40.474 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T21:50:40.512 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:40.526 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T21:50:40.616 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:50:40.750 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:50:40.777 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:40.903 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T21:50:40.963 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:40.993 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T21:50:41.073 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:41.202 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T21:50:41.205 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T21:50:41.244 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:50:41.345 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T21:50:41.439 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T21:50:41.505 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:41.623 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:41.629 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:41.699 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T21:50:41.730 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:50:41.752 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:41.941 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T21:50:41.972 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:41.972 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:42.007 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:50:42.192 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T21:50:42.316 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:50:42.452 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T21:50:42.455 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:42.567 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:50:42.577 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T21:50:42.590 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:42.685 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:42.716 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:42.786 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:42.843 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:42.858 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T21:50:42.864 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T21:50:43.007 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T21:50:43.104 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:43.205 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:43.308 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T21:50:43.573 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:50:43.618 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T21:50:43.833 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T21:50:43.877 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T21:50:43.958 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T21:50:44.028 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T21:50:44.082 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:44.138 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T21:50:44.209 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:44.214 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:44.218 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T21:50:44.324 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:44.360 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:50:44.451 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:44.456 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T21:50:44.578 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:44.582 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T21:50:44.678 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:50:44.954 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:50:44.975 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T21:50:45.118 INFO:teuthology.orchestra.run.smithi072.stdout:Adding group ceph....done 2024-03-21T21:50:45.222 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:45.244 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T21:50:45.331 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T21:50:45.386 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T21:50:45.482 INFO:teuthology.orchestra.run.smithi072.stdout:Adding system user ceph....done 2024-03-21T21:50:45.599 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T21:50:45.629 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T21:50:45.652 INFO:teuthology.orchestra.run.smithi072.stdout:Setting system user ceph properties....done 2024-03-21T21:50:45.668 INFO:teuthology.orchestra.run.smithi072.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T21:50:45.739 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T21:50:45.805 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T21:50:45.875 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:50:46.065 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T21:50:46.142 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T21:50:46.220 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:50:46.375 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T21:50:46.580 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:46.624 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:46.651 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T21:50:46.744 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:46.777 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T21:50:46.889 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:50:47.053 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T21:50:47.234 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:50:47.254 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:47.254 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:47.321 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T21:50:47.351 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:47.452 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:47.553 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:50:47.691 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T21:50:47.714 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:47.873 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:47.999 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:48.050 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T21:50:48.125 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T21:50:48.267 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T21:50:48.410 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:48.536 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:48.536 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:48.611 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T21:50:48.653 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:48.768 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:48.768 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:48.848 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:48.849 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:48.964 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T21:50:49.082 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librados2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.183 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.231 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.309 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T21:50:49.329 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.439 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.439 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:49.439 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:49.565 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.646 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.699 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:49.772 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libradosstriper1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:49.898 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T21:50:50.115 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:50.166 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librbd1 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:50.293 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-modules-core (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:50.389 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:50.389 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:50.419 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:50.632 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:50.633 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T21:50:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:50.936 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.020 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.045 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.103 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs-dev (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.146 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.173 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.230 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rados (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.247 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.348 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librgw2 (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.364 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.374 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:50:51.374 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:50:51.474 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T21:50:51.850 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:51.907 INFO:teuthology.orchestra.run.smithi164.stdout:Adding group ceph....done 2024-03-21T21:50:51.994 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:52.121 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:52.225 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user ceph....done 2024-03-21T21:50:52.275 INFO:teuthology.orchestra.run.smithi072.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:52.394 INFO:teuthology.orchestra.run.smithi164.stdout:Setting system user ceph properties....done 2024-03-21T21:50:52.413 INFO:teuthology.orchestra.run.smithi164.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T21:50:52.549 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T21:50:52.629 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T21:50:52.711 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rbd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:52.747 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T21:50:52.829 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up rbd-fuse (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:52.893 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T21:50:52.903 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T21:50:52.930 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:53.048 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cephfs (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:53.174 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-common (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:53.391 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:53.516 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:53.742 INFO:teuthology.orchestra.run.smithi173.stdout:Adding group ceph....done 2024-03-21T21:50:53.991 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:53.991 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:54.048 INFO:teuthology.orchestra.run.smithi072.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T21:50:54.127 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user ceph....done 2024-03-21T21:50:54.263 INFO:teuthology.orchestra.run.smithi173.stdout:Setting system user ceph properties....done 2024-03-21T21:50:54.276 INFO:teuthology.orchestra.run.smithi173.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T21:50:54.416 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T21:50:54.468 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:54.734 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T21:50:54.781 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T21:50:54.867 INFO:teuthology.orchestra.run.smithi072.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T21:50:54.873 DEBUG:teuthology.parallel:result is None 2024-03-21T21:50:55.237 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:55.259 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-test (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:55.394 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up radosgw (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:55.464 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:55.464 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:55.901 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:55.901 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T21:50:56.075 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:56.288 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:56.288 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:56.414 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-base (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:56.726 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:56.743 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T21:50:57.001 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:57.001 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:57.224 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mds (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:57.451 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:57.451 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T21:50:57.477 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:57.578 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:57.704 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:57.902 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:50:57.902 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:50:57.943 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:58.153 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:58.153 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T21:50:58.372 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:58.523 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:58.649 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:58.800 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:58.937 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-osd (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:59.161 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T21:50:59.254 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:59.254 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T21:50:59.270 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T21:50:59.414 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T21:50:59.708 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:59.835 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:50:59.986 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mon (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:51:00.186 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:51:00.186 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T21:51:00.515 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T21:51:00.637 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-cephadm (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:51:00.772 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:51:00.898 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-dashboard (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:51:01.049 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-volume (19.0.0-2286-g5d87ad5b-1jammy) ... 2024-03-21T21:51:01.148 INFO:teuthology.orchestra.run.smithi164.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T21:51:01.153 DEBUG:teuthology.parallel:result is None 2024-03-21T21:51:01.394 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T21:51:01.502 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T21:51:01.647 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T21:51:02.741 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T21:51:03.420 INFO:teuthology.orchestra.run.smithi173.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T21:51:03.425 DEBUG:teuthology.parallel:result is None 2024-03-21T21:51:03.425 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:03.649 DEBUG:teuthology.orchestra.run.smithi072:> dpkg-query -W -f '${Version}' ceph 2024-03-21T21:51:03.668 INFO:teuthology.orchestra.run.smithi072.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:03.669 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:03.669 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T21:51:03.670 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:03.812 DEBUG:teuthology.orchestra.run.smithi164:> dpkg-query -W -f '${Version}' ceph 2024-03-21T21:51:03.831 INFO:teuthology.orchestra.run.smithi164.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:03.831 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:03.831 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T21:51:03.832 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:04.046 DEBUG:teuthology.orchestra.run.smithi173:> dpkg-query -W -f '${Version}' ceph 2024-03-21T21:51:04.065 INFO:teuthology.orchestra.run.smithi173.stdout:19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:04.065 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:51:04.066 INFO:teuthology.task.install:The correct ceph version 19.0.0-2286-g5d87ad5b-1jammy is installed. 2024-03-21T21:51:04.068 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T21:51:04.068 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:51:04.068 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T21:51:04.082 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:51:04.082 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T21:51:04.097 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:51:04.097 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T21:51:04.120 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T21:51:04.120 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:51:04.121 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T21:51:04.136 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T21:51:04.191 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:51:04.191 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T21:51:04.204 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T21:51:04.261 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:51:04.261 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T21:51:04.275 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T21:51:04.330 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T21:51:04.331 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:51:04.331 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T21:51:04.344 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T21:51:04.400 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:51:04.400 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T21:51:04.414 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T21:51:04.468 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:51:04.468 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T21:51:04.481 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T21:51:04.535 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T21:51:04.535 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:51:04.535 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T21:51:04.549 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T21:51:04.604 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:51:04.604 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T21:51:04.618 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T21:51:04.673 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:51:04.673 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T21:51:04.685 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T21:51:04.739 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:51:04.830 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:51:04.830 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:04.830 INFO:tasks.cephadm:Cluster fsid is 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:51:04.831 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:51:04.831 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.72', 'mon.b': '172.21.15.164', 'mon.c': '172.21.15.173'} 2024-03-21T21:51:04.831 INFO:tasks.cephadm:First mon is mon.a on smithi072 2024-03-21T21:51:04.831 INFO:tasks.cephadm:First mgr is a 2024-03-21T21:51:04.831 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T21:51:04.831 DEBUG:teuthology.orchestra.run.smithi072:> sudo hostname $(hostname -s) 2024-03-21T21:51:04.845 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-03-21T21:51:04.860 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-03-21T21:51:04.874 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T21:51:04.874 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:05.092 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/77841/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2286-g5d87ad5b', 'node_name': '172.21.2.11+braggi11', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2286-g5d87ad5b-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 20:17:13.915410', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2024-03-21-1131', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T21:51:05.310 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-phlogistonjohn-testing-2024-03-21-1131, sha1 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:51:05.311 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T21:51:05.312 DEBUG:teuthology.orchestra.run.smithi072:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:06.018 INFO:teuthology.orchestra.run.smithi072.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 21:51 /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:06.018 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:06.597 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 21:51 /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:06.597 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2024-03-21-1131/5d87ad5bd031c000b3eb3ea886a68e118ae09d38/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:07.301 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788823 Mar 21 21:51 /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:07.301 DEBUG:teuthology.orchestra.run.smithi072:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:07.309 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:07.317 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T21:51:07.336 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 on all hosts... 2024-03-21T21:51:07.336 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T21:51:07.353 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T21:51:07.362 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 pull 2024-03-21T21:51:07.518 INFO:teuthology.orchestra.run.smithi072.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T21:51:07.527 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T21:51:07.533 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T21:52:10.983 INFO:teuthology.orchestra.run.smithi072.stdout:{ 2024-03-21T21:52:10.983 INFO:teuthology.orchestra.run.smithi072.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T21:52:10.983 INFO:teuthology.orchestra.run.smithi072.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T21:52:10.983 INFO:teuthology.orchestra.run.smithi072.stdout: "repo_digests": [ 2024-03-21T21:52:10.983 INFO:teuthology.orchestra.run.smithi072.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T21:52:10.984 INFO:teuthology.orchestra.run.smithi072.stdout: ] 2024-03-21T21:52:10.984 INFO:teuthology.orchestra.run.smithi072.stdout:} 2024-03-21T21:52:16.503 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2024-03-21T21:52:16.503 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T21:52:16.504 INFO:teuthology.orchestra.run.smithi173.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T21:52:16.504 INFO:teuthology.orchestra.run.smithi173.stdout: "repo_digests": [ 2024-03-21T21:52:16.504 INFO:teuthology.orchestra.run.smithi173.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T21:52:16.504 INFO:teuthology.orchestra.run.smithi173.stdout: ] 2024-03-21T21:52:16.504 INFO:teuthology.orchestra.run.smithi173.stdout:} 2024-03-21T21:52:23.460 INFO:teuthology.orchestra.run.smithi164.stdout:{ 2024-03-21T21:52:23.460 INFO:teuthology.orchestra.run.smithi164.stdout: "ceph_version": "ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev)", 2024-03-21T21:52:23.461 INFO:teuthology.orchestra.run.smithi164.stdout: "image_id": "1c3557fbb169403f5161927e77b9b2186268246b87fb5a1554a7b0a8b4e49068", 2024-03-21T21:52:23.461 INFO:teuthology.orchestra.run.smithi164.stdout: "repo_digests": [ 2024-03-21T21:52:23.461 INFO:teuthology.orchestra.run.smithi164.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d" 2024-03-21T21:52:23.461 INFO:teuthology.orchestra.run.smithi164.stdout: ] 2024-03-21T21:52:23.461 INFO:teuthology.orchestra.run.smithi164.stdout:} 2024-03-21T21:52:23.500 DEBUG:teuthology.orchestra.run.smithi072:> sudo mkdir -p /etc/ceph 2024-03-21T21:52:23.514 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-03-21T21:52:23.529 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2024-03-21T21:52:23.542 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 777 /etc/ceph 2024-03-21T21:52:23.571 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-03-21T21:52:23.583 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2024-03-21T21:52:23.598 INFO:tasks.cephadm:Writing seed config... 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T21:52:23.599 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T21:52:23.600 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T21:52:23.600 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T21:52:23.600 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:52:23.600 DEBUG:teuthology.orchestra.run.smithi072:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T21:52:23.619 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 = 1dbd1cae-e7cd-11ee-95cd-87774f69a715 mon election default strategy = 1 [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 = False [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-03-21T21:52:23.620 DEBUG:teuthology.orchestra.run.smithi072:mon.a> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T21:52:23.668 DEBUG:teuthology.orchestra.run.smithi072:mgr.a> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T21:52:23.712 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T21:52:23.712 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 -v bootstrap --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --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.72 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T21:52:23.922 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-03-21T21:52:23.923 INFO:teuthology.orchestra.run.smithi072.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38', '-v', 'bootstrap', '--fsid', '1dbd1cae-e7cd-11ee-95cd-87774f69a715', '--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.72', '--skip-admin-label'] 2024-03-21T21:52:23.923 INFO:teuthology.orchestra.run.smithi072.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T21:52:23.924 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying podman|docker is present... 2024-03-21T21:52:23.924 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying lvm2 is present... 2024-03-21T21:52:23.924 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying time synchronization is in place... 2024-03-21T21:52:23.929 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T21:52:23.929 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T21:52:23.933 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T21:52:23.933 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.937 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T21:52:23.937 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T21:52:23.940 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T21:52:23.940 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.944 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T21:52:23.944 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout masked 2024-03-21T21:52:23.947 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T21:52:23.947 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.951 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T21:52:23.951 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T21:52:23.954 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T21:52:23.954 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.957 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout enabled 2024-03-21T21:52:23.961 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout active 2024-03-21T21:52:23.961 INFO:teuthology.orchestra.run.smithi072.stdout:Unit ntp.service is enabled and running 2024-03-21T21:52:23.961 INFO:teuthology.orchestra.run.smithi072.stdout:Repeating the final host check... 2024-03-21T21:52:23.962 INFO:teuthology.orchestra.run.smithi072.stdout:docker (/usr/bin/docker) is present 2024-03-21T21:52:23.962 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl is present 2024-03-21T21:52:23.962 INFO:teuthology.orchestra.run.smithi072.stdout:lvcreate is present 2024-03-21T21:52:23.965 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T21:52:23.965 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T21:52:23.968 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T21:52:23.968 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.971 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T21:52:23.971 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T21:52:23.974 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T21:52:23.974 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.978 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T21:52:23.978 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout masked 2024-03-21T21:52:23.981 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T21:52:23.981 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.984 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T21:52:23.984 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T21:52:23.988 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T21:52:23.988 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout inactive 2024-03-21T21:52:23.991 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout enabled 2024-03-21T21:52:23.995 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stdout active 2024-03-21T21:52:23.995 INFO:teuthology.orchestra.run.smithi072.stdout:Unit ntp.service is enabled and running 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Host looks OK 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Cluster fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Acquiring lock 140016889653104 on /run/cephadm/1dbd1cae-e7cd-11ee-95cd-87774f69a715.lock 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Lock 140016889653104 acquired on /run/cephadm/1dbd1cae-e7cd-11ee-95cd-87774f69a715.lock 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying IP 172.21.15.72 port 3300 ... 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying IP 172.21.15.72 port 6789 ... 2024-03-21T21:52:23.996 INFO:teuthology.orchestra.run.smithi072.stdout:Base mon IP(s) is [172.21.15.72:3300, 172.21.15.72:6789], mon addrv is [v2:172.21.15.72:3300,v1:172.21.15.72:6789] 2024-03-21T21:52:23.998 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.72 metric 100 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.72 metric 100 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.72 metric 100 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.72 metric 100 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.72 metric 100 2024-03-21T21:52:23.999 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.72 metric 100 2024-03-21T21:52:24.000 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T21:52:24.000 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-21T21:52:24.001 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-03-21T21:52:24.002 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T21:52:24.002 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T21:52:24.002 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T21:52:24.003 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-21T21:52:24.003 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:b765/64 scope link 2024-03-21T21:52:24.003 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.0/20` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.0/20` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.1/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.1/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.2/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.0.2/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.15.254/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Mon IP `172.21.15.72` is in CIDR network `172.21.15.254/32` 2024-03-21T21:52:24.004 INFO:teuthology.orchestra.run.smithi072.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-03-21T21:52:24.005 INFO:teuthology.orchestra.run.smithi072.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T21:52:24.005 INFO:teuthology.orchestra.run.smithi072.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38... 2024-03-21T21:52:24.338 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/docker: stdout 5d87ad5bd031c000b3eb3ea886a68e118ae09d38: Pulling from ceph-ci/ceph 2024-03-21T21:52:24.338 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/docker: stdout Digest: sha256:f60f3c216f555b8e367335520c66ffb3591c4a024f1368149f6143364f3d390d 2024-03-21T21:52:24.338 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:52:24.338 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:52:25.969 INFO:teuthology.orchestra.run.smithi072.stdout:ceph: stdout ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev) 2024-03-21T21:52:25.969 INFO:teuthology.orchestra.run.smithi072.stdout:Ceph version: ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev) 2024-03-21T21:52:25.969 INFO:teuthology.orchestra.run.smithi072.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T21:52:27.354 INFO:teuthology.orchestra.run.smithi072.stdout:stat: stdout 167 167 2024-03-21T21:52:27.354 INFO:teuthology.orchestra.run.smithi072.stdout:Creating initial keys... 2024-03-21T21:52:28.680 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-authtool: stdout AQAcrPxlGTmCBBAA+gxolf4UbSNl37ybEhcLZg== 2024-03-21T21:52:30.041 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-authtool: stdout AQAdrPxl5om0GhAAf3ijGwvO/BLtdZ3fvgYqqg== 2024-03-21T21:52:31.468 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-authtool: stdout AQAerPxl1AVIMxAA5A69K7MkqR72vs8Kw4gJpQ== 2024-03-21T21:52:31.469 INFO:teuthology.orchestra.run.smithi072.stdout:Creating initial monmap... 2024-03-21T21:52:32.862 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T21:52:32.862 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T21:52:32.862 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:32.862 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout:monmaptool for a [v2:172.21.15.72:3300,v1:172.21.15.72:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout:setting min_mon_release = quincy 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: set fsid to 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:52:32.863 INFO:teuthology.orchestra.run.smithi072.stdout:Creating mon... 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 1 imported monmap: 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T21:52:32.222697+0000 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T21:52:32.222697+0000 2024-03-21T21:52:34.269 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon.a 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 0 /usr/bin/ceph-mon: set fsid to 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Git sha 0 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: DB SUMMARY 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: DB Session ID: Y0NSDWYDEBF05RHEGMX1 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T21:52:34.270 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.env: 0x55615bd91b20 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.info_log: 0x55615d31cba0 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T21:52:34.271 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.db_log_dir: 2024-03-21T21:52:34.272 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.wal_dir: 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.write_buffer_manager: 0x55615d2ef360 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T21:52:34.273 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.row_cache: None 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.wal_filter: None 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T21:52:34.274 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T21:52:34.275 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T21:52:34.276 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Compression algorithms supported: 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kZSTD supported: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.633+0000 7fb5a9152c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T21:52:34.277 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.merge_operator: 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55615d31ccc0) 2024-03-21T21:52:34.278 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55615d321090 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T21:52:34.279 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T21:52:34.280 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T21:52:34.281 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.num_levels: 7 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T21:52:34.282 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T21:52:34.283 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T21:52:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T21:52:34.285 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T21:52:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 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-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e6264d9b-248f-4825-865a-deb21bc71225 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55615d3ea000 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5a9152c80 4 rocksdb: DB pointer 0x55615d3da000 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5992b6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.637+0000 7fb5992b6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.288 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T21:52:34.289 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.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-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55615d321090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.641+0000 7fb5a9152c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.641+0000 7fb5a9152c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T21:52:34.290 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T21:52:33.641+0000 7fb5a9152c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T21:52:34.291 INFO:teuthology.orchestra.run.smithi072.stdout:create mon.a on 2024-03-21T21:52:34.551 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-21T21:52:34.759 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T21:52:35.001 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target. 2024-03-21T21:52:35.002 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target. 2024-03-21T21:52:35.281 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a 2024-03-21T21:52:35.282 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T21:52:35.480 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target.wants/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.service. 2024-03-21T21:52:35.490 INFO:teuthology.orchestra.run.smithi072.stdout:firewalld does not appear to be present 2024-03-21T21:52:35.490 INFO:teuthology.orchestra.run.smithi072.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T21:52:35.490 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mon to start... 2024-03-21T21:52:35.491 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mon... 2024-03-21T21:52:37.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:36 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.847000+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout id: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout services: 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.233958s) 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout data: 2024-03-21T21:52:37.770 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:mon is available 2024-03-21T21:52:37.771 INFO:teuthology.orchestra.run.smithi072.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.877135+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.877454+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.881319+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.884087+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: cluster 2024-03-21T21:52:36.884527+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T21:52:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:37 smithi072 bash[21117]: audit 2024-03-21T21:52:37.111018+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.72:0/2687909193' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T21:52:39.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:38 smithi072 bash[21117]: audit 2024-03-21T21:52:38.791163+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.72:0/2603463312' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T21:52:39.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:38 smithi072 bash[21117]: audit 2024-03-21T21:52:38.795064+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.72:0/2603463312' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout fsid = 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.72:3300,v1:172.21.15.72:6789] 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T21:52:39.473 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:39.474 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T21:52:39.475 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T21:52:39.475 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T21:52:39.475 INFO:teuthology.orchestra.run.smithi072.stdout:Generating new minimal ceph.conf... 2024-03-21T21:52:40.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:40 smithi072 bash[21117]: audit 2024-03-21T21:52:40.558214+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.72:0/3807784378' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:52:41.185 INFO:teuthology.orchestra.run.smithi072.stdout:Restarting the monitor... 2024-03-21T21:52:41.479 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:41 smithi072 systemd[1]: Stopping Ceph mon.a for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T21:52:41.479 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:41 smithi072 bash[21117]: debug 2024-03-21T21:52:41.312+0000 7f5acbdb8700 -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-03-21T21:52:41.479 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:41 smithi072 bash[21117]: debug 2024-03-21T21:52:41.312+0000 7f5acbdb8700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T21:52:42.117 INFO:teuthology.orchestra.run.smithi072.stdout:Setting public_network to 172.21.0.2/32,172.21.0.1/32,172.21.0.0/20,172.21.15.254/32 in mon config section 2024-03-21T21:52:42.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:41 smithi072 bash[21501]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-mon-a 2024-03-21T21:52:42.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:42 smithi072 bash[21563]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-mon-a 2024-03-21T21:52:42.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:42 smithi072 systemd[1]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T21:52:42.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:42 smithi072 systemd[1]: Stopped Ceph mon.a for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T21:52:42.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:42 smithi072 systemd[1]: Started Ceph mon.a for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T21:52:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.372+0000 7f1a0fb3cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T21:52:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.372+0000 7f1a0fb3cc80 0 ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev), process ceph-mon, pid 7 2024-03-21T21:52:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.372+0000 7f1a0fb3cc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T21:52:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 0 load: jerasure load: lrc 2024-03-21T21:52:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Git sha 0 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: DB SUMMARY 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: DB Session ID: 2R9QXQUDXT7Q6DBMOF8O 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84953 ; 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T21:52:43.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.env: 0x5572cb47fb20 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.info_log: 0x5572cc92d980 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T21:52:43.596 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.db_log_dir: 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.wal_dir: 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T21:52:43.597 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.write_buffer_manager: 0x5572cc8fe1e0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T21:52:43.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.row_cache: None 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.wal_filter: None 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T21:52:43.599 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T21:52:43.600 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T21:52:43.601 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T21:52:43.601 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T21:52:43.601 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T21:52:43.602 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Compression algorithms supported: 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kZSTD supported: 0 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T21:52:43.603 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.merge_operator: 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5572cc92da80) 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cache_index_and_filter_blocks: 1 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: pin_top_level_index_and_filter: 1 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: index_type: 0 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: data_block_index_type: 0 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: index_shortening: 1 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: checksum: 4 2024-03-21T21:52:43.604 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: no_block_cache: 0 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_cache: 0x5572cc92f090 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_cache_name: BinnedLRUCache 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_cache_options: 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: capacity : 536870912 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: num_shard_bits : 4 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: strict_capacity_limit : 0 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: high_pri_pool_ratio: 0.000 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_cache_compressed: (nil) 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: persistent_cache: (nil) 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_size: 4096 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_size_deviation: 10 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_restart_interval: 16 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: index_block_restart_interval: 1 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: metadata_block_size: 4096 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: partition_filters: 0 2024-03-21T21:52:43.605 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: use_delta_encoding: 1 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: filter_policy: bloomfilter 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: whole_key_filtering: 1 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: verify_compression: 0 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: read_amp_bytes_per_bit: 0 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: format_version: 5 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: enable_index_compression: 1 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: block_align: 0 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: max_auto_readahead_size: 262144 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: prepopulate_block_cache: 0 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: initial_auto_readahead_size: 8192 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: num_file_reads_for_auto_readahead: 2 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T21:52:43.606 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.num_levels: 7 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:52:43.607 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T21:52:43.608 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T21:52:43.609 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T21:52:43.610 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T21:52:43.611 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T21:52:43.612 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.376+0000 7f1a0fb3cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 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-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e6264d9b-248f-4825-865a-deb21bc71225 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711057963385039, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711057963386116, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81578, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79765, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74074, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": 1711057963, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e6264d9b-248f-4825-865a-deb21bc71225", "db_session_id": "2R9QXQUDXT7Q6DBMOF8O", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711057963386214, "job": 1, "event": "recovery_finished"} 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 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-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5572cca22000 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 4 rocksdb: DB pointer 0x5572cca0c000 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f19fe298700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T21:52:43.613 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f19fe298700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: ** DB Stats ** 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: ** Compaction Stats [default] ** 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: 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-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:52:43.614 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: ** Compaction Stats [default] ** 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: 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-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Cumulative compaction: 0.00 GB write, 21.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Interval compaction: 0.00 GB write, 21.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: 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-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Block cache BinnedLRUCache@0x5572cc92f090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-21T21:52:43.615 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.380+0000 7f1a0fb3cc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] at bind addrs [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 1 mon.a@-1(???) e1 preinit fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).mds e1 new map 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: e1 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: 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} 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: legacy client fscid: -1 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: No filesystems configured 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:52:43.616 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: debug 2024-03-21T21:52:43.384+0000 7f1a0fb3cc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cluster 2024-03-21T21:52:43.393302+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cluster 2024-03-21T21:52:43.393350+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cluster 2024-03-21T21:52:43.393724+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cluster 2024-03-21T21:52:43.393749+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T21:52:43.617 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:43 smithi072 bash[21600]: cluster 2024-03-21T21:52:43.395552+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T21:52:44.290 INFO:teuthology.orchestra.run.smithi072.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T21:52:44.308 INFO:teuthology.orchestra.run.smithi072.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T21:52:44.308 INFO:teuthology.orchestra.run.smithi072.stdout:Creating mgr... 2024-03-21T21:52:44.309 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T21:52:44.309 INFO:teuthology.orchestra.run.smithi072.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T21:52:44.627 INFO:teuthology.orchestra.run.smithi072.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a 2024-03-21T21:52:44.627 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T21:52:44.743 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:44 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:52:44.743 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:44 smithi072 bash[21600]: audit 2024-03-21T21:52:43.598424+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.72:0/1476025303' entity='client.admin' 2024-03-21T21:52:44.743 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:44 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:52:44.824 INFO:teuthology.orchestra.run.smithi072.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715.target.wants/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.service. 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:firewalld does not appear to be present 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:firewalld does not appear to be present 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mgr to start... 2024-03-21T21:52:44.833 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mgr... 2024-03-21T21:52:46.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:46 smithi072 bash[21856]: debug 2024-03-21T21:52:46.296+0000 7f3d749b2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T21:52:46.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:46 smithi072 bash[21600]: audit 2024-03-21T21:52:46.424506+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.72:0/3788011695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsid": "1dbd1cae-e7cd-11ee-95cd-87774f69a715", 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T21:52:47.138 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 0 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:47.139 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T21:52:47.140 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T21:52:47.144 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T21:52:47.145 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T21:52:36.879466+0000", 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T21:52:47.146 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:52:47.147 INFO:teuthology.orchestra.run.smithi072.stdout:mgr not available, waiting (1/15)... 2024-03-21T21:52:48.205 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:47 smithi072 bash[21856]: debug 2024-03-21T21:52:47.860+0000 7f3d749b2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T21:52:48.206 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:47 smithi072 bash[21856]: debug 2024-03-21T21:52:47.956+0000 7f3d749b2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T21:52:49.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:48 smithi072 bash[21856]: debug 2024-03-21T21:52:48.200+0000 7f3d749b2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T21:52:49.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:48 smithi072 bash[21856]: debug 2024-03-21T21:52:48.984+0000 7f3d749b2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T21:52:49.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:49 smithi072 bash[21856]: debug 2024-03-21T21:52:49.096+0000 7f3d749b2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T21:52:49.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:49 smithi072 bash[21856]: debug 2024-03-21T21:52:49.196+0000 7f3d749b2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T21:52:49.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:49 smithi072 bash[21856]: debug 2024-03-21T21:52:49.548+0000 7f3d749b2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T21:52:49.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:49 smithi072 bash[21856]: debug 2024-03-21T21:52:49.660+0000 7f3d749b2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T21:52:49.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:49 smithi072 bash[21856]: debug 2024-03-21T21:52:49.764+0000 7f3d749b2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T21:52:50.307 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:50 smithi072 bash[21856]: debug 2024-03-21T21:52:50.124+0000 7f3d749b2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T21:52:50.597 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:50 smithi072 bash[21856]: debug 2024-03-21T21:52:50.364+0000 7f3d749b2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T21:52:50.598 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:50 smithi072 bash[21600]: audit 2024-03-21T21:52:50.295055+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.72:0/1175590803' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T21:52:50.891 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:50.891 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:52:50.891 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsid": "1dbd1cae-e7cd-11ee-95cd-87774f69a715", 2024-03-21T21:52:50.891 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T21:52:50.891 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 0 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:50.892 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T21:52:50.893 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T21:52:50.896 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:50.897 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.898 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T21:52:36.879466+0000", 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:52:50.899 INFO:teuthology.orchestra.run.smithi072.stdout:mgr not available, waiting (2/15)... 2024-03-21T21:52:51.016 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:50 smithi072 bash[21856]: debug 2024-03-21T21:52:50.628+0000 7f3d749b2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T21:52:51.016 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:50 smithi072 bash[21856]: debug 2024-03-21T21:52:50.736+0000 7f3d749b2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T21:52:51.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:51 smithi072 bash[21856]: debug 2024-03-21T21:52:51.012+0000 7f3d749b2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T21:52:51.797 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:51 smithi072 bash[21856]: debug 2024-03-21T21:52:51.440+0000 7f3d749b2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:52:51.797 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:51 smithi072 bash[21856]: debug 2024-03-21T21:52:51.676+0000 7f3d749b2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T21:52:51.797 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:51 smithi072 bash[21856]: debug 2024-03-21T21:52:51.792+0000 7f3d749b2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T21:52:52.093 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:52 smithi072 bash[21856]: debug 2024-03-21T21:52:52.036+0000 7f3d749b2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:52:53.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:53 smithi072 bash[21856]: debug 2024-03-21T21:52:53.028+0000 7f3d749b2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T21:52:53.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:53 smithi072 bash[21856]: debug 2024-03-21T21:52:53.140+0000 7f3d749b2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T21:52:53.749 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:53 smithi072 bash[21856]: debug 2024-03-21T21:52:53.432+0000 7f3d749b2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T21:52:53.749 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:53 smithi072 bash[21856]: debug 2024-03-21T21:52:53.544+0000 7f3d749b2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T21:52:54.261 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:54 smithi072 bash[21600]: audit 2024-03-21T21:52:54.077632+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.72:0/2778938515' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T21:52:54.261 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:54 smithi072 bash[21856]: debug 2024-03-21T21:52:53.996+0000 7f3d749b2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T21:52:54.261 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:52:54 smithi072 bash[21856]: debug 2024-03-21T21:52:54.120+0000 7f3d749b2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T21:52:54.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsid": "1dbd1cae-e7cd-11ee-95cd-87774f69a715", 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 0 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T21:52:54.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T21:52:54.695 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:54.696 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T21:52:36.879466+0000", 2024-03-21T21:52:54.697 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:54.698 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:54.698 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T21:52:54.698 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:52:54.698 INFO:teuthology.orchestra.run.smithi072.stdout:mgr not available, waiting (3/15)... 2024-03-21T21:52:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: cluster 2024-03-21T21:52:54.145858+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-21T21:52:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: cluster 2024-03-21T21:52:54.148744+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00309792s) 2024-03-21T21:52:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.149676+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T21:52:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.149875+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T21:52:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.149997+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.150122+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.150655+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: cluster 2024-03-21T21:52:54.174200+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.187247+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.190071+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.193274+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.195250+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' 2024-03-21T21:52:55.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:55 smithi072 bash[21600]: audit 2024-03-21T21:52:54.197028+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.72:0/1443099613' entity='mgr.a' 2024-03-21T21:52:56.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:56 smithi072 bash[21600]: cluster 2024-03-21T21:52:55.163286+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01763s) 2024-03-21T21:52:58.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:58 smithi072 bash[21600]: cluster 2024-03-21T21:52:57.160135+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsid": "1dbd1cae-e7cd-11ee-95cd-87774f69a715", 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T21:52:58.775 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.776 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T21:52:58.776 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T21:52:58.776 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 0 2024-03-21T21:52:58.776 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T21:52:58.778 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T21:52:58.779 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T21:52:58.783 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T21:52:58.784 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ], 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T21:52:36.879466+0000", 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout }, 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:52:58.785 INFO:teuthology.orchestra.run.smithi072.stdout:mgr is available 2024-03-21T21:52:59.532 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:52:59 smithi072 bash[21600]: audit 2024-03-21T21:52:58.193304+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.72:0/1879096537' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T21:53:00.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:00 smithi072 bash[21600]: audit 2024-03-21T21:53:00.076171+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.72:0/1905730935' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T21:53:00.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:00 smithi072 bash[21600]: audit 2024-03-21T21:53:00.080559+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.72:0/1905730935' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T21:53:00.735 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:53:00.736 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T21:53:00.736 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout fsid = 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:00.736 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T21:53:00.737 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T21:53:00.738 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T21:53:00.738 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling cephadm module... 2024-03-21T21:53:02.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:02 smithi072 bash[21600]: audit 2024-03-21T21:53:02.080520+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.72:0/724900772' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T21:53:02.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:02 smithi072 bash[21856]: ignoring --setuser ceph since I am not root 2024-03-21T21:53:02.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:02 smithi072 bash[21856]: ignoring --setgroup ceph since I am not root 2024-03-21T21:53:02.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:02 smithi072 bash[21856]: debug 2024-03-21T21:53:02.316+0000 7f3ec2182200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T21:53:03.439 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:03 smithi072 bash[21600]: audit 2024-03-21T21:53:02.132256+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.72:0/724900772' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T21:53:03.439 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:03 smithi072 bash[21600]: cluster 2024-03-21T21:53:02.137590+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-21T21:53:04.138 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:03 smithi072 bash[21856]: debug 2024-03-21T21:53:03.884+0000 7f3ec2182200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T21:53:04.138 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:03 smithi072 bash[21856]: debug 2024-03-21T21:53:03.980+0000 7f3ec2182200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T21:53:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:04 smithi072 bash[21600]: audit 2024-03-21T21:53:04.108978+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.72:0/2567200033' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T21:53:04.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:04 smithi072 bash[21856]: debug 2024-03-21T21:53:04.232+0000 7f3ec2182200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T21:53:04.732 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for the mgr to restart... 2024-03-21T21:53:04.733 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mgr epoch 5... 2024-03-21T21:53:05.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.032+0000 7f3ec2182200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T21:53:05.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.140+0000 7f3ec2182200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T21:53:05.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.244+0000 7f3ec2182200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T21:53:05.717 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.604+0000 7f3ec2182200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T21:53:05.717 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.716+0000 7f3ec2182200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T21:53:06.094 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:05 smithi072 bash[21856]: debug 2024-03-21T21:53:05.816+0000 7f3ec2182200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T21:53:06.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:06 smithi072 bash[21856]: debug 2024-03-21T21:53:06.172+0000 7f3ec2182200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T21:53:06.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:06 smithi072 bash[21856]: debug 2024-03-21T21:53:06.412+0000 7f3ec2182200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T21:53:07.055 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:06 smithi072 bash[21856]: debug 2024-03-21T21:53:06.672+0000 7f3ec2182200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T21:53:07.055 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:06 smithi072 bash[21856]: debug 2024-03-21T21:53:06.784+0000 7f3ec2182200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T21:53:07.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:07 smithi072 bash[21856]: debug 2024-03-21T21:53:07.052+0000 7f3ec2182200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T21:53:07.833 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:07 smithi072 bash[21856]: debug 2024-03-21T21:53:07.476+0000 7f3ec2182200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:53:07.833 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:07 smithi072 bash[21856]: debug 2024-03-21T21:53:07.712+0000 7f3ec2182200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T21:53:07.833 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:07 smithi072 bash[21856]: debug 2024-03-21T21:53:07.832+0000 7f3ec2182200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T21:53:08.094 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:08 smithi072 bash[21856]: debug 2024-03-21T21:53:08.076+0000 7f3ec2182200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:53:09.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:09 smithi072 bash[21856]: debug 2024-03-21T21:53:09.072+0000 7f3ec2182200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T21:53:09.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:09 smithi072 bash[21856]: debug 2024-03-21T21:53:09.184+0000 7f3ec2182200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T21:53:09.843 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:09 smithi072 bash[21856]: debug 2024-03-21T21:53:09.476+0000 7f3ec2182200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T21:53:09.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:09 smithi072 bash[21856]: debug 2024-03-21T21:53:09.588+0000 7f3ec2182200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21856]: debug 2024-03-21T21:53:10.040+0000 7f3ec2182200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21856]: debug 2024-03-21T21:53:10.156+0000 7f3ec2182200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: cluster 2024-03-21T21:53:10.177939+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: cluster 2024-03-21T21:53:10.178448+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: cluster 2024-03-21T21:53:10.186423+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: cluster 2024-03-21T21:53:10.186701+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00842594s) 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: audit 2024-03-21T21:53:10.188675+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:53:10.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: audit 2024-03-21T21:53:10.190741+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T21:53:10.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: audit 2024-03-21T21:53:10.192001+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T21:53:10.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: audit 2024-03-21T21:53:10.192498+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T21:53:10.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: audit 2024-03-21T21:53:10.192764+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T21:53:10.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:10 smithi072 bash[21600]: cluster 2024-03-21T21:53:10.218596+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-21T21:53:11.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: cephadm 2024-03-21T21:53:10.236952+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T21:53:11.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.238964+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:11.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.241239+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:11.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.245570+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:11.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.250570+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:11.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.259525+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T21:53:11.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:10.262364+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T21:53:11.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: audit 2024-03-21T21:53:11.187181+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T21:53:11.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:11 smithi072 bash[21600]: cluster 2024-03-21T21:53:11.191735+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e7: a(active, since 1.01346s) 2024-03-21T21:53:11.869 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:53:11.870 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T21:53:11.870 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T21:53:11.870 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:53:11.870 INFO:teuthology.orchestra.run.smithi072.stdout:mgr epoch 5 is available 2024-03-21T21:53:11.870 INFO:teuthology.orchestra.run.smithi072.stdout:Setting orchestrator backend to cephadm... 2024-03-21T21:53:12.564 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: audit 2024-03-21T21:53:11.199123+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: audit 2024-03-21T21:53:11.252766+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: audit 2024-03-21T21:53:11.255045+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: cephadm 2024-03-21T21:53:11.716522+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:21:53:11] ENGINE Bus STARTING 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: cephadm 2024-03-21T21:53:11.834215+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:21:53:11] ENGINE Serving on https://172.21.15.72:7150 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: cephadm 2024-03-21T21:53:11.935499+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:21:53:11] ENGINE Serving on http://172.21.15.72:8765 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: cephadm 2024-03-21T21:53:11.935717+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:21:53:11] ENGINE Bus STARTED 2024-03-21T21:53:12.565 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:12 smithi072 bash[21600]: audit 2024-03-21T21:53:11.974686+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:13.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:13 smithi072 bash[21600]: cluster 2024-03-21T21:53:12.265677+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-21T21:53:13.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:13 smithi072 bash[21600]: audit 2024-03-21T21:53:13.167129+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:13.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:13 smithi072 bash[21600]: audit 2024-03-21T21:53:13.175339+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:13.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:13 smithi072 bash[21600]: audit 2024-03-21T21:53:13.244753+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:15.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:15 smithi072 bash[21600]: audit 2024-03-21T21:53:15.114675+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:15.669 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T21:53:15.669 INFO:teuthology.orchestra.run.smithi072.stdout:Generating ssh key... 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: Generating public/private rsa key pair. 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: Your identification has been saved in /tmp/tmp_5vl5awc/key. 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: Your public key has been saved in /tmp/tmp_5vl5awc/key.pub. 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: The key fingerprint is: 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: SHA256:tRiM5kMZS3N2EZyLxzr3qduINOaMp8j9ELRkdBu3y+I ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: The key's randomart image is: 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: +---[RSA 3072]----+ 2024-03-21T21:53:17.390 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | = =.=+ | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | o @ =o. | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | X +oo. | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | B ..=+o | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | = So+ | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | +o.. | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | . Eo . . | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | . o B.o oo | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: | o ++= +o. | 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21600]: audit 2024-03-21T21:53:16.941357+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:17.391 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21600]: cephadm 2024-03-21T21:53:16.941614+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T21:53:17.593 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:17 smithi072 bash[21856]: +----[SHA256]-----+ 2024-03-21T21:53:18.679 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:18 smithi072 bash[21600]: audit 2024-03-21T21:53:17.395552+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:18.680 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:18 smithi072 bash[21600]: audit 2024-03-21T21:53:17.400679+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:19.852 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:19.852 INFO:teuthology.orchestra.run.smithi072.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T21:53:19.852 INFO:teuthology.orchestra.run.smithi072.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T21:53:19.853 INFO:teuthology.orchestra.run.smithi072.stdout:Adding host smithi072... 2024-03-21T21:53:20.529 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:20 smithi072 bash[21600]: audit 2024-03-21T21:53:19.259500+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:21.417 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:21 smithi072 bash[21600]: audit 2024-03-21T21:53:21.113254+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi072", "addr": "172.21.15.72", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:22.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:22 smithi072 bash[21600]: cephadm 2024-03-21T21:53:21.716168+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi072 2024-03-21T21:53:27.557 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout Added host 'smithi072' with addr '172.21.15.72' 2024-03-21T21:53:27.558 INFO:teuthology.orchestra.run.smithi072.stdout:Deploying unmanaged mon service... 2024-03-21T21:53:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:27 smithi072 bash[21600]: audit 2024-03-21T21:53:26.640564+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:27.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:27 smithi072 bash[21600]: cephadm 2024-03-21T21:53:26.640974+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi072 2024-03-21T21:53:27.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:27 smithi072 bash[21600]: audit 2024-03-21T21:53:26.673259+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:30.355 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T21:53:30.356 INFO:teuthology.orchestra.run.smithi072.stdout:Deploying unmanaged mgr service... 2024-03-21T21:53:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:30 smithi072 bash[21600]: audit 2024-03-21T21:53:29.472316+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:30 smithi072 bash[21600]: cephadm 2024-03-21T21:53:29.475545+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T21:53:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:30 smithi072 bash[21600]: audit 2024-03-21T21:53:29.480225+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:30 smithi072 bash[21600]: audit 2024-03-21T21:53:30.100688+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:31.891 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:31 smithi072 bash[21600]: cluster 2024-03-21T21:53:30.193398+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:53:31.891 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:31 smithi072 bash[21600]: audit 2024-03-21T21:53:30.638472+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:32.461 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T21:53:33.169 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:32 smithi072 bash[21600]: audit 2024-03-21T21:53:31.842338+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:33.169 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:32 smithi072 bash[21600]: cephadm 2024-03-21T21:53:31.844641+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T21:53:33.169 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:32 smithi072 bash[21600]: audit 2024-03-21T21:53:31.850390+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.72:0/1104598280' entity='mgr.a' 2024-03-21T21:53:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:33 smithi072 bash[21600]: cluster 2024-03-21T21:53:32.193822+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:53:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:33 smithi072 bash[21600]: audit 2024-03-21T21:53:33.737078+0000 mon.a (mon.0) 63 : audit [INF] from='client.? 172.21.15.72:0/1406565158' entity='client.admin' 2024-03-21T21:53:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:35 smithi072 bash[21600]: cluster 2024-03-21T21:53:34.194244+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:53:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:35 smithi072 bash[21600]: audit 2024-03-21T21:53:35.658073+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.72:0/3056155467' entity='client.admin' 2024-03-21T21:53:36.319 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling the dashboard module... 2024-03-21T21:53:38.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:37 smithi072 bash[21600]: cluster 2024-03-21T21:53:36.194589+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:53:38.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:37 smithi072 bash[21600]: audit 2024-03-21T21:53:37.684504+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.72:0/4083862833' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T21:53:38.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:37 smithi072 bash[21856]: ignoring --setuser ceph since I am not root 2024-03-21T21:53:38.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:37 smithi072 bash[21856]: ignoring --setgroup ceph since I am not root 2024-03-21T21:53:38.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:38 smithi072 bash[21856]: debug 2024-03-21T21:53:38.067+0000 7f5635bdc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T21:53:39.262 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:38 smithi072 bash[21600]: audit 2024-03-21T21:53:37.867256+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.72:0/4083862833' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T21:53:39.262 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:38 smithi072 bash[21600]: cluster 2024-03-21T21:53:37.871907+0000 mon.a (mon.0) 67 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-03-21T21:53:39.991 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:39 smithi072 bash[21856]: debug 2024-03-21T21:53:39.711+0000 7f5635bdc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T21:53:39.991 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:39 smithi072 bash[21856]: debug 2024-03-21T21:53:39.807+0000 7f5635bdc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T21:53:40.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:40 smithi072 bash[21856]: debug 2024-03-21T21:53:40.063+0000 7f5635bdc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T21:53:40.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:40 smithi072 bash[21600]: audit 2024-03-21T21:53:39.977253+0000 mon.a (mon.0) 68 : audit [DBG] from='client.? 172.21.15.72:0/1459981017' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T21:53:40.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:53:40.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T21:53:40.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T21:53:40.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T21:53:40.693 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T21:53:40.694 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:53:40.694 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for the mgr to restart... 2024-03-21T21:53:40.694 INFO:teuthology.orchestra.run.smithi072.stdout:Waiting for mgr epoch 9... 2024-03-21T21:53:40.973 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:40 smithi072 bash[21856]: debug 2024-03-21T21:53:40.859+0000 7f5635bdc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T21:53:41.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:40 smithi072 bash[21856]: debug 2024-03-21T21:53:40.971+0000 7f5635bdc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T21:53:41.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:41 smithi072 bash[21856]: debug 2024-03-21T21:53:41.075+0000 7f5635bdc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T21:53:41.843 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:41 smithi072 bash[21856]: debug 2024-03-21T21:53:41.431+0000 7f5635bdc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T21:53:41.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:41 smithi072 bash[21856]: debug 2024-03-21T21:53:41.551+0000 7f5635bdc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T21:53:41.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:41 smithi072 bash[21856]: debug 2024-03-21T21:53:41.655+0000 7f5635bdc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T21:53:42.343 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:42 smithi072 bash[21856]: debug 2024-03-21T21:53:42.011+0000 7f5635bdc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T21:53:42.344 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:42 smithi072 bash[21856]: debug 2024-03-21T21:53:42.251+0000 7f5635bdc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T21:53:42.843 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:42 smithi072 bash[21856]: debug 2024-03-21T21:53:42.511+0000 7f5635bdc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T21:53:42.844 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:42 smithi072 bash[21856]: debug 2024-03-21T21:53:42.623+0000 7f5635bdc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T21:53:43.311 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:42 smithi072 bash[21856]: debug 2024-03-21T21:53:42.895+0000 7f5635bdc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T21:53:43.593 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:43 smithi072 bash[21856]: debug 2024-03-21T21:53:43.307+0000 7f5635bdc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:53:43.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:43 smithi072 bash[21856]: debug 2024-03-21T21:53:43.547+0000 7f5635bdc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T21:53:44.094 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:43 smithi072 bash[21856]: debug 2024-03-21T21:53:43.663+0000 7f5635bdc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T21:53:44.094 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:43 smithi072 bash[21856]: debug 2024-03-21T21:53:43.911+0000 7f5635bdc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:53:45.325 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:44 smithi072 bash[21856]: debug 2024-03-21T21:53:44.915+0000 7f5635bdc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T21:53:45.325 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:45 smithi072 bash[21856]: debug 2024-03-21T21:53:45.027+0000 7f5635bdc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T21:53:45.593 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:45 smithi072 bash[21856]: debug 2024-03-21T21:53:45.323+0000 7f5635bdc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T21:53:45.594 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:45 smithi072 bash[21856]: debug 2024-03-21T21:53:45.435+0000 7f5635bdc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:45 smithi072 bash[21856]: debug 2024-03-21T21:53:45.883+0000 7f5635bdc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21856]: debug 2024-03-21T21:53:46.003+0000 7f5635bdc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: cluster 2024-03-21T21:53:46.031382+0000 mon.a (mon.0) 69 : cluster [INF] Active manager daemon a restarted 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: cluster 2024-03-21T21:53:46.031878+0000 mon.a (mon.0) 70 : cluster [INF] Activating manager daemon a 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: cluster 2024-03-21T21:53:46.035376+0000 mon.a (mon.0) 71 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: cluster 2024-03-21T21:53:46.035494+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00381764s) 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: audit 2024-03-21T21:53:46.038725+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:53:46.148 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: audit 2024-03-21T21:53:46.040796+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T21:53:46.149 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: audit 2024-03-21T21:53:46.041863+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T21:53:46.149 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: audit 2024-03-21T21:53:46.042084+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T21:53:46.149 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: audit 2024-03-21T21:53:46.042306+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T21:53:46.149 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:46 smithi072 bash[21600]: cluster 2024-03-21T21:53:46.070776+0000 mon.a (mon.0) 78 : cluster [INF] Manager daemon a is now available 2024-03-21T21:53:47.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:47 smithi072 bash[21600]: audit 2024-03-21T21:53:46.103378+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:53:47.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:47 smithi072 bash[21600]: audit 2024-03-21T21:53:46.124605+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T21:53:47.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:47 smithi072 bash[21600]: audit 2024-03-21T21:53:46.128154+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T21:53:47.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:47 smithi072 bash[21600]: cluster 2024-03-21T21:53:47.044386+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e11: a(active, since 1.01269s) 2024-03-21T21:53:47.796 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout { 2024-03-21T21:53:47.796 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T21:53:47.797 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T21:53:47.797 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout } 2024-03-21T21:53:47.797 INFO:teuthology.orchestra.run.smithi072.stdout:mgr epoch 9 is available 2024-03-21T21:53:47.797 INFO:teuthology.orchestra.run.smithi072.stdout:Generating a dashboard self-signed certificate... 2024-03-21T21:53:48.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:48 smithi072 bash[21600]: cephadm 2024-03-21T21:53:47.899211+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:21:53:47] ENGINE Bus STARTING 2024-03-21T21:53:49.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:49 smithi072 bash[21600]: cephadm 2024-03-21T21:53:48.016840+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Mar/2024:21:53:48] ENGINE Serving on https://172.21.15.72:7150 2024-03-21T21:53:49.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:49 smithi072 bash[21600]: cluster 2024-03-21T21:53:48.096470+0000 mon.a (mon.0) 83 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-21T21:53:49.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:49 smithi072 bash[21600]: cephadm 2024-03-21T21:53:48.118298+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/Mar/2024:21:53:48] ENGINE Serving on http://172.21.15.72:8765 2024-03-21T21:53:49.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:49 smithi072 bash[21600]: cephadm 2024-03-21T21:53:48.118544+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/Mar/2024:21:53:48] ENGINE Bus STARTED 2024-03-21T21:53:49.903 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T21:53:49.903 INFO:teuthology.orchestra.run.smithi072.stdout:Creating initial admin user... 2024-03-21T21:53:50.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:50 smithi072 bash[21600]: audit 2024-03-21T21:53:49.117416+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:53:50.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:50 smithi072 bash[21600]: audit 2024-03-21T21:53:49.290658+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:53:50.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:50 smithi072 bash[21600]: audit 2024-03-21T21:53:49.296437+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:53:52.147 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$W9HArmaq7eRwafbJGlZWduK503Ls/igrsmNoyP99ZUXQfWZ2Vg9sa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711058031, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T21:53:52.147 INFO:teuthology.orchestra.run.smithi072.stdout:Fetching dashboard port number... 2024-03-21T21:53:52.830 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:52 smithi072 bash[21600]: audit 2024-03-21T21:53:51.286784+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' 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-03-21T21:53:52.831 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:52 smithi072 bash[21600]: audit 2024-03-21T21:53:51.532198+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:53:53.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:53 smithi072 bash[21600]: cluster 2024-03-21T21:53:52.544010+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-21T21:53:53.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:53 smithi072 bash[21600]: audit 2024-03-21T21:53:52.866432+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:53:53.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:53 smithi072 bash[21600]: audit 2024-03-21T21:53:53.444210+0000 mon.a (mon.0) 89 : audit [DBG] from='client.? 172.21.15.72:0/87648513' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T21:53:54.142 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T21:53:54.142 INFO:teuthology.orchestra.run.smithi072.stdout:firewalld does not appear to be present 2024-03-21T21:53:54.142 INFO:teuthology.orchestra.run.smithi072.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout:Ceph Dashboard is now available at: 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout: URL: https://smithi072.front.sepia.ceph.com:8443/ 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout: User: admin 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout: Password: lbot6or8s5 2024-03-21T21:53:54.145 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:54.146 INFO:teuthology.orchestra.run.smithi072.stdout:Saving cluster configuration to /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config directory 2024-03-21T21:53:54.146 INFO:teuthology.orchestra.run.smithi072.stdout:Enabling autotune for osd_memory_target 2024-03-21T21:53:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:54 smithi072 bash[21600]: audit 2024-03-21T21:53:53.853127+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:53:58.051 INFO:teuthology.orchestra.run.smithi072.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: ceph telemetry on 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.052 INFO:teuthology.orchestra.run.smithi072.stdout:For more information see: 2024-03-21T21:53:58.053 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.053 INFO:teuthology.orchestra.run.smithi072.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T21:53:58.053 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:53:58.053 INFO:teuthology.orchestra.run.smithi072.stdout:Bootstrap complete. 2024-03-21T21:53:58.095 INFO:tasks.cephadm:Fetching config... 2024-03-21T21:53:58.096 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:53:58.096 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T21:53:58.101 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T21:53:58.101 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:53:58.101 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T21:53:58.152 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T21:53:58.152 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:53:58.152 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T21:53:58.208 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T21:53:58.208 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:53:58.208 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T21:53:58.256 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T21:53:58.256 DEBUG:teuthology.orchestra.run.smithi072:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T21:53:58.319 INFO:teuthology.orchestra.run.smithi072.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:58.328 DEBUG:teuthology.orchestra.run.smithi164:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T21:53:58.350 INFO:teuthology.orchestra.run.smithi164.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:58.359 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T21:53:58.382 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfP7oxTxmM9DjtkswXjf5qqCu/iaSDmhzaE7kNeC26JKR4UrtlZk+uPpLQnnG6VPuTVYyiD0fJ4OQNOUGFtFu2CwfAWnVnR82pFw2EdHqxBcmczsffngSr3oKow71tmVmrgdcGTc2T0CqM+OV3xI157f2wHzp9kFyeE1NjQrlpnSmt1L3lo0aclz2boVDhxUfH45msBggdV1CtMAF4tw/R0F/AzXW8KHW8mz3aW5CkvIM8XSR5b08t8PzwyCN9my0B5aSeyUBhvHhXwtGt6mkGkoCM40ztF+ea0xo84GXNi/OALU3dAZXnFzSAloA+o0J2taJrJM5KSwpZ9BgYi/LD/GZO3zpQfvLNjDs2oJrhxnBpTP2A6h9IQwmgvwSlnDwN0F2yBKK4q33Jyya8W1dDuznrmFepq8DUcH/kE2vDLM9gditUspATyg0apEvFVxwIFFUsC0UUtSZUDBULOBIM9R1XBQOnoc1ywtUGf2qSsJqjEgoSLCLZrBBunK5aw2E= ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:53:58.392 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T21:53:58.772 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:53:58 smithi072 bash[21600]: audit 2024-03-21T21:53:57.418014+0000 mon.a (mon.0) 91 : audit [INF] from='client.? 172.21.15.72:0/3456573294' entity='client.admin' 2024-03-21T21:54:02.773 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.295590+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.301071+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.302449+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi072", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.309398+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.344440+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:54:04.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:04 smithi072 bash[21600]: audit 2024-03-21T21:54:03.350221+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:06.303 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T21:54:06.303 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T21:54:07.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:06 smithi072 bash[21600]: audit 2024-03-21T21:54:05.676065+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.72:0/3457145263' entity='client.admin' 2024-03-21T21:54:07.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:06 smithi072 bash[21600]: audit 2024-03-21T21:54:05.703045+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:54:07.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:06 smithi072 bash[21600]: audit 2024-03-21T21:54:05.706834+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:08.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:07 smithi072 bash[21600]: cluster 2024-03-21T21:54:06.043576+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:09 smithi072 bash[21600]: cluster 2024-03-21T21:54:08.044027+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:11.010 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:12.029 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:11 smithi072 bash[21600]: cluster 2024-03-21T21:54:10.044445+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:13.984 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:13 smithi072 bash[21600]: cluster 2024-03-21T21:54:12.044795+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:14.458 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi164 2024-03-21T21:54:14.459 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:54:14.459 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.conf 2024-03-21T21:54:14.465 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:54:14.465 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:54:14.514 INFO:tasks.cephadm:Adding host smithi164 to orchestrator... 2024-03-21T21:54:14.514 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch host add smithi164 2024-03-21T21:54:15.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:13.759606+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:54:15.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:13.764717+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:15.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:13.806584+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:54:15.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:13.808414+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:13.809917+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: cephadm 2024-03-21T21:54:13.811086+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: cephadm 2024-03-21T21:54:13.925151+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:14.273593+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:14.278719+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:15.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:14 smithi072 bash[21600]: audit 2024-03-21T21:54:14.284739+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:16.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:15 smithi072 bash[21600]: cephadm 2024-03-21T21:54:14.039419+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:54:16.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:15 smithi072 bash[21600]: cluster 2024-03-21T21:54:14.045036+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:16.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:15 smithi072 bash[21600]: cephadm 2024-03-21T21:54:14.153747+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:54:18.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:17 smithi072 bash[21600]: cluster 2024-03-21T21:54:16.045392+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:19.228 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:20.088 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:19 smithi072 bash[21600]: cluster 2024-03-21T21:54:18.045805+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:22.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:21 smithi072 bash[21600]: cluster 2024-03-21T21:54:20.046225+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:24.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:23 smithi072 bash[21600]: audit 2024-03-21T21:54:21.998097+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:54:24.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:23 smithi072 bash[21600]: cluster 2024-03-21T21:54:22.046552+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:24.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:23 smithi072 bash[21600]: cephadm 2024-03-21T21:54:22.661415+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi164 2024-03-21T21:54:26.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:25 smithi072 bash[21600]: cluster 2024-03-21T21:54:24.046984+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:27.789 INFO:teuthology.orchestra.run.smithi072.stdout:Added host 'smithi164' with addr '172.21.15.164' 2024-03-21T21:54:28.105 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:27 smithi072 bash[21600]: cluster 2024-03-21T21:54:26.047265+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:28.500 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T21:54:29.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:28 smithi072 bash[21600]: audit 2024-03-21T21:54:27.788560+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:29.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:28 smithi072 bash[21600]: cephadm 2024-03-21T21:54:27.789552+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi164 2024-03-21T21:54:29.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:28 smithi072 bash[21600]: audit 2024-03-21T21:54:27.830269+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:54:29.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:28 smithi072 bash[21600]: audit 2024-03-21T21:54:28.302055+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:30.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:29 smithi072 bash[21600]: cluster 2024-03-21T21:54:28.047641+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:30.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:29 smithi072 bash[21600]: audit 2024-03-21T21:54:29.777021+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:32.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:31 smithi072 bash[21600]: cluster 2024-03-21T21:54:30.047992+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:32.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:31 smithi072 bash[21600]: audit 2024-03-21T21:54:31.179333+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:33.208 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:34.068 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:33 smithi072 bash[21600]: cluster 2024-03-21T21:54:32.048451+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:36.040 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:54:36.040 INFO:teuthology.orchestra.run.smithi072.stdout:[{"addr": "172.21.15.72", "hostname": "smithi072", "labels": [], "status": ""}, {"addr": "172.21.15.164", "hostname": "smithi164", "labels": [], "status": ""}] 2024-03-21T21:54:36.053 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:35 smithi072 bash[21600]: cluster 2024-03-21T21:54:34.048716+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:36.802 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2024-03-21T21:54:36.802 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:54:36.802 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2024-03-21T21:54:36.808 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:54:36.808 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:54:36.856 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2024-03-21T21:54:36.856 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch host add smithi173 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.039624+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: cluster 2024-03-21T21:54:36.049052+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.414980+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.420509+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.427145+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.435180+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.442672+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.444702+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:36.446422+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: cephadm 2024-03-21T21:54:36.449018+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: cephadm 2024-03-21T21:54:36.665691+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: cephadm 2024-03-21T21:54:36.830473+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:37.166610+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:37.174730+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:37.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:37 smithi072 bash[21600]: audit 2024-03-21T21:54:37.180532+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:38.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:38 smithi072 bash[21600]: cephadm 2024-03-21T21:54:36.995841+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:54:39.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:39 smithi072 bash[21600]: cluster 2024-03-21T21:54:38.049488+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:41.569 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:41.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:41 smithi072 bash[21600]: cluster 2024-03-21T21:54:40.049892+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:43.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:43 smithi072 bash[21600]: cluster 2024-03-21T21:54:42.050308+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:45.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:45 smithi072 bash[21600]: cluster 2024-03-21T21:54:44.050687+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:45.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:45 smithi072 bash[21600]: audit 2024-03-21T21:54:44.296843+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:54:46.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:46 smithi072 bash[21600]: cephadm 2024-03-21T21:54:45.001383+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi173 2024-03-21T21:54:47.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:47 smithi072 bash[21600]: cluster 2024-03-21T21:54:46.050974+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:49.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:49 smithi072 bash[21600]: cluster 2024-03-21T21:54:48.051429+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:50.175 INFO:teuthology.orchestra.run.smithi072.stdout:Added host 'smithi173' with addr '172.21.15.173' 2024-03-21T21:54:50.908 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T21:54:51.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:51 smithi072 bash[21600]: cluster 2024-03-21T21:54:50.051857+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:51.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:51 smithi072 bash[21600]: audit 2024-03-21T21:54:50.174501+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:51.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:51 smithi072 bash[21600]: cephadm 2024-03-21T21:54:50.175327+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi173 2024-03-21T21:54:51.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:51 smithi072 bash[21600]: audit 2024-03-21T21:54:50.176929+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:54:51.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:51 smithi072 bash[21600]: audit 2024-03-21T21:54:50.649653+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:53 smithi072 bash[21600]: cluster 2024-03-21T21:54:52.052254+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:53 smithi072 bash[21600]: audit 2024-03-21T21:54:52.125427+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:54.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:54 smithi072 bash[21600]: audit 2024-03-21T21:54:53.327316+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:54:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:55 smithi072 bash[21600]: cluster 2024-03-21T21:54:54.052684+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:55.617 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:54:57.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:57 smithi072 bash[21600]: cluster 2024-03-21T21:54:56.053067+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:54:58.385 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T21:54:58.386 INFO:teuthology.orchestra.run.smithi072.stdout:[{"addr": "172.21.15.72", "hostname": "smithi072", "labels": [], "status": ""}, {"addr": "172.21.15.164", "hostname": "smithi164", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2024-03-21T21:54:59.059 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T21:54:59.059 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T21:55:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: cluster 2024-03-21T21:54:58.053386+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.385372+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:55:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.763534+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.768813+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.775081+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:00.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.780293+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:00.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.781803+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:55:00.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.783854+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:00.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: audit 2024-03-21T21:54:58.785693+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:00.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:54:59 smithi072 bash[21600]: cephadm 2024-03-21T21:54:58.788633+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:01.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: cephadm 2024-03-21T21:54:59.005489+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:01.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: cephadm 2024-03-21T21:54:59.171563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:01.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: cephadm 2024-03-21T21:54:59.629849+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:01.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: audit 2024-03-21T21:54:59.800957+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:01.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: audit 2024-03-21T21:54:59.806726+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:01.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:00 smithi072 bash[21600]: audit 2024-03-21T21:54:59.812474+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:02.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:01 smithi072 bash[21600]: cluster 2024-03-21T21:55:00.053785+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:03.773 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:55:04.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:03 smithi072 bash[21600]: cluster 2024-03-21T21:55:02.054216+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:06.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:05 smithi072 bash[21600]: cluster 2024-03-21T21:55:04.054645+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:06.830 INFO:teuthology.orchestra.run.smithi072.stderr:adjusted tunables profile to default 2024-03-21T21:55:07.111 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:06 smithi072 bash[21600]: audit 2024-03-21T21:55:06.682755+0000 mon.a (mon.0) 138 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T21:55:07.532 INFO:tasks.cephadm:Adding mon.a on smithi072 2024-03-21T21:55:07.532 INFO:tasks.cephadm:Adding mon.b on smithi164 2024-03-21T21:55:07.533 INFO:tasks.cephadm:Adding mon.c on smithi173 2024-03-21T21:55:07.533 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c' 2024-03-21T21:55:08.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:07 smithi072 bash[21600]: cluster 2024-03-21T21:55:06.055019+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:08.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:07 smithi072 bash[21600]: audit 2024-03-21T21:55:06.824889+0000 mon.a (mon.0) 139 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T21:55:08.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:07 smithi072 bash[21600]: cluster 2024-03-21T21:55:06.828499+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:08.746 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:10.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:09 smithi072 bash[21600]: cluster 2024-03-21T21:55:08.055468+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:11.258 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2024-03-21T21:55:11.810 DEBUG:teuthology.orchestra.run.smithi164:mon.b> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T21:55:11.813 DEBUG:teuthology.orchestra.run.smithi173:mon.c> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T21:55:11.816 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T21:55:11.816 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T21:55:12.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:11 smithi072 bash[21600]: cluster 2024-03-21T21:55:10.055860+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:12.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:11 smithi072 bash[21600]: audit 2024-03-21T21:55:11.257142+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:12.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:11 smithi072 bash[21600]: audit 2024-03-21T21:55:11.303583+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:13.067 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.246381+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: cephadm 2024-03-21T21:55:11.251864+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c;count:3 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.928401+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.929956+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.937828+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.941740+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:13.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:12 smithi072 bash[21600]: audit 2024-03-21T21:55:11.943195+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:14.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:13 smithi072 bash[21600]: cephadm 2024-03-21T21:55:11.944658+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-03-21T21:55:14.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:13 smithi072 bash[21600]: cluster 2024-03-21T21:55:12.056247+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:16.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:15 smithi072 bash[21600]: cluster 2024-03-21T21:55:14.056657+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:16.277 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-21T21:55:16.278 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","modified":"2024-03-21T21:52:32.222697Z","created":"2024-03-21T21:52:32.222697Z","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.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T21:55:16.280 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-03-21T21:55:17.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:16 smithi072 bash[21600]: audit 2024-03-21T21:55:16.277730+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.173:0/3705810106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:17.725 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:17 smithi173 systemd[1]: Started Ceph mon.c for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T21:55:17.897 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T21:55:17.897 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: cluster 2024-03-21T21:55:16.057038+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: audit 2024-03-21T21:55:17.730688+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: audit 2024-03-21T21:55:17.736262+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: audit 2024-03-21T21:55:17.779125+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: audit 2024-03-21T21:55:17.780487+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:18.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:17 smithi072 bash[21600]: audit 2024-03-21T21:55:17.782170+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.675+0000 7ff7b5be2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.675+0000 7ff7b5be2c80 0 ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev), process ceph-mon, pid 7 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.675+0000 7ff7b5be2c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.679+0000 7ff7b5be2c80 0 load: jerasure load: lrc 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Git sha 0 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: DB SUMMARY 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: DB Session ID: QKYDR8IZY0VQZWYY2Z7E 2024-03-21T21:55:18.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.env: 0x5565202deb20 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.info_log: 0x556522069980 2024-03-21T21:55:18.997 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T21:55:18.998 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T21:55:18.998 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T21:55:18.998 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T21:55:18.998 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.db_log_dir: 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.wal_dir: 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T21:55:18.999 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.write_buffer_manager: 0x55652203a1e0 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T21:55:19.000 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.row_cache: None 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.wal_filter: None 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T21:55:19.001 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T21:55:19.002 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T21:55:19.003 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Compression algorithms supported: 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kZSTD supported: 0 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-21T21:55:19.004 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T21:55:19.006 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T21:55:19.006 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.merge_operator: 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556522069a80) 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cache_index_and_filter_blocks: 1 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: pin_top_level_index_and_filter: 1 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: index_type: 0 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: data_block_index_type: 0 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: index_shortening: 1 2024-03-21T21:55:19.007 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: checksum: 4 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: no_block_cache: 0 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_cache: 0x55652206b090 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_cache_name: BinnedLRUCache 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_cache_options: 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: capacity : 536870912 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: num_shard_bits : 4 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: strict_capacity_limit : 0 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: high_pri_pool_ratio: 0.000 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_cache_compressed: (nil) 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: persistent_cache: (nil) 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_size: 4096 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_size_deviation: 10 2024-03-21T21:55:19.008 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_restart_interval: 16 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: index_block_restart_interval: 1 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: metadata_block_size: 4096 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: partition_filters: 0 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: use_delta_encoding: 1 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: filter_policy: bloomfilter 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: whole_key_filtering: 1 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: verify_compression: 0 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: read_amp_bytes_per_bit: 0 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: format_version: 5 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: enable_index_compression: 1 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: block_align: 0 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: max_auto_readahead_size: 262144 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: prepopulate_block_cache: 0 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: initial_auto_readahead_size: 8192 2024-03-21T21:55:19.009 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: num_file_reads_for_auto_readahead: 2 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.num_levels: 7 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T21:55:19.010 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T21:55:19.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T21:55:19.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T21:55:19.013 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T21:55:19.014 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T21:55:19.015 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 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-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3457f838-2fb5-46d5-ac8a-d96b2ecebce9 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058118687603, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058118688199, "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": 1711058118, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3457f838-2fb5-46d5-ac8a-d96b2ecebce9", "db_session_id": "QKYDR8IZY0VQZWYY2Z7E", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058118688319, "job": 1, "event": "recovery_finished"} 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.683+0000 7ff7b5be2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 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-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55652215e000 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 4 rocksdb: DB pointer 0x556522148000 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7a433e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7a433e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T21:55:19.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: ** DB Stats ** 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: ** Compaction Stats [default] ** 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 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-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T21:55:19.017 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: ** Compaction Stats [default] ** 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 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-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T21:55:19.018 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 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-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: Block cache BinnedLRUCache@0x55652206b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 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-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 0 using public_addr v2:172.21.15.173:0/0 -> [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] at bind addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.687+0000 7ff7b5be2c80 1 mon.c@-1(???) e0 preinit fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: e1 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T21:55:19.019 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 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} 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: legacy client fscid: -1 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: No filesystems configured 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 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-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.711+0000 7ff7a7344700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:19.020 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:12.044795+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:13.759606+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:13.764717+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:13.806584+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:13.808414+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:13.809917+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:13.811086+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:13.925151+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:14.273593+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:14.278719+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:14.284739+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:14.039419+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:14.045036+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:14.153747+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:19.021 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:16.045392+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:18.045805+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:20.046225+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:21.998097+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:22.046552+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:22.661415+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi164 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:24.046984+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:26.047265+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:27.788560+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:27.789552+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi164 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:27.830269+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:28.302055+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:28.047641+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:29.777021+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.022 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:30.047992+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:31.179333+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:32.048451+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:34.048716+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.039624+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:36.049052+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.414980+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.420509+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.427145+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.435180+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.442672+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.444702+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:36.446422+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:36.449018+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:36.665691+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:19.023 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:36.830473+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:37.166610+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:37.174730+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:37.180532+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:36.995841+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:38.049488+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:40.049892+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:42.050308+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:44.050687+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:44.296843+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:45.001383+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi173 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:46.050974+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:48.051429+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:50.051857+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:50.174501+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.024 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:50.175327+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi173 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:50.176929+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:50.649653+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:52.052254+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:52.125427+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:53.327316+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:54.052684+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:56.053067+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:54:58.053386+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.385372+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.763534+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.768813+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.775081+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.780293+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.025 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.781803+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.783854+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:58.785693+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:58.788633+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:59.005489+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:59.171563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:54:59.629849+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:59.800957+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:59.806726+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:54:59.812474+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:00.053785+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:02.054216+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:04.054645+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:06.682755+0000 mon.a (mon.0) 138 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T21:55:19.026 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:06.055019+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:06.824889+0000 mon.a (mon.0) 139 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:06.828499+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:08.055468+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:10.055860+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.257142+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.027 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.303583+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.246381+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:55:11.251864+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c;count:3 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.928401+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.929956+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.937828+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.941740+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:11.943195+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cephadm 2024-03-21T21:55:11.944658+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:12.056247+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:14.056657+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:16.277730+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.173:0/3705810106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: cluster 2024-03-21T21:55:16.057038+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:17.730688+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:17.736262+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.028 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:17.779125+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:19.029 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:17.780487+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:19.029 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: audit 2024-03-21T21:55:17.782170+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:19.029 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:18 smithi173 bash[23664]: debug 2024-03-21T21:55:18.715+0000 7ff7a7344700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T21:55:19.084 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T21:55:22.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 systemd[1]: Started Ceph mon.b for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T21:55:23.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.913+0000 7fb380fafc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T21:55:23.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.913+0000 7fb380fafc80 0 ceph version 19.0.0-2286-g5d87ad5b (5d87ad5bd031c000b3eb3ea886a68e118ae09d38) squid (dev), process ceph-mon, pid 7 2024-03-21T21:55:23.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.913+0000 7fb380fafc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T21:55:23.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.917+0000 7fb380fafc80 0 load: jerasure load: lrc 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Git sha 0 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Compile date 2024-03-21 16:40:47 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: DB SUMMARY 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: DB Session ID: K43NCZO5JE5D6YMDXWP5 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T21:55:23.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.env: 0x5624036e8b20 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.info_log: 0x5624053eb980 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T21:55:23.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T21:55:23.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T21:55:23.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.db_log_dir: 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.wal_dir: 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T21:55:23.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.write_buffer_manager: 0x5624053bc1e0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T21:55:23.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.row_cache: None 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.wal_filter: None 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T21:55:23.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T21:55:23.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T21:55:23.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Compression algorithms supported: 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kZSTD supported: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T21:55:23.249 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.merge_operator: 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T21:55:23.250 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5624053eba80) 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cache_index_and_filter_blocks: 1 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: pin_top_level_index_and_filter: 1 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: index_type: 0 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: data_block_index_type: 0 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: index_shortening: 1 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: checksum: 4 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: no_block_cache: 0 2024-03-21T21:55:23.251 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_cache: 0x5624053ed090 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_cache_name: BinnedLRUCache 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_cache_options: 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: capacity : 536870912 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: num_shard_bits : 4 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: strict_capacity_limit : 0 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: high_pri_pool_ratio: 0.000 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_cache_compressed: (nil) 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: persistent_cache: (nil) 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_size: 4096 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_size_deviation: 10 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_restart_interval: 16 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: index_block_restart_interval: 1 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: metadata_block_size: 4096 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: partition_filters: 0 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: use_delta_encoding: 1 2024-03-21T21:55:23.252 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: filter_policy: bloomfilter 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: whole_key_filtering: 1 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: verify_compression: 0 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: read_amp_bytes_per_bit: 0 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: format_version: 5 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: enable_index_compression: 1 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: block_align: 0 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: max_auto_readahead_size: 262144 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: prepopulate_block_cache: 0 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: initial_auto_readahead_size: 8192 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: num_file_reads_for_auto_readahead: 2 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T21:55:23.253 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.num_levels: 7 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T21:55:23.255 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T21:55:23.256 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T21:55:23.257 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T21:55:23.258 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T21:55:23.259 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T21:55:23.260 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 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-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 977402a9-0e71-47bd-bb7f-6cd3559b7233 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058122924630, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058122925142, "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": 1711058122, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "977402a9-0e71-47bd-bb7f-6cd3559b7233", "db_session_id": "K43NCZO5JE5D6YMDXWP5", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T21:55:23.261 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711058122925248, "job": 1, "event": "recovery_finished"} 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.921+0000 7fb380fafc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 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-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5624054e0000 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 4 rocksdb: DB pointer 0x5624054ca000 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb36f70b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb36f70b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: ** DB Stats ** 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T21:55:23.262 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: ** Compaction Stats [default] ** 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: ** Compaction Stats [default] ** 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T21:55:23.263 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: Block cache BinnedLRUCache@0x5624053ed090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T21:55:23.264 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 0 using public_addr v2:172.21.15.164:0/0 -> [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] at bind addrs [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.925+0000 7fb380fafc80 1 mon.b@-1(???) e0 preinit fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: e1 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 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} 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: legacy client fscid: -1 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: No filesystems configured 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 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-03-21T21:55:23.265 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.949+0000 7fb372711700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:12.044795+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:13.759606+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:13.764717+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:13.806584+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:13.808414+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:13.809917+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:23.266 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:13.811086+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:13.925151+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:14.273593+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:14.278719+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:14.284739+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:14.039419+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:14.045036+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:14.153747+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:16.045392+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:18.045805+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:20.046225+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.267 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:21.998097+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:22.046552+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:22.661415+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi164 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:24.046984+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:26.047265+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:27.788560+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:27.789552+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi164 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:27.830269+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:28.302055+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:28.047641+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:29.777021+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:30.047992+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:31.179333+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:32.048451+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.268 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:34.048716+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.039624+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:36.049052+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.414980+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.420509+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.427145+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.435180+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.442672+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.444702+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:36.446422+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:36.449018+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:36.665691+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:36.830473+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:23.269 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:37.166610+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:37.174730+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:37.180532+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:36.995841+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:38.049488+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:40.049892+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:42.050308+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:44.050687+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:44.296843+0000 mgr.a (mgr.14152) 42 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:45.001383+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi173 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:46.050974+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:48.051429+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:50.051857+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.270 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:50.174501+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:50.175327+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Added host smithi173 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:50.176929+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:50.649653+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:52.052254+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:52.125427+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:53.327316+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:54.052684+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:56.053067+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:54:58.053386+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.385372+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.763534+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.271 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.768813+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.775081+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.780293+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.781803+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.783854+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:58.785693+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:58.788633+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:59.005489+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:59.171563+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:54:59.629849+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:59.800957+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:59.806726+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:54:59.812474+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.272 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:00.053785+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:02.054216+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:04.054645+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:06.682755+0000 mon.a (mon.0) 138 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:06.055019+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:06.824889+0000 mon.a (mon.0) 139 : audit [INF] from='client.? 172.21.15.72:0/1190060591' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:06.828499+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:08.055468+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:10.055860+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.257142+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.303583+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.246381+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:55:11.251864+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi072:172.21.15.72=a;smithi164:172.21.15.164=b;smithi173:172.21.15.173=c;count:3 2024-03-21T21:55:23.273 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.928401+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.929956+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.937828+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.941740+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:11.943195+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cephadm 2024-03-21T21:55:11.944658+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:12.056247+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:14.056657+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:16.277730+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.173:0/3705810106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: cluster 2024-03-21T21:55:16.057038+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:17.730688+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:17.736262+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:17.779125+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:23.274 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:17.780487+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:23.275 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: audit 2024-03-21T21:55:17.782170+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:23.275 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:22 smithi164 bash[23230]: debug 2024-03-21T21:55:22.953+0000 7fb372711700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-21T21:55:24.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:18.057384+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:18.723222+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:18.728358+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:18.728712+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:18.749894+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:19.723124+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:20.057781+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:20.723163+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:20.724413+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:21.723351+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:22.058177+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:22.723545+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:22.959832+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:24.095 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:23.723683+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.771323+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.777434+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.778478+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.778537+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.778809+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: cluster 2024-03-21T21:55:23.779062+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:23.785729+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:23.792490+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:23.820127+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.096 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:23 smithi072 bash[21600]: audit 2024-03-21T21:55:23.827510+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:18.057384+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:18.723222+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:18.728358+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:18.728712+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:18.749894+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:19.723124+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:20.057781+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:20.723163+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:20.724413+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:21.723351+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:22.058177+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:24.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:22.723545+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:22.959832+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:23.723683+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.771323+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.777434+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.778478+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.778537+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.778809+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: cluster 2024-03-21T21:55:23.779062+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:23.785729+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:23.792490+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:23.820127+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.247 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:23 smithi173 bash[23664]: audit 2024-03-21T21:55:23.827510+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:24.883 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-21T21:55:24.883 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":2,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","modified":"2024-03-21T21:55:18.722591Z","created":"2024-03-21T21:52:32.222697Z","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.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T21:55:24.885 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 2 2024-03-21T21:55:25.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:24 smithi173 bash[23664]: audit 2024-03-21T21:55:23.926510+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:25.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:24 smithi173 bash[23664]: audit 2024-03-21T21:55:23.959713+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:25.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:24 smithi173 bash[23664]: audit 2024-03-21T21:55:24.723761+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:25.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:24 smithi072 bash[21600]: audit 2024-03-21T21:55:23.926510+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:25.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:24 smithi072 bash[21600]: audit 2024-03-21T21:55:23.959713+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:25.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:24 smithi072 bash[21600]: audit 2024-03-21T21:55:24.723761+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:26.510 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T21:55:26.510 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:24.964631+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:24.966145+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:24.966643+0000 mon.a (mon.0) 180 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:24.968662+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:24.968983+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:25.959858+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:26.058942+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:26.960098+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:27.959803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:28.059346+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:28.960416+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:29.960411+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.968899+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.974850+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.993529+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.993613+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.993899+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:29.994214+0000 mon.a (mon.0) 193 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:30.001994+0000 mon.a (mon.0) 195 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T21:55:30.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: cluster 2024-03-21T21:55:30.002034+0000 mon.a (mon.0) 196 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] is down (out of quorum) 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.007157+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.013102+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.019089+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.025124+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.030751+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.032178+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:30.346 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:30 smithi072 bash[21600]: audit 2024-03-21T21:55:30.034040+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:30.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:24.964631+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:24.966145+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:24.966643+0000 mon.a (mon.0) 180 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:24.968662+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:24.968983+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:25.959858+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:26.058942+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:26.960098+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:27.959803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:28.059346+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:28.960416+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:29.960411+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.968899+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.974850+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.993529+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.993613+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.993899+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:29.994214+0000 mon.a (mon.0) 193 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:30.001994+0000 mon.a (mon.0) 195 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: cluster 2024-03-21T21:55:30.002034+0000 mon.a (mon.0) 196 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] is down (out of quorum) 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.007157+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.013102+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.019089+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.025124+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.030751+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.032178+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:30.497 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:30 smithi173 bash[23664]: audit 2024-03-21T21:55:30.034040+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:30.995 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T21:55:31.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.036783+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:55:31.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.037615+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:55:31.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.037996+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cluster 2024-03-21T21:55:30.059694+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.303369+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.303705+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.304388+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.525062+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.530346+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.535387+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.540722+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.546246+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.551662+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.557839+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.629106+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.634474+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.639791+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.645294+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.646160+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.646726+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.648192+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.649572+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: cephadm 2024-03-21T21:55:30.651188+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi072 2024-03-21T21:55:31.846 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:31 smithi072 bash[21600]: audit 2024-03-21T21:55:30.960701+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:31.886 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.036783+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.037615+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.037996+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cluster 2024-03-21T21:55:30.059694+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.303369+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.303705+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.304388+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.525062+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.530346+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.535387+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.540722+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.546246+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.551662+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.557839+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.887 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.629106+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.634474+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.639791+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.645294+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.646160+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.646726+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.648192+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.649572+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: cephadm 2024-03-21T21:55:30.651188+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi072 2024-03-21T21:55:31.888 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:31 smithi173 bash[23664]: audit 2024-03-21T21:55:30.960701+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:18.057384+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:18.723222+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:18.728358+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:32.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:18.728712+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:32.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:18.749894+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:19.723124+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:20.057781+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:20.723163+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:20.724413+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:21.723351+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:22.058177+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:22.723545+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:22.959832+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.723683+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.771323+0000 mon.a (mon.0) 164 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.777434+0000 mon.a (mon.0) 165 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.778478+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.778537+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.778809+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:23.779062+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:32.242 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.785729+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.792490+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.820127+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.827510+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.243 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.926510+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:23.959713+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:24.723761+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:24.964631+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:24.966145+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:24.966643+0000 mon.a (mon.0) 180 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:24.968662+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:24.968983+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:25.959858+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:26.058942+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:26.960098+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:27.959803+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:28.059346+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:28.960416+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.244 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:29.960411+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.968899+0000 mon.a (mon.0) 188 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.974850+0000 mon.a (mon.0) 189 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.993529+0000 mon.a (mon.0) 190 : cluster [DBG] fsmap 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.993613+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.993899+0000 mon.a (mon.0) 192 : cluster [DBG] mgrmap e13: a(active, since 103s) 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:29.994214+0000 mon.a (mon.0) 193 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:30.001994+0000 mon.a (mon.0) 195 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:30.002034+0000 mon.a (mon.0) 196 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] is down (out of quorum) 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.007157+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.013102+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.019089+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.025124+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.245 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.030751+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.032178+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.034040+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.036783+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.037615+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.037996+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cluster 2024-03-21T21:55:30.059694+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.303369+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.303705+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.304388+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.525062+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.530346+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.246 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.535387+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.540722+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.546246+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.551662+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.557839+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.629106+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.634474+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.639791+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.645294+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.646160+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.646726+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:32.247 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.648192+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:32.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.649572+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:32.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: cephadm 2024-03-21T21:55:30.651188+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi072 2024-03-21T21:55:32.248 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:31 smithi164 bash[23230]: audit 2024-03-21T21:55:30.960701+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:32.535 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:26.961910+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:26.961910+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:31.996566+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:31.997105+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:31.997182+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.038743+0000 mon.a (mon.0) 221 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.044373+0000 mon.a (mon.0) 222 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.065014+0000 mon.a (mon.0) 223 : cluster [DBG] fsmap 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.065044+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.065216+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.065368+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T21:55:32.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.065387+0000 mon.a (mon.0) 227 : cluster [INF] Cluster is now healthy 2024-03-21T21:55:32.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:32 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.070793+0000 mon.a (mon.0) 228 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:32.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:31.996566+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:31.997105+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:32.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:31.997182+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.038743+0000 mon.a (mon.0) 221 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.044373+0000 mon.a (mon.0) 222 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.065014+0000 mon.a (mon.0) 223 : cluster [DBG] fsmap 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.065044+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.065216+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.065368+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.065387+0000 mon.a (mon.0) 227 : cluster [INF] Cluster is now healthy 2024-03-21T21:55:32.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:32 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.070793+0000 mon.a (mon.0) 228 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:32.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:26.961910+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:31.996566+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:31.997105+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:31.997182+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.038743+0000 mon.a (mon.0) 221 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.044373+0000 mon.a (mon.0) 222 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0],c=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.065014+0000 mon.a (mon.0) 223 : cluster [DBG] fsmap 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.065044+0000 mon.a (mon.0) 224 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.065216+0000 mon.a (mon.0) 225 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.065368+0000 mon.a (mon.0) 226 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.065387+0000 mon.a (mon.0) 227 : cluster [INF] Cluster is now healthy 2024-03-21T21:55:32.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:32 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.070793+0000 mon.a (mon.0) 228 : cluster [INF] overall HEALTH_OK 2024-03-21T21:55:33.814 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-03-21T21:55:33.814 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":3,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","modified":"2024-03-21T21:55:24.959940Z","created":"2024-03-21T21:52:32.222697Z","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.72:3300","nonce":0},{"type":"v1","addr":"172.21.15.72:6789","nonce":0}]},"addr":"172.21.15.72:6789/0","public_addr":"172.21.15.72:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:3300","nonce":0},{"type":"v1","addr":"172.21.15.164:6789","nonce":0}]},"addr":"172.21.15.164:6789/0","public_addr":"172.21.15.164:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-21T21:55:33.817 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 3 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: cluster 2024-03-21T21:55:32.059996+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.753522+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.762082+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: cephadm 2024-03-21T21:55:32.770365+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.771000+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.772608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.774103+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: cephadm 2024-03-21T21:55:32.775519+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi164 2024-03-21T21:55:34.014 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:33 smithi164 bash[23230]: audit 2024-03-21T21:55:32.960800+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: cluster 2024-03-21T21:55:32.059996+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.753522+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.762082+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: cephadm 2024-03-21T21:55:32.770365+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.771000+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.772608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.774103+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: cephadm 2024-03-21T21:55:32.775519+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi164 2024-03-21T21:55:34.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:33 smithi072 bash[21600]: audit 2024-03-21T21:55:32.960800+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: cluster 2024-03-21T21:55:32.059996+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.753522+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.762082+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: cephadm 2024-03-21T21:55:32.770365+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.771000+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.772608+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.774103+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:34.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: cephadm 2024-03-21T21:55:32.775519+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi164 2024-03-21T21:55:34.246 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:33 smithi173 bash[23664]: audit 2024-03-21T21:55:32.960800+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:55:34.439 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T21:55:34.439 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:33.814316+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/2012558881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:34.725470+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:34.733954+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:34.745963+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:34.747785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:34 smithi072 bash[21600]: audit 2024-03-21T21:55:34.749453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:33.814316+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/2012558881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:34.725470+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:34.733954+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:34.745963+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:34.747785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:35.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:34 smithi173 bash[23664]: audit 2024-03-21T21:55:34.749453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:35.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:33.814316+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/2012558881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T21:55:35.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:34.725470+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:34.733954+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:35.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:34.745963+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T21:55:35.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:34.747785+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T21:55:35.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:34 smithi164 bash[23230]: audit 2024-03-21T21:55:34.749453+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:36.046 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:35 smithi173 bash[23664]: cluster 2024-03-21T21:55:34.060381+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:36.046 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:35 smithi173 bash[23664]: cephadm 2024-03-21T21:55:34.745275+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T21:55:36.046 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:35 smithi173 bash[23664]: cephadm 2024-03-21T21:55:34.751357+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-21T21:55:36.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:35 smithi072 bash[21600]: cluster 2024-03-21T21:55:34.060381+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:35 smithi072 bash[21600]: cephadm 2024-03-21T21:55:34.745275+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T21:55:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:35 smithi072 bash[21600]: cephadm 2024-03-21T21:55:34.751357+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-21T21:55:36.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:35 smithi164 bash[23230]: cluster 2024-03-21T21:55:34.060381+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:36.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:35 smithi164 bash[23230]: cephadm 2024-03-21T21:55:34.745275+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T21:55:36.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:35 smithi164 bash[23230]: cephadm 2024-03-21T21:55:34.751357+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: cluster 2024-03-21T21:55:36.060845+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:36.638642+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:36.646811+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:36.673063+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:37.348158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:37.350200+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:37.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:37 smithi164 bash[23230]: audit 2024-03-21T21:55:37.360106+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: cluster 2024-03-21T21:55:36.060845+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:36.638642+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:36.646811+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:36.673063+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:37.348158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:37.350200+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:37.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:37 smithi173 bash[23664]: audit 2024-03-21T21:55:37.360106+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:38.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: cluster 2024-03-21T21:55:36.060845+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:36.638642+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:36.646811+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:36.673063+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:37.348158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:37.350200+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:38.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:37 smithi072 bash[21600]: audit 2024-03-21T21:55:37.360106+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:39.150 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:55:39.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:39 smithi164 bash[23230]: cluster 2024-03-21T21:55:38.061270+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:39.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:39 smithi173 bash[23664]: cluster 2024-03-21T21:55:38.061270+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:40.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:39 smithi072 bash[21600]: cluster 2024-03-21T21:55:38.061270+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:41.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:41 smithi164 bash[23230]: cluster 2024-03-21T21:55:40.061720+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:41.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:41 smithi173 bash[23664]: cluster 2024-03-21T21:55:40.061720+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:42.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:41 smithi072 bash[21600]: cluster 2024-03-21T21:55:40.061720+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:42.126 INFO:teuthology.orchestra.run.smithi072.stdout:# minimal ceph.conf for 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:42.127 INFO:teuthology.orchestra.run.smithi072.stdout:[global] 2024-03-21T21:55:42.127 INFO:teuthology.orchestra.run.smithi072.stdout: fsid = 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T21:55:42.127 INFO:teuthology.orchestra.run.smithi072.stdout: mon_host = [v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0] [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-03-21T21:55:42.818 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T21:55:42.818 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:55:42.818 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T21:55:42.832 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:55:42.833 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:42.887 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:55:42.887 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T21:55:42.902 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:55:42.902 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:42.954 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:42 smithi164 bash[23230]: audit 2024-03-21T21:55:42.127450+0000 mon.a (mon.0) 246 : audit [DBG] from='client.? 172.21.15.72:0/1838795969' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:42.957 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:55:42.958 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T21:55:42.968 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:42 smithi173 bash[23664]: audit 2024-03-21T21:55:42.127450+0000 mon.a (mon.0) 246 : audit [DBG] from='client.? 172.21.15.72:0/1838795969' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:42.971 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:55:42.971 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T21:55:43.024 INFO:tasks.cephadm:Adding mgr.a on smithi072 2024-03-21T21:55:43.024 INFO:tasks.cephadm:Adding mgr.b on smithi164 2024-03-21T21:55:43.024 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi072=a;smithi164=b' 2024-03-21T21:55:43.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:42 smithi072 bash[21600]: audit 2024-03-21T21:55:42.127450+0000 mon.a (mon.0) 246 : audit [DBG] from='client.? 172.21.15.72:0/1838795969' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:43.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:43 smithi164 bash[23230]: cluster 2024-03-21T21:55:42.062181+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:43.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:43 smithi173 bash[23664]: cluster 2024-03-21T21:55:42.062181+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:44.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:43 smithi072 bash[21600]: cluster 2024-03-21T21:55:42.062181+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:45.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:45 smithi164 bash[23230]: cluster 2024-03-21T21:55:44.062611+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:45.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:45 smithi173 bash[23664]: cluster 2024-03-21T21:55:44.062611+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:46.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:45 smithi072 bash[21600]: cluster 2024-03-21T21:55:44.062611+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:46.769 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T21:55:47.886 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:47 smithi173 bash[23664]: cluster 2024-03-21T21:55:46.063019+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:47.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:47 smithi164 bash[23230]: cluster 2024-03-21T21:55:46.063019+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:48.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:47 smithi072 bash[21600]: cluster 2024-03-21T21:55:46.063019+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:49.371 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mgr update... 2024-03-21T21:55:49.958 DEBUG:teuthology.orchestra.run.smithi164:mgr.b> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: cluster 2024-03-21T21:55:48.063431+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.370844+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.407132+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.411042+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.412922+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.422519+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.425974+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.428680+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.433034+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:49.959 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:49 smithi173 bash[23664]: audit 2024-03-21T21:55:49.434964+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:49.961 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T21:55:49.961 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-03-21T21:55:49.961 DEBUG:teuthology.orchestra.run.smithi072:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:55:49.967 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-03-21T21:55:49.968 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_1 2024-03-21T21:55:49.968 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: cluster 2024-03-21T21:55:48.063431+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:49.968 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.370844+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:49.968 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.407132+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.411042+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.412922+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.422519+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.425974+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.428680+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.433034+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:49.969 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:49 smithi164 bash[23230]: audit 2024-03-21T21:55:49.434964+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:50.016 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:55:50.016 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-21 21:45:42.385782682 +0000 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-21 21:45:42.125785002 +0000 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-21 21:45:42.125785002 +0000 2024-03-21T21:55:50.017 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-21T21:55:50.017 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:55:50.072 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: cluster 2024-03-21T21:55:48.063431+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.370844+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.407132+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.411042+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.412922+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.422519+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.425974+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.428680+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.433034+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:50.073 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:49 smithi072 bash[21600]: audit 2024-03-21T21:55:49.434964+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:50.075 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-21T21:55:50.075 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-21T21:55:50.075 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.00045167 s, 1.1 MB/s 2024-03-21T21:55:50.076 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:55:50.130 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_2 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-21 21:45:42.649780327 +0000 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-21 21:45:42.645780363 +0000 2024-03-21T21:55:50.176 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-21 21:45:42.645780363 +0000 2024-03-21T21:55:50.177 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-21T21:55:50.177 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:55:50.229 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-21T21:55:50.230 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-21T21:55:50.230 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000349847 s, 1.5 MB/s 2024-03-21T21:55:50.231 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:55:50.281 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_3 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-21 21:45:43.405773583 +0000 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-21 21:45:43.125776081 +0000 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-21 21:45:43.125776081 +0000 2024-03-21T21:55:50.328 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-21T21:55:50.329 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:55:50.386 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-21T21:55:50.386 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-21T21:55:50.386 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.000418928 s, 1.2 MB/s 2024-03-21T21:55:50.387 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:55:50.437 DEBUG:teuthology.orchestra.run.smithi072:> stat /dev/vg_nvme/lv_4 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout:Access: 2024-03-21 21:45:43.877769372 +0000 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout:Modify: 2024-03-21 21:45:43.633771548 +0000 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout:Change: 2024-03-21 21:45:43.633771548 +0000 2024-03-21T21:55:50.484 INFO:teuthology.orchestra.run.smithi072.stdout: Birth: - 2024-03-21T21:55:50.485 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:55:50.538 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records in 2024-03-21T21:55:50.538 INFO:teuthology.orchestra.run.smithi072.stderr:1+0 records out 2024-03-21T21:55:50.538 INFO:teuthology.orchestra.run.smithi072.stderr:512 bytes copied, 0.0004201 s, 1.2 MB/s 2024-03-21T21:55:50.540 DEBUG:teuthology.orchestra.run.smithi072:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:55:50.593 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-21T21:55:50.593 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:55:50.599 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-03-21T21:55:50.600 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 808 Links: 1 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-03-21 21:45:29.794889076 +0000 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-03-21 21:45:29.542886541 +0000 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-03-21 21:45:29.542886541 +0000 2024-03-21T21:55:50.646 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-03-21T21:55:50.646 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:55:50.701 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-03-21T21:55:50.701 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-03-21T21:55:50.701 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000327283 s, 1.6 MB/s 2024-03-21T21:55:50.702 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:55:50.751 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 830 Links: 1 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-03-21 21:45:30.294893819 +0000 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-03-21 21:45:30.038891498 +0000 2024-03-21T21:55:50.797 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-03-21 21:45:30.038891498 +0000 2024-03-21T21:55:50.798 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-03-21T21:55:50.798 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:55:50.850 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-03-21T21:55:50.850 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-03-21T21:55:50.850 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000332493 s, 1.5 MB/s 2024-03-21T21:55:50.851 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:55:50.898 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2024-03-21T21:55:50.944 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 844 Links: 1 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-03-21 21:45:30.826898640 +0000 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-03-21 21:45:30.546896102 +0000 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-03-21 21:45:30.546896102 +0000 2024-03-21T21:55:50.945 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-03-21T21:55:50.945 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:55:50.960 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:50 smithi164 bash[23230]: audit 2024-03-21T21:55:49.360950+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi072=a;smithi164=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:50.960 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:50 smithi164 bash[23230]: cephadm 2024-03-21T21:55:49.364501+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi072=a;smithi164=b;count:2 2024-03-21T21:55:50.960 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:50 smithi164 bash[23230]: cephadm 2024-03-21T21:55:49.437106+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi164 2024-03-21T21:55:50.968 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-03-21T21:55:50.968 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-03-21T21:55:50.969 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000287902 s, 1.8 MB/s 2024-03-21T21:55:50.969 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:55:50.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:50 smithi173 bash[23664]: audit 2024-03-21T21:55:49.360950+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi072=a;smithi164=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:50.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:50 smithi173 bash[23664]: cephadm 2024-03-21T21:55:49.364501+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi072=a;smithi164=b;count:2 2024-03-21T21:55:50.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:50 smithi173 bash[23664]: cephadm 2024-03-21T21:55:49.437106+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi164 2024-03-21T21:55:51.017 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2024-03-21T21:55:51.068 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 863 Links: 1 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-03-21 21:45:31.334903244 +0000 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-03-21 21:45:31.070900851 +0000 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-03-21 21:45:31.070900851 +0000 2024-03-21T21:55:51.069 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-03-21T21:55:51.069 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:55:51.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:50 smithi072 bash[21600]: audit 2024-03-21T21:55:49.360950+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi072=a;smithi164=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:55:51.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:50 smithi072 bash[21600]: cephadm 2024-03-21T21:55:49.364501+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi072=a;smithi164=b;count:2 2024-03-21T21:55:51.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:50 smithi072 bash[21600]: cephadm 2024-03-21T21:55:49.437106+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi164 2024-03-21T21:55:51.123 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-03-21T21:55:51.123 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-03-21T21:55:51.123 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000301054 s, 1.7 MB/s 2024-03-21T21:55:51.124 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:55:51.175 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-03-21T21:55:51.175 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:55:51.182 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-03-21T21:55:51.182 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-21 21:45:31.972074371 +0000 2024-03-21T21:55:51.229 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-21 21:45:31.724076586 +0000 2024-03-21T21:55:51.230 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-21 21:45:31.724076586 +0000 2024-03-21T21:55:51.230 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-21T21:55:51.230 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:55:51.283 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-21T21:55:51.284 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-21T21:55:51.284 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000464165 s, 1.1 MB/s 2024-03-21T21:55:51.285 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:55:51.333 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-21 21:45:32.452070083 +0000 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-21 21:45:32.188072442 +0000 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-21 21:45:32.188072442 +0000 2024-03-21T21:55:51.382 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-21T21:55:51.383 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:55:51.435 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-21T21:55:51.435 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-21T21:55:51.436 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000410171 s, 1.2 MB/s 2024-03-21T21:55:51.437 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:55:51.486 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-21 21:45:32.940065724 +0000 2024-03-21T21:55:51.532 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-21 21:45:32.664068189 +0000 2024-03-21T21:55:51.533 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-21 21:45:32.664068189 +0000 2024-03-21T21:55:51.533 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-21T21:55:51.533 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:55:51.587 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-21T21:55:51.588 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-21T21:55:51.588 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000439609 s, 1.2 MB/s 2024-03-21T21:55:51.589 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:55:51.637 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-03-21 21:45:33.416061473 +0000 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-03-21 21:45:33.176063616 +0000 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-03-21 21:45:33.176063616 +0000 2024-03-21T21:55:51.685 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-03-21T21:55:51.685 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:55:51.743 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-03-21T21:55:51.743 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-03-21T21:55:51.744 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000387695 s, 1.3 MB/s 2024-03-21T21:55:51.745 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:55:51.794 INFO:tasks.cephadm:Deploying osd.0 on smithi072 with /dev/vg_nvme/lv_4... 2024-03-21T21:55:51.794 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T21:55:51.936 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:51 smithi164 bash[23230]: cluster 2024-03-21T21:55:50.063836+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:51.936 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:51 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:51.936 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:51 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:51.936 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:51 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:51.936 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:51 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:51.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:51 smithi173 bash[23664]: cluster 2024-03-21T21:55:50.063836+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:52.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:51 smithi072 bash[21600]: cluster 2024-03-21T21:55:50.063836+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:52.190 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:52 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:52.190 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:52 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:55:52.190 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:52 smithi164 systemd[1]: Started Ceph mgr.b for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T21:55:53.193 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23744]: debug 2024-03-21T21:55:53.013+0000 7f63ee4d8700 1 -- 172.21.15.164:0/2865414150 <== mon.2 v2:172.21.15.164:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c7aa06a5a0 con 0x55c7aadea800 2024-03-21T21:55:53.194 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23744]: debug 2024-03-21T21:55:53.157+0000 7f63f86e7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: cluster 2024-03-21T21:55:52.064254+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: audit 2024-03-21T21:55:52.195105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: audit 2024-03-21T21:55:52.202307+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: audit 2024-03-21T21:55:52.214722+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: audit 2024-03-21T21:55:52.222167+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:53 smithi164 bash[23230]: audit 2024-03-21T21:55:52.323942+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:53.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: cluster 2024-03-21T21:55:52.064254+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:53.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: audit 2024-03-21T21:55:52.195105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: audit 2024-03-21T21:55:52.202307+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: audit 2024-03-21T21:55:52.214722+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: audit 2024-03-21T21:55:52.222167+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:53 smithi173 bash[23664]: audit 2024-03-21T21:55:52.323942+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: cluster 2024-03-21T21:55:52.064254+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: audit 2024-03-21T21:55:52.195105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: audit 2024-03-21T21:55:52.202307+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: audit 2024-03-21T21:55:52.214722+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: audit 2024-03-21T21:55:52.222167+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:53.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:53 smithi072 bash[21600]: audit 2024-03-21T21:55:52.323942+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:55:54.988 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:54 smithi164 bash[23744]: debug 2024-03-21T21:55:54.721+0000 7f63f86e7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T21:55:54.989 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:54 smithi164 bash[23744]: debug 2024-03-21T21:55:54.813+0000 7f63f86e7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T21:55:55.489 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:55 smithi164 bash[23744]: debug 2024-03-21T21:55:55.061+0000 7f63f86e7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T21:55:55.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:55 smithi164 bash[23230]: cluster 2024-03-21T21:55:54.064683+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:55.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:55 smithi164 bash[23230]: audit 2024-03-21T21:55:55.015384+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:55.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:55 smithi173 bash[23664]: cluster 2024-03-21T21:55:54.064683+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:55.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:55 smithi173 bash[23664]: audit 2024-03-21T21:55:55.015384+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:55.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:55 smithi072 bash[21600]: cluster 2024-03-21T21:55:54.064683+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:55.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:55 smithi072 bash[21600]: audit 2024-03-21T21:55:55.015384+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:56.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:55 smithi164 bash[23744]: debug 2024-03-21T21:55:55.853+0000 7f63f86e7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T21:55:56.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:55 smithi164 bash[23744]: debug 2024-03-21T21:55:55.961+0000 7f63f86e7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T21:55:56.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:56 smithi164 bash[23744]: debug 2024-03-21T21:55:56.061+0000 7f63f86e7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T21:55:56.503 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:55:56.738 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:56 smithi164 bash[23744]: debug 2024-03-21T21:55:56.417+0000 7f63f86e7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T21:55:56.739 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:56 smithi164 bash[23744]: debug 2024-03-21T21:55:56.529+0000 7f63f86e7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T21:55:56.739 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:56 smithi164 bash[23744]: debug 2024-03-21T21:55:56.629+0000 7f63f86e7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T21:55:57.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:57 smithi164 bash[23230]: cluster 2024-03-21T21:55:56.065111+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:57.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:56 smithi164 bash[23744]: debug 2024-03-21T21:55:56.981+0000 7f63f86e7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T21:55:57.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:57 smithi164 bash[23744]: debug 2024-03-21T21:55:57.221+0000 7f63f86e7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T21:55:57.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:57 smithi173 bash[23664]: cluster 2024-03-21T21:55:56.065111+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:57.513 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:57 smithi072 bash[21600]: cluster 2024-03-21T21:55:56.065111+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:57.872 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:57 smithi164 bash[23744]: debug 2024-03-21T21:55:57.488+0000 7f63f86e7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T21:55:57.873 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:57 smithi164 bash[23744]: debug 2024-03-21T21:55:57.600+0000 7f63f86e7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T21:55:57.873 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:57 smithi164 bash[23744]: debug 2024-03-21T21:55:57.868+0000 7f63f86e7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23744]: debug 2024-03-21T21:55:58.284+0000 7f63f86e7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23744]: debug 2024-03-21T21:55:58.520+0000 7f63f86e7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.513352+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.518381+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.519423+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.520527+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.525681+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: cephadm 2024-03-21T21:55:57.591035+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T21:55:58.641 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.591552+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:58.641 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.592833+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:58.641 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: audit 2024-03-21T21:55:57.593861+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.641 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23230]: cephadm 2024-03-21T21:55:57.595094+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Reconfiguring daemon mgr.a on smithi072 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.513352+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.518381+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.519423+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.520527+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.525681+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: cephadm 2024-03-21T21:55:57.591035+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.591552+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:58.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.592833+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:58.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: audit 2024-03-21T21:55:57.593861+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:58 smithi072 bash[21600]: cephadm 2024-03-21T21:55:57.595094+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Reconfiguring daemon mgr.a on smithi072 2024-03-21T21:55:58.989 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23744]: debug 2024-03-21T21:55:58.636+0000 7f63f86e7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T21:55:58.989 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:58 smithi164 bash[23744]: debug 2024-03-21T21:55:58.880+0000 7f63f86e7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.513352+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.518381+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.519423+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.520527+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.525681+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: cephadm 2024-03-21T21:55:57.591035+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.591552+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T21:55:58.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.592833+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T21:55:58.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: audit 2024-03-21T21:55:57.593861+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:55:58.996 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:58 smithi173 bash[23664]: cephadm 2024-03-21T21:55:57.595094+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Reconfiguring daemon mgr.a on smithi072 2024-03-21T21:55:59.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:55:59 smithi072 bash[21600]: cluster 2024-03-21T21:55:58.065581+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:59.883 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:55:59 smithi164 bash[23230]: cluster 2024-03-21T21:55:58.065581+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:55:59.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:55:59 smithi173 bash[23664]: cluster 2024-03-21T21:55:58.065581+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:00.069 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T21:56:00.069 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T21:56:00.069 INFO:teuthology.orchestra.run.smithi072.stderr: stderr: 10+0 records in 2024-03-21T21:56:00.069 INFO:teuthology.orchestra.run.smithi072.stderr:10+0 records out 2024-03-21T21:56:00.070 INFO:teuthology.orchestra.run.smithi072.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170558 s, 615 MB/s 2024-03-21T21:56:00.070 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping successful for: 2024-03-21T21:56:00.238 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:59 smithi164 bash[23744]: debug 2024-03-21T21:55:59.880+0000 7f63f86e7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T21:56:00.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:55:59 smithi164 bash[23744]: debug 2024-03-21T21:55:59.992+0000 7f63f86e7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T21:56:00.727 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi072:vg_nvme/lv_4 2024-03-21T21:56:00.738 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:56:00 smithi164 bash[23744]: debug 2024-03-21T21:56:00.284+0000 7f63f86e7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T21:56:00.738 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:56:00 smithi164 bash[23744]: debug 2024-03-21T21:56:00.396+0000 7f63f86e7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T21:56:01.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:56:00 smithi164 bash[23744]: debug 2024-03-21T21:56:00.844+0000 7f63f86e7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T21:56:01.239 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:56:00 smithi164 bash[23744]: debug 2024-03-21T21:56:00.960+0000 7f63f86e7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T21:56:01.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.055931+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.065646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: cluster 2024-03-21T21:56:00.065918+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.114843+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.792427+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.794150+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.803104+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: cluster 2024-03-21T21:56:00.985170+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.987121+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T21:56:01.240 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.988047+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T21:56:01.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.989000+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T21:56:01.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:01 smithi164 bash[23230]: audit 2024-03-21T21:56:00.989371+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.055931+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.065646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: cluster 2024-03-21T21:56:00.065918+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.114843+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.792427+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.794150+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:01.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.803104+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: cluster 2024-03-21T21:56:00.985170+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T21:56:01.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.987121+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T21:56:01.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.988047+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T21:56:01.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.989000+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T21:56:01.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:01 smithi072 bash[21600]: audit 2024-03-21T21:56:00.989371+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T21:56:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.055931+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.065646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: cluster 2024-03-21T21:56:00.065918+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.114843+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.792427+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.794150+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.803104+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: cluster 2024-03-21T21:56:00.985170+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.987121+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.988047+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.989000+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T21:56:01.496 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:01 smithi173 bash[23664]: audit 2024-03-21T21:56:00.989371+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.164:0/3171627297' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T21:56:03.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:02 smithi072 bash[21600]: cluster 2024-03-21T21:56:01.814050+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T21:56:03.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:02 smithi072 bash[21600]: audit 2024-03-21T21:56:01.814315+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T21:56:03.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:02 smithi164 bash[23230]: cluster 2024-03-21T21:56:01.814050+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T21:56:03.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:02 smithi164 bash[23230]: audit 2024-03-21T21:56:01.814315+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T21:56:03.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:02 smithi173 bash[23664]: cluster 2024-03-21T21:56:01.814050+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T21:56:03.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:02 smithi173 bash[23664]: audit 2024-03-21T21:56:01.814315+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T21:56:04.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:03 smithi072 bash[21600]: cluster 2024-03-21T21:56:02.066242+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:04.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:03 smithi164 bash[23230]: cluster 2024-03-21T21:56:02.066242+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:04.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:03 smithi173 bash[23664]: cluster 2024-03-21T21:56:02.066242+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:05.441 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:56:06.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:05 smithi072 bash[21600]: cluster 2024-03-21T21:56:04.066643+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:06.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:05 smithi164 bash[23230]: cluster 2024-03-21T21:56:04.066643+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:06.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:05 smithi173 bash[23664]: cluster 2024-03-21T21:56:04.066643+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:08.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:07 smithi072 bash[21600]: cluster 2024-03-21T21:56:06.067065+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:08.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:07 smithi164 bash[23230]: cluster 2024-03-21T21:56:06.067065+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:08.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:07 smithi173 bash[23664]: cluster 2024-03-21T21:56:06.067065+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:09.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:08 smithi072 bash[21600]: audit 2024-03-21T21:56:08.190074+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:56:09.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:08 smithi072 bash[21600]: audit 2024-03-21T21:56:08.196029+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:56:09.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:08 smithi072 bash[21600]: audit 2024-03-21T21:56:08.196990+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:09.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:08 smithi164 bash[23230]: audit 2024-03-21T21:56:08.190074+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:56:09.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:08 smithi164 bash[23230]: audit 2024-03-21T21:56:08.196029+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:56:09.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:08 smithi164 bash[23230]: audit 2024-03-21T21:56:08.196990+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:09.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:08 smithi173 bash[23664]: audit 2024-03-21T21:56:08.190074+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:56:09.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:08 smithi173 bash[23664]: audit 2024-03-21T21:56:08.196029+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:56:09.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:08 smithi173 bash[23664]: audit 2024-03-21T21:56:08.196990+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:09 smithi072 bash[21600]: cluster 2024-03-21T21:56:08.067474+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:09 smithi072 bash[21600]: audit 2024-03-21T21:56:08.182885+0000 mgr.a (mgr.14152) 113 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:56:10.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:09 smithi164 bash[23230]: cluster 2024-03-21T21:56:08.067474+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:10.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:09 smithi164 bash[23230]: audit 2024-03-21T21:56:08.182885+0000 mgr.a (mgr.14152) 113 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:56:10.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:09 smithi173 bash[23664]: cluster 2024-03-21T21:56:08.067474+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:10.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:09 smithi173 bash[23664]: audit 2024-03-21T21:56:08.182885+0000 mgr.a (mgr.14152) 113 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:56:12.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:11 smithi072 bash[21600]: cluster 2024-03-21T21:56:10.067887+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:12.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:11 smithi164 bash[23230]: cluster 2024-03-21T21:56:10.067887+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:12.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:11 smithi173 bash[23664]: cluster 2024-03-21T21:56:10.067887+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:14.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:13 smithi072 bash[21600]: cluster 2024-03-21T21:56:12.068304+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:14.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:13 smithi164 bash[23230]: cluster 2024-03-21T21:56:12.068304+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:14.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:13 smithi173 bash[23664]: cluster 2024-03-21T21:56:12.068304+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:16.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:15 smithi164 bash[23230]: cluster 2024-03-21T21:56:14.068708+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:16.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:15 smithi173 bash[23664]: cluster 2024-03-21T21:56:14.068708+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:16.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:15 smithi072 bash[21600]: cluster 2024-03-21T21:56:14.068708+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: cluster 2024-03-21T21:56:16.068977+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: audit 2024-03-21T21:56:16.893261+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]: dispatch 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: audit 2024-03-21T21:56:16.896180+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]': finished 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: cluster 2024-03-21T21:56:16.899326+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: audit 2024-03-21T21:56:16.899587+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:18.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:17 smithi164 bash[23230]: audit 2024-03-21T21:56:17.581881+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.72:0/1773726944' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: cluster 2024-03-21T21:56:16.068977+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: audit 2024-03-21T21:56:16.893261+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]: dispatch 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: audit 2024-03-21T21:56:16.896180+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]': finished 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: cluster 2024-03-21T21:56:16.899326+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: audit 2024-03-21T21:56:16.899587+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:18.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:17 smithi173 bash[23664]: audit 2024-03-21T21:56:17.581881+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.72:0/1773726944' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: cluster 2024-03-21T21:56:16.068977+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: audit 2024-03-21T21:56:16.893261+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]: dispatch 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: audit 2024-03-21T21:56:16.896180+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.72:0/785348541' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e74b0ada-cab6-4b99-a466-4eecd13bc3a8"}]': finished 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: cluster 2024-03-21T21:56:16.899326+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: audit 2024-03-21T21:56:16.899587+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:18.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:17 smithi072 bash[21600]: audit 2024-03-21T21:56:17.581881+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.72:0/1773726944' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:56:20.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:19 smithi164 bash[23230]: cluster 2024-03-21T21:56:18.069411+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:20.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:19 smithi173 bash[23664]: cluster 2024-03-21T21:56:18.069411+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:20.278 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:19 smithi072 bash[21600]: cluster 2024-03-21T21:56:18.069411+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:22.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:21 smithi164 bash[23230]: cluster 2024-03-21T21:56:20.069731+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:22.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:21 smithi173 bash[23664]: cluster 2024-03-21T21:56:20.069731+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:22.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:21 smithi072 bash[21600]: cluster 2024-03-21T21:56:20.069731+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:24.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:23 smithi164 bash[23230]: cluster 2024-03-21T21:56:22.070056+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:24.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:23 smithi173 bash[23664]: cluster 2024-03-21T21:56:22.070056+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:24.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:23 smithi072 bash[21600]: cluster 2024-03-21T21:56:22.070056+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:26.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:25 smithi072 bash[21600]: cluster 2024-03-21T21:56:24.070535+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:26.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:25 smithi164 bash[23230]: cluster 2024-03-21T21:56:24.070535+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:26.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:25 smithi173 bash[23664]: cluster 2024-03-21T21:56:24.070535+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:28.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:27 smithi164 bash[23230]: cluster 2024-03-21T21:56:26.071000+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:28.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:27 smithi173 bash[23664]: cluster 2024-03-21T21:56:26.071000+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:28.283 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:27 smithi072 bash[21600]: cluster 2024-03-21T21:56:26.071000+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:30.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:29 smithi164 bash[23230]: cluster 2024-03-21T21:56:28.071519+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:30.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:29 smithi164 bash[23230]: audit 2024-03-21T21:56:29.509710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T21:56:30.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:29 smithi164 bash[23230]: audit 2024-03-21T21:56:29.510902+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:30.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:29 smithi173 bash[23664]: cluster 2024-03-21T21:56:28.071519+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:30.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:29 smithi173 bash[23664]: audit 2024-03-21T21:56:29.509710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T21:56:30.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:29 smithi173 bash[23664]: audit 2024-03-21T21:56:29.510902+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:30.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:29 smithi072 bash[21600]: cluster 2024-03-21T21:56:28.071519+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:29 smithi072 bash[21600]: audit 2024-03-21T21:56:29.509710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T21:56:30.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:29 smithi072 bash[21600]: audit 2024-03-21T21:56:29.510902+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:31.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:30 smithi072 bash[21600]: cephadm 2024-03-21T21:56:29.511939+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Deploying daemon osd.0 on smithi072 2024-03-21T21:56:31.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:30 smithi164 bash[23230]: cephadm 2024-03-21T21:56:29.511939+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Deploying daemon osd.0 on smithi072 2024-03-21T21:56:31.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:30 smithi173 bash[23664]: cephadm 2024-03-21T21:56:29.511939+0000 mgr.a (mgr.14152) 124 : cephadm [INF] Deploying daemon osd.0 on smithi072 2024-03-21T21:56:32.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:31 smithi164 bash[23230]: cluster 2024-03-21T21:56:30.071868+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:32.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:31 smithi173 bash[23664]: cluster 2024-03-21T21:56:30.071868+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:32.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:31 smithi072 bash[21600]: cluster 2024-03-21T21:56:30.071868+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:33.890 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:56:33 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:56:33.891 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:33 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:56:33.891 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:33 smithi072 bash[21600]: cluster 2024-03-21T21:56:32.072264+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:34.170 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:34 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:56:34.170 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:56:34 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:56:34.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:33 smithi164 bash[23230]: cluster 2024-03-21T21:56:32.072264+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:34.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:33 smithi173 bash[23664]: cluster 2024-03-21T21:56:32.072264+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:35.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:35 smithi072 bash[21600]: cluster 2024-03-21T21:56:34.072567+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:35.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:35 smithi072 bash[21600]: audit 2024-03-21T21:56:34.170131+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:35 smithi072 bash[21600]: audit 2024-03-21T21:56:34.174362+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:35 smithi072 bash[21600]: audit 2024-03-21T21:56:34.206219+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:35.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:35 smithi164 bash[23230]: cluster 2024-03-21T21:56:34.072567+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:35.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:35 smithi164 bash[23230]: audit 2024-03-21T21:56:34.170131+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:35 smithi164 bash[23230]: audit 2024-03-21T21:56:34.174362+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:35 smithi164 bash[23230]: audit 2024-03-21T21:56:34.206219+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:35.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:35 smithi173 bash[23664]: cluster 2024-03-21T21:56:34.072567+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:35.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:35 smithi173 bash[23664]: audit 2024-03-21T21:56:34.170131+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:35 smithi173 bash[23664]: audit 2024-03-21T21:56:34.174362+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:35.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:35 smithi173 bash[23664]: audit 2024-03-21T21:56:34.206219+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:37.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:37 smithi164 bash[23230]: cluster 2024-03-21T21:56:36.072897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:37.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:37 smithi173 bash[23664]: cluster 2024-03-21T21:56:36.072897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:37.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:37 smithi072 bash[21600]: cluster 2024-03-21T21:56:36.072897+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:39.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:39 smithi164 bash[23230]: cluster 2024-03-21T21:56:38.073193+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:39.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:39 smithi173 bash[23664]: cluster 2024-03-21T21:56:38.073193+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:39.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:39 smithi072 bash[21600]: cluster 2024-03-21T21:56:38.073193+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:40.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:40 smithi164 bash[23230]: audit 2024-03-21T21:56:39.438810+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:40 smithi164 bash[23230]: audit 2024-03-21T21:56:39.444237+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:40 smithi164 bash[23230]: audit 2024-03-21T21:56:40.015511+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:40.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:40 smithi164 bash[23230]: audit 2024-03-21T21:56:40.017301+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:40.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:40 smithi164 bash[23230]: audit 2024-03-21T21:56:40.025641+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:40 smithi173 bash[23664]: audit 2024-03-21T21:56:39.438810+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:40 smithi173 bash[23664]: audit 2024-03-21T21:56:39.444237+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:40 smithi173 bash[23664]: audit 2024-03-21T21:56:40.015511+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:40.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:40 smithi173 bash[23664]: audit 2024-03-21T21:56:40.017301+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:40.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:40 smithi173 bash[23664]: audit 2024-03-21T21:56:40.025641+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.746 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:40 smithi072 bash[21600]: audit 2024-03-21T21:56:39.438810+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.746 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:40 smithi072 bash[21600]: audit 2024-03-21T21:56:39.444237+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:40.746 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:40 smithi072 bash[21600]: audit 2024-03-21T21:56:40.015511+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:40.746 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:40 smithi072 bash[21600]: audit 2024-03-21T21:56:40.017301+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:40.746 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:40 smithi072 bash[21600]: audit 2024-03-21T21:56:40.025641+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:41.697 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:41 smithi072 bash[21600]: cluster 2024-03-21T21:56:40.073445+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:41.698 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:41 smithi072 bash[21600]: audit 2024-03-21T21:56:40.750927+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T21:56:41.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:41 smithi164 bash[23230]: cluster 2024-03-21T21:56:40.073445+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:41.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:41 smithi164 bash[23230]: audit 2024-03-21T21:56:40.750927+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T21:56:41.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:41 smithi173 bash[23664]: cluster 2024-03-21T21:56:40.073445+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:41.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:41 smithi173 bash[23664]: audit 2024-03-21T21:56:40.750927+0000 mon.a (mon.0) 297 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T21:56:42.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:42 smithi072 bash[21600]: audit 2024-03-21T21:56:41.447827+0000 mon.a (mon.0) 298 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T21:56:42.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:42 smithi072 bash[21600]: cluster 2024-03-21T21:56:41.452251+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T21:56:42.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:42 smithi072 bash[21600]: audit 2024-03-21T21:56:41.452912+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:56:42.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:42 smithi072 bash[21600]: audit 2024-03-21T21:56:41.453414+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:42.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:42 smithi164 bash[23230]: audit 2024-03-21T21:56:41.447827+0000 mon.a (mon.0) 298 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T21:56:42.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:42 smithi164 bash[23230]: cluster 2024-03-21T21:56:41.452251+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T21:56:42.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:42 smithi164 bash[23230]: audit 2024-03-21T21:56:41.452912+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:56:42.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:42 smithi164 bash[23230]: audit 2024-03-21T21:56:41.453414+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:42.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:42 smithi173 bash[23664]: audit 2024-03-21T21:56:41.447827+0000 mon.a (mon.0) 298 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T21:56:42.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:42 smithi173 bash[23664]: cluster 2024-03-21T21:56:41.452251+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T21:56:42.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:42 smithi173 bash[23664]: audit 2024-03-21T21:56:41.452912+0000 mon.a (mon.0) 300 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:56:42.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:42 smithi173 bash[23664]: audit 2024-03-21T21:56:41.453414+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.095 INFO:teuthology.orchestra.run.smithi072.stdout:Created osd(s) 0 on host 'smithi072' 2024-03-21T21:56:43.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: cluster 2024-03-21T21:56:42.073713+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:42.456063+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: cluster 2024-03-21T21:56:42.461982+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:42.463357+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:42.470399+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:43.083730+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:43.090790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.739 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:43 smithi164 bash[23230]: audit 2024-03-21T21:56:43.094920+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:43.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: cluster 2024-03-21T21:56:42.073713+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:42.456063+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: cluster 2024-03-21T21:56:42.461982+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:42.463357+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:42.470399+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:43.083730+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:43.090790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.745 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:43 smithi173 bash[23664]: audit 2024-03-21T21:56:43.094920+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: cluster 2024-03-21T21:56:42.073713+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:42.456063+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: cluster 2024-03-21T21:56:42.461982+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:42.463357+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:42.470399+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:43.083730+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:43.090790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:43.818 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:43 smithi072 bash[21600]: audit 2024-03-21T21:56:43.094920+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:56:43.820 DEBUG:teuthology.orchestra.run.smithi072:osd.0> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T21:56:43.823 INFO:tasks.cephadm:Deploying osd.1 on smithi072 with /dev/vg_nvme/lv_3... 2024-03-21T21:56:43.823 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T21:56:44.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:44 smithi164 bash[23230]: cluster 2024-03-21T21:56:41.790934+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:56:44.784 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:44 smithi164 bash[23230]: cluster 2024-03-21T21:56:41.791023+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:56:44.784 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:44 smithi164 bash[23230]: cluster 2024-03-21T21:56:43.463187+0000 mon.a (mon.0) 309 : cluster [INF] osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389] boot 2024-03-21T21:56:44.784 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:44 smithi164 bash[23230]: cluster 2024-03-21T21:56:43.463250+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T21:56:44.784 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:44 smithi164 bash[23230]: audit 2024-03-21T21:56:43.463864+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:44.785 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:44 smithi173 bash[23664]: cluster 2024-03-21T21:56:41.790934+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:56:44.785 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:44 smithi173 bash[23664]: cluster 2024-03-21T21:56:41.791023+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:56:44.785 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:44 smithi173 bash[23664]: cluster 2024-03-21T21:56:43.463187+0000 mon.a (mon.0) 309 : cluster [INF] osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389] boot 2024-03-21T21:56:44.785 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:44 smithi173 bash[23664]: cluster 2024-03-21T21:56:43.463250+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T21:56:44.785 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:44 smithi173 bash[23664]: audit 2024-03-21T21:56:43.463864+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:44.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:44 smithi072 bash[21600]: cluster 2024-03-21T21:56:41.790934+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:56:44.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:44 smithi072 bash[21600]: cluster 2024-03-21T21:56:41.791023+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:56:44.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:44 smithi072 bash[21600]: cluster 2024-03-21T21:56:43.463187+0000 mon.a (mon.0) 309 : cluster [INF] osd.0 [v2:172.21.15.72:6802/2593861389,v1:172.21.15.72:6803/2593861389] boot 2024-03-21T21:56:44.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:44 smithi072 bash[21600]: cluster 2024-03-21T21:56:43.463250+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T21:56:44.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:44 smithi072 bash[21600]: audit 2024-03-21T21:56:43.463864+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T21:56:45.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:45 smithi164 bash[23230]: cluster 2024-03-21T21:56:44.074080+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:45.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:45 smithi164 bash[23230]: cluster 2024-03-21T21:56:44.480727+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T21:56:45.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:45 smithi173 bash[23664]: cluster 2024-03-21T21:56:44.074080+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:45.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:45 smithi173 bash[23664]: cluster 2024-03-21T21:56:44.480727+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T21:56:45.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:45 smithi072 bash[21600]: cluster 2024-03-21T21:56:44.074080+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:45.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:45 smithi072 bash[21600]: cluster 2024-03-21T21:56:44.480727+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T21:56:47.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:47 smithi164 bash[23230]: cluster 2024-03-21T21:56:46.074515+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:47.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:47 smithi173 bash[23664]: cluster 2024-03-21T21:56:46.074515+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:47.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:47 smithi072 bash[21600]: cluster 2024-03-21T21:56:46.074515+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:48.061 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:56:49.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:49 smithi164 bash[23230]: cluster 2024-03-21T21:56:48.074820+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:49.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:49 smithi173 bash[23664]: cluster 2024-03-21T21:56:48.074820+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:49.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:49 smithi072 bash[21600]: cluster 2024-03-21T21:56:48.074820+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:51.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:51 smithi173 bash[23664]: cluster 2024-03-21T21:56:50.075259+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:51.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:51 smithi072 bash[21600]: cluster 2024-03-21T21:56:50.075259+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:51.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:51 smithi164 bash[23230]: cluster 2024-03-21T21:56:50.075259+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr: stderr: 10+0 records in 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr:10+0 records out 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148357 s, 707 MB/s 2024-03-21T21:56:52.232 INFO:teuthology.orchestra.run.smithi072.stderr:--> Zapping successful for: 2024-03-21T21:56:53.167 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi072:vg_nvme/lv_3 2024-03-21T21:56:53.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:53 smithi173 bash[23664]: cluster 2024-03-21T21:56:52.075564+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:53.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:53 smithi072 bash[21600]: cluster 2024-03-21T21:56:52.075564+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:53.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:53 smithi164 bash[23230]: cluster 2024-03-21T21:56:52.075564+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:54.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: cephadm 2024-03-21T21:56:53.598359+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.608198+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.617585+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.622594+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: cephadm 2024-03-21T21:56:53.624145+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.631456+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.635432+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.637197+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:54.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:54 smithi164 bash[23230]: audit 2024-03-21T21:56:53.646633+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: cephadm 2024-03-21T21:56:53.598359+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.608198+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.617585+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.622594+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: cephadm 2024-03-21T21:56:53.624145+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.631456+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.635432+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.637197+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:54.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:54 smithi173 bash[23664]: audit 2024-03-21T21:56:53.646633+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: cephadm 2024-03-21T21:56:53.598359+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.608198+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.617585+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.622594+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: cephadm 2024-03-21T21:56:53.624145+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 17265M 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.631456+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.635432+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.637197+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:56:55.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:54 smithi072 bash[21600]: audit 2024-03-21T21:56:53.646633+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:56:55.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:55 smithi164 bash[23230]: cluster 2024-03-21T21:56:54.076017+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:55.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:55 smithi173 bash[23664]: cluster 2024-03-21T21:56:54.076017+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:56.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:55 smithi072 bash[21600]: cluster 2024-03-21T21:56:54.076017+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:57.886 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T21:56:57.906 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:57 smithi072 bash[21600]: cluster 2024-03-21T21:56:56.076481+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:57.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:57 smithi164 bash[23230]: cluster 2024-03-21T21:56:56.076481+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:57.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:57 smithi173 bash[23664]: cluster 2024-03-21T21:56:56.076481+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:59.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:56:59 smithi164 bash[23230]: cluster 2024-03-21T21:56:58.076907+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:56:59.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:56:59 smithi173 bash[23664]: cluster 2024-03-21T21:56:58.076907+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:00.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:56:59 smithi072 bash[21600]: cluster 2024-03-21T21:56:58.076907+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:01.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:01 smithi164 bash[23230]: cluster 2024-03-21T21:57:00.077324+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:01.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:01 smithi164 bash[23230]: audit 2024-03-21T21:57:00.769023+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:01.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:01 smithi164 bash[23230]: audit 2024-03-21T21:57:00.775629+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:01.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:01 smithi164 bash[23230]: audit 2024-03-21T21:57:00.780991+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:01.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:01 smithi164 bash[23230]: audit 2024-03-21T21:57:00.781982+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:01.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:01 smithi173 bash[23664]: cluster 2024-03-21T21:57:00.077324+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:01.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:01 smithi173 bash[23664]: audit 2024-03-21T21:57:00.769023+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:01.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:01 smithi173 bash[23664]: audit 2024-03-21T21:57:00.775629+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:01.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:01 smithi173 bash[23664]: audit 2024-03-21T21:57:00.780991+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:01.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:01 smithi173 bash[23664]: audit 2024-03-21T21:57:00.781982+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:02.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:01 smithi072 bash[21600]: cluster 2024-03-21T21:57:00.077324+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:02.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:01 smithi072 bash[21600]: audit 2024-03-21T21:57:00.769023+0000 mgr.a (mgr.14152) 143 : audit [DBG] from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi072:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:02.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:01 smithi072 bash[21600]: audit 2024-03-21T21:57:00.775629+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:02.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:01 smithi072 bash[21600]: audit 2024-03-21T21:57:00.780991+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:02.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:01 smithi072 bash[21600]: audit 2024-03-21T21:57:00.781982+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:03.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:03 smithi164 bash[23230]: cluster 2024-03-21T21:57:02.077799+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:03.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:03 smithi173 bash[23664]: cluster 2024-03-21T21:57:02.077799+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:04.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:03 smithi072 bash[21600]: cluster 2024-03-21T21:57:02.077799+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:05.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:05 smithi164 bash[23230]: cluster 2024-03-21T21:57:04.078342+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:05.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:05 smithi173 bash[23664]: cluster 2024-03-21T21:57:04.078342+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:06.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:05 smithi072 bash[21600]: cluster 2024-03-21T21:57:04.078342+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:07.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:07 smithi072 bash[21600]: cluster 2024-03-21T21:57:06.078831+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:07.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:07 smithi164 bash[23230]: cluster 2024-03-21T21:57:06.078831+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:07.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:07 smithi173 bash[23664]: cluster 2024-03-21T21:57:06.078831+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:09.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:09 smithi164 bash[23230]: cluster 2024-03-21T21:57:08.079288+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:09.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:09 smithi164 bash[23230]: audit 2024-03-21T21:57:09.094157+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]: dispatch 2024-03-21T21:57:09.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:09 smithi164 bash[23230]: audit 2024-03-21T21:57:09.096602+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]': finished 2024-03-21T21:57:09.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:09 smithi164 bash[23230]: cluster 2024-03-21T21:57:09.098989+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T21:57:09.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:09 smithi164 bash[23230]: audit 2024-03-21T21:57:09.099231+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:09.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:09 smithi173 bash[23664]: cluster 2024-03-21T21:57:08.079288+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:09.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:09 smithi173 bash[23664]: audit 2024-03-21T21:57:09.094157+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]: dispatch 2024-03-21T21:57:09.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:09 smithi173 bash[23664]: audit 2024-03-21T21:57:09.096602+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]': finished 2024-03-21T21:57:09.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:09 smithi173 bash[23664]: cluster 2024-03-21T21:57:09.098989+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T21:57:09.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:09 smithi173 bash[23664]: audit 2024-03-21T21:57:09.099231+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:10.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:09 smithi072 bash[21600]: cluster 2024-03-21T21:57:08.079288+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:09 smithi072 bash[21600]: audit 2024-03-21T21:57:09.094157+0000 mon.a (mon.0) 323 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]: dispatch 2024-03-21T21:57:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:09 smithi072 bash[21600]: audit 2024-03-21T21:57:09.096602+0000 mon.a (mon.0) 324 : audit [INF] from='client.? 172.21.15.72:0/3142383160' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f899830d-6281-4196-9c7e-abc382e65642"}]': finished 2024-03-21T21:57:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:09 smithi072 bash[21600]: cluster 2024-03-21T21:57:09.098989+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T21:57:10.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:09 smithi072 bash[21600]: audit 2024-03-21T21:57:09.099231+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:10.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:10 smithi164 bash[23230]: audit 2024-03-21T21:57:09.866650+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.72:0/2986781254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:57:10.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:10 smithi173 bash[23664]: audit 2024-03-21T21:57:09.866650+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.72:0/2986781254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:57:11.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:10 smithi072 bash[21600]: audit 2024-03-21T21:57:09.866650+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.72:0/2986781254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:57:11.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:11 smithi164 bash[23230]: cluster 2024-03-21T21:57:10.079603+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:11.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:11 smithi173 bash[23664]: cluster 2024-03-21T21:57:10.079603+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:12.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:11 smithi072 bash[21600]: cluster 2024-03-21T21:57:10.079603+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:13.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:13 smithi164 bash[23230]: cluster 2024-03-21T21:57:12.079960+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:13.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:13 smithi173 bash[23664]: cluster 2024-03-21T21:57:12.079960+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:14.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:13 smithi072 bash[21600]: cluster 2024-03-21T21:57:12.079960+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:15.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:15 smithi164 bash[23230]: cluster 2024-03-21T21:57:14.080432+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:15.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:15 smithi173 bash[23664]: cluster 2024-03-21T21:57:14.080432+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:16.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:15 smithi072 bash[21600]: cluster 2024-03-21T21:57:14.080432+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:17.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:17 smithi164 bash[23230]: cluster 2024-03-21T21:57:16.080777+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:17.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:17 smithi173 bash[23664]: cluster 2024-03-21T21:57:16.080777+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:18.080 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:17 smithi072 bash[21600]: cluster 2024-03-21T21:57:16.080777+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:19.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:19 smithi164 bash[23230]: cluster 2024-03-21T21:57:18.081163+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:19.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:19 smithi173 bash[23664]: cluster 2024-03-21T21:57:18.081163+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:20.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:19 smithi072 bash[21600]: cluster 2024-03-21T21:57:18.081163+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:21.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:21 smithi164 bash[23230]: cluster 2024-03-21T21:57:20.081459+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:21.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:21 smithi173 bash[23664]: cluster 2024-03-21T21:57:20.081459+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:22.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:21 smithi072 bash[21600]: cluster 2024-03-21T21:57:20.081459+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:22.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:22 smithi164 bash[23230]: audit 2024-03-21T21:57:21.828934+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T21:57:22.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:22 smithi164 bash[23230]: audit 2024-03-21T21:57:21.830603+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:22.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:22 smithi164 bash[23230]: cephadm 2024-03-21T21:57:21.832206+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Deploying daemon osd.1 on smithi072 2024-03-21T21:57:22.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:22 smithi173 bash[23664]: audit 2024-03-21T21:57:21.828934+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T21:57:22.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:22 smithi173 bash[23664]: audit 2024-03-21T21:57:21.830603+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:22.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:22 smithi173 bash[23664]: cephadm 2024-03-21T21:57:21.832206+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Deploying daemon osd.1 on smithi072 2024-03-21T21:57:23.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:22 smithi072 bash[21600]: audit 2024-03-21T21:57:21.828934+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T21:57:23.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:22 smithi072 bash[21600]: audit 2024-03-21T21:57:21.830603+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:23.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:22 smithi072 bash[21600]: cephadm 2024-03-21T21:57:21.832206+0000 mgr.a (mgr.14152) 154 : cephadm [INF] Deploying daemon osd.1 on smithi072 2024-03-21T21:57:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:23 smithi072 bash[21600]: cluster 2024-03-21T21:57:22.081843+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:23.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:23 smithi164 bash[23230]: cluster 2024-03-21T21:57:22.081843+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:23.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:23 smithi173 bash[23664]: cluster 2024-03-21T21:57:22.081843+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:25.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:25 smithi164 bash[23230]: cluster 2024-03-21T21:57:24.082168+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:25.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:25 smithi173 bash[23664]: cluster 2024-03-21T21:57:24.082168+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:26.065 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:25 smithi072 bash[21600]: cluster 2024-03-21T21:57:24.082168+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:26.320 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:26.320 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:26.321 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:26.584 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:26.585 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:26.585 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 21:57:26 smithi072 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:57:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:27 smithi072 bash[21600]: cluster 2024-03-21T21:57:26.082514+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:27.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:27 smithi072 bash[21600]: audit 2024-03-21T21:57:26.586456+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:27 smithi072 bash[21600]: audit 2024-03-21T21:57:26.590516+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:27 smithi072 bash[21600]: audit 2024-03-21T21:57:26.597515+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:27.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:27 smithi164 bash[23230]: cluster 2024-03-21T21:57:26.082514+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:27.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:27 smithi164 bash[23230]: audit 2024-03-21T21:57:26.586456+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:27 smithi164 bash[23230]: audit 2024-03-21T21:57:26.590516+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:27 smithi164 bash[23230]: audit 2024-03-21T21:57:26.597515+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:27.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:27 smithi173 bash[23664]: cluster 2024-03-21T21:57:26.082514+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:27.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:27 smithi173 bash[23664]: audit 2024-03-21T21:57:26.586456+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:27 smithi173 bash[23664]: audit 2024-03-21T21:57:26.590516+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:27.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:27 smithi173 bash[23664]: audit 2024-03-21T21:57:26.597515+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:29.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:29 smithi072 bash[21600]: cluster 2024-03-21T21:57:28.082818+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:29.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:29 smithi164 bash[23230]: cluster 2024-03-21T21:57:28.082818+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:29.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:29 smithi173 bash[23664]: cluster 2024-03-21T21:57:28.082818+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:31.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:31 smithi072 bash[21600]: cluster 2024-03-21T21:57:30.083200+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:31.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:31 smithi164 bash[23230]: cluster 2024-03-21T21:57:30.083200+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:31.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:31 smithi173 bash[23664]: cluster 2024-03-21T21:57:30.083200+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:33.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:32 smithi072 bash[21600]: audit 2024-03-21T21:57:31.881884+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:32 smithi072 bash[21600]: audit 2024-03-21T21:57:31.886060+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:32 smithi072 bash[21600]: audit 2024-03-21T21:57:31.886808+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:33.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:32 smithi072 bash[21600]: audit 2024-03-21T21:57:31.887502+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:33.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:32 smithi072 bash[21600]: audit 2024-03-21T21:57:31.891875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:32 smithi164 bash[23230]: audit 2024-03-21T21:57:31.881884+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:32 smithi164 bash[23230]: audit 2024-03-21T21:57:31.886060+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:32 smithi164 bash[23230]: audit 2024-03-21T21:57:31.886808+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:33.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:32 smithi164 bash[23230]: audit 2024-03-21T21:57:31.887502+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:33.239 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:32 smithi164 bash[23230]: audit 2024-03-21T21:57:31.891875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:32 smithi173 bash[23664]: audit 2024-03-21T21:57:31.881884+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:32 smithi173 bash[23664]: audit 2024-03-21T21:57:31.886060+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:33.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:32 smithi173 bash[23664]: audit 2024-03-21T21:57:31.886808+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:33.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:32 smithi173 bash[23664]: audit 2024-03-21T21:57:31.887502+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:33.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:32 smithi173 bash[23664]: audit 2024-03-21T21:57:31.891875+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:34.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:33 smithi164 bash[23230]: cluster 2024-03-21T21:57:32.083637+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:34.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:33 smithi164 bash[23230]: audit 2024-03-21T21:57:33.096285+0000 mon.a (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T21:57:34.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:33 smithi173 bash[23664]: cluster 2024-03-21T21:57:32.083637+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:34.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:33 smithi173 bash[23664]: audit 2024-03-21T21:57:33.096285+0000 mon.a (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T21:57:34.257 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:33 smithi072 bash[21600]: cluster 2024-03-21T21:57:32.083637+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:34.257 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:33 smithi072 bash[21600]: audit 2024-03-21T21:57:33.096285+0000 mon.a (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T21:57:35.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: audit 2024-03-21T21:57:33.894657+0000 mon.a (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T21:57:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: cluster 2024-03-21T21:57:33.899846+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T21:57:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: audit 2024-03-21T21:57:33.900813+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:57:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: audit 2024-03-21T21:57:33.901383+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: audit 2024-03-21T21:57:34.896178+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:57:35.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:34 smithi072 bash[21600]: cluster 2024-03-21T21:57:34.901106+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: audit 2024-03-21T21:57:33.894657+0000 mon.a (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: cluster 2024-03-21T21:57:33.899846+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: audit 2024-03-21T21:57:33.900813+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: audit 2024-03-21T21:57:33.901383+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: audit 2024-03-21T21:57:34.896178+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:57:35.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:34 smithi164 bash[23230]: cluster 2024-03-21T21:57:34.901106+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T21:57:35.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: audit 2024-03-21T21:57:33.894657+0000 mon.a (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T21:57:35.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: cluster 2024-03-21T21:57:33.899846+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T21:57:35.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: audit 2024-03-21T21:57:33.900813+0000 mon.a (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]: dispatch 2024-03-21T21:57:35.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: audit 2024-03-21T21:57:33.901383+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:35.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: audit 2024-03-21T21:57:34.896178+0000 mon.a (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi072", "root=default"]}]': finished 2024-03-21T21:57:35.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:34 smithi173 bash[23664]: cluster 2024-03-21T21:57:34.901106+0000 mon.a (mon.0) 344 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T21:57:35.593 INFO:teuthology.orchestra.run.smithi072.stdout:Created osd(s) 1 on host 'smithi072' 2024-03-21T21:57:36.093 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: cluster 2024-03-21T21:57:34.084186+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:34.901653+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:34.920719+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:35.425331+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:35.562103+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:35.568604+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:35.596396+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:36.094 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:35 smithi072 bash[21600]: audit 2024-03-21T21:57:35.905594+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: cluster 2024-03-21T21:57:34.084186+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:34.901653+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:34.920719+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:35.425331+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:35.562103+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:35.568604+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:35.596396+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:36.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:35 smithi173 bash[23664]: audit 2024-03-21T21:57:35.905594+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.301 DEBUG:teuthology.orchestra.run.smithi072:osd.1> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T21:57:36.304 INFO:tasks.cephadm:Deploying osd.2 on smithi164 with /dev/vg_nvme/lv_4... 2024-03-21T21:57:36.305 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T21:57:36.316 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: cluster 2024-03-21T21:57:34.084186+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:36.316 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:34.901653+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.316 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:34.920719+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:36.316 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:35.425331+0000 mon.a (mon.0) 347 : audit [INF] from='osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086]' entity='osd.1' 2024-03-21T21:57:36.317 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:35.562103+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.317 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:35.568604+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:36.317 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:35.596396+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:57:36.317 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:35 smithi164 bash[23230]: audit 2024-03-21T21:57:35.905594+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:37.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: cluster 2024-03-21T21:57:34.131324+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:57:37.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: cluster 2024-03-21T21:57:34.131422+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:57:37.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: cluster 2024-03-21T21:57:36.084697+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:37.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: cluster 2024-03-21T21:57:36.429218+0000 mon.a (mon.0) 352 : cluster [INF] osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086] boot 2024-03-21T21:57:37.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: cluster 2024-03-21T21:57:36.429280+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T21:57:37.345 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:36 smithi072 bash[21600]: audit 2024-03-21T21:57:36.429803+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:37.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:36 smithi164 bash[23230]: cluster 2024-03-21T21:57:34.131324+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:57:37.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:36 smithi164 bash[23230]: cluster 2024-03-21T21:57:34.131422+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:57:37.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:36 smithi164 bash[23230]: cluster 2024-03-21T21:57:36.084697+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:37.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:36 smithi164 bash[23230]: cluster 2024-03-21T21:57:36.429218+0000 mon.a (mon.0) 352 : cluster [INF] osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086] boot 2024-03-21T21:57:37.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:37 smithi164 bash[23230]: cluster 2024-03-21T21:57:36.429280+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T21:57:37.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:37 smithi164 bash[23230]: audit 2024-03-21T21:57:36.429803+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:37.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: cluster 2024-03-21T21:57:34.131324+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:57:37.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: cluster 2024-03-21T21:57:34.131422+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:57:37.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: cluster 2024-03-21T21:57:36.084697+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T21:57:37.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: cluster 2024-03-21T21:57:36.429218+0000 mon.a (mon.0) 352 : cluster [INF] osd.1 [v2:172.21.15.72:6810/2934706086,v1:172.21.15.72:6811/2934706086] boot 2024-03-21T21:57:37.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: cluster 2024-03-21T21:57:36.429280+0000 mon.a (mon.0) 353 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T21:57:37.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:36 smithi173 bash[23664]: audit 2024-03-21T21:57:36.429803+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T21:57:39.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:39 smithi072 bash[21600]: cluster 2024-03-21T21:57:38.004079+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T21:57:39.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:39 smithi072 bash[21600]: cluster 2024-03-21T21:57:38.085091+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:39.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:39 smithi164 bash[23230]: cluster 2024-03-21T21:57:38.004079+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T21:57:39.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:39 smithi164 bash[23230]: cluster 2024-03-21T21:57:38.085091+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:39.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:39 smithi173 bash[23664]: cluster 2024-03-21T21:57:38.004079+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T21:57:39.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:39 smithi173 bash[23664]: cluster 2024-03-21T21:57:38.085091+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:41.019 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T21:57:41.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:41 smithi164 bash[23230]: cluster 2024-03-21T21:57:40.085502+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:41.488 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:41 smithi072 bash[21600]: cluster 2024-03-21T21:57:40.085502+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:41.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:41 smithi173 bash[23664]: cluster 2024-03-21T21:57:40.085502+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:43.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:43 smithi072 bash[21600]: cluster 2024-03-21T21:57:42.085981+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:43.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:43 smithi164 bash[23230]: cluster 2024-03-21T21:57:42.085981+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:43.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:43 smithi173 bash[23664]: cluster 2024-03-21T21:57:42.085981+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142592 s, 735 MB/s 2024-03-21T21:57:43.869 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-03-21T21:57:44.555 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_4 2024-03-21T21:57:45.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: cluster 2024-03-21T21:57:44.086340+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:45.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.096448+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.105680+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.107853+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.109526+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.116649+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.120972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.122610+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:45.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:45 smithi164 bash[23230]: audit 2024-03-21T21:57:45.131398+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: cluster 2024-03-21T21:57:44.086340+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:45.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.096448+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.105680+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.107853+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.109526+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.116649+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.120972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.122610+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:45.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:45 smithi173 bash[23664]: audit 2024-03-21T21:57:45.131398+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: cluster 2024-03-21T21:57:44.086340+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.096448+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.105680+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.107853+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.109526+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.116649+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.120972+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.122610+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:57:45.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:45 smithi072 bash[21600]: audit 2024-03-21T21:57:45.131398+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:57:46.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:46 smithi164 bash[23230]: cephadm 2024-03-21T21:57:45.087524+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:57:46.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:46 smithi164 bash[23230]: cephadm 2024-03-21T21:57:45.110743+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-21T21:57:46.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:46 smithi173 bash[23664]: cephadm 2024-03-21T21:57:45.087524+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:57:46.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:46 smithi173 bash[23664]: cephadm 2024-03-21T21:57:45.110743+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-21T21:57:46.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:46 smithi072 bash[21600]: cephadm 2024-03-21T21:57:45.087524+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi072 2024-03-21T21:57:46.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:46 smithi072 bash[21600]: cephadm 2024-03-21T21:57:45.110743+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi072 to 8632M 2024-03-21T21:57:47.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:47 smithi164 bash[23230]: cluster 2024-03-21T21:57:46.086765+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:47.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:47 smithi173 bash[23664]: cluster 2024-03-21T21:57:46.086765+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:47.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:47 smithi072 bash[21600]: cluster 2024-03-21T21:57:46.086765+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:49.303 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T21:57:49.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:49 smithi164 bash[23230]: cluster 2024-03-21T21:57:48.087267+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:49.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:49 smithi173 bash[23664]: cluster 2024-03-21T21:57:48.087267+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:49.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:49 smithi072 bash[21600]: cluster 2024-03-21T21:57:48.087267+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:51.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:51 smithi164 bash[23230]: cluster 2024-03-21T21:57:50.087733+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:51.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:51 smithi173 bash[23664]: cluster 2024-03-21T21:57:50.087733+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:51.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:51 smithi072 bash[21600]: cluster 2024-03-21T21:57:50.087733+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:52.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:52 smithi164 bash[23230]: audit 2024-03-21T21:57:52.000946+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:52.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:52 smithi164 bash[23230]: audit 2024-03-21T21:57:52.007531+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:52.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:52 smithi164 bash[23230]: audit 2024-03-21T21:57:52.009248+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:52.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:52 smithi173 bash[23664]: audit 2024-03-21T21:57:52.000946+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:52.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:52 smithi173 bash[23664]: audit 2024-03-21T21:57:52.007531+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:52.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:52 smithi173 bash[23664]: audit 2024-03-21T21:57:52.009248+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:52.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:52 smithi072 bash[21600]: audit 2024-03-21T21:57:52.000946+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:57:52.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:52 smithi072 bash[21600]: audit 2024-03-21T21:57:52.007531+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:57:52.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:52 smithi072 bash[21600]: audit 2024-03-21T21:57:52.009248+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:57:53.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:53 smithi164 bash[23230]: audit 2024-03-21T21:57:51.993418+0000 mgr.a (mgr.14152) 172 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:53.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:53 smithi164 bash[23230]: cluster 2024-03-21T21:57:52.088245+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:53.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:53 smithi173 bash[23664]: audit 2024-03-21T21:57:51.993418+0000 mgr.a (mgr.14152) 172 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:53.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:53 smithi173 bash[23664]: cluster 2024-03-21T21:57:52.088245+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:53.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:53 smithi072 bash[21600]: audit 2024-03-21T21:57:51.993418+0000 mgr.a (mgr.14152) 172 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:57:53.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:53 smithi072 bash[21600]: cluster 2024-03-21T21:57:52.088245+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:55.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:55 smithi164 bash[23230]: cluster 2024-03-21T21:57:54.088764+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:55.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:55 smithi173 bash[23664]: cluster 2024-03-21T21:57:54.088764+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:55.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:55 smithi072 bash[21600]: cluster 2024-03-21T21:57:54.088764+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:57.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:57 smithi164 bash[23230]: cluster 2024-03-21T21:57:56.089173+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:57.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:57 smithi173 bash[23664]: cluster 2024-03-21T21:57:56.089173+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:57.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:57 smithi072 bash[21600]: cluster 2024-03-21T21:57:56.089173+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:59.473 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:57:59 smithi164 bash[23230]: cluster 2024-03-21T21:57:58.089625+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:59.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:57:59 smithi173 bash[23664]: cluster 2024-03-21T21:57:58.089625+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:57:59.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:57:59 smithi072 bash[21600]: cluster 2024-03-21T21:57:58.089625+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:01.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: cluster 2024-03-21T21:58:00.090091+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:01.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: audit 2024-03-21T21:58:00.402880+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.164:0/4150440375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: audit 2024-03-21T21:58:00.402986+0000 mon.a (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: audit 2024-03-21T21:58:00.406132+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]': finished 2024-03-21T21:58:01.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: cluster 2024-03-21T21:58:00.411421+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T21:58:01.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: audit 2024-03-21T21:58:00.411870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:01.489 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:01 smithi164 bash[23230]: audit 2024-03-21T21:58:01.159774+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.164:0/4262689199' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:01.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: cluster 2024-03-21T21:58:00.090091+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:01.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: audit 2024-03-21T21:58:00.402880+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.164:0/4150440375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: audit 2024-03-21T21:58:00.402986+0000 mon.a (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: audit 2024-03-21T21:58:00.406132+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]': finished 2024-03-21T21:58:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: cluster 2024-03-21T21:58:00.411421+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T21:58:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: audit 2024-03-21T21:58:00.411870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:01.495 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:01 smithi173 bash[23664]: audit 2024-03-21T21:58:01.159774+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.164:0/4262689199' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:01.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: cluster 2024-03-21T21:58:00.090091+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:01.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: audit 2024-03-21T21:58:00.402880+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.164:0/4150440375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: audit 2024-03-21T21:58:00.402986+0000 mon.a (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]: dispatch 2024-03-21T21:58:01.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: audit 2024-03-21T21:58:00.406132+0000 mon.a (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b8e6076-b058-448b-b9f0-029ee099347e"}]': finished 2024-03-21T21:58:01.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: cluster 2024-03-21T21:58:00.411421+0000 mon.a (mon.0) 369 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T21:58:01.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: audit 2024-03-21T21:58:00.411870+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:01.594 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:01 smithi072 bash[21600]: audit 2024-03-21T21:58:01.159774+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.164:0/4262689199' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:03.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:03 smithi164 bash[23230]: cluster 2024-03-21T21:58:02.090578+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:03.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:03 smithi173 bash[23664]: cluster 2024-03-21T21:58:02.090578+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:03.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:03 smithi072 bash[21600]: cluster 2024-03-21T21:58:02.090578+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:05.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:05 smithi164 bash[23230]: cluster 2024-03-21T21:58:04.091076+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:05.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:05 smithi173 bash[23664]: cluster 2024-03-21T21:58:04.091076+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:05.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:05 smithi072 bash[21600]: cluster 2024-03-21T21:58:04.091076+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:07.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:07 smithi164 bash[23230]: cluster 2024-03-21T21:58:06.091571+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:07.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:07 smithi173 bash[23664]: cluster 2024-03-21T21:58:06.091571+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:07.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:07 smithi072 bash[21600]: cluster 2024-03-21T21:58:06.091571+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:09.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:09 smithi164 bash[23230]: cluster 2024-03-21T21:58:08.092038+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:09.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:09 smithi173 bash[23664]: cluster 2024-03-21T21:58:08.092038+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:09.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:09 smithi072 bash[21600]: cluster 2024-03-21T21:58:08.092038+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:11.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:11 smithi164 bash[23230]: cluster 2024-03-21T21:58:10.092520+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:11.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:11 smithi173 bash[23664]: cluster 2024-03-21T21:58:10.092520+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:11.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:11 smithi072 bash[21600]: cluster 2024-03-21T21:58:10.092520+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:13 smithi164 bash[23230]: cluster 2024-03-21T21:58:12.092991+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:13 smithi164 bash[23230]: audit 2024-03-21T21:58:12.698769+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T21:58:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:13 smithi164 bash[23230]: audit 2024-03-21T21:58:12.700820+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:13 smithi164 bash[23230]: cephadm 2024-03-21T21:58:12.702557+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon osd.2 on smithi164 2024-03-21T21:58:13.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:13 smithi173 bash[23664]: cluster 2024-03-21T21:58:12.092991+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:13.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:13 smithi173 bash[23664]: audit 2024-03-21T21:58:12.698769+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T21:58:13.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:13 smithi173 bash[23664]: audit 2024-03-21T21:58:12.700820+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:13.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:13 smithi173 bash[23664]: cephadm 2024-03-21T21:58:12.702557+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon osd.2 on smithi164 2024-03-21T21:58:13.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:13 smithi072 bash[21600]: cluster 2024-03-21T21:58:12.092991+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:13.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:13 smithi072 bash[21600]: audit 2024-03-21T21:58:12.698769+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T21:58:13.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:13 smithi072 bash[21600]: audit 2024-03-21T21:58:12.700820+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:13.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:13 smithi072 bash[21600]: cephadm 2024-03-21T21:58:12.702557+0000 mgr.a (mgr.14152) 184 : cephadm [INF] Deploying daemon osd.2 on smithi164 2024-03-21T21:58:15.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:15 smithi164 bash[23230]: cluster 2024-03-21T21:58:14.093479+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:15 smithi173 bash[23664]: cluster 2024-03-21T21:58:14.093479+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:15.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:15 smithi072 bash[21600]: cluster 2024-03-21T21:58:14.093479+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:16.851 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:16 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:58:16.852 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:58:16 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:58:17.115 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:16 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:58:17.115 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:58:16 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:58:17.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:17 smithi164 bash[23230]: cluster 2024-03-21T21:58:16.093974+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:17.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:17 smithi164 bash[23230]: audit 2024-03-21T21:58:17.126685+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:17 smithi164 bash[23230]: audit 2024-03-21T21:58:17.135520+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:17 smithi164 bash[23230]: audit 2024-03-21T21:58:17.139685+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:17.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:17 smithi173 bash[23664]: cluster 2024-03-21T21:58:16.093974+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:17.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:17 smithi173 bash[23664]: audit 2024-03-21T21:58:17.126685+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:17 smithi173 bash[23664]: audit 2024-03-21T21:58:17.135520+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:17 smithi173 bash[23664]: audit 2024-03-21T21:58:17.139685+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:17.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:17 smithi072 bash[21600]: cluster 2024-03-21T21:58:16.093974+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:17.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:17 smithi072 bash[21600]: audit 2024-03-21T21:58:17.126685+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:17 smithi072 bash[21600]: audit 2024-03-21T21:58:17.135520+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:17.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:17 smithi072 bash[21600]: audit 2024-03-21T21:58:17.139685+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:19.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:19 smithi164 bash[23230]: cluster 2024-03-21T21:58:18.094482+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:19.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:19 smithi173 bash[23664]: cluster 2024-03-21T21:58:18.094482+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:19.593 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:19 smithi072 bash[21600]: cluster 2024-03-21T21:58:18.094482+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:21.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:21 smithi164 bash[23230]: cluster 2024-03-21T21:58:20.094990+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:21.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:21 smithi173 bash[23664]: cluster 2024-03-21T21:58:20.094990+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:21.592 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:21 smithi072 bash[21600]: cluster 2024-03-21T21:58:20.094990+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: cluster 2024-03-21T21:58:22.095455+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: audit 2024-03-21T21:58:22.445102+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: audit 2024-03-21T21:58:22.453884+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: audit 2024-03-21T21:58:23.129536+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: audit 2024-03-21T21:58:23.131529+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:23.585 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:23 smithi164 bash[23230]: audit 2024-03-21T21:58:23.142131+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: cluster 2024-03-21T21:58:22.095455+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: audit 2024-03-21T21:58:22.445102+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: audit 2024-03-21T21:58:22.453884+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: audit 2024-03-21T21:58:23.129536+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: audit 2024-03-21T21:58:23.131529+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:23.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:23 smithi173 bash[23664]: audit 2024-03-21T21:58:23.142131+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: cluster 2024-03-21T21:58:22.095455+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: audit 2024-03-21T21:58:22.445102+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: audit 2024-03-21T21:58:22.453884+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: audit 2024-03-21T21:58:23.129536+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:23.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: audit 2024-03-21T21:58:23.131529+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:23.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:23 smithi072 bash[21600]: audit 2024-03-21T21:58:23.142131+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:24.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:24 smithi164 bash[23230]: audit 2024-03-21T21:58:23.591441+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:24.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:24 smithi164 bash[23230]: audit 2024-03-21T21:58:23.591539+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:24.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:24 smithi173 bash[23664]: audit 2024-03-21T21:58:23.591441+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:24.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:24 smithi173 bash[23664]: audit 2024-03-21T21:58:23.591539+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:24.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:24 smithi072 bash[21600]: audit 2024-03-21T21:58:23.591441+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:24.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:24 smithi072 bash[21600]: audit 2024-03-21T21:58:23.591539+0000 mon.a (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T21:58:25.675 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 2 on host 'smithi164' 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: cluster 2024-03-21T21:58:24.095923+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: audit 2024-03-21T21:58:24.454473+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: cluster 2024-03-21T21:58:24.459068+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: audit 2024-03-21T21:58:24.459570+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: audit 2024-03-21T21:58:24.461065+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:25.729 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:25 smithi164 bash[23230]: audit 2024-03-21T21:58:24.461107+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: cluster 2024-03-21T21:58:24.095923+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: audit 2024-03-21T21:58:24.454473+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: cluster 2024-03-21T21:58:24.459068+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: audit 2024-03-21T21:58:24.459570+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: audit 2024-03-21T21:58:24.461065+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:25.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:25 smithi173 bash[23664]: audit 2024-03-21T21:58:24.461107+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:25.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: cluster 2024-03-21T21:58:24.095923+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:25.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: audit 2024-03-21T21:58:24.454473+0000 mon.a (mon.0) 382 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T21:58:25.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: cluster 2024-03-21T21:58:24.459068+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T21:58:25.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: audit 2024-03-21T21:58:24.459570+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:25.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: audit 2024-03-21T21:58:24.461065+0000 mon.b (mon.2) 10 : audit [INF] from='osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:25.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:25 smithi072 bash[21600]: audit 2024-03-21T21:58:24.461107+0000 mon.a (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:58:26.399 DEBUG:teuthology.orchestra.run.smithi164:osd.2> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T21:58:26.402 INFO:tasks.cephadm:Deploying osd.3 on smithi164 with /dev/vg_nvme/lv_3... 2024-03-21T21:58:26.402 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.457059+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: cluster 2024-03-21T21:58:25.462220+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.463091+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.475187+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.638627+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.659404+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.665943+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:26.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:26 smithi164 bash[23230]: audit 2024-03-21T21:58:25.943174+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.457059+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: cluster 2024-03-21T21:58:25.462220+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.463091+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.475187+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.638627+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.659404+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.665943+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:26.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:26 smithi173 bash[23664]: audit 2024-03-21T21:58:25.943174+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.457059+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: cluster 2024-03-21T21:58:25.462220+0000 mon.a (mon.0) 387 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.463091+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.475187+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.638627+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.659404+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.665943+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:58:26.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:26 smithi072 bash[21600]: audit 2024-03-21T21:58:25.943174+0000 mon.a (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: cluster 2024-03-21T21:58:24.615273+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: cluster 2024-03-21T21:58:24.615414+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: cluster 2024-03-21T21:58:26.096353+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: audit 2024-03-21T21:58:26.476131+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: cluster 2024-03-21T21:58:26.950689+0000 mon.a (mon.0) 395 : cluster [INF] osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446] boot 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: cluster 2024-03-21T21:58:26.950802+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T21:58:27.738 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:27 smithi164 bash[23230]: audit 2024-03-21T21:58:26.951460+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:27.743 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: cluster 2024-03-21T21:58:24.615273+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: cluster 2024-03-21T21:58:24.615414+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: cluster 2024-03-21T21:58:26.096353+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: audit 2024-03-21T21:58:26.476131+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: cluster 2024-03-21T21:58:26.950689+0000 mon.a (mon.0) 395 : cluster [INF] osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446] boot 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: cluster 2024-03-21T21:58:26.950802+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T21:58:27.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:27 smithi173 bash[23664]: audit 2024-03-21T21:58:26.951460+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: cluster 2024-03-21T21:58:24.615273+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: cluster 2024-03-21T21:58:24.615414+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: cluster 2024-03-21T21:58:26.096353+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: audit 2024-03-21T21:58:26.476131+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: cluster 2024-03-21T21:58:26.950689+0000 mon.a (mon.0) 395 : cluster [INF] osd.2 [v2:172.21.15.164:6800/2485847446,v1:172.21.15.164:6801/2485847446] boot 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: cluster 2024-03-21T21:58:26.950802+0000 mon.a (mon.0) 396 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T21:58:27.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:27 smithi072 bash[21600]: audit 2024-03-21T21:58:26.951460+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T21:58:28.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:28 smithi164 bash[23230]: audit 2024-03-21T21:58:28.262865+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:28.744 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:28 smithi173 bash[23664]: audit 2024-03-21T21:58:28.262865+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:28.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:28 smithi072 bash[21600]: audit 2024-03-21T21:58:28.262865+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:29.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:29 smithi072 bash[21600]: cluster 2024-03-21T21:58:28.096848+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:29.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:29 smithi072 bash[21600]: audit 2024-03-21T21:58:28.482688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:29.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:29 smithi072 bash[21600]: cluster 2024-03-21T21:58:28.490805+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T21:58:29.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:29 smithi072 bash[21600]: audit 2024-03-21T21:58:28.492236+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T21:58:29.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:29 smithi164 bash[23230]: cluster 2024-03-21T21:58:28.096848+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:29.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:29 smithi164 bash[23230]: audit 2024-03-21T21:58:28.482688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:29.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:29 smithi164 bash[23230]: cluster 2024-03-21T21:58:28.490805+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T21:58:29.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:29 smithi164 bash[23230]: audit 2024-03-21T21:58:28.492236+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T21:58:29.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:29 smithi173 bash[23664]: cluster 2024-03-21T21:58:28.096848+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:29.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:29 smithi173 bash[23664]: audit 2024-03-21T21:58:28.482688+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' 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-03-21T21:58:29.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:29 smithi173 bash[23664]: cluster 2024-03-21T21:58:28.490805+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T21:58:29.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:29 smithi173 bash[23664]: audit 2024-03-21T21:58:28.492236+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T21:58:30.685 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T21:58:30.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:29.485312+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T21:58:30.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: cluster 2024-03-21T21:58:29.492278+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T21:58:30.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:29.877064+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.031284+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.033612+0000 mon.a (mon.0) 406 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.085037+0000 mon.a (mon.0) 407 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.085800+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.086554+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.086975+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.090173+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.090401+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.090847+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.091321+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.142356+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.194274+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.844 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.197596+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.197669+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.198046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.198528+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.845 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:30 smithi072 bash[21600]: audit 2024-03-21T21:58:30.244539+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:29.485312+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T21:58:30.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: cluster 2024-03-21T21:58:29.492278+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T21:58:30.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:29.877064+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.031284+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.033612+0000 mon.a (mon.0) 406 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.085037+0000 mon.a (mon.0) 407 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.085800+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.086554+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.086975+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.090173+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.090401+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.090847+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.091321+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.142356+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.194274+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.197596+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.197669+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.198046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.989 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.198528+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.990 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:30 smithi164 bash[23230]: audit 2024-03-21T21:58:30.244539+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:29.485312+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: cluster 2024-03-21T21:58:29.492278+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:29.877064+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.031284+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.033612+0000 mon.a (mon.0) 406 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.085037+0000 mon.a (mon.0) 407 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.085800+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.086554+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.086975+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.090173+0000 mon.c (mon.1) 5 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.090401+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.090847+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.091321+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.142356+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.194274+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.197596+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.197669+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.198046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.198528+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T21:58:30.995 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:30 smithi173 bash[23664]: audit 2024-03-21T21:58:30.244539+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T21:58:31.783 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:31 smithi164 bash[23230]: cluster 2024-03-21T21:58:30.097176+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:31.784 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:31 smithi164 bash[23230]: cluster 2024-03-21T21:58:30.515775+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T21:58:31.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:31 smithi072 bash[21600]: cluster 2024-03-21T21:58:30.097176+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:31.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:31 smithi072 bash[21600]: cluster 2024-03-21T21:58:30.515775+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T21:58:31.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:31 smithi173 bash[23664]: cluster 2024-03-21T21:58:30.097176+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:31.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:31 smithi173 bash[23664]: cluster 2024-03-21T21:58:30.515775+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T21:58:32.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:32 smithi072 bash[21600]: cluster 2024-03-21T21:58:31.532414+0000 mon.a (mon.0) 419 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T21:58:32.859 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:32 smithi164 bash[23230]: cluster 2024-03-21T21:58:31.532414+0000 mon.a (mon.0) 419 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T21:58:32.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:32 smithi173 bash[23664]: cluster 2024-03-21T21:58:31.532414+0000 mon.a (mon.0) 419 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T21:58:33.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:33 smithi072 bash[21600]: cluster 2024-03-21T21:58:32.097626+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:33.942 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:33 smithi164 bash[23230]: cluster 2024-03-21T21:58:32.097626+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:33.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:33 smithi173 bash[23664]: cluster 2024-03-21T21:58:32.097626+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:34.671 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T21:58:34.671 INFO:teuthology.orchestra.run.smithi164.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T21:58:34.671 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-03-21T21:58:34.672 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-03-21T21:58:34.672 INFO:teuthology.orchestra.run.smithi164.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134234 s, 781 MB/s 2024-03-21T21:58:34.672 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-03-21T21:58:35.511 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi164:vg_nvme/lv_3 2024-03-21T21:58:35.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:35 smithi164 bash[23230]: cluster 2024-03-21T21:58:34.098188+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:35.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:35 smithi072 bash[21600]: cluster 2024-03-21T21:58:34.098188+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:35.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:35 smithi173 bash[23664]: cluster 2024-03-21T21:58:34.098188+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: cephadm 2024-03-21T21:58:35.861296+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.869842+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.878658+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.880792+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: cephadm 2024-03-21T21:58:35.882259+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 17265M 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.888261+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.892407+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.894277+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:37.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:36 smithi164 bash[23230]: audit 2024-03-21T21:58:35.904251+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: cephadm 2024-03-21T21:58:35.861296+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.869842+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.878658+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.880792+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: cephadm 2024-03-21T21:58:35.882259+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 17265M 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.888261+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.892407+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.894277+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:37.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:36 smithi173 bash[23664]: audit 2024-03-21T21:58:35.904251+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: cephadm 2024-03-21T21:58:35.861296+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.869842+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.878658+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.880792+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: cephadm 2024-03-21T21:58:35.882259+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 17265M 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.888261+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.892407+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.894277+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:58:37.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:36 smithi072 bash[21600]: audit 2024-03-21T21:58:35.904251+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:58:38.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:37 smithi164 bash[23230]: cluster 2024-03-21T21:58:36.098714+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:38.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:37 smithi173 bash[23664]: cluster 2024-03-21T21:58:36.098714+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:38.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:37 smithi072 bash[21600]: cluster 2024-03-21T21:58:36.098714+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:40.229 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T21:58:40.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:39 smithi164 bash[23230]: cluster 2024-03-21T21:58:38.099356+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:40.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:39 smithi173 bash[23664]: cluster 2024-03-21T21:58:38.099356+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:40.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:39 smithi072 bash[21600]: cluster 2024-03-21T21:58:38.099356+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:42.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:41 smithi164 bash[23230]: cluster 2024-03-21T21:58:40.099863+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:42.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:41 smithi173 bash[23664]: cluster 2024-03-21T21:58:40.099863+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:42.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:41 smithi072 bash[21600]: cluster 2024-03-21T21:58:40.099863+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:44.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:43 smithi164 bash[23230]: cluster 2024-03-21T21:58:42.100392+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:44.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:43 smithi164 bash[23230]: audit 2024-03-21T21:58:42.924079+0000 mgr.a (mgr.14152) 202 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:58:44.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:43 smithi164 bash[23230]: audit 2024-03-21T21:58:42.931343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:58:44.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:43 smithi164 bash[23230]: audit 2024-03-21T21:58:42.938140+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:58:44.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:43 smithi164 bash[23230]: audit 2024-03-21T21:58:42.939820+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:44.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:43 smithi173 bash[23664]: cluster 2024-03-21T21:58:42.100392+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:44.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:43 smithi173 bash[23664]: audit 2024-03-21T21:58:42.924079+0000 mgr.a (mgr.14152) 202 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:58:44.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:43 smithi173 bash[23664]: audit 2024-03-21T21:58:42.931343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:58:44.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:43 smithi173 bash[23664]: audit 2024-03-21T21:58:42.938140+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:58:44.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:43 smithi173 bash[23664]: audit 2024-03-21T21:58:42.939820+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:44.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:43 smithi072 bash[21600]: cluster 2024-03-21T21:58:42.100392+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:44.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:43 smithi072 bash[21600]: audit 2024-03-21T21:58:42.924079+0000 mgr.a (mgr.14152) 202 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:58:44.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:43 smithi072 bash[21600]: audit 2024-03-21T21:58:42.931343+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:58:44.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:43 smithi072 bash[21600]: audit 2024-03-21T21:58:42.938140+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:58:44.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:43 smithi072 bash[21600]: audit 2024-03-21T21:58:42.939820+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:58:46.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:45 smithi164 bash[23230]: cluster 2024-03-21T21:58:44.100928+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:46.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:45 smithi173 bash[23664]: cluster 2024-03-21T21:58:44.100928+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:46.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:45 smithi072 bash[21600]: cluster 2024-03-21T21:58:44.100928+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:48.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:47 smithi164 bash[23230]: cluster 2024-03-21T21:58:46.101395+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:48.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:47 smithi173 bash[23664]: cluster 2024-03-21T21:58:46.101395+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:48.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:47 smithi072 bash[21600]: cluster 2024-03-21T21:58:46.101395+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:50.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:49 smithi164 bash[23230]: cluster 2024-03-21T21:58:48.101975+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:50.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:49 smithi173 bash[23664]: cluster 2024-03-21T21:58:48.101975+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:50.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:49 smithi072 bash[21600]: cluster 2024-03-21T21:58:48.101975+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:52.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: cluster 2024-03-21T21:58:50.102487+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:52.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: audit 2024-03-21T21:58:51.010211+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.164:0/2264052068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: audit 2024-03-21T21:58:51.010712+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: audit 2024-03-21T21:58:51.014199+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]': finished 2024-03-21T21:58:52.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: cluster 2024-03-21T21:58:51.019166+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T21:58:52.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: audit 2024-03-21T21:58:51.019627+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:58:52.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:51 smithi164 bash[23230]: audit 2024-03-21T21:58:51.761860+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.164:0/3909142069' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:52.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: cluster 2024-03-21T21:58:50.102487+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:52.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: audit 2024-03-21T21:58:51.010211+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.164:0/2264052068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: audit 2024-03-21T21:58:51.010712+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: audit 2024-03-21T21:58:51.014199+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]': finished 2024-03-21T21:58:52.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: cluster 2024-03-21T21:58:51.019166+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T21:58:52.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: audit 2024-03-21T21:58:51.019627+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:58:52.244 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:51 smithi173 bash[23664]: audit 2024-03-21T21:58:51.761860+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.164:0/3909142069' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:52.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: cluster 2024-03-21T21:58:50.102487+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: audit 2024-03-21T21:58:51.010211+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.164:0/2264052068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: audit 2024-03-21T21:58:51.010712+0000 mon.a (mon.0) 430 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]: dispatch 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: audit 2024-03-21T21:58:51.014199+0000 mon.a (mon.0) 431 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0abdb3de-449a-4735-b129-5558d558ea32"}]': finished 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: cluster 2024-03-21T21:58:51.019166+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: audit 2024-03-21T21:58:51.019627+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:58:52.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:51 smithi072 bash[21600]: audit 2024-03-21T21:58:51.761860+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.164:0/3909142069' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:58:54.226 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:53 smithi164 bash[23230]: cluster 2024-03-21T21:58:52.103089+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:54.245 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:53 smithi173 bash[23664]: cluster 2024-03-21T21:58:52.103089+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:54.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:53 smithi072 bash[21600]: cluster 2024-03-21T21:58:52.103089+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:56.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:55 smithi164 bash[23230]: cluster 2024-03-21T21:58:54.103757+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:56.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:55 smithi173 bash[23664]: cluster 2024-03-21T21:58:54.103757+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:56.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:55 smithi072 bash[21600]: cluster 2024-03-21T21:58:54.103757+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:58.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:57 smithi164 bash[23230]: cluster 2024-03-21T21:58:56.104303+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:58.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:57 smithi173 bash[23664]: cluster 2024-03-21T21:58:56.104303+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:58:58.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:57 smithi072 bash[21600]: cluster 2024-03-21T21:58:56.104303+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:00.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:58:59 smithi164 bash[23230]: cluster 2024-03-21T21:58:58.104854+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:00.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:58:59 smithi173 bash[23664]: cluster 2024-03-21T21:58:58.104854+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:00.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:58:59 smithi072 bash[21600]: cluster 2024-03-21T21:58:58.104854+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:02.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:01 smithi164 bash[23230]: cluster 2024-03-21T21:59:00.105264+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:02.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:01 smithi173 bash[23664]: cluster 2024-03-21T21:59:00.105264+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:02.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:01 smithi072 bash[21600]: cluster 2024-03-21T21:59:00.105264+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:04.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:03 smithi164 bash[23230]: cluster 2024-03-21T21:59:02.105773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:04.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:03 smithi164 bash[23230]: audit 2024-03-21T21:59:03.351544+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T21:59:04.241 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:03 smithi164 bash[23230]: audit 2024-03-21T21:59:03.353403+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:04.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:03 smithi173 bash[23664]: cluster 2024-03-21T21:59:02.105773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:04.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:03 smithi173 bash[23664]: audit 2024-03-21T21:59:03.351544+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T21:59:04.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:03 smithi173 bash[23664]: audit 2024-03-21T21:59:03.353403+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:04.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:03 smithi072 bash[21600]: cluster 2024-03-21T21:59:02.105773+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:04.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:03 smithi072 bash[21600]: audit 2024-03-21T21:59:03.351544+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T21:59:04.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:03 smithi072 bash[21600]: audit 2024-03-21T21:59:03.353403+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:04 smithi164 bash[23230]: cephadm 2024-03-21T21:59:03.355090+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Deploying daemon osd.3 on smithi164 2024-03-21T21:59:05.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:04 smithi173 bash[23664]: cephadm 2024-03-21T21:59:03.355090+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Deploying daemon osd.3 on smithi164 2024-03-21T21:59:05.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:04 smithi072 bash[21600]: cephadm 2024-03-21T21:59:03.355090+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Deploying daemon osd.3 on smithi164 2024-03-21T21:59:06.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:05 smithi164 bash[23230]: cluster 2024-03-21T21:59:04.106296+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:06.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:05 smithi173 bash[23664]: cluster 2024-03-21T21:59:04.106296+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:06.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:05 smithi072 bash[21600]: cluster 2024-03-21T21:59:04.106296+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:07.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:07.737 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:07.738 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:08.237 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:08.237 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:08.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:07 smithi164 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:08.238 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:07 smithi164 bash[23230]: cluster 2024-03-21T21:59:06.106783+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:08.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:07 smithi173 bash[23664]: cluster 2024-03-21T21:59:06.106783+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:08.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:07 smithi072 bash[21600]: cluster 2024-03-21T21:59:06.106783+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:09.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:08 smithi164 bash[23230]: audit 2024-03-21T21:59:07.983525+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:08 smithi164 bash[23230]: audit 2024-03-21T21:59:07.992361+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:08 smithi164 bash[23230]: audit 2024-03-21T21:59:08.009160+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:09.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:08 smithi173 bash[23664]: audit 2024-03-21T21:59:07.983525+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:08 smithi173 bash[23664]: audit 2024-03-21T21:59:07.992361+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:08 smithi173 bash[23664]: audit 2024-03-21T21:59:08.009160+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:09.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:08 smithi072 bash[21600]: audit 2024-03-21T21:59:07.983525+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:08 smithi072 bash[21600]: audit 2024-03-21T21:59:07.992361+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:09.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:08 smithi072 bash[21600]: audit 2024-03-21T21:59:08.009160+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:10.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:09 smithi164 bash[23230]: cluster 2024-03-21T21:59:08.107270+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:10.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:09 smithi173 bash[23664]: cluster 2024-03-21T21:59:08.107270+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:10.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:09 smithi072 bash[21600]: cluster 2024-03-21T21:59:08.107270+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:12.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:11 smithi164 bash[23230]: cluster 2024-03-21T21:59:10.107753+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:12.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:11 smithi173 bash[23664]: cluster 2024-03-21T21:59:10.107753+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:12.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:11 smithi072 bash[21600]: cluster 2024-03-21T21:59:10.107753+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:14.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:13 smithi173 bash[23664]: cluster 2024-03-21T21:59:12.108226+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:14.302 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:13 smithi164 bash[23230]: cluster 2024-03-21T21:59:12.108226+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:14.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:13 smithi072 bash[21600]: cluster 2024-03-21T21:59:12.108226+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: cluster 2024-03-21T21:59:14.108780+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.307818+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.308233+0000 mon.a (mon.0) 439 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.915154+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.925382+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.342 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.927439+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.929348+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:15 smithi164 bash[23230]: audit 2024-03-21T21:59:14.940109+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: cluster 2024-03-21T21:59:14.108780+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.307818+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.308233+0000 mon.a (mon.0) 439 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.915154+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.925382+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.927439+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:15.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.929348+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:15.344 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:15 smithi072 bash[21600]: audit 2024-03-21T21:59:14.940109+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: cluster 2024-03-21T21:59:14.108780+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:15.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.307818+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.308233+0000 mon.a (mon.0) 439 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T21:59:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.915154+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.925382+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.927439+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.929348+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:15.494 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:15 smithi173 bash[23664]: audit 2024-03-21T21:59:14.940109+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:16.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:16 smithi072 bash[21600]: audit 2024-03-21T21:59:14.999974+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T21:59:16.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:16 smithi072 bash[21600]: cluster 2024-03-21T21:59:15.005899+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T21:59:16.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:16 smithi072 bash[21600]: audit 2024-03-21T21:59:15.007014+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:16 smithi072 bash[21600]: audit 2024-03-21T21:59:15.007061+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:16 smithi072 bash[21600]: audit 2024-03-21T21:59:15.014695+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:16.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:16 smithi164 bash[23230]: audit 2024-03-21T21:59:14.999974+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T21:59:16.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:16 smithi164 bash[23230]: cluster 2024-03-21T21:59:15.005899+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T21:59:16.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:16 smithi164 bash[23230]: audit 2024-03-21T21:59:15.007014+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:16 smithi164 bash[23230]: audit 2024-03-21T21:59:15.007061+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:16 smithi164 bash[23230]: audit 2024-03-21T21:59:15.014695+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:16.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:16 smithi173 bash[23664]: audit 2024-03-21T21:59:14.999974+0000 mon.a (mon.0) 445 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T21:59:16.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:16 smithi173 bash[23664]: cluster 2024-03-21T21:59:15.005899+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-21T21:59:16.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:16 smithi173 bash[23664]: audit 2024-03-21T21:59:15.007014+0000 mon.b (mon.2) 16 : audit [INF] from='osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:16 smithi173 bash[23664]: audit 2024-03-21T21:59:15.007061+0000 mon.a (mon.0) 447 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-03-21T21:59:16.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:16 smithi173 bash[23664]: audit 2024-03-21T21:59:15.014695+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: audit 2024-03-21T21:59:16.002655+0000 mon.a (mon.0) 449 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: cluster 2024-03-21T21:59:16.008097+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: audit 2024-03-21T21:59:16.009194+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: audit 2024-03-21T21:59:16.017350+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: cluster 2024-03-21T21:59:16.109233+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:17 smithi164 bash[23230]: audit 2024-03-21T21:59:16.538464+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: audit 2024-03-21T21:59:16.002655+0000 mon.a (mon.0) 449 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: cluster 2024-03-21T21:59:16.008097+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: audit 2024-03-21T21:59:16.009194+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: audit 2024-03-21T21:59:16.017350+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: cluster 2024-03-21T21:59:16.109233+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:17.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:17 smithi072 bash[21600]: audit 2024-03-21T21:59:16.538464+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: audit 2024-03-21T21:59:16.002655+0000 mon.a (mon.0) 449 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: cluster 2024-03-21T21:59:16.008097+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: audit 2024-03-21T21:59:16.009194+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: audit 2024-03-21T21:59:16.017350+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: cluster 2024-03-21T21:59:16.109233+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-21T21:59:17.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:17 smithi173 bash[23664]: audit 2024-03-21T21:59:16.538464+0000 mon.a (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' 2024-03-21T21:59:18.157 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 3 on host 'smithi164' 2024-03-21T21:59:18.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: cluster 2024-03-21T21:59:15.312535+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:59:18.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: cluster 2024-03-21T21:59:15.312640+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:59:18.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: cluster 2024-03-21T21:59:17.011184+0000 mon.a (mon.0) 454 : cluster [INF] osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470] boot 2024-03-21T21:59:18.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: cluster 2024-03-21T21:59:17.011309+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T21:59:18.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: audit 2024-03-21T21:59:17.011781+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:18.343 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:18 smithi072 bash[21600]: cluster 2024-03-21T21:59:18.013918+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: cluster 2024-03-21T21:59:15.312535+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: cluster 2024-03-21T21:59:15.312640+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: cluster 2024-03-21T21:59:17.011184+0000 mon.a (mon.0) 454 : cluster [INF] osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470] boot 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: cluster 2024-03-21T21:59:17.011309+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: audit 2024-03-21T21:59:17.011781+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:18.371 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:18 smithi164 bash[23230]: cluster 2024-03-21T21:59:18.013918+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: cluster 2024-03-21T21:59:15.312535+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: cluster 2024-03-21T21:59:15.312640+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: cluster 2024-03-21T21:59:17.011184+0000 mon.a (mon.0) 454 : cluster [INF] osd.3 [v2:172.21.15.164:6808/2412429470,v1:172.21.15.164:6809/2412429470] boot 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: cluster 2024-03-21T21:59:17.011309+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: audit 2024-03-21T21:59:17.011781+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T21:59:18.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:18 smithi173 bash[23664]: cluster 2024-03-21T21:59:18.013918+0000 mon.a (mon.0) 457 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-21T21:59:18.754 DEBUG:teuthology.orchestra.run.smithi164:osd.3> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.3.service 2024-03-21T21:59:18.757 INFO:tasks.cephadm:Deploying osd.4 on smithi173 with /dev/vg_nvme/lv_4... 2024-03-21T21:59:18.758 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T21:59:19.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:19 smithi164 bash[23230]: audit 2024-03-21T21:59:18.106151+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:19 smithi164 bash[23230]: cluster 2024-03-21T21:59:18.109718+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:19.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:19 smithi164 bash[23230]: audit 2024-03-21T21:59:18.115491+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:19 smithi164 bash[23230]: audit 2024-03-21T21:59:18.116357+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:19.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:19 smithi164 bash[23230]: cluster 2024-03-21T21:59:19.017300+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T21:59:19.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:19 smithi173 bash[23664]: audit 2024-03-21T21:59:18.106151+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:19 smithi173 bash[23664]: cluster 2024-03-21T21:59:18.109718+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:19.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:19 smithi173 bash[23664]: audit 2024-03-21T21:59:18.115491+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:19 smithi173 bash[23664]: audit 2024-03-21T21:59:18.116357+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:19.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:19 smithi173 bash[23664]: cluster 2024-03-21T21:59:19.017300+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T21:59:19.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:19 smithi072 bash[21600]: audit 2024-03-21T21:59:18.106151+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:19 smithi072 bash[21600]: cluster 2024-03-21T21:59:18.109718+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:19.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:19 smithi072 bash[21600]: audit 2024-03-21T21:59:18.115491+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:19.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:19 smithi072 bash[21600]: audit 2024-03-21T21:59:18.116357+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:19.595 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:19 smithi072 bash[21600]: cluster 2024-03-21T21:59:19.017300+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-21T21:59:21.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:21 smithi072 bash[21600]: cluster 2024-03-21T21:59:20.016309+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T21:59:21.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:21 smithi072 bash[21600]: cluster 2024-03-21T21:59:20.110197+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 remapped+peering; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:21.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:21 smithi164 bash[23230]: cluster 2024-03-21T21:59:20.016309+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T21:59:21.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:21 smithi164 bash[23230]: cluster 2024-03-21T21:59:20.110197+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 remapped+peering; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:21.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:21 smithi173 bash[23664]: cluster 2024-03-21T21:59:20.016309+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-03-21T21:59:21.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:21 smithi173 bash[23664]: cluster 2024-03-21T21:59:20.110197+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v185: 1 pgs: 1 remapped+peering; 577 KiB data, 472 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:22.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:22 smithi072 bash[21600]: cluster 2024-03-21T21:59:21.026241+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T21:59:22.461 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T21:59:22.481 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:22 smithi173 bash[23664]: cluster 2024-03-21T21:59:21.026241+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T21:59:22.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:22 smithi164 bash[23230]: cluster 2024-03-21T21:59:21.026241+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-03-21T21:59:23.332 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:23 smithi173 bash[23664]: cluster 2024-03-21T21:59:22.110761+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-21T21:59:23.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:23 smithi072 bash[21600]: cluster 2024-03-21T21:59:22.110761+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-21T21:59:23.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:23 smithi164 bash[23230]: cluster 2024-03-21T21:59:22.110761+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-21T21:59:25.455 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T21:59:25.455 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T21:59:25.456 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-03-21T21:59:25.456 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-03-21T21:59:25.456 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015294 s, 686 MB/s 2024-03-21T21:59:25.456 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-03-21T21:59:25.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:25 smithi164 bash[23230]: cluster 2024-03-21T21:59:24.111268+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T21:59:25.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:25 smithi173 bash[23664]: cluster 2024-03-21T21:59:24.111268+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T21:59:25.592 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:25 smithi072 bash[21600]: cluster 2024-03-21T21:59:24.111268+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T21:59:26.192 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi173:vg_nvme/lv_4 2024-03-21T21:59:27.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:27 smithi164 bash[23230]: cluster 2024-03-21T21:59:26.111807+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T21:59:27.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:27 smithi173 bash[23664]: cluster 2024-03-21T21:59:26.111807+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T21:59:27.592 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:27 smithi072 bash[21600]: cluster 2024-03-21T21:59:26.111807+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-21T21:59:28.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: cephadm 2024-03-21T21:59:27.515067+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:59:28.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.523832+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.534291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.536520+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.538250+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: cephadm 2024-03-21T21:59:27.539523+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 8632M 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.547192+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.551349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.553243+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:28.843 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:28 smithi072 bash[21600]: audit 2024-03-21T21:59:27.563439+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: cephadm 2024-03-21T21:59:27.515067+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:59:28.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.523832+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.534291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.536520+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.538250+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: cephadm 2024-03-21T21:59:27.539523+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 8632M 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.547192+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.551349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.553243+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:28.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:28 smithi164 bash[23230]: audit 2024-03-21T21:59:27.563439+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: cephadm 2024-03-21T21:59:27.515067+0000 mgr.a (mgr.14152) 226 : cephadm [INF] Detected new or changed devices on smithi164 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.523832+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.534291+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.536520+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.538250+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: cephadm 2024-03-21T21:59:27.539523+0000 mgr.a (mgr.14152) 227 : cephadm [INF] Adjusting osd_memory_target on smithi164 to 8632M 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.547192+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:28.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.551349+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:28.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.553243+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T21:59:28.994 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:28 smithi173 bash[23664]: audit 2024-03-21T21:59:27.563439+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:29.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:29 smithi072 bash[21600]: cluster 2024-03-21T21:59:28.112391+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T21:59:29.896 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T21:59:29.917 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:29 smithi173 bash[23664]: cluster 2024-03-21T21:59:28.112391+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T21:59:29.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:29 smithi164 bash[23230]: cluster 2024-03-21T21:59:28.112391+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-03-21T21:59:31.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:31 smithi173 bash[23664]: cluster 2024-03-21T21:59:30.113061+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T21:59:31.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:31 smithi072 bash[21600]: cluster 2024-03-21T21:59:30.113061+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T21:59:31.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:31 smithi164 bash[23230]: cluster 2024-03-21T21:59:30.113061+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T21:59:32.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:32 smithi072 bash[21600]: audit 2024-03-21T21:59:32.468354+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:59:32.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:32 smithi072 bash[21600]: audit 2024-03-21T21:59:32.474827+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:59:32.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:32 smithi072 bash[21600]: audit 2024-03-21T21:59:32.476651+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:32.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:32 smithi164 bash[23230]: audit 2024-03-21T21:59:32.468354+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:59:32.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:32 smithi164 bash[23230]: audit 2024-03-21T21:59:32.474827+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:59:32.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:32 smithi164 bash[23230]: audit 2024-03-21T21:59:32.476651+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:32.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:32 smithi173 bash[23664]: audit 2024-03-21T21:59:32.468354+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T21:59:32.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:32 smithi173 bash[23664]: audit 2024-03-21T21:59:32.474827+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T21:59:32.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:32 smithi173 bash[23664]: audit 2024-03-21T21:59:32.476651+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:33.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:33 smithi072 bash[21600]: cluster 2024-03-21T21:59:32.113771+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T21:59:33.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:33 smithi072 bash[21600]: audit 2024-03-21T21:59:32.460928+0000 mgr.a (mgr.14152) 231 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:59:33.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:33 smithi164 bash[23230]: cluster 2024-03-21T21:59:32.113771+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T21:59:33.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:33 smithi164 bash[23230]: audit 2024-03-21T21:59:32.460928+0000 mgr.a (mgr.14152) 231 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:59:33.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:33 smithi173 bash[23664]: cluster 2024-03-21T21:59:32.113771+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-21T21:59:33.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:33 smithi173 bash[23664]: audit 2024-03-21T21:59:32.460928+0000 mgr.a (mgr.14152) 231 : audit [DBG] from='client.24190 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T21:59:35.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:35 smithi072 bash[21600]: cluster 2024-03-21T21:59:34.114333+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:35.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:35 smithi164 bash[23230]: cluster 2024-03-21T21:59:34.114333+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:35.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:35 smithi173 bash[23664]: cluster 2024-03-21T21:59:34.114333+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:37.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:37 smithi173 bash[23664]: cluster 2024-03-21T21:59:36.114871+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:37.842 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:37 smithi072 bash[21600]: cluster 2024-03-21T21:59:36.114871+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:37.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:37 smithi164 bash[23230]: cluster 2024-03-21T21:59:36.114871+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:39.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:39 smithi164 bash[23230]: cluster 2024-03-21T21:59:38.115418+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:39.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:39 smithi173 bash[23664]: cluster 2024-03-21T21:59:38.115418+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:40.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:39 smithi072 bash[21600]: cluster 2024-03-21T21:59:38.115418+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:41.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: cluster 2024-03-21T21:59:40.115955+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:41.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: audit 2024-03-21T21:59:40.652567+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.173:0/3449836332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:41.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: audit 2024-03-21T21:59:40.653382+0000 mon.a (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:41.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: audit 2024-03-21T21:59:40.657070+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]': finished 2024-03-21T21:59:41.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: cluster 2024-03-21T21:59:40.661907+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T21:59:41.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: audit 2024-03-21T21:59:40.662473+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T21:59:41.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:41 smithi164 bash[23230]: audit 2024-03-21T21:59:41.384615+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.173:0/4083974241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: cluster 2024-03-21T21:59:40.115955+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: audit 2024-03-21T21:59:40.652567+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.173:0/3449836332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: audit 2024-03-21T21:59:40.653382+0000 mon.a (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: audit 2024-03-21T21:59:40.657070+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]': finished 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: cluster 2024-03-21T21:59:40.661907+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: audit 2024-03-21T21:59:40.662473+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T21:59:41.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:41 smithi173 bash[23664]: audit 2024-03-21T21:59:41.384615+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.173:0/4083974241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: cluster 2024-03-21T21:59:40.115955+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: audit 2024-03-21T21:59:40.652567+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.173:0/3449836332' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: audit 2024-03-21T21:59:40.653382+0000 mon.a (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]: dispatch 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: audit 2024-03-21T21:59:40.657070+0000 mon.a (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1acd0340-aa2c-4f2c-9e36-c9857e26075b"}]': finished 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: cluster 2024-03-21T21:59:40.661907+0000 mon.a (mon.0) 477 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: audit 2024-03-21T21:59:40.662473+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T21:59:42.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:41 smithi072 bash[21600]: audit 2024-03-21T21:59:41.384615+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.173:0/4083974241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T21:59:43.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:43 smithi173 bash[23664]: cluster 2024-03-21T21:59:42.116485+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:43.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:43 smithi164 bash[23230]: cluster 2024-03-21T21:59:42.116485+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:44.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:43 smithi072 bash[21600]: cluster 2024-03-21T21:59:42.116485+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:45.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:45 smithi164 bash[23230]: cluster 2024-03-21T21:59:44.117035+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:45.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:45 smithi173 bash[23664]: cluster 2024-03-21T21:59:44.117035+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:46.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:45 smithi072 bash[21600]: cluster 2024-03-21T21:59:44.117035+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:47.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:47 smithi164 bash[23230]: cluster 2024-03-21T21:59:46.117494+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:47.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:47 smithi173 bash[23664]: cluster 2024-03-21T21:59:46.117494+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:48.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:47 smithi072 bash[21600]: cluster 2024-03-21T21:59:46.117494+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:49.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:49 smithi164 bash[23230]: cluster 2024-03-21T21:59:48.118045+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:49.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:49 smithi173 bash[23664]: cluster 2024-03-21T21:59:48.118045+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:50.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:49 smithi072 bash[21600]: cluster 2024-03-21T21:59:48.118045+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:51.882 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:51 smithi173 bash[23664]: cluster 2024-03-21T21:59:50.118581+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:51.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:51 smithi164 bash[23230]: cluster 2024-03-21T21:59:50.118581+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:52.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:51 smithi072 bash[21600]: cluster 2024-03-21T21:59:50.118581+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:53.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:53 smithi173 bash[23664]: cluster 2024-03-21T21:59:52.119135+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:53.743 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:53 smithi173 bash[23664]: audit 2024-03-21T21:59:53.016014+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T21:59:53.743 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:53 smithi173 bash[23664]: audit 2024-03-21T21:59:53.017759+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:53.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:53 smithi164 bash[23230]: cluster 2024-03-21T21:59:52.119135+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:53.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:53 smithi164 bash[23230]: audit 2024-03-21T21:59:53.016014+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T21:59:53.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:53 smithi164 bash[23230]: audit 2024-03-21T21:59:53.017759+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:54.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:53 smithi072 bash[21600]: cluster 2024-03-21T21:59:52.119135+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:54.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:53 smithi072 bash[21600]: audit 2024-03-21T21:59:53.016014+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T21:59:54.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:53 smithi072 bash[21600]: audit 2024-03-21T21:59:53.017759+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T21:59:54.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:54 smithi164 bash[23230]: cephadm 2024-03-21T21:59:53.019306+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-21T21:59:54.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:54 smithi173 bash[23664]: cephadm 2024-03-21T21:59:53.019306+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-21T21:59:55.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:54 smithi072 bash[21600]: cephadm 2024-03-21T21:59:53.019306+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-03-21T21:59:55.929 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:55 smithi173 bash[23664]: cluster 2024-03-21T21:59:54.119687+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:55.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:55 smithi164 bash[23230]: cluster 2024-03-21T21:59:54.119687+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:56.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:55 smithi072 bash[21600]: cluster 2024-03-21T21:59:54.119687+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:57.275 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:57.539 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T21:59:57.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:57 smithi164 bash[23230]: cluster 2024-03-21T21:59:56.120245+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:57.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:57 smithi164 bash[23230]: audit 2024-03-21T21:59:57.541170+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:57.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:57 smithi164 bash[23230]: audit 2024-03-21T21:59:57.549319+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:57.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:57 smithi164 bash[23230]: audit 2024-03-21T21:59:57.563249+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:57.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 bash[23664]: cluster 2024-03-21T21:59:56.120245+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:57.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 bash[23664]: audit 2024-03-21T21:59:57.541170+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:57.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 bash[23664]: audit 2024-03-21T21:59:57.549319+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:57.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:57 smithi173 bash[23664]: audit 2024-03-21T21:59:57.563249+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:58.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:57 smithi072 bash[21600]: cluster 2024-03-21T21:59:56.120245+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:58.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:57 smithi072 bash[21600]: audit 2024-03-21T21:59:57.541170+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:58.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:57 smithi072 bash[21600]: audit 2024-03-21T21:59:57.549319+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T21:59:58.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:57 smithi072 bash[21600]: audit 2024-03-21T21:59:57.563249+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T21:59:59.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 21:59:59 smithi164 bash[23230]: cluster 2024-03-21T21:59:58.120809+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T21:59:59.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 21:59:59 smithi173 bash[23664]: cluster 2024-03-21T21:59:58.120809+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:00.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 21:59:59 smithi072 bash[21600]: cluster 2024-03-21T21:59:58.120809+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:00.928 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:00 smithi173 bash[23664]: cluster 2024-03-21T22:00:00.000154+0000 mon.a (mon.0) 484 : cluster [INF] overall HEALTH_OK 2024-03-21T22:00:00.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:00 smithi164 bash[23230]: cluster 2024-03-21T22:00:00.000154+0000 mon.a (mon.0) 484 : cluster [INF] overall HEALTH_OK 2024-03-21T22:00:01.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:00 smithi072 bash[21600]: cluster 2024-03-21T22:00:00.000154+0000 mon.a (mon.0) 484 : cluster [INF] overall HEALTH_OK 2024-03-21T22:00:01.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:01 smithi164 bash[23230]: cluster 2024-03-21T22:00:00.121194+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:01.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:01 smithi173 bash[23664]: cluster 2024-03-21T22:00:00.121194+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:02.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:01 smithi072 bash[21600]: cluster 2024-03-21T22:00:00.121194+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:03.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:03 smithi164 bash[23230]: cluster 2024-03-21T22:00:02.121806+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:03.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:03 smithi173 bash[23664]: cluster 2024-03-21T22:00:02.121806+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:04.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:03 smithi072 bash[21600]: cluster 2024-03-21T22:00:02.121806+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:03.856454+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:03.856993+0000 mon.a (mon.0) 485 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:04.367231+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:04.375718+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:04.377491+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:04.379277+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:04.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:04 smithi164 bash[23230]: audit 2024-03-21T22:00:04.388994+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:04.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:03.856454+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:04.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:03.856993+0000 mon.a (mon.0) 485 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:04.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:04.367231+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:04.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:04.375718+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:04.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:04.377491+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:04.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:04.379277+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:04.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:04 smithi173 bash[23664]: audit 2024-03-21T22:00:04.388994+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:03.856454+0000 mon.c (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:03.856993+0000 mon.a (mon.0) 485 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:04.367231+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:04.375718+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:04.377491+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:04.379277+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:05.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:04 smithi072 bash[21600]: audit 2024-03-21T22:00:04.388994+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:05.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: cluster 2024-03-21T22:00:04.122464+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:05.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: audit 2024-03-21T22:00:04.664618+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T22:00:05.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: cluster 2024-03-21T22:00:04.671236+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T22:00:05.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: audit 2024-03-21T22:00:04.671889+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:05.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: audit 2024-03-21T22:00:04.674818+0000 mon.c (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:05.988 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:05 smithi164 bash[23230]: audit 2024-03-21T22:00:04.675270+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: cluster 2024-03-21T22:00:04.122464+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: audit 2024-03-21T22:00:04.664618+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: cluster 2024-03-21T22:00:04.671236+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: audit 2024-03-21T22:00:04.671889+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: audit 2024-03-21T22:00:04.674818+0000 mon.c (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:05.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:05 smithi173 bash[23664]: audit 2024-03-21T22:00:04.675270+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:06.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: cluster 2024-03-21T22:00:04.122464+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:06.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: audit 2024-03-21T22:00:04.664618+0000 mon.a (mon.0) 491 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T22:00:06.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: cluster 2024-03-21T22:00:04.671236+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-03-21T22:00:06.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: audit 2024-03-21T22:00:04.671889+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:06.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: audit 2024-03-21T22:00:04.674818+0000 mon.c (mon.1) 10 : audit [INF] from='osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:06.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:05 smithi072 bash[21600]: audit 2024-03-21T22:00:04.675270+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:06.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:06 smithi164 bash[23230]: audit 2024-03-21T22:00:05.667328+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:06.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:06 smithi164 bash[23230]: cluster 2024-03-21T22:00:05.673200+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T22:00:06.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:06 smithi164 bash[23230]: audit 2024-03-21T22:00:05.674082+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:06.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:06 smithi164 bash[23230]: audit 2024-03-21T22:00:05.681612+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:06.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:06 smithi173 bash[23664]: audit 2024-03-21T22:00:05.667328+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:06.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:06 smithi173 bash[23664]: cluster 2024-03-21T22:00:05.673200+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T22:00:06.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:06 smithi173 bash[23664]: audit 2024-03-21T22:00:05.674082+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:06.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:06 smithi173 bash[23664]: audit 2024-03-21T22:00:05.681612+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:06 smithi072 bash[21600]: audit 2024-03-21T22:00:05.667328+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:07.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:06 smithi072 bash[21600]: cluster 2024-03-21T22:00:05.673200+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-03-21T22:00:07.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:06 smithi072 bash[21600]: audit 2024-03-21T22:00:05.674082+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:06 smithi072 bash[21600]: audit 2024-03-21T22:00:05.681612+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.944 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 4 on host 'smithi173' 2024-03-21T22:00:07.964 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: cluster 2024-03-21T22:00:04.804373+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:00:07.964 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: cluster 2024-03-21T22:00:04.804489+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:00:07.964 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: cluster 2024-03-21T22:00:06.123045+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:07.964 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: audit 2024-03-21T22:00:06.681723+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.965 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: cluster 2024-03-21T22:00:06.690878+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941] boot 2024-03-21T22:00:07.965 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: cluster 2024-03-21T22:00:06.690994+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T22:00:07.965 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:07 smithi173 bash[23664]: audit 2024-03-21T22:00:06.691557+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: cluster 2024-03-21T22:00:04.804373+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: cluster 2024-03-21T22:00:04.804489+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: cluster 2024-03-21T22:00:06.123045+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: audit 2024-03-21T22:00:06.681723+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: cluster 2024-03-21T22:00:06.690878+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941] boot 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: cluster 2024-03-21T22:00:06.690994+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T22:00:07.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:07 smithi164 bash[23230]: audit 2024-03-21T22:00:06.691557+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:08.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: cluster 2024-03-21T22:00:04.804373+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: cluster 2024-03-21T22:00:04.804489+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: cluster 2024-03-21T22:00:06.123045+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: audit 2024-03-21T22:00:06.681723+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: cluster 2024-03-21T22:00:06.690878+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.173:6800/1794506941,v1:172.21.15.173:6801/1794506941] boot 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: cluster 2024-03-21T22:00:06.690994+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-21T22:00:08.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:07 smithi072 bash[21600]: audit 2024-03-21T22:00:06.691557+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T22:00:08.664 DEBUG:teuthology.orchestra.run.smithi173:osd.4> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.4.service 2024-03-21T22:00:08.667 INFO:tasks.cephadm:Deploying osd.5 on smithi173 with /dev/vg_nvme/lv_3... 2024-03-21T22:00:08.668 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-21T22:00:08.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:08 smithi164 bash[23230]: cluster 2024-03-21T22:00:07.698563+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T22:00:08.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:08 smithi164 bash[23230]: audit 2024-03-21T22:00:07.931797+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:08.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:08 smithi164 bash[23230]: audit 2024-03-21T22:00:07.941198+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:08.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:08 smithi164 bash[23230]: audit 2024-03-21T22:00:07.969635+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:08.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:08 smithi173 bash[23664]: cluster 2024-03-21T22:00:07.698563+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T22:00:08.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:08 smithi173 bash[23664]: audit 2024-03-21T22:00:07.931797+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:08.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:08 smithi173 bash[23664]: audit 2024-03-21T22:00:07.941198+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:08.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:08 smithi173 bash[23664]: audit 2024-03-21T22:00:07.969635+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:09.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:08 smithi072 bash[21600]: cluster 2024-03-21T22:00:07.698563+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-21T22:00:09.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:08 smithi072 bash[21600]: audit 2024-03-21T22:00:07.931797+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:09.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:08 smithi072 bash[21600]: audit 2024-03-21T22:00:07.941198+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:09.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:08 smithi072 bash[21600]: audit 2024-03-21T22:00:07.969635+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:09.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:09 smithi164 bash[23230]: cluster 2024-03-21T22:00:08.123556+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:09 smithi164 bash[23230]: cluster 2024-03-21T22:00:08.701342+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T22:00:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:09 smithi173 bash[23664]: cluster 2024-03-21T22:00:08.123556+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:09 smithi173 bash[23664]: cluster 2024-03-21T22:00:08.701342+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T22:00:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:09 smithi072 bash[21600]: cluster 2024-03-21T22:00:08.123556+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:09 smithi072 bash[21600]: cluster 2024-03-21T22:00:08.701342+0000 mon.a (mon.0) 507 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-21T22:00:10.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:10 smithi164 bash[23230]: cluster 2024-03-21T22:00:09.723223+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T22:00:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:10 smithi173 bash[23664]: cluster 2024-03-21T22:00:09.723223+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T22:00:11.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:10 smithi072 bash[21600]: cluster 2024-03-21T22:00:09.723223+0000 mon.a (mon.0) 508 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-03-21T22:00:11.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:11 smithi164 bash[23230]: cluster 2024-03-21T22:00:10.124085+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:11.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:11 smithi164 bash[23230]: cluster 2024-03-21T22:00:10.730068+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T22:00:11.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:11 smithi173 bash[23664]: cluster 2024-03-21T22:00:10.124085+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:11.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:11 smithi173 bash[23664]: cluster 2024-03-21T22:00:10.730068+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T22:00:12.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:11 smithi072 bash[21600]: cluster 2024-03-21T22:00:10.124085+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v218: 1 pgs: 1 remapped+peering; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:12.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:11 smithi072 bash[21600]: cluster 2024-03-21T22:00:10.730068+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-03-21T22:00:12.900 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:00:13.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:13 smithi164 bash[23230]: cluster 2024-03-21T22:00:12.124685+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 130 KiB/s, 0 objects/s recovering 2024-03-21T22:00:13.987 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:13 smithi173 bash[23664]: cluster 2024-03-21T22:00:12.124685+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 130 KiB/s, 0 objects/s recovering 2024-03-21T22:00:14.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:13 smithi072 bash[21600]: cluster 2024-03-21T22:00:12.124685+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 130 KiB/s, 0 objects/s recovering 2024-03-21T22:00:15.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:15 smithi164 bash[23230]: cluster 2024-03-21T22:00:14.125283+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T22:00:15.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:15 smithi173 bash[23664]: cluster 2024-03-21T22:00:14.125283+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T22:00:16.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:15 smithi072 bash[21600]: cluster 2024-03-21T22:00:14.125283+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T22:00:16.758 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-21T22:00:16.758 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-21T22:00:16.758 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-03-21T22:00:16.759 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-03-21T22:00:16.759 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0136479 s, 768 MB/s 2024-03-21T22:00:16.759 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-03-21T22:00:17.513 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi173:vg_nvme/lv_3 2024-03-21T22:00:17.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:17 smithi173 bash[23664]: cluster 2024-03-21T22:00:16.125834+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-21T22:00:18.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:17 smithi072 bash[21600]: cluster 2024-03-21T22:00:16.125834+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-21T22:00:18.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:17 smithi164 bash[23230]: cluster 2024-03-21T22:00:16.125834+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: cephadm 2024-03-21T22:00:17.964112+0000 mgr.a (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.972491+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.981214+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.983130+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: cephadm 2024-03-21T22:00:17.984707+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.990980+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.994837+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:17.996575+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:19.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:18 smithi164 bash[23230]: audit 2024-03-21T22:00:18.006706+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: cephadm 2024-03-21T22:00:17.964112+0000 mgr.a (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:00:19.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.972491+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.981214+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.983130+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:00:19.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: cephadm 2024-03-21T22:00:17.984707+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-21T22:00:19.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.990980+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.994837+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:19.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:17.996575+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:19.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:18 smithi173 bash[23664]: audit 2024-03-21T22:00:18.006706+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: cephadm 2024-03-21T22:00:17.964112+0000 mgr.a (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.972491+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.981214+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.983130+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: cephadm 2024-03-21T22:00:17.984707+0000 mgr.a (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 21361M 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.990980+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.994837+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:17.996575+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:19.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:18 smithi072 bash[21600]: audit 2024-03-21T22:00:18.006706+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:19 smithi164 bash[23230]: cluster 2024-03-21T22:00:18.126454+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T22:00:20.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:19 smithi173 bash[23664]: cluster 2024-03-21T22:00:18.126454+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T22:00:20.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:19 smithi072 bash[21600]: cluster 2024-03-21T22:00:18.126454+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-03-21T22:00:22.224 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T22:00:22.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:21 smithi164 bash[23230]: cluster 2024-03-21T22:00:20.127018+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T22:00:22.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:21 smithi173 bash[23664]: cluster 2024-03-21T22:00:20.127018+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T22:00:22.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:21 smithi072 bash[21600]: cluster 2024-03-21T22:00:20.127018+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-03-21T22:00:24.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:23 smithi164 bash[23230]: cluster 2024-03-21T22:00:22.127595+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T22:00:24.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:23 smithi173 bash[23664]: cluster 2024-03-21T22:00:22.127595+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T22:00:24.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:23 smithi072 bash[21600]: cluster 2024-03-21T22:00:22.127595+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-03-21T22:00:25.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:24 smithi173 bash[23664]: audit 2024-03-21T22:00:24.946300+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:00:25.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:24 smithi173 bash[23664]: audit 2024-03-21T22:00:24.953072+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:00:25.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:24 smithi173 bash[23664]: audit 2024-03-21T22:00:24.954885+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:25.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:24 smithi072 bash[21600]: audit 2024-03-21T22:00:24.946300+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:00:25.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:24 smithi072 bash[21600]: audit 2024-03-21T22:00:24.953072+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:00:25.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:24 smithi072 bash[21600]: audit 2024-03-21T22:00:24.954885+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:25.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:24 smithi164 bash[23230]: audit 2024-03-21T22:00:24.946300+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T22:00:25.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:24 smithi164 bash[23230]: audit 2024-03-21T22:00:24.953072+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T22:00:25.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:24 smithi164 bash[23230]: audit 2024-03-21T22:00:24.954885+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:26.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:25 smithi173 bash[23664]: cluster 2024-03-21T22:00:24.128132+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:26.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:25 smithi173 bash[23664]: audit 2024-03-21T22:00:24.939074+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:00:26.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:25 smithi072 bash[21600]: cluster 2024-03-21T22:00:24.128132+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:26.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:25 smithi072 bash[21600]: audit 2024-03-21T22:00:24.939074+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:00:26.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:25 smithi164 bash[23230]: cluster 2024-03-21T22:00:24.128132+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:26.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:25 smithi164 bash[23230]: audit 2024-03-21T22:00:24.939074+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:00:28.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:27 smithi072 bash[21600]: cluster 2024-03-21T22:00:26.128719+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:28.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:27 smithi164 bash[23230]: cluster 2024-03-21T22:00:26.128719+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:28.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:27 smithi173 bash[23664]: cluster 2024-03-21T22:00:26.128719+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:30.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:30 smithi173 bash[23664]: cluster 2024-03-21T22:00:28.129257+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:30.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:30 smithi072 bash[21600]: cluster 2024-03-21T22:00:28.129257+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:30.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:30 smithi164 bash[23230]: cluster 2024-03-21T22:00:28.129257+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:32.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:32 smithi072 bash[21600]: cluster 2024-03-21T22:00:30.129808+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:32.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:32 smithi164 bash[23230]: cluster 2024-03-21T22:00:30.129808+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:32.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:32 smithi173 bash[23664]: cluster 2024-03-21T22:00:30.129808+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:34.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: cluster 2024-03-21T22:00:32.130382+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:34.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: audit 2024-03-21T22:00:33.067107+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.173:0/284567475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: audit 2024-03-21T22:00:33.067654+0000 mon.a (mon.0) 520 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: audit 2024-03-21T22:00:33.071291+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]': finished 2024-03-21T22:00:34.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: cluster 2024-03-21T22:00:33.075977+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T22:00:34.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: audit 2024-03-21T22:00:33.076423+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:34.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:34 smithi072 bash[21600]: audit 2024-03-21T22:00:33.783102+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.173:0/1047540829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:00:34.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: cluster 2024-03-21T22:00:32.130382+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: audit 2024-03-21T22:00:33.067107+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.173:0/284567475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: audit 2024-03-21T22:00:33.067654+0000 mon.a (mon.0) 520 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: audit 2024-03-21T22:00:33.071291+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]': finished 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: cluster 2024-03-21T22:00:33.075977+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: audit 2024-03-21T22:00:33.076423+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:34.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:34 smithi164 bash[23230]: audit 2024-03-21T22:00:33.783102+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.173:0/1047540829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:00:34.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: cluster 2024-03-21T22:00:32.130382+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:34.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: audit 2024-03-21T22:00:33.067107+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.173:0/284567475' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: audit 2024-03-21T22:00:33.067654+0000 mon.a (mon.0) 520 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]: dispatch 2024-03-21T22:00:34.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: audit 2024-03-21T22:00:33.071291+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6461ec8-93fe-4573-aaa4-c6c90773c485"}]': finished 2024-03-21T22:00:34.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: cluster 2024-03-21T22:00:33.075977+0000 mon.a (mon.0) 522 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-21T22:00:34.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: audit 2024-03-21T22:00:33.076423+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:34.493 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:34 smithi173 bash[23664]: audit 2024-03-21T22:00:33.783102+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.173:0/1047540829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T22:00:35.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:35 smithi072 bash[21600]: cluster 2024-03-21T22:00:34.130904+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:35.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:35 smithi164 bash[23230]: cluster 2024-03-21T22:00:34.130904+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:35.491 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:35 smithi173 bash[23664]: cluster 2024-03-21T22:00:34.130904+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:37 smithi164 bash[23230]: cluster 2024-03-21T22:00:36.131416+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:37.491 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:37 smithi173 bash[23664]: cluster 2024-03-21T22:00:36.131416+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:37.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:37 smithi072 bash[21600]: cluster 2024-03-21T22:00:36.131416+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:39.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:39 smithi164 bash[23230]: cluster 2024-03-21T22:00:38.131986+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:39.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:39 smithi173 bash[23664]: cluster 2024-03-21T22:00:38.131986+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:39.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:39 smithi072 bash[21600]: cluster 2024-03-21T22:00:38.131986+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:41 smithi164 bash[23230]: cluster 2024-03-21T22:00:40.132469+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:41.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:41 smithi173 bash[23664]: cluster 2024-03-21T22:00:40.132469+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:41.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:41 smithi072 bash[21600]: cluster 2024-03-21T22:00:40.132469+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:43.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:43 smithi173 bash[23664]: cluster 2024-03-21T22:00:42.132976+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:43.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:43 smithi072 bash[21600]: cluster 2024-03-21T22:00:42.132976+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:43.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:43 smithi164 bash[23230]: cluster 2024-03-21T22:00:42.132976+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:45.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:45 smithi072 bash[21600]: cluster 2024-03-21T22:00:44.133487+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:45.934 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:45 smithi173 bash[23664]: cluster 2024-03-21T22:00:44.133487+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:45.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:45 smithi164 bash[23230]: cluster 2024-03-21T22:00:44.133487+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:46.786 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:46 smithi173 bash[23664]: audit 2024-03-21T22:00:45.504644+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T22:00:46.786 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:46 smithi173 bash[23664]: audit 2024-03-21T22:00:45.506393+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:46.786 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:46 smithi173 bash[23664]: cephadm 2024-03-21T22:00:45.508045+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-21T22:00:46.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:46 smithi072 bash[21600]: audit 2024-03-21T22:00:45.504644+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T22:00:46.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:46 smithi072 bash[21600]: audit 2024-03-21T22:00:45.506393+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:46.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:46 smithi072 bash[21600]: cephadm 2024-03-21T22:00:45.508045+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-21T22:00:46.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:46 smithi164 bash[23230]: audit 2024-03-21T22:00:45.504644+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T22:00:46.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:46 smithi164 bash[23230]: audit 2024-03-21T22:00:45.506393+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:46.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:46 smithi164 bash[23230]: cephadm 2024-03-21T22:00:45.508045+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon osd.5 on smithi173 2024-03-21T22:00:47.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:47 smithi072 bash[21600]: cluster 2024-03-21T22:00:46.134094+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:47.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:47 smithi164 bash[23230]: cluster 2024-03-21T22:00:46.134094+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:47.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:47 smithi173 bash[23664]: cluster 2024-03-21T22:00:46.134094+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:49.832 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:49 smithi173 bash[23664]: cluster 2024-03-21T22:00:48.134665+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:49.832 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:49 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:00:49.833 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:00:49 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:00:49.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:49 smithi072 bash[21600]: cluster 2024-03-21T22:00:48.134665+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:49.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:49 smithi164 bash[23230]: cluster 2024-03-21T22:00:48.134665+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:50.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:49 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:00:50.115 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:00:49 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:00:51.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:51 smithi173 bash[23664]: audit 2024-03-21T22:00:50.124768+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:51 smithi173 bash[23664]: audit 2024-03-21T22:00:50.132845+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:51 smithi173 bash[23664]: cluster 2024-03-21T22:00:50.135225+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:51.242 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:51 smithi173 bash[23664]: audit 2024-03-21T22:00:50.165837+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:51.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:51 smithi164 bash[23230]: audit 2024-03-21T22:00:50.124768+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:51 smithi164 bash[23230]: audit 2024-03-21T22:00:50.132845+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:51 smithi164 bash[23230]: cluster 2024-03-21T22:00:50.135225+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:51.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:51 smithi164 bash[23230]: audit 2024-03-21T22:00:50.165837+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:51.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:51 smithi072 bash[21600]: audit 2024-03-21T22:00:50.124768+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:51 smithi072 bash[21600]: audit 2024-03-21T22:00:50.132845+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:51.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:51 smithi072 bash[21600]: cluster 2024-03-21T22:00:50.135225+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:51.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:51 smithi072 bash[21600]: audit 2024-03-21T22:00:50.165837+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:53.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:53 smithi164 bash[23230]: cluster 2024-03-21T22:00:52.135737+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:53.491 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:53 smithi173 bash[23664]: cluster 2024-03-21T22:00:52.135737+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:53.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:53 smithi072 bash[21600]: cluster 2024-03-21T22:00:52.135737+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:55.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:55 smithi164 bash[23230]: cluster 2024-03-21T22:00:54.136261+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:55.491 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:55 smithi173 bash[23664]: cluster 2024-03-21T22:00:54.136261+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:55.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:55 smithi072 bash[21600]: cluster 2024-03-21T22:00:54.136261+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:56.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:56 smithi164 bash[23230]: audit 2024-03-21T22:00:55.422461+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:56 smithi164 bash[23230]: audit 2024-03-21T22:00:55.431381+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:56 smithi164 bash[23230]: audit 2024-03-21T22:00:56.109259+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:56.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:56 smithi164 bash[23230]: audit 2024-03-21T22:00:56.110889+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:56.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:56 smithi164 bash[23230]: audit 2024-03-21T22:00:56.119908+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:56 smithi173 bash[23664]: audit 2024-03-21T22:00:55.422461+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:56 smithi173 bash[23664]: audit 2024-03-21T22:00:55.431381+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:56 smithi173 bash[23664]: audit 2024-03-21T22:00:56.109259+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:56.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:56 smithi173 bash[23664]: audit 2024-03-21T22:00:56.110889+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:56.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:56 smithi173 bash[23664]: audit 2024-03-21T22:00:56.119908+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:56 smithi072 bash[21600]: audit 2024-03-21T22:00:55.422461+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:56 smithi072 bash[21600]: audit 2024-03-21T22:00:55.431381+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:56.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:56 smithi072 bash[21600]: audit 2024-03-21T22:00:56.109259+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:00:56.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:56 smithi072 bash[21600]: audit 2024-03-21T22:00:56.110889+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:00:56.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:56 smithi072 bash[21600]: audit 2024-03-21T22:00:56.119908+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:57.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:57 smithi164 bash[23230]: cluster 2024-03-21T22:00:56.136802+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:57.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:57 smithi164 bash[23230]: audit 2024-03-21T22:00:56.575068+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:57.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:57 smithi164 bash[23230]: audit 2024-03-21T22:00:56.575591+0000 mon.a (mon.0) 534 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:57.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:57 smithi173 bash[23664]: cluster 2024-03-21T22:00:56.136802+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:57.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:57 smithi173 bash[23664]: audit 2024-03-21T22:00:56.575068+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:57.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:57 smithi173 bash[23664]: audit 2024-03-21T22:00:56.575591+0000 mon.a (mon.0) 534 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:57.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:57 smithi072 bash[21600]: cluster 2024-03-21T22:00:56.136802+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:57.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:57 smithi072 bash[21600]: audit 2024-03-21T22:00:56.575068+0000 mon.c (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:57.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:57 smithi072 bash[21600]: audit 2024-03-21T22:00:56.575591+0000 mon.a (mon.0) 534 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T22:00:58.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:58 smithi164 bash[23230]: audit 2024-03-21T22:00:57.423772+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T22:00:58.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:58 smithi164 bash[23230]: cluster 2024-03-21T22:00:57.428509+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T22:00:58.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:58 smithi164 bash[23230]: audit 2024-03-21T22:00:57.429668+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:58.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:58 smithi164 bash[23230]: audit 2024-03-21T22:00:57.430267+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:58.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:58 smithi164 bash[23230]: audit 2024-03-21T22:00:57.436961+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:58.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:58 smithi173 bash[23664]: audit 2024-03-21T22:00:57.423772+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T22:00:58.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:58 smithi173 bash[23664]: cluster 2024-03-21T22:00:57.428509+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T22:00:58.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:58 smithi173 bash[23664]: audit 2024-03-21T22:00:57.429668+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:58.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:58 smithi173 bash[23664]: audit 2024-03-21T22:00:57.430267+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:58.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:58 smithi173 bash[23664]: audit 2024-03-21T22:00:57.436961+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:58.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:58 smithi072 bash[21600]: audit 2024-03-21T22:00:57.423772+0000 mon.a (mon.0) 535 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T22:00:58.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:58 smithi072 bash[21600]: cluster 2024-03-21T22:00:57.428509+0000 mon.a (mon.0) 536 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-03-21T22:00:58.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:58 smithi072 bash[21600]: audit 2024-03-21T22:00:57.429668+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:58.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:58 smithi072 bash[21600]: audit 2024-03-21T22:00:57.430267+0000 mon.c (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:58.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:58 smithi072 bash[21600]: audit 2024-03-21T22:00:57.436961+0000 mon.a (mon.0) 538 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-03-21T22:00:59.184 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 5 on host 'smithi173' 2024-03-21T22:00:59.491 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: cluster 2024-03-21T22:00:58.137282+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:58.439118+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: cluster 2024-03-21T22:00:58.445390+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:58.446035+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:58.449204+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: cluster 2024-03-21T22:00:58.490366+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:58.490621+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:59.160129+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:59.169062+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:00:59 smithi173 bash[23664]: audit 2024-03-21T22:00:59.195095+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: cluster 2024-03-21T22:00:58.137282+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:58.439118+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: cluster 2024-03-21T22:00:58.445390+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:58.446035+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:58.449204+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: cluster 2024-03-21T22:00:58.490366+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:58.490621+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:59.160129+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:59.169062+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:00:59 smithi164 bash[23230]: audit 2024-03-21T22:00:59.195095+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:00:59.794 DEBUG:teuthology.orchestra.run.smithi173:osd.5> sudo journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.5.service 2024-03-21T22:00:59.799 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-03-21T22:00:59.800 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: cluster 2024-03-21T22:00:58.137282+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:58.439118+0000 mon.a (mon.0) 539 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: cluster 2024-03-21T22:00:58.445390+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:58.446035+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:58.449204+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: cluster 2024-03-21T22:00:58.490366+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:58.490621+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:59.160129+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:59.169062+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:00:59.812 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:00:59 smithi072 bash[21600]: audit 2024-03-21T22:00:59.195095+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:01:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: cluster 2024-03-21T22:00:57.620559+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:01:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: cluster 2024-03-21T22:00:57.620697+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:01:00.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: audit 2024-03-21T22:00:59.449787+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:00.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: cluster 2024-03-21T22:00:59.493469+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817] boot 2024-03-21T22:01:00.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: cluster 2024-03-21T22:00:59.493610+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T22:01:00.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:00 smithi164 bash[23230]: audit 2024-03-21T22:00:59.494274+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:00.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: cluster 2024-03-21T22:00:57.620559+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:01:00.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: cluster 2024-03-21T22:00:57.620697+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:01:00.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: audit 2024-03-21T22:00:59.449787+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:00.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: cluster 2024-03-21T22:00:59.493469+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817] boot 2024-03-21T22:01:00.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: cluster 2024-03-21T22:00:59.493610+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T22:01:00.742 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:00 smithi173 bash[23664]: audit 2024-03-21T22:00:59.494274+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: cluster 2024-03-21T22:00:57.620559+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: cluster 2024-03-21T22:00:57.620697+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: audit 2024-03-21T22:00:59.449787+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: cluster 2024-03-21T22:00:59.493469+0000 mon.a (mon.0) 549 : cluster [INF] osd.5 [v2:172.21.15.173:6808/2568195817,v1:172.21.15.173:6809/2568195817] boot 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: cluster 2024-03-21T22:00:59.493610+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-21T22:01:00.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:00 smithi072 bash[21600]: audit 2024-03-21T22:00:59.494274+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T22:01:01.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:01 smithi072 bash[21600]: cluster 2024-03-21T22:01:00.137838+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:01:01.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:01 smithi072 bash[21600]: cluster 2024-03-21T22:01:00.500325+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T22:01:01.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:01 smithi164 bash[23230]: cluster 2024-03-21T22:01:00.137838+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:01:01.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:01 smithi164 bash[23230]: cluster 2024-03-21T22:01:00.500325+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T22:01:01.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:01 smithi173 bash[23664]: cluster 2024-03-21T22:01:00.137838+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 147 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:01:01.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:01 smithi173 bash[23664]: cluster 2024-03-21T22:01:00.500325+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-21T22:01:02.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:02 smithi072 bash[21600]: cluster 2024-03-21T22:01:01.503330+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T22:01:02.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:02 smithi164 bash[23230]: cluster 2024-03-21T22:01:01.503330+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T22:01:02.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:02 smithi173 bash[23664]: cluster 2024-03-21T22:01:01.503330+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-03-21T22:01:03.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:03 smithi072 bash[21600]: cluster 2024-03-21T22:01:02.138412+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-03-21T22:01:03.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:03 smithi072 bash[21600]: cluster 2024-03-21T22:01:02.524492+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T22:01:03.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:03 smithi164 bash[23230]: cluster 2024-03-21T22:01:02.138412+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-03-21T22:01:03.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:03 smithi164 bash[23230]: cluster 2024-03-21T22:01:02.524492+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T22:01:03.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:03 smithi173 bash[23664]: cluster 2024-03-21T22:01:02.138412+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v252: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 156 KiB/s, 0 objects/s recovering 2024-03-21T22:01:03.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:03 smithi173 bash[23664]: cluster 2024-03-21T22:01:02.524492+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-03-21T22:01:04.530 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:04.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:04 smithi072 bash[21600]: cluster 2024-03-21T22:01:03.528314+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T22:01:04.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:04 smithi164 bash[23230]: cluster 2024-03-21T22:01:03.528314+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T22:01:04.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:04 smithi173 bash[23664]: cluster 2024-03-21T22:01:03.528314+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T22:01:05.741 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:05 smithi173 bash[23664]: cluster 2024-03-21T22:01:04.138964+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v255: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T22:01:05.759 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:05 smithi072 bash[21600]: cluster 2024-03-21T22:01:04.138964+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v255: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T22:01:05.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:05 smithi164 bash[23230]: cluster 2024-03-21T22:01:04.138964+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v255: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T22:01:07.412 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:01:07.817 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:07 smithi173 bash[23664]: cluster 2024-03-21T22:01:06.139547+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v256: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-03-21T22:01:07.817 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:07 smithi173 bash[23664]: audit 2024-03-21T22:01:07.415820+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.72:0/2221308723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:01:07.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:07 smithi072 bash[21600]: cluster 2024-03-21T22:01:06.139547+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v256: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-03-21T22:01:07.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:07 smithi072 bash[21600]: audit 2024-03-21T22:01:07.415820+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.72:0/2221308723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:01:07.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:07 smithi164 bash[23230]: cluster 2024-03-21T22:01:06.139547+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v256: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 102 KiB/s, 0 objects/s recovering 2024-03-21T22:01:07.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:07 smithi164 bash[23230]: audit 2024-03-21T22:01:07.415820+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.72:0/2221308723' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T22:01:08.124 INFO:teuthology.orchestra.run.smithi072.stdout:{"epoch":46,"num_osds":6,"num_up_osds":6,"osd_up_since":1711058459,"num_in_osds":6,"osd_in_since":1711058433,"num_remapped_pgs":0} 2024-03-21T22:01:08.125 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:01:09.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: cluster 2024-03-21T22:01:08.140153+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: cephadm 2024-03-21T22:01:08.605648+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.614374+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.630954+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.633258+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.634882+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: cephadm 2024-03-21T22:01:08.636063+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.640625+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.643085+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.644305+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:01:09.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:09 smithi164 bash[23230]: audit 2024-03-21T22:01:08.651152+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: cluster 2024-03-21T22:01:08.140153+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: cephadm 2024-03-21T22:01:08.605648+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.614374+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.630954+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.633258+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.634882+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: cephadm 2024-03-21T22:01:08.636063+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.640625+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.643085+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.644305+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:01:09.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:09 smithi173 bash[23664]: audit 2024-03-21T22:01:08.651152+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: cluster 2024-03-21T22:01:08.140153+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: cephadm 2024-03-21T22:01:08.605648+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.614374+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.630954+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.633258+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.634882+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T22:01:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: cephadm 2024-03-21T22:01:08.636063+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 10680M 2024-03-21T22:01:10.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.640625+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:10.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.643085+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:01:10.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.644305+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:01:10.092 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:09 smithi072 bash[21600]: audit 2024-03-21T22:01:08.651152+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:01:11.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:11 smithi164 bash[23230]: cluster 2024-03-21T22:01:10.140714+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:11.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:11 smithi173 bash[23664]: cluster 2024-03-21T22:01:10.140714+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:12.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:11 smithi072 bash[21600]: cluster 2024-03-21T22:01:10.140714+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:12.900 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:13.911 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:13 smithi072 bash[21600]: cluster 2024-03-21T22:01:12.141231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:13.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:13 smithi164 bash[23230]: cluster 2024-03-21T22:01:12.141231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:13.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:13 smithi173 bash[23664]: cluster 2024-03-21T22:01:12.141231+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:15.705 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:01:15.705 INFO:teuthology.orchestra.run.smithi072.stdout:{"epoch":46,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","created":"2024-03-21T21:52:36.878401+0000","modified":"2024-03-21T22:01:03.518533+0000","last_up_change":"2024-03-21T22:00:59.485447+0000","last_in_change":"2024-03-21T22:00:33.068685+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-03-21T21:58:28.269827+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":6,"score_stable":6,"optimal_score":0.5,"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":"e74b0ada-cab6-4b99-a466-4eecd13bc3a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6803","nonce":2593861389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6805","nonce":2593861389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6809","nonce":2593861389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6807","nonce":2593861389}]},"public_addr":"172.21.15.72:6803/2593861389","cluster_addr":"172.21.15.72:6805/2593861389","heartbeat_back_addr":"172.21.15.72:6809/2593861389","heartbeat_front_addr":"172.21.15.72:6807/2593861389","state":["exists","up"]},{"osd":1,"uuid":"f899830d-6281-4196-9c7e-abc382e65642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6811","nonce":2934706086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6813","nonce":2934706086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6816","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6817","nonce":2934706086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6815","nonce":2934706086}]},"public_addr":"172.21.15.72:6811/2934706086","cluster_addr":"172.21.15.72:6813/2934706086","heartbeat_back_addr":"172.21.15.72:6817/2934706086","heartbeat_front_addr":"172.21.15.72:6815/2934706086","state":["exists","up"]},{"osd":2,"uuid":"7b8e6076-b058-448b-b9f0-029ee099347e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6801","nonce":2485847446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6803","nonce":2485847446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6807","nonce":2485847446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6805","nonce":2485847446}]},"public_addr":"172.21.15.164:6801/2485847446","cluster_addr":"172.21.15.164:6803/2485847446","heartbeat_back_addr":"172.21.15.164:6807/2485847446","heartbeat_front_addr":"172.21.15.164:6805/2485847446","state":["exists","up"]},{"osd":3,"uuid":"0abdb3de-449a-4735-b129-5558d558ea32","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6809","nonce":2412429470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6811","nonce":2412429470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6815","nonce":2412429470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6813","nonce":2412429470}]},"public_addr":"172.21.15.164:6809/2412429470","cluster_addr":"172.21.15.164:6811/2412429470","heartbeat_back_addr":"172.21.15.164:6815/2412429470","heartbeat_front_addr":"172.21.15.164:6813/2412429470","state":["exists","up"]},{"osd":4,"uuid":"1acd0340-aa2c-4f2c-9e36-c9857e26075b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6801","nonce":1794506941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6803","nonce":1794506941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6807","nonce":1794506941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6805","nonce":1794506941}]},"public_addr":"172.21.15.173:6801/1794506941","cluster_addr":"172.21.15.173:6803/1794506941","heartbeat_back_addr":"172.21.15.173:6807/1794506941","heartbeat_front_addr":"172.21.15.173:6805/1794506941","state":["exists","up"]},{"osd":5,"uuid":"e6461ec8-93fe-4573-aaa4-c6c90773c485","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6809","nonce":2568195817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6811","nonce":2568195817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6815","nonce":2568195817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6813","nonce":2568195817}]},"public_addr":"172.21.15.173:6809/2568195817","cluster_addr":"172.21.15.173:6811/2568195817","heartbeat_back_addr":"172.21.15.173:6815/2568195817","heartbeat_front_addr":"172.21.15.173:6813/2568195817","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-03-21T21:56:41.791027+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-03-21T21:57:34.131428+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-03-21T21:58:24.615422+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T21:59:15.312645+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:04.804494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:57.620703+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.72:0/2870979291":"2024-03-22T21:53:46.031414+0000","172.21.15.72:0/4246721494":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6800/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/967054890":"2024-03-22T21:53:10.177974+0000","172.21.15.72:6800/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/1078248272":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/603082578":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/4272297218":"2024-03-22T21:53:46.031414+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-03-21T22:01:15.899 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:15 smithi072 bash[21600]: cluster 2024-03-21T22:01:14.141755+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:15.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:15 smithi164 bash[23230]: cluster 2024-03-21T22:01:14.141755+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:15.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:15 smithi173 bash[23664]: cluster 2024-03-21T22:01:14.141755+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:16.418 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T21:58:28.269827+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': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T22:01:16.418 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T22:01:16.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:16 smithi072 bash[21600]: audit 2024-03-21T22:01:15.707345+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.72:0/3561093735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:16.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:16 smithi164 bash[23230]: audit 2024-03-21T22:01:15.707345+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.72:0/3561093735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:16.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:16 smithi173 bash[23664]: audit 2024-03-21T22:01:15.707345+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.72:0/3561093735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:17.927 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:17 smithi164 bash[23230]: cluster 2024-03-21T22:01:16.142312+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:17.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:17 smithi173 bash[23664]: cluster 2024-03-21T22:01:16.142312+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:18.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:17 smithi072 bash[21600]: cluster 2024-03-21T22:01:16.142312+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:19.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:19 smithi164 bash[23230]: cluster 2024-03-21T22:01:18.142874+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:19.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:19 smithi173 bash[23664]: cluster 2024-03-21T22:01:18.142874+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:20.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:19 smithi072 bash[21600]: cluster 2024-03-21T22:01:18.142874+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:21.138 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:21.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:21 smithi164 bash[23230]: cluster 2024-03-21T22:01:20.143459+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:21.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:21 smithi173 bash[23664]: cluster 2024-03-21T22:01:20.143459+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:22.020 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:21 smithi072 bash[21600]: cluster 2024-03-21T22:01:20.143459+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:23.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:23 smithi164 bash[23230]: cluster 2024-03-21T22:01:22.143863+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:23.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:23 smithi173 bash[23664]: cluster 2024-03-21T22:01:22.143863+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:24.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:23 smithi072 bash[21600]: cluster 2024-03-21T22:01:22.143863+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:24.109 INFO:teuthology.orchestra.run.smithi072.stdout:pg_num: 1 2024-03-21T22:01:24.822 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T22:01:24.822 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T22:01:24.822 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T22:01:24.823 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T22:01:24.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:24 smithi164 bash[23230]: audit 2024-03-21T22:01:24.113084+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.72:0/190665306' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:01:24.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:24 smithi173 bash[23664]: audit 2024-03-21T22:01:24.113084+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.72:0/190665306' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:01:25.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:24 smithi072 bash[21600]: audit 2024-03-21T22:01:24.113084+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.72:0/190665306' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T22:01:25.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:25 smithi164 bash[23230]: cluster 2024-03-21T22:01:24.144187+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:25.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:25 smithi173 bash[23664]: cluster 2024-03-21T22:01:24.144187+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:26.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:25 smithi072 bash[21600]: cluster 2024-03-21T22:01:24.144187+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:27.987 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:27 smithi164 bash[23230]: cluster 2024-03-21T22:01:26.144710+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:27.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:27 smithi173 bash[23664]: cluster 2024-03-21T22:01:26.144710+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:28.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:27 smithi072 bash[21600]: cluster 2024-03-21T22:01:26.144710+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:29.555 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:29.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:29 smithi072 bash[21600]: cluster 2024-03-21T22:01:28.145234+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:29.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:29 smithi164 bash[23230]: cluster 2024-03-21T22:01:28.145234+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:29.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:29 smithi173 bash[23664]: cluster 2024-03-21T22:01:28.145234+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:31.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:31 smithi164 bash[23230]: cluster 2024-03-21T22:01:30.145798+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:31.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:31 smithi173 bash[23664]: cluster 2024-03-21T22:01:30.145798+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:32.061 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:31 smithi072 bash[21600]: cluster 2024-03-21T22:01:30.145798+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:32.515 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:01:32.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:32 smithi072 bash[21600]: audit 2024-03-21T22:01:32.508273+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.72:0/1143106587' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:01:32.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:32 smithi164 bash[23230]: audit 2024-03-21T22:01:32.508273+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.72:0/1143106587' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:01:32.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:32 smithi173 bash[23664]: audit 2024-03-21T22:01:32.508273+0000 mon.a (mon.0) 567 : audit [DBG] from='client.? 172.21.15.72:0/1143106587' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T22:01:33.243 INFO:teuthology.orchestra.run.smithi072.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6800","nonce":531789196},{"type":"v1","addr":"172.21.15.72:6801","nonce":531789196}]},"active_addr":"172.21.15.72:6801/531789196","active_change":"2024-03-21T21:53:46.031669+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"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.0.0","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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.0.0","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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.72: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.72:0","nonce":1239971630}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.72:0","nonce":731162867}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.72:0","nonce":1624677691}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.72:0","nonce":2695769338}]}]} 2024-03-21T22:01:33.250 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T22:01:33.250 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T22:01:33.250 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:01:33.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:33 smithi164 bash[23230]: cluster 2024-03-21T22:01:32.146210+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:33.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:33 smithi173 bash[23664]: cluster 2024-03-21T22:01:32.146210+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:34.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:33 smithi072 bash[21600]: cluster 2024-03-21T22:01:32.146210+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:35.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:35 smithi164 bash[23230]: cluster 2024-03-21T22:01:34.146735+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:35.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:35 smithi173 bash[23664]: cluster 2024-03-21T22:01:34.146735+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:36.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:35 smithi072 bash[21600]: cluster 2024-03-21T22:01:34.146735+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:37.984 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:37.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:37 smithi164 bash[23230]: cluster 2024-03-21T22:01:36.147306+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:37.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:37 smithi173 bash[23664]: cluster 2024-03-21T22:01:36.147306+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:38.004 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:37 smithi072 bash[21600]: cluster 2024-03-21T22:01:36.147306+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:39.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:39 smithi164 bash[23230]: cluster 2024-03-21T22:01:38.147895+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:39.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:39 smithi173 bash[23664]: cluster 2024-03-21T22:01:38.147895+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:40.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:39 smithi072 bash[21600]: cluster 2024-03-21T22:01:38.147895+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:40.939 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:01:40.939 INFO:teuthology.orchestra.run.smithi072.stdout:{"epoch":46,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","created":"2024-03-21T21:52:36.878401+0000","modified":"2024-03-21T22:01:03.518533+0000","last_up_change":"2024-03-21T22:00:59.485447+0000","last_in_change":"2024-03-21T22:00:33.068685+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-03-21T21:58:28.269827+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":6,"score_stable":6,"optimal_score":0.5,"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":"e74b0ada-cab6-4b99-a466-4eecd13bc3a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6803","nonce":2593861389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6805","nonce":2593861389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6809","nonce":2593861389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6807","nonce":2593861389}]},"public_addr":"172.21.15.72:6803/2593861389","cluster_addr":"172.21.15.72:6805/2593861389","heartbeat_back_addr":"172.21.15.72:6809/2593861389","heartbeat_front_addr":"172.21.15.72:6807/2593861389","state":["exists","up"]},{"osd":1,"uuid":"f899830d-6281-4196-9c7e-abc382e65642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6811","nonce":2934706086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6813","nonce":2934706086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6816","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6817","nonce":2934706086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6815","nonce":2934706086}]},"public_addr":"172.21.15.72:6811/2934706086","cluster_addr":"172.21.15.72:6813/2934706086","heartbeat_back_addr":"172.21.15.72:6817/2934706086","heartbeat_front_addr":"172.21.15.72:6815/2934706086","state":["exists","up"]},{"osd":2,"uuid":"7b8e6076-b058-448b-b9f0-029ee099347e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6801","nonce":2485847446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6803","nonce":2485847446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6807","nonce":2485847446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6805","nonce":2485847446}]},"public_addr":"172.21.15.164:6801/2485847446","cluster_addr":"172.21.15.164:6803/2485847446","heartbeat_back_addr":"172.21.15.164:6807/2485847446","heartbeat_front_addr":"172.21.15.164:6805/2485847446","state":["exists","up"]},{"osd":3,"uuid":"0abdb3de-449a-4735-b129-5558d558ea32","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6809","nonce":2412429470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6811","nonce":2412429470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6815","nonce":2412429470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6813","nonce":2412429470}]},"public_addr":"172.21.15.164:6809/2412429470","cluster_addr":"172.21.15.164:6811/2412429470","heartbeat_back_addr":"172.21.15.164:6815/2412429470","heartbeat_front_addr":"172.21.15.164:6813/2412429470","state":["exists","up"]},{"osd":4,"uuid":"1acd0340-aa2c-4f2c-9e36-c9857e26075b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6801","nonce":1794506941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6803","nonce":1794506941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6807","nonce":1794506941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6805","nonce":1794506941}]},"public_addr":"172.21.15.173:6801/1794506941","cluster_addr":"172.21.15.173:6803/1794506941","heartbeat_back_addr":"172.21.15.173:6807/1794506941","heartbeat_front_addr":"172.21.15.173:6805/1794506941","state":["exists","up"]},{"osd":5,"uuid":"e6461ec8-93fe-4573-aaa4-c6c90773c485","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6809","nonce":2568195817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6811","nonce":2568195817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6815","nonce":2568195817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6813","nonce":2568195817}]},"public_addr":"172.21.15.173:6809/2568195817","cluster_addr":"172.21.15.173:6811/2568195817","heartbeat_back_addr":"172.21.15.173:6815/2568195817","heartbeat_front_addr":"172.21.15.173:6813/2568195817","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-03-21T21:56:41.791027+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-03-21T21:57:34.131428+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-03-21T21:58:24.615422+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T21:59:15.312645+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:04.804494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:57.620703+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.72:0/2870979291":"2024-03-22T21:53:46.031414+0000","172.21.15.72:0/4246721494":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6800/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/967054890":"2024-03-22T21:53:10.177974+0000","172.21.15.72:6800/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/1078248272":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/603082578":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/4272297218":"2024-03-22T21:53:46.031414+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-03-21T22:01:41.675 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T22:01:41.675 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T22:01:41.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:41 smithi164 bash[23230]: cluster 2024-03-21T22:01:40.148411+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:41.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:41 smithi164 bash[23230]: audit 2024-03-21T22:01:40.941988+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.72:0/3913742992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:41.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:41 smithi173 bash[23664]: cluster 2024-03-21T22:01:40.148411+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:41.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:41 smithi173 bash[23664]: audit 2024-03-21T22:01:40.941988+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.72:0/3913742992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:42.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:41 smithi072 bash[21600]: cluster 2024-03-21T22:01:40.148411+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:42.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:41 smithi072 bash[21600]: audit 2024-03-21T22:01:40.941988+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.72:0/3913742992' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:43.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:43 smithi164 bash[23230]: cluster 2024-03-21T22:01:42.149006+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:43.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:43 smithi173 bash[23664]: cluster 2024-03-21T22:01:42.149006+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:44.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:43 smithi072 bash[21600]: cluster 2024-03-21T22:01:42.149006+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:45.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:45 smithi164 bash[23230]: cluster 2024-03-21T22:01:44.149594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:45.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:45 smithi173 bash[23664]: cluster 2024-03-21T22:01:44.149594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:46.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:45 smithi072 bash[21600]: cluster 2024-03-21T22:01:44.149594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:46.411 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:47.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:47 smithi164 bash[23230]: cluster 2024-03-21T22:01:46.150257+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:47.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:47 smithi173 bash[23664]: cluster 2024-03-21T22:01:46.150257+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:48.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:47 smithi072 bash[21600]: cluster 2024-03-21T22:01:46.150257+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:49.388 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:01:49.388 INFO:teuthology.orchestra.run.smithi072.stdout:{"epoch":46,"fsid":"1dbd1cae-e7cd-11ee-95cd-87774f69a715","created":"2024-03-21T21:52:36.878401+0000","modified":"2024-03-21T22:01:03.518533+0000","last_up_change":"2024-03-21T22:00:59.485447+0000","last_in_change":"2024-03-21T22:00:33.068685+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"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-03-21T21:58:28.269827+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":6,"score_stable":6,"optimal_score":0.5,"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":"e74b0ada-cab6-4b99-a466-4eecd13bc3a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6802","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6803","nonce":2593861389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6804","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6805","nonce":2593861389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6808","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6809","nonce":2593861389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6806","nonce":2593861389},{"type":"v1","addr":"172.21.15.72:6807","nonce":2593861389}]},"public_addr":"172.21.15.72:6803/2593861389","cluster_addr":"172.21.15.72:6805/2593861389","heartbeat_back_addr":"172.21.15.72:6809/2593861389","heartbeat_front_addr":"172.21.15.72:6807/2593861389","state":["exists","up"]},{"osd":1,"uuid":"f899830d-6281-4196-9c7e-abc382e65642","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6810","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6811","nonce":2934706086}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6812","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6813","nonce":2934706086}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6816","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6817","nonce":2934706086}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.72:6814","nonce":2934706086},{"type":"v1","addr":"172.21.15.72:6815","nonce":2934706086}]},"public_addr":"172.21.15.72:6811/2934706086","cluster_addr":"172.21.15.72:6813/2934706086","heartbeat_back_addr":"172.21.15.72:6817/2934706086","heartbeat_front_addr":"172.21.15.72:6815/2934706086","state":["exists","up"]},{"osd":2,"uuid":"7b8e6076-b058-448b-b9f0-029ee099347e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6801","nonce":2485847446}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6803","nonce":2485847446}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6807","nonce":2485847446}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":2485847446},{"type":"v1","addr":"172.21.15.164:6805","nonce":2485847446}]},"public_addr":"172.21.15.164:6801/2485847446","cluster_addr":"172.21.15.164:6803/2485847446","heartbeat_back_addr":"172.21.15.164:6807/2485847446","heartbeat_front_addr":"172.21.15.164:6805/2485847446","state":["exists","up"]},{"osd":3,"uuid":"0abdb3de-449a-4735-b129-5558d558ea32","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6809","nonce":2412429470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6811","nonce":2412429470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6815","nonce":2412429470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2412429470},{"type":"v1","addr":"172.21.15.164:6813","nonce":2412429470}]},"public_addr":"172.21.15.164:6809/2412429470","cluster_addr":"172.21.15.164:6811/2412429470","heartbeat_back_addr":"172.21.15.164:6815/2412429470","heartbeat_front_addr":"172.21.15.164:6813/2412429470","state":["exists","up"]},{"osd":4,"uuid":"1acd0340-aa2c-4f2c-9e36-c9857e26075b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6800","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6801","nonce":1794506941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6803","nonce":1794506941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6807","nonce":1794506941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1794506941},{"type":"v1","addr":"172.21.15.173:6805","nonce":1794506941}]},"public_addr":"172.21.15.173:6801/1794506941","cluster_addr":"172.21.15.173:6803/1794506941","heartbeat_back_addr":"172.21.15.173:6807/1794506941","heartbeat_front_addr":"172.21.15.173:6805/1794506941","state":["exists","up"]},{"osd":5,"uuid":"e6461ec8-93fe-4573-aaa4-c6c90773c485","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6809","nonce":2568195817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6811","nonce":2568195817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6815","nonce":2568195817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":2568195817},{"type":"v1","addr":"172.21.15.173:6813","nonce":2568195817}]},"public_addr":"172.21.15.173:6809/2568195817","cluster_addr":"172.21.15.173:6811/2568195817","heartbeat_back_addr":"172.21.15.173:6815/2568195817","heartbeat_front_addr":"172.21.15.173:6813/2568195817","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-03-21T21:56:41.791027+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-03-21T21:57:34.131428+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-03-21T21:58:24.615422+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T21:59:15.312645+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:04.804494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T22:00:57.620703+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.72:0/2870979291":"2024-03-22T21:53:46.031414+0000","172.21.15.72:0/4246721494":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6800/917209182":"2024-03-22T21:53:46.031414+0000","172.21.15.72:6801/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/967054890":"2024-03-22T21:53:10.177974+0000","172.21.15.72:6800/100247050":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/1078248272":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/603082578":"2024-03-22T21:53:10.177974+0000","172.21.15.72:0/4272297218":"2024-03-22T21:53:46.031414+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-03-21T22:01:49.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:49 smithi164 bash[23230]: cluster 2024-03-21T22:01:48.150805+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:49.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:49 smithi164 bash[23230]: audit 2024-03-21T22:01:49.391521+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.72:0/81471228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:49.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:49 smithi173 bash[23664]: cluster 2024-03-21T22:01:48.150805+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:49.991 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:49 smithi173 bash[23664]: audit 2024-03-21T22:01:49.391521+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.72:0/81471228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:50.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:49 smithi072 bash[21600]: cluster 2024-03-21T22:01:48.150805+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:50.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:49 smithi072 bash[21600]: audit 2024-03-21T22:01:49.391521+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.72:0/81471228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T22:01:50.119 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T22:01:50.120 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T22:01:50.120 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T22:01:50.121 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-21T22:01:50.121 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-21T22:01:50.122 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-21T22:01:51.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:51 smithi164 bash[23230]: cluster 2024-03-21T22:01:50.151332+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:51.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:51 smithi173 bash[23664]: cluster 2024-03-21T22:01:50.151332+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:52.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:51 smithi072 bash[21600]: cluster 2024-03-21T22:01:50.151332+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:53.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:53 smithi164 bash[23230]: cluster 2024-03-21T22:01:52.151892+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:53.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:53 smithi173 bash[23664]: cluster 2024-03-21T22:01:52.151892+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:54.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:53 smithi072 bash[21600]: cluster 2024-03-21T22:01:52.151892+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:54.870 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:54.871 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:54.871 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:54.872 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:54.872 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:54.872 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:01:55.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:55 smithi164 bash[23230]: cluster 2024-03-21T22:01:54.152446+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:55.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:55 smithi173 bash[23664]: cluster 2024-03-21T22:01:54.152446+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:56.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:55 smithi072 bash[21600]: cluster 2024-03-21T22:01:54.152446+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:57.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:57 smithi164 bash[23230]: cluster 2024-03-21T22:01:56.152980+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:57.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:57 smithi173 bash[23664]: cluster 2024-03-21T22:01:56.152980+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:58.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:57 smithi072 bash[21600]: cluster 2024-03-21T22:01:56.152980+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:59.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:01:59 smithi164 bash[23230]: cluster 2024-03-21T22:01:58.153677+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:01:59.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:01:59 smithi173 bash[23664]: cluster 2024-03-21T22:01:58.153677+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:00.101 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:01:59 smithi072 bash[21600]: cluster 2024-03-21T22:01:58.153677+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:01.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:01 smithi164 bash[23230]: cluster 2024-03-21T22:02:00.154350+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:01.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:01 smithi173 bash[23664]: cluster 2024-03-21T22:02:00.154350+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:02.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:01 smithi072 bash[21600]: cluster 2024-03-21T22:02:00.154350+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:03.986 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:03 smithi164 bash[23230]: cluster 2024-03-21T22:02:02.155004+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:03.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:03 smithi173 bash[23664]: cluster 2024-03-21T22:02:02.155004+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:04.003 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:03 smithi072 bash[21600]: cluster 2024-03-21T22:02:02.155004+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:04.654 INFO:teuthology.orchestra.run.smithi072.stdout:55834574905 2024-03-21T22:02:04.654 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T22:02:05.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:05 smithi072 bash[21600]: cluster 2024-03-21T22:02:04.155682+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:05.990 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:05 smithi173 bash[23664]: cluster 2024-03-21T22:02:04.155682+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:06.221 INFO:teuthology.orchestra.run.smithi072.stdout:180388626448 2024-03-21T22:02:06.222 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-21T22:02:06.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:05 smithi164 bash[23230]: cluster 2024-03-21T22:02:04.155682+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:06.911 INFO:teuthology.orchestra.run.smithi072.stdout:141733920795 2024-03-21T22:02:06.912 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-21T22:02:07.813 INFO:teuthology.orchestra.run.smithi072.stdout:34359738435 2024-03-21T22:02:07.814 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T22:02:07.826 INFO:teuthology.orchestra.run.smithi072.stdout:77309411375 2024-03-21T22:02:07.827 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T22:02:07.828 INFO:teuthology.orchestra.run.smithi072.stdout:107374182436 2024-03-21T22:02:07.829 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-21T22:02:08.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:07 smithi072 bash[21600]: cluster 2024-03-21T22:02:06.156381+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:08.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:07 smithi164 bash[23230]: cluster 2024-03-21T22:02:06.156381+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:08.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:07 smithi173 bash[23664]: cluster 2024-03-21T22:02:06.156381+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:10.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:09 smithi072 bash[21600]: cluster 2024-03-21T22:02:08.157085+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:10.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:09 smithi072 bash[21600]: audit 2024-03-21T22:02:08.754169+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:02:10.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:09 smithi072 bash[21600]: audit 2024-03-21T22:02:09.599932+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:02:10.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:09 smithi072 bash[21600]: audit 2024-03-21T22:02:09.601798+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:02:10.091 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:09 smithi072 bash[21600]: audit 2024-03-21T22:02:09.611903+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:02:10.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:09 smithi164 bash[23230]: cluster 2024-03-21T22:02:08.157085+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:10.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:09 smithi164 bash[23230]: audit 2024-03-21T22:02:08.754169+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:02:10.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:09 smithi164 bash[23230]: audit 2024-03-21T22:02:09.599932+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:02:10.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:09 smithi164 bash[23230]: audit 2024-03-21T22:02:09.601798+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:02:10.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:09 smithi164 bash[23230]: audit 2024-03-21T22:02:09.611903+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:02:10.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:09 smithi173 bash[23664]: cluster 2024-03-21T22:02:08.157085+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:10.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:09 smithi173 bash[23664]: audit 2024-03-21T22:02:08.754169+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:02:10.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:09 smithi173 bash[23664]: audit 2024-03-21T22:02:09.599932+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:02:10.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:09 smithi173 bash[23664]: audit 2024-03-21T22:02:09.601798+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:02:10.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:09 smithi173 bash[23664]: audit 2024-03-21T22:02:09.611903+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:02:10.396 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:10.397 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:11.409 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:12.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:11 smithi072 bash[21600]: cluster 2024-03-21T22:02:10.157776+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:12.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:11 smithi164 bash[23230]: cluster 2024-03-21T22:02:10.157776+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:12.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:11 smithi173 bash[23664]: cluster 2024-03-21T22:02:10.157776+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:12.417 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:12.417 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:12.418 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:14.065 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:13 smithi072 bash[21600]: cluster 2024-03-21T22:02:12.158459+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:14.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:13 smithi164 bash[23230]: cluster 2024-03-21T22:02:12.158459+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:14.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:13 smithi173 bash[23664]: cluster 2024-03-21T22:02:12.158459+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:16.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:15 smithi072 bash[21600]: cluster 2024-03-21T22:02:14.158896+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:15 smithi164 bash[23230]: cluster 2024-03-21T22:02:14.158896+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:16.243 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:15 smithi173 bash[23664]: cluster 2024-03-21T22:02:14.158896+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:18.030 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:17 smithi072 bash[21600]: cluster 2024-03-21T22:02:16.159505+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:18.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:17 smithi164 bash[23230]: cluster 2024-03-21T22:02:16.159505+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:18.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:17 smithi173 bash[23664]: cluster 2024-03-21T22:02:16.159505+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:18.528 INFO:teuthology.orchestra.run.smithi072.stdout:55834574907 2024-03-21T22:02:18.591 INFO:teuthology.orchestra.run.smithi072.stdout:180388626451 2024-03-21T22:02:18.856 INFO:teuthology.orchestra.run.smithi072.stdout:141733920798 2024-03-21T22:02:19.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:18 smithi072 bash[21600]: audit 2024-03-21T22:02:18.533284+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.72:0/4013727416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:02:19.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:18 smithi072 bash[21600]: audit 2024-03-21T22:02:18.596357+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.72:0/608273007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T22:02:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:18 smithi164 bash[23230]: audit 2024-03-21T22:02:18.533284+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.72:0/4013727416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:02:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:18 smithi164 bash[23230]: audit 2024-03-21T22:02:18.596357+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.72:0/608273007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T22:02:19.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:18 smithi173 bash[23664]: audit 2024-03-21T22:02:18.533284+0000 mon.a (mon.0) 574 : audit [DBG] from='client.? 172.21.15.72:0/4013727416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T22:02:19.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:18 smithi173 bash[23664]: audit 2024-03-21T22:02:18.596357+0000 mon.a (mon.0) 575 : audit [DBG] from='client.? 172.21.15.72:0/608273007' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T22:02:20.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:19 smithi072 bash[21600]: cluster 2024-03-21T22:02:18.159936+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:20.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:19 smithi072 bash[21600]: audit 2024-03-21T22:02:18.860632+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.72:0/1788552107' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T22:02:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:19 smithi164 bash[23230]: cluster 2024-03-21T22:02:18.159936+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:19 smithi164 bash[23230]: audit 2024-03-21T22:02:18.860632+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.72:0/1788552107' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T22:02:20.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:19 smithi173 bash[23664]: cluster 2024-03-21T22:02:18.159936+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:20.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:19 smithi173 bash[23664]: audit 2024-03-21T22:02:18.860632+0000 mon.a (mon.0) 576 : audit [DBG] from='client.? 172.21.15.72:0/1788552107' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T22:02:21.318 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920795 got 141733920798 for osd.4 2024-03-21T22:02:21.318 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:21.525 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574905 got 55834574907 for osd.1 2024-03-21T22:02:21.525 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:21.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626448 got 180388626451 for osd.5 2024-03-21T22:02:21.544 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:22.050 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:21 smithi072 bash[21600]: cluster 2024-03-21T22:02:20.160317+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:22.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:21 smithi164 bash[23230]: cluster 2024-03-21T22:02:20.160317+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:22.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:21 smithi173 bash[23664]: cluster 2024-03-21T22:02:20.160317+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:22.310 INFO:teuthology.orchestra.run.smithi072.stdout:77309411378 2024-03-21T22:02:22.454 INFO:teuthology.orchestra.run.smithi072.stdout:34359738438 2024-03-21T22:02:22.539 INFO:teuthology.orchestra.run.smithi072.stdout:107374182439 2024-03-21T22:02:23.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:22 smithi072 bash[21600]: audit 2024-03-21T22:02:22.314731+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.72:0/2650924186' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:02:23.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:22 smithi072 bash[21600]: audit 2024-03-21T22:02:22.459270+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.72:0/2003489496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:02:23.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:22 smithi072 bash[21600]: audit 2024-03-21T22:02:22.543834+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.72:0/3535781761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T22:02:23.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:22 smithi164 bash[23230]: audit 2024-03-21T22:02:22.314731+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.72:0/2650924186' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:02:23.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:22 smithi164 bash[23230]: audit 2024-03-21T22:02:22.459270+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.72:0/2003489496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:02:23.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:22 smithi164 bash[23230]: audit 2024-03-21T22:02:22.543834+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.72:0/3535781761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T22:02:23.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:22 smithi173 bash[23664]: audit 2024-03-21T22:02:22.314731+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.72:0/2650924186' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T22:02:23.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:22 smithi173 bash[23664]: audit 2024-03-21T22:02:22.459270+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.72:0/2003489496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T22:02:23.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:22 smithi173 bash[23664]: audit 2024-03-21T22:02:22.543834+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.72:0/3535781761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T22:02:23.869 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411378 for osd.2 2024-03-21T22:02:23.869 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:24.061 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:23 smithi072 bash[21600]: cluster 2024-03-21T22:02:22.160726+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:24.062 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738438 for osd.0 2024-03-21T22:02:24.062 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:24.092 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182436 got 107374182439 for osd.3 2024-03-21T22:02:24.092 DEBUG:teuthology.parallel:result is None 2024-03-21T22:02:24.092 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T22:02:24.093 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T22:02:24.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:23 smithi164 bash[23230]: cluster 2024-03-21T22:02:22.160726+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:24.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:23 smithi173 bash[23664]: cluster 2024-03-21T22:02:22.160726+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:26.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:25 smithi072 bash[21600]: cluster 2024-03-21T22:02:24.161083+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:26.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:25 smithi164 bash[23230]: cluster 2024-03-21T22:02:24.161083+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:26.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:25 smithi173 bash[23664]: cluster 2024-03-21T22:02:24.161083+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:28.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:27 smithi072 bash[21600]: cluster 2024-03-21T22:02:26.161610+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:27 smithi164 bash[23230]: cluster 2024-03-21T22:02:26.161610+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:28.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:27 smithi173 bash[23664]: cluster 2024-03-21T22:02:26.161610+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:28.863 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:30.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:29 smithi072 bash[21600]: cluster 2024-03-21T22:02:28.162185+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:30.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:29 smithi164 bash[23230]: cluster 2024-03-21T22:02:28.162185+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:30.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:29 smithi173 bash[23664]: cluster 2024-03-21T22:02:28.162185+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:31.821 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:02:31.824 INFO:teuthology.orchestra.run.smithi072.stderr:dumped all 2024-03-21T22:02:32.056 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:31 smithi072 bash[21600]: cluster 2024-03-21T22:02:30.162729+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:32.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:31 smithi164 bash[23230]: cluster 2024-03-21T22:02:30.162729+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:32.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:31 smithi173 bash[23664]: cluster 2024-03-21T22:02:30.162729+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:32.590 INFO:teuthology.orchestra.run.smithi072.stdout:{"pg_ready":true,"pg_map":{"version":298,"stamp":"2024-03-21T22:02:30.162467+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178836,"kb_used_data":4212,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292076,"statfs":{"total":575970213888,"available":575787085824,"internally_reserved":0,"allocated":4313088,"data_stored":2759424,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.002709"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":260,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-21T22:01:03.531829+0000","last_change":"2024-03-21T22:01:03.531101+0000","last_active":"2024-03-21T22:01:03.531829+0000","last_peered":"2024-03-21T22:01:03.531829+0000","last_clean":"2024-03-21T22:01:03.531829+0000","last_became_active":"2024-03-21T22:01:03.530043+0000","last_became_peered":"2024-03-21T22:01:03.530043+0000","last_unstale":"2024-03-21T22:01:03.531829+0000","last_undegraded":"2024-03-21T22:01:03.531829+0000","last_fullsized":"2024-03-21T22:01:03.531829+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T21:58:28.472439+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T21:58:28.472439+0000","last_clean_scrub_stamp":"2024-03-21T21:58:28.472439+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-03-23T00:43:25.795083+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626453,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":33,"seq":141733920800,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27440,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":25,"seq":107374182441,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32176,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712976,"statfs":{"total":95995035648,"available":95962087424,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411380,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32180,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712972,"statfs":{"total":95995035648,"available":95962083328,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"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":34359738440,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574910,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31596,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713556,"statfs":{"total":95995035648,"available":95962681344,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-03-21T22:02:32.591 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T22:02:32.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:32 smithi072 bash[21600]: audit 2024-03-21T22:02:31.824352+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:33.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:32 smithi164 bash[23230]: audit 2024-03-21T22:02:31.824352+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:33.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:32 smithi173 bash[23664]: audit 2024-03-21T22:02:31.824352+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:34.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:33 smithi072 bash[21600]: cluster 2024-03-21T22:02:32.163278+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:34.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:33 smithi164 bash[23230]: cluster 2024-03-21T22:02:32.163278+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:34.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:33 smithi173 bash[23664]: cluster 2024-03-21T22:02:32.163278+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:36.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:35 smithi072 bash[21600]: cluster 2024-03-21T22:02:34.163822+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:36.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:35 smithi164 bash[23230]: cluster 2024-03-21T22:02:34.163822+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:36.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:35 smithi173 bash[23664]: cluster 2024-03-21T22:02:34.163822+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:37.319 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:38.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:37 smithi072 bash[21600]: cluster 2024-03-21T22:02:36.164451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:38.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:37 smithi164 bash[23230]: cluster 2024-03-21T22:02:36.164451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:38.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:37 smithi173 bash[23664]: cluster 2024-03-21T22:02:36.164451+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:40.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:39 smithi072 bash[21600]: cluster 2024-03-21T22:02:38.165042+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:40.217 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:02:40.220 INFO:teuthology.orchestra.run.smithi072.stderr:dumped all 2024-03-21T22:02:40.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:39 smithi164 bash[23230]: cluster 2024-03-21T22:02:38.165042+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:40.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:39 smithi173 bash[23664]: cluster 2024-03-21T22:02:38.165042+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:40.939 INFO:teuthology.orchestra.run.smithi072.stdout:{"pg_ready":true,"pg_map":{"version":303,"stamp":"2024-03-21T22:02:40.165320+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":6,"num_bytes_recovered":1771104,"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":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":178836,"kb_used_data":4212,"kb_used_omap":9,"kb_used_meta":174518,"kb_avail":562292076,"statfs":{"total":575970213888,"available":575787085824,"internally_reserved":0,"allocated":4313088,"data_stored":2759424,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":178707104},"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.003418"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":260,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-03-21T22:01:03.531829+0000","last_change":"2024-03-21T22:01:03.531101+0000","last_active":"2024-03-21T22:01:03.531829+0000","last_peered":"2024-03-21T22:01:03.531829+0000","last_clean":"2024-03-21T22:01:03.531829+0000","last_became_active":"2024-03-21T22:01:03.530043+0000","last_became_peered":"2024-03-21T22:01:03.530043+0000","last_unstale":"2024-03-21T22:01:03.531829+0000","last_undegraded":"2024-03-21T22:01:03.531829+0000","last_fullsized":"2024-03-21T22:01:03.531829+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T21:58:28.472439+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T21:58:28.472439+0000","last_clean_scrub_stamp":"2024-03-21T21:58:28.472439+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-03-23T00:43:25.795083+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":6,"num_bytes_recovered":1771104,"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":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"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":6,"num_bytes_recovered":1771104,"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":3563520,"data_stored":3542208,"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":6}],"osd_stats":[{"osd":5,"up_from":42,"seq":180388626455,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28012,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717140,"statfs":{"total":95995035648,"available":95966351360,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"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":4,"up_from":33,"seq":141733920802,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27440,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"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":3,"up_from":25,"seq":107374182443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32176,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712976,"statfs":{"total":95995035648,"available":95962087424,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"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":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32180,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712972,"statfs":{"total":95995035648,"available":95962083328,"internally_reserved":0,"allocated":1015808,"data_stored":755088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"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":34359738442,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27432,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717720,"statfs":{"total":95995035648,"available":95966945280,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"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":55834574912,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31596,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713556,"statfs":{"total":95995035648,"available":95962681344,"internally_reserved":0,"allocated":421888,"data_stored":164720,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5],"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},{"poolid":1,"osd":3,"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":4,"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":5,"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-03-21T22:02:40.939 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T22:02:40.939 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T22:02:40.940 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T22:02:40.940 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T22:02:42.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:41 smithi072 bash[21600]: cluster 2024-03-21T22:02:40.165557+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:42.090 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:41 smithi072 bash[21600]: audit 2024-03-21T22:02:40.220317+0000 mgr.a (mgr.14152) 334 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:42.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:41 smithi164 bash[23230]: cluster 2024-03-21T22:02:40.165557+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:42.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:41 smithi164 bash[23230]: audit 2024-03-21T22:02:40.220317+0000 mgr.a (mgr.14152) 334 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:42.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:41 smithi173 bash[23664]: cluster 2024-03-21T22:02:40.165557+0000 mgr.a (mgr.14152) 333 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:42.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:41 smithi173 bash[23664]: audit 2024-03-21T22:02:40.220317+0000 mgr.a (mgr.14152) 334 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:44.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:43 smithi072 bash[21600]: cluster 2024-03-21T22:02:42.166101+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:44.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:43 smithi164 bash[23230]: cluster 2024-03-21T22:02:42.166101+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:44.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:43 smithi173 bash[23664]: cluster 2024-03-21T22:02:42.166101+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:45.677 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:46.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:45 smithi072 bash[21600]: cluster 2024-03-21T22:02:44.166614+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:46.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:45 smithi164 bash[23230]: cluster 2024-03-21T22:02:44.166614+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:46.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:45 smithi173 bash[23664]: cluster 2024-03-21T22:02:44.166614+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:48.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:47 smithi072 bash[21600]: cluster 2024-03-21T22:02:46.167141+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:48.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:47 smithi164 bash[23230]: cluster 2024-03-21T22:02:46.167141+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:48.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:47 smithi173 bash[23664]: cluster 2024-03-21T22:02:46.167141+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:48.741 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-03-21T22:02:48.742 INFO:teuthology.orchestra.run.smithi072.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T22:02:49.089 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:48 smithi072 bash[21600]: audit 2024-03-21T22:02:48.746479+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.72:0/2083971457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:02:49.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:48 smithi164 bash[23230]: audit 2024-03-21T22:02:48.746479+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.72:0/2083971457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:02:49.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:48 smithi173 bash[23664]: audit 2024-03-21T22:02:48.746479+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.72:0/2083971457' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T22:02:49.473 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T22:02:49.473 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T22:02:49.474 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T22:02:49.484 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi072.front.sepia.ceph.com 2024-03-21T22:02:49.484 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 -- bash -c 'set -ex 2024-03-21T22:02:49.484 DEBUG:teuthology.orchestra.run.smithi072:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-03-21T22:02:49.484 DEBUG:teuthology.orchestra.run.smithi072:> for host in $HOSTNAMES; do 2024-03-21T22:02:49.484 DEBUG:teuthology.orchestra.run.smithi072:> # find the hostname for "host.c" which will have no mgr 2024-03-21T22:02:49.484 DEBUG:teuthology.orchestra.run.smithi072:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> if [ "$HAS_MGRS" == "false" ]; then 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> HOST_C="${host}" 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> fi 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> done 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # One last thing to worry about before draining the host 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # is that the teuthology test tends to put the explicit 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # hostnames in the placement for the mon service. 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # We want to make sure we can drain without providing 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # --force and there is a check for the host being removed 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # being listed explicitly in the placements. Therefore, 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # we should remove it from the mon placement. 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> ceph orch ls mon --export > mon.yaml 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> ceph orch apply -i mon_adjusted.yaml 2024-03-21T22:02:49.485 DEBUG:teuthology.orchestra.run.smithi072:> # now drain that host 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> ceph orch host drain $HOST_C --zap-osd-devices 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> # wait for drain to complete 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> sleep 15 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> done 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> # we want to check the ability to remove the host from 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> # the CRUSH map, so we should first verify the host is in 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> # the CRUSH map. 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> ceph osd getcrushmap -o compiled-crushmap 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-21T22:02:49.486 DEBUG:teuthology.orchestra.run.smithi072:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> exit 1 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> fi 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> # If the drain was successful, we should be able to remove the 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> # host without force with no issues. If there are still daemons 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> # we will get a response telling us to drain the host and a 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> # non-zero return code 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> ceph orch host rm $HOST_C --rm-crush-entry 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> sleep 30 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> ceph osd getcrushmap -o compiled-crushmap 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> CRUSH_MAP=$(cat crushmap.txt) 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-03-21T22:02:49.487 DEBUG:teuthology.orchestra.run.smithi072:> exit 1 2024-03-21T22:02:49.488 DEBUG:teuthology.orchestra.run.smithi072:> fi 2024-03-21T22:02:49.488 DEBUG:teuthology.orchestra.run.smithi072:> ' 2024-03-21T22:02:50.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:49 smithi164 bash[23230]: cluster 2024-03-21T22:02:48.167683+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:50.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:49 smithi173 bash[23664]: cluster 2024-03-21T22:02:48.167683+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:50.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:49 smithi072 bash[21600]: cluster 2024-03-21T22:02:48.167683+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:52.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:51 smithi164 bash[23230]: cluster 2024-03-21T22:02:50.168253+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:52.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:51 smithi173 bash[23664]: cluster 2024-03-21T22:02:50.168253+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:52.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:51 smithi072 bash[21600]: cluster 2024-03-21T22:02:50.168253+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:54.222 INFO:teuthology.orchestra.run.smithi072.stderr:Inferring config /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T22:02:54.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:53 smithi164 bash[23230]: cluster 2024-03-21T22:02:52.168854+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:54.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:53 smithi173 bash[23664]: cluster 2024-03-21T22:02:52.168854+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:54.244 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:53 smithi072 bash[21600]: cluster 2024-03-21T22:02:52.168854+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:56.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:55 smithi164 bash[23230]: cluster 2024-03-21T22:02:54.169351+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:56.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:55 smithi173 bash[23664]: cluster 2024-03-21T22:02:54.169351+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:56.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:55 smithi072 bash[21600]: cluster 2024-03-21T22:02:54.169351+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:56.860 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch host ls --format json 2024-03-21T22:02:56.860 INFO:teuthology.orchestra.run.smithi072.stderr:++ jq -r '.[] | .hostname' 2024-03-21T22:02:57.215 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOSTNAMES='smithi072 2024-03-21T22:02:57.215 INFO:teuthology.orchestra.run.smithi072.stderr:smithi164 2024-03-21T22:02:57.215 INFO:teuthology.orchestra.run.smithi072.stderr:smithi173' 2024-03-21T22:02:57.215 INFO:teuthology.orchestra.run.smithi072.stderr:+ for host in $HOSTNAMES 2024-03-21T22:02:57.215 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi072 --format json 2024-03-21T22:02:57.216 INFO:teuthology.orchestra.run.smithi072.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T22:02:57.561 INFO:teuthology.orchestra.run.smithi072.stderr:+ HAS_MGRS=true 2024-03-21T22:02:57.561 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' true == false ']' 2024-03-21T22:02:57.561 INFO:teuthology.orchestra.run.smithi072.stderr:+ for host in $HOSTNAMES 2024-03-21T22:02:57.562 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi164 --format json 2024-03-21T22:02:57.562 INFO:teuthology.orchestra.run.smithi072.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T22:02:57.913 INFO:teuthology.orchestra.run.smithi072.stderr:+ HAS_MGRS=true 2024-03-21T22:02:57.913 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' true == false ']' 2024-03-21T22:02:57.913 INFO:teuthology.orchestra.run.smithi072.stderr:+ for host in $HOSTNAMES 2024-03-21T22:02:57.914 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 --format json 2024-03-21T22:02:57.914 INFO:teuthology.orchestra.run.smithi072.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-03-21T22:02:58.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:57 smithi164 bash[23230]: cluster 2024-03-21T22:02:56.169706+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:58.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:57 smithi173 bash[23664]: cluster 2024-03-21T22:02:56.169706+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:58.268 INFO:teuthology.orchestra.run.smithi072.stderr:+ HAS_MGRS=false 2024-03-21T22:02:58.268 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' false == false ']' 2024-03-21T22:02:58.268 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C=smithi173 2024-03-21T22:02:58.268 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph orch ls mon --export 2024-03-21T22:02:58.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:57 smithi072 bash[21600]: cluster 2024-03-21T22:02:56.169706+0000 mgr.a (mgr.14152) 342 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:02:58.625 INFO:teuthology.orchestra.run.smithi072.stderr:+ sed /smithi173/d mon.yaml 2024-03-21T22:02:58.626 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-03-21T22:02:58.988 INFO:teuthology.orchestra.run.smithi072.stdout:Scheduled mon update... 2024-03-21T22:02:59.001 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph orch host drain smithi173 --zap-osd-devices 2024-03-21T22:02:59.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:58 smithi164 bash[23230]: audit 2024-03-21T22:02:57.205427+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:58 smithi164 bash[23230]: audit 2024-03-21T22:02:57.549584+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi072", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:02:58 smithi164 bash[23230]: audit 2024-03-21T22:02:57.900880+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:58 smithi173 bash[23664]: audit 2024-03-21T22:02:57.205427+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:58 smithi173 bash[23664]: audit 2024-03-21T22:02:57.549584+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi072", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.241 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:58 smithi173 bash[23664]: audit 2024-03-21T22:02:57.900880+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:58 smithi072 bash[21600]: audit 2024-03-21T22:02:57.205427+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:58 smithi072 bash[21600]: audit 2024-03-21T22:02:57.549584+0000 mgr.a (mgr.14152) 344 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi072", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:02:59.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:02:58 smithi072 bash[21600]: audit 2024-03-21T22:02:57.900880+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T22:03:00.240 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:02:59 smithi173 systemd[1]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cephadm 2024-03-21T22:02:59.049310+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cephadm 2024-03-21T22:02:59.049412+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Removing monitor c from monmap... 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: audit 2024-03-21T22:02:59.052737+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: audit 2024-03-21T22:02:59.055639+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: audit 2024-03-21T22:02:59.055911+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:02:59.060247+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T22:03:01.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:00.170715+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.056166+0000 mon.a (mon.0) 592 : cluster [INF] mon.a calling monitor election 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.078081+0000 mon.a (mon.0) 593 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.084773+0000 mon.a (mon.0) 594 : cluster [DBG] monmap e4: 2 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.085794+0000 mon.a (mon.0) 595 : cluster [DBG] fsmap 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.085853+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.086393+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-21T22:03:01.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:01 smithi164 bash[23230]: cluster 2024-03-21T22:03:01.086643+0000 mon.a (mon.0) 598 : cluster [INF] overall HEALTH_OK 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cephadm 2024-03-21T22:02:59.049310+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cephadm 2024-03-21T22:02:59.049412+0000 mgr.a (mgr.14152) 352 : cephadm [INF] Removing monitor c from monmap... 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: audit 2024-03-21T22:02:59.052737+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: audit 2024-03-21T22:02:59.055639+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: audit 2024-03-21T22:02:59.055911+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:02:59.060247+0000 mon.b (mon.1) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:00.170715+0000 mgr.a (mgr.14152) 353 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.056166+0000 mon.a (mon.0) 592 : cluster [INF] mon.a calling monitor election 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.078081+0000 mon.a (mon.0) 593 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-03-21T22:03:01.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.084773+0000 mon.a (mon.0) 594 : cluster [DBG] monmap e4: 2 mons at {a=[v2:172.21.15.72:3300/0,v1:172.21.15.72:6789/0],b=[v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-03-21T22:03:01.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.085794+0000 mon.a (mon.0) 595 : cluster [DBG] fsmap 2024-03-21T22:03:01.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.085853+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-03-21T22:03:01.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.086393+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-03-21T22:03:01.591 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:01 smithi072 bash[21600]: cluster 2024-03-21T22:03:01.086643+0000 mon.a (mon.0) 598 : cluster [INF] overall HEALTH_OK 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:Scheduled to remove the following daemons from host 'smithi173' 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:type id 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------- --------------- 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:mon c 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:osd 4 2024-03-21T22:03:02.358 INFO:teuthology.orchestra.run.smithi072.stdout:osd 5 2024-03-21T22:03:02.371 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 2024-03-21T22:03:02.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:02 smithi164 bash[23230]: cephadm 2024-03-21T22:03:01.089136+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Removing daemon mon.c from smithi173 -- ports [] 2024-03-21T22:03:02.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:02 smithi072 bash[21600]: cephadm 2024-03-21T22:03:01.089136+0000 mgr.a (mgr.14152) 354 : cephadm [INF] Removing daemon mon.c from smithi173 -- ports [] 2024-03-21T22:03:02.744 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:02.744 INFO:teuthology.orchestra.run.smithi072.stderr:mon.c smithi173 running (7m) 2m ago 7m 36.8M 2048M 19.0.0-2286-g5d87ad5b 1c3557fbb169 34716ed33b7c 2024-03-21T22:03:02.744 INFO:teuthology.orchestra.run.smithi072.stderr:osd.4 smithi173 running (3m) 2m ago 3m 33.3M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 a5479df67f3f 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 2m ago 2m - 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:mon.c smithi173 running (7m) 2m ago 7m 36.8M 2048M 19.0.0-2286-g5d87ad5b 1c3557fbb169 34716ed33b7c 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:osd.4 smithi173 running (3m) 2m ago 3m 33.3M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 a5479df67f3f 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 2m ago 2m - 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' '!=' 'No daemons reported' ']' 2024-03-21T22:03:02.745 INFO:teuthology.orchestra.run.smithi072.stderr:+ sleep 15 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: cluster 2024-03-21T22:03:02.171203+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.344471+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.351197+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: cephadm 2024-03-21T22:03:02.351885+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_schedule to host smithi173 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.355357+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: cephadm 2024-03-21T22:03:02.355891+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Added label _no_conf_keyring to host smithi173 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.357881+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: cephadm 2024-03-21T22:03:02.359436+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.360937+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T22:03:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: cephadm 2024-03-21T22:03:02.362314+0000 mgr.a (mgr.14152) 360 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-21T22:03:03.737 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:03 smithi164 bash[23230]: audit 2024-03-21T22:03:02.721943+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: cluster 2024-03-21T22:03:02.171203+0000 mgr.a (mgr.14152) 355 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.344471+0000 mgr.a (mgr.14152) 356 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi173", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.351197+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: cephadm 2024-03-21T22:03:02.351885+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_schedule to host smithi173 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.355357+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: cephadm 2024-03-21T22:03:02.355891+0000 mgr.a (mgr.14152) 358 : cephadm [INF] Added label _no_conf_keyring to host smithi173 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.357881+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T22:03:03.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: cephadm 2024-03-21T22:03:02.359436+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-03-21T22:03:03.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.360937+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-03-21T22:03:03.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: cephadm 2024-03-21T22:03:02.362314+0000 mgr.a (mgr.14152) 360 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-03-21T22:03:03.841 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:03 smithi072 bash[21600]: audit 2024-03-21T22:03:02.721943+0000 mgr.a (mgr.14152) 361 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:05 smithi164 bash[23230]: cluster 2024-03-21T22:03:04.171737+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:05.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:05 smithi072 bash[21600]: cluster 2024-03-21T22:03:04.171737+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:06.490 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:06 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:03:06.490 INFO:journalctl@ceph.mon.c.smithi173.stdout:Mar 21 22:03:06 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:03:06.490 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:06 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:03:07.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:07 smithi164 bash[23230]: cluster 2024-03-21T22:03:06.172296+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:07.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:07 smithi164 bash[23230]: audit 2024-03-21T22:03:06.375041+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:07.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:07 smithi164 bash[23230]: audit 2024-03-21T22:03:06.382773+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:07.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:07 smithi164 bash[23230]: audit 2024-03-21T22:03:06.483154+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:03:07.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:07 smithi072 bash[21600]: cluster 2024-03-21T22:03:06.172296+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:07.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:07 smithi072 bash[21600]: audit 2024-03-21T22:03:06.375041+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:07.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:07 smithi072 bash[21600]: audit 2024-03-21T22:03:06.382773+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:07.840 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:07 smithi072 bash[21600]: audit 2024-03-21T22:03:06.483154+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:03:09.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:09 smithi164 bash[23230]: cluster 2024-03-21T22:03:08.172905+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:09.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:09 smithi072 bash[21600]: cluster 2024-03-21T22:03:08.172905+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:11.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:11 smithi072 bash[21600]: audit 2024-03-21T22:03:10.038219+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:11.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:11 smithi164 bash[23230]: audit 2024-03-21T22:03:10.038219+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:12.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:12 smithi072 bash[21600]: cluster 2024-03-21T22:03:10.173391+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:12.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:12 smithi072 bash[21600]: audit 2024-03-21T22:03:11.726122+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:12.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:12 smithi072 bash[21600]: audit 2024-03-21T22:03:11.734763+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:12.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:12 smithi164 bash[23230]: cluster 2024-03-21T22:03:10.173391+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:12.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:12 smithi164 bash[23230]: audit 2024-03-21T22:03:11.726122+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:12.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:12 smithi164 bash[23230]: audit 2024-03-21T22:03:11.734763+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cluster 2024-03-21T22:03:12.173931+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:13.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.427490+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:13.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.429699+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:03:13.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.432523+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.433330+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.433688+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.500257+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.565387+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Removing smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.605390+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.611403+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.649423+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: cephadm 2024-03-21T22:03:12.651981+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.821702+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.828595+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.835836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.842858+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.341 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.847016+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.847401+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.849776+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.850124+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.852270+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.852662+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T22:03:13.342 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: audit 2024-03-21T22:03:12.854711+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-21T22:03:13.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cluster 2024-03-21T22:03:12.173931+0000 mgr.a (mgr.14152) 366 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:13.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.427490+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:13.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.429699+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:03:13.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.432523+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi072:/etc/ceph/ceph.conf 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.433330+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Updating smithi164:/etc/ceph/ceph.conf 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.433688+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.500257+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi173:/etc/ceph/ceph.client.admin.keyring 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.565387+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Removing smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.605390+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.611403+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.649423+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: cephadm 2024-03-21T22:03:12.651981+0000 mgr.a (mgr.14152) 373 : cephadm [INF] Updating smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.821702+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.828595+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.835836+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.842858+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:13.487 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.847016+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.847401+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.849776+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.850124+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.852270+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.852662+0000 mgr.a (mgr.14152) 376 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-03-21T22:03:13.488 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:13 smithi164 bash[23230]: audit 2024-03-21T22:03:12.854711+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-03-21T22:03:14.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:13 smithi072 bash[21600]: debug 2024-03-21T22:03:13.851+0000 7f1a0129e700 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.841798+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: cluster 2024-03-21T22:03:13.846853+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: cephadm 2024-03-21T22:03:13.848126+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.849020+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.849456+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.851925+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.852288+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:14 smithi164 bash[23230]: audit 2024-03-21T22:03:13.854292+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.841798+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-03-21T22:03:15.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: cluster 2024-03-21T22:03:13.846853+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: cephadm 2024-03-21T22:03:13.848126+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.849020+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.849456+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.851925+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.852288+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:14 smithi072 bash[21600]: audit 2024-03-21T22:03:13.854292+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-03-21T22:03:15.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:15 smithi173 systemd[1]: Stopping Ceph osd.4 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:03:15.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:15 smithi173 bash[26946]: debug 2024-03-21T22:03:15.394+0000 7f3d7e6b3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -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-03-21T22:03:15.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:15 smithi173 bash[26946]: debug 2024-03-21T22:03:15.394+0000 7f3d7e6b3700 -1 osd.4 47 *** Got signal Terminated *** 2024-03-21T22:03:15.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:15 smithi173 bash[26946]: debug 2024-03-21T22:03:15.394+0000 7f3d7e6b3700 -1 osd.4 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: cluster 2024-03-21T22:03:14.174488+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: cluster 2024-03-21T22:03:14.842618+0000 mon.a (mon.0) 626 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: audit 2024-03-21T22:03:14.849774+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: cluster 2024-03-21T22:03:14.856260+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: cephadm 2024-03-21T22:03:14.857730+0000 mgr.a (mgr.14152) 381 : cephadm [INF] osd.4 now down 2024-03-21T22:03:16.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:15 smithi164 bash[23230]: cephadm 2024-03-21T22:03:14.858314+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Removing daemon osd.4 from smithi173 -- ports [] 2024-03-21T22:03:16.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: cluster 2024-03-21T22:03:14.174488+0000 mgr.a (mgr.14152) 380 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:16.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: cluster 2024-03-21T22:03:14.842618+0000 mon.a (mon.0) 626 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T22:03:16.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: audit 2024-03-21T22:03:14.849774+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-03-21T22:03:16.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: cluster 2024-03-21T22:03:14.856260+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-03-21T22:03:16.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: cephadm 2024-03-21T22:03:14.857730+0000 mgr.a (mgr.14152) 381 : cephadm [INF] osd.4 now down 2024-03-21T22:03:16.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:15 smithi072 bash[21600]: cephadm 2024-03-21T22:03:14.858314+0000 mgr.a (mgr.14152) 382 : cephadm [INF] Removing daemon osd.4 from smithi173 -- ports [] 2024-03-21T22:03:16.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:16 smithi173 bash[35530]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-4 2024-03-21T22:03:16.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:16 smithi173 bash[35593]: Error response from daemon: No such container: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-4 2024-03-21T22:03:17.237 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:16 smithi164 bash[23230]: cluster 2024-03-21T22:03:15.864128+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-21T22:03:17.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:16 smithi072 bash[21600]: cluster 2024-03-21T22:03:15.864128+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-03-21T22:03:17.747 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 2024-03-21T22:03:18.119 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:osd.4 smithi173 running (3m) 6s ago 3m 37.4M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 a5479df67f3f 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 6s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:osd.4 smithi173 running (3m) 6s ago 3m 37.4M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 a5479df67f3f 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 6s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' '!=' 'No daemons reported' ']' 2024-03-21T22:03:18.120 INFO:teuthology.orchestra.run.smithi072.stderr:+ sleep 15 2024-03-21T22:03:18.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:17 smithi164 bash[23230]: cluster 2024-03-21T22:03:16.175008+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:18.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:17 smithi164 bash[23230]: cluster 2024-03-21T22:03:16.866888+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-21T22:03:18.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:17 smithi072 bash[21600]: cluster 2024-03-21T22:03:16.175008+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-03-21T22:03:18.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:17 smithi072 bash[21600]: cluster 2024-03-21T22:03:16.866888+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e50: 6 total, 5 up, 6 in 2024-03-21T22:03:18.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:18 smithi173 systemd[1]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.4.service: Deactivated successfully. 2024-03-21T22:03:18.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:18 smithi173 systemd[1]: Stopped Ceph osd.4 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T22:03:18.740 INFO:journalctl@ceph.osd.4.smithi173.stdout:Mar 21 22:03:18 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:03:18.740 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:18 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:03:19.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: audit 2024-03-21T22:03:18.833920+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: audit 2024-03-21T22:03:18.836909+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: audit 2024-03-21T22:03:18.842928+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: cluster 2024-03-21T22:03:18.844220+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: cluster 2024-03-21T22:03:18.844271+0000 mon.a (mon.0) 635 : cluster [INF] Cluster is now healthy 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: audit 2024-03-21T22:03:18.846477+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:03:19.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:18 smithi164 bash[23230]: cluster 2024-03-21T22:03:18.851586+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-21T22:03:19.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: audit 2024-03-21T22:03:18.833920+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: audit 2024-03-21T22:03:18.836909+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: audit 2024-03-21T22:03:18.842928+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: cluster 2024-03-21T22:03:18.844220+0000 mon.a (mon.0) 634 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: cluster 2024-03-21T22:03:18.844271+0000 mon.a (mon.0) 635 : cluster [INF] Cluster is now healthy 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: audit 2024-03-21T22:03:18.846477+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:03:19.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:18 smithi072 bash[21600]: cluster 2024-03-21T22:03:18.851586+0000 mon.a (mon.0) 637 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-03-21T22:03:20.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: audit 2024-03-21T22:03:18.106202+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cluster 2024-03-21T22:03:18.175685+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cephadm 2024-03-21T22:03:18.833278+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Removing key for osd.4 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cephadm 2024-03-21T22:03:18.842296+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully removed osd.4 on smithi173 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cephadm 2024-03-21T22:03:18.853002+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Successfully purged osd.4 on smithi173 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cephadm 2024-03-21T22:03:18.853242+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Zapping devices for osd.4 on smithi173 2024-03-21T22:03:20.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:19 smithi164 bash[23230]: cluster 2024-03-21T22:03:19.853785+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-21T22:03:20.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: audit 2024-03-21T22:03:18.106202+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:20.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cluster 2024-03-21T22:03:18.175685+0000 mgr.a (mgr.14152) 385 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T22:03:20.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cephadm 2024-03-21T22:03:18.833278+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Removing key for osd.4 2024-03-21T22:03:20.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cephadm 2024-03-21T22:03:18.842296+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully removed osd.4 on smithi173 2024-03-21T22:03:20.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cephadm 2024-03-21T22:03:18.853002+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Successfully purged osd.4 on smithi173 2024-03-21T22:03:20.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cephadm 2024-03-21T22:03:18.853242+0000 mgr.a (mgr.14152) 389 : cephadm [INF] Zapping devices for osd.4 on smithi173 2024-03-21T22:03:20.340 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:19 smithi072 bash[21600]: cluster 2024-03-21T22:03:19.853785+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-03-21T22:03:22.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:21 smithi164 bash[23230]: cluster 2024-03-21T22:03:20.176215+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T22:03:22.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:21 smithi164 bash[23230]: cluster 2024-03-21T22:03:20.856219+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-21T22:03:22.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:21 smithi072 bash[21600]: cluster 2024-03-21T22:03:20.176215+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-03-21T22:03:22.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:21 smithi072 bash[21600]: cluster 2024-03-21T22:03:20.856219+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-03-21T22:03:23.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:22 smithi164 bash[23230]: cluster 2024-03-21T22:03:21.891446+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-21T22:03:23.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:22 smithi072 bash[21600]: cluster 2024-03-21T22:03:21.891446+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-03-21T22:03:24.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:23 smithi164 bash[23230]: cluster 2024-03-21T22:03:22.176829+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v332: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T22:03:24.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:23 smithi164 bash[23230]: cluster 2024-03-21T22:03:22.904401+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-21T22:03:24.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:23 smithi072 bash[21600]: cluster 2024-03-21T22:03:22.176829+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v332: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T22:03:24.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:23 smithi072 bash[21600]: cluster 2024-03-21T22:03:22.904401+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e55: 5 total, 5 up, 5 in 2024-03-21T22:03:26.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:25 smithi164 bash[23230]: cluster 2024-03-21T22:03:24.177417+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v334: 1 pgs: 1 peering; 577 KiB data, 149 MiB used, 447 GiB / 447 GiB avail; 133 KiB/s, 0 objects/s recovering 2024-03-21T22:03:26.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:25 smithi072 bash[21600]: cluster 2024-03-21T22:03:24.177417+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v334: 1 pgs: 1 peering; 577 KiB data, 149 MiB used, 447 GiB / 447 GiB avail; 133 KiB/s, 0 objects/s recovering 2024-03-21T22:03:27.839 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21856]: debug 2024-03-21T22:03:27.343+0000 7f55f433d700 -1 mgr.server reply reply (16) Device or resource busy OSD(s) 5 last reported they still store some PG data, and not all PGs are active+clean; we cannot be sure they aren't still needed. 2024-03-21T22:03:28.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: cluster 2024-03-21T22:03:26.177960+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v335: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T22:03:28.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.341983+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.344940+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.354193+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.458374+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:03:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.460149+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:03:28.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:27 smithi164 bash[23230]: audit 2024-03-21T22:03:27.461861+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: cluster 2024-03-21T22:03:26.177960+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v335: 1 pgs: 1 peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.341983+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.344940+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.354193+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.458374+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.460149+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:03:28.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:27 smithi072 bash[21600]: audit 2024-03-21T22:03:27.461861+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:29.208 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:28 smithi072 bash[21600]: cephadm 2024-03-21T22:03:27.341251+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi173 2024-03-21T22:03:29.208 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:28 smithi072 bash[21600]: audit 2024-03-21T22:03:27.342394+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:29.208 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:28 smithi072 bash[21600]: audit 2024-03-21T22:03:27.345310+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:29.208 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:28 smithi072 bash[21600]: cephadm 2024-03-21T22:03:27.457651+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T22:03:29.209 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:28 smithi072 bash[21600]: cephadm 2024-03-21T22:03:27.463851+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.a on smithi072 2024-03-21T22:03:29.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:28 smithi164 bash[23230]: cephadm 2024-03-21T22:03:27.341251+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi173 2024-03-21T22:03:29.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:28 smithi164 bash[23230]: audit 2024-03-21T22:03:27.342394+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:29.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:28 smithi164 bash[23230]: audit 2024-03-21T22:03:27.345310+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:29.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:28 smithi164 bash[23230]: cephadm 2024-03-21T22:03:27.457651+0000 mgr.a (mgr.14152) 397 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-21T22:03:29.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:28 smithi164 bash[23230]: cephadm 2024-03-21T22:03:27.463851+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Reconfiguring daemon mon.a on smithi072 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: cluster 2024-03-21T22:03:28.178567+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: audit 2024-03-21T22:03:29.682660+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: audit 2024-03-21T22:03:29.690549+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: audit 2024-03-21T22:03:29.733353+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: audit 2024-03-21T22:03:29.734926+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:03:30.165 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:29 smithi072 bash[21600]: audit 2024-03-21T22:03:29.736250+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:30.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: cluster 2024-03-21T22:03:28.178567+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T22:03:30.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: audit 2024-03-21T22:03:29.682660+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:30.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: audit 2024-03-21T22:03:29.690549+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:30.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: audit 2024-03-21T22:03:29.733353+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:03:30.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: audit 2024-03-21T22:03:29.734926+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:03:30.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:29 smithi164 bash[23230]: audit 2024-03-21T22:03:29.736250+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:31.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:30 smithi164 bash[23230]: cephadm 2024-03-21T22:03:29.732789+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-21T22:03:31.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:30 smithi164 bash[23230]: cephadm 2024-03-21T22:03:29.737950+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.a on smithi072 2024-03-21T22:03:31.316 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:30 smithi072 bash[21600]: cephadm 2024-03-21T22:03:29.732789+0000 mgr.a (mgr.14152) 400 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-03-21T22:03:31.316 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:30 smithi072 bash[21600]: cephadm 2024-03-21T22:03:29.737950+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Reconfiguring daemon mgr.a on smithi072 2024-03-21T22:03:32.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:31 smithi164 bash[23230]: cluster 2024-03-21T22:03:30.179094+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-03-21T22:03:32.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:31 smithi164 bash[23230]: audit 2024-03-21T22:03:31.823570+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:32.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:31 smithi164 bash[23230]: audit 2024-03-21T22:03:31.830131+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:32.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:31 smithi164 bash[23230]: audit 2024-03-21T22:03:31.857551+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T22:03:32.236 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:31 smithi164 bash[23230]: audit 2024-03-21T22:03:31.859315+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:32.296 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:31 smithi072 bash[21600]: cluster 2024-03-21T22:03:30.179094+0000 mgr.a (mgr.14152) 402 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-03-21T22:03:32.296 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:31 smithi072 bash[21600]: audit 2024-03-21T22:03:31.823570+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:32.296 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:31 smithi072 bash[21600]: audit 2024-03-21T22:03:31.830131+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:32.296 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:31 smithi072 bash[21600]: audit 2024-03-21T22:03:31.857551+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T22:03:32.296 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:31 smithi072 bash[21600]: audit 2024-03-21T22:03:31.859315+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:33.121 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 2024-03-21T22:03:33.179 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:32 smithi072 bash[21600]: cephadm 2024-03-21T22:03:31.857023+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T22:03:33.179 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:32 smithi072 bash[21600]: cephadm 2024-03-21T22:03:31.862313+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.0 on smithi072 2024-03-21T22:03:33.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:32 smithi164 bash[23230]: cephadm 2024-03-21T22:03:31.857023+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-21T22:03:33.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:32 smithi164 bash[23230]: cephadm 2024-03-21T22:03:31.862313+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Reconfiguring daemon osd.0 on smithi072 2024-03-21T22:03:33.493 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:33.493 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 21s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' 2024-03-21T22:03:33.493 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:33.493 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 21s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' '!=' 'No daemons reported' ']' 2024-03-21T22:03:33.493 INFO:teuthology.orchestra.run.smithi072.stderr:+ sleep 15 2024-03-21T22:03:34.235 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:33 smithi164 bash[23230]: cluster 2024-03-21T22:03:32.179631+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:34.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:33 smithi072 bash[21600]: cluster 2024-03-21T22:03:32.179631+0000 mgr.a (mgr.14152) 405 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:35.270 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: audit 2024-03-21T22:03:33.476505+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:35.270 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: audit 2024-03-21T22:03:34.012893+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:35.270 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: audit 2024-03-21T22:03:34.019357+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:35.270 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: cephadm 2024-03-21T22:03:34.033801+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T22:03:35.270 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: audit 2024-03-21T22:03:34.034135+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T22:03:35.271 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: audit 2024-03-21T22:03:34.035375+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:35.271 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:35 smithi072 bash[21600]: cephadm 2024-03-21T22:03:34.037847+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Reconfiguring daemon osd.1 on smithi072 2024-03-21T22:03:35.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: audit 2024-03-21T22:03:33.476505+0000 mgr.a (mgr.14152) 406 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:35.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: audit 2024-03-21T22:03:34.012893+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:35.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: audit 2024-03-21T22:03:34.019357+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:35.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: cephadm 2024-03-21T22:03:34.033801+0000 mgr.a (mgr.14152) 407 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-21T22:03:35.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: audit 2024-03-21T22:03:34.034135+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T22:03:35.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: audit 2024-03-21T22:03:34.035375+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:35.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:35 smithi164 bash[23230]: cephadm 2024-03-21T22:03:34.037847+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Reconfiguring daemon osd.1 on smithi072 2024-03-21T22:03:36.339 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:36 smithi072 bash[21600]: cluster 2024-03-21T22:03:34.180254+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:36.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:36 smithi164 bash[23230]: cluster 2024-03-21T22:03:34.180254+0000 mgr.a (mgr.14152) 409 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:37.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: audit 2024-03-21T22:03:36.152434+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:37.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: audit 2024-03-21T22:03:36.158829+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: cluster 2024-03-21T22:03:36.180921+0000 mgr.a (mgr.14152) 410 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: cephadm 2024-03-21T22:03:36.206519+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: audit 2024-03-21T22:03:36.207185+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: audit 2024-03-21T22:03:36.209070+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: audit 2024-03-21T22:03:36.210814+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:37.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:37 smithi164 bash[23230]: cephadm 2024-03-21T22:03:36.212990+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring daemon mon.b on smithi164 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: audit 2024-03-21T22:03:36.152434+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: audit 2024-03-21T22:03:36.158829+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: cluster 2024-03-21T22:03:36.180921+0000 mgr.a (mgr.14152) 410 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: cephadm 2024-03-21T22:03:36.206519+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: audit 2024-03-21T22:03:36.207185+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T22:03:37.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: audit 2024-03-21T22:03:36.209070+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T22:03:37.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: audit 2024-03-21T22:03:36.210814+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:37.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:37 smithi072 bash[21600]: cephadm 2024-03-21T22:03:36.212990+0000 mgr.a (mgr.14152) 412 : cephadm [INF] Reconfiguring daemon mon.b on smithi164 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: cluster 2024-03-21T22:03:38.181473+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: audit 2024-03-21T22:03:38.338284+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: audit 2024-03-21T22:03:38.347216+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: cephadm 2024-03-21T22:03:38.384190+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: audit 2024-03-21T22:03:38.384931+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: audit 2024-03-21T22:03:38.387139+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: audit 2024-03-21T22:03:38.389103+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:39.589 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:39 smithi164 bash[23230]: cephadm 2024-03-21T22:03:38.391302+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring daemon mgr.b on smithi164 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: cluster 2024-03-21T22:03:38.181473+0000 mgr.a (mgr.14152) 413 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: audit 2024-03-21T22:03:38.338284+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: audit 2024-03-21T22:03:38.347216+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: cephadm 2024-03-21T22:03:38.384190+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: audit 2024-03-21T22:03:38.384931+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: audit 2024-03-21T22:03:38.387139+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: audit 2024-03-21T22:03:38.389103+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:39.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:39 smithi072 bash[21600]: cephadm 2024-03-21T22:03:38.391302+0000 mgr.a (mgr.14152) 415 : cephadm [INF] Reconfiguring daemon mgr.b on smithi164 2024-03-21T22:03:41.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: cluster 2024-03-21T22:03:40.181935+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: audit 2024-03-21T22:03:40.397600+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: audit 2024-03-21T22:03:40.406433+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: cephadm 2024-03-21T22:03:40.410755+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: audit 2024-03-21T22:03:40.411398+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: audit 2024-03-21T22:03:40.413277+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:41.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:41 smithi164 bash[23230]: cephadm 2024-03-21T22:03:40.416274+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring daemon osd.2 on smithi164 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: cluster 2024-03-21T22:03:40.181935+0000 mgr.a (mgr.14152) 416 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: audit 2024-03-21T22:03:40.397600+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: audit 2024-03-21T22:03:40.406433+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: cephadm 2024-03-21T22:03:40.410755+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: audit 2024-03-21T22:03:40.411398+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: audit 2024-03-21T22:03:40.413277+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:41.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:41 smithi072 bash[21600]: cephadm 2024-03-21T22:03:40.416274+0000 mgr.a (mgr.14152) 418 : cephadm [INF] Reconfiguring daemon osd.2 on smithi164 2024-03-21T22:03:43.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: cluster 2024-03-21T22:03:42.182500+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:43.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: audit 2024-03-21T22:03:42.305846+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:43.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: audit 2024-03-21T22:03:42.314769+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:43.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: cephadm 2024-03-21T22:03:42.335943+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T22:03:43.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: audit 2024-03-21T22:03:42.336605+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T22:03:43.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: audit 2024-03-21T22:03:42.338387+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:43.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:43 smithi072 bash[21600]: cephadm 2024-03-21T22:03:42.341322+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring daemon osd.3 on smithi164 2024-03-21T22:03:43.639 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: cluster 2024-03-21T22:03:42.182500+0000 mgr.a (mgr.14152) 419 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:43.639 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: audit 2024-03-21T22:03:42.305846+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:43.639 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: audit 2024-03-21T22:03:42.314769+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:43.639 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: cephadm 2024-03-21T22:03:42.335943+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-21T22:03:43.639 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: audit 2024-03-21T22:03:42.336605+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T22:03:43.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: audit 2024-03-21T22:03:42.338387+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:43.640 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:43 smithi164 bash[23230]: cephadm 2024-03-21T22:03:42.341322+0000 mgr.a (mgr.14152) 421 : cephadm [INF] Reconfiguring daemon osd.3 on smithi164 2024-03-21T22:03:45.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: cluster 2024-03-21T22:03:44.183027+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:45.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: audit 2024-03-21T22:03:44.262169+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:45.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: audit 2024-03-21T22:03:44.272791+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:45.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: cephadm 2024-03-21T22:03:44.311857+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T22:03:45.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: audit 2024-03-21T22:03:44.312586+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T22:03:45.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: audit 2024-03-21T22:03:44.314478+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:45.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:45 smithi072 bash[21600]: cephadm 2024-03-21T22:03:44.317552+0000 mgr.a (mgr.14152) 424 : cephadm [INF] Reconfiguring daemon osd.5 on smithi173 2024-03-21T22:03:45.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: cluster 2024-03-21T22:03:44.183027+0000 mgr.a (mgr.14152) 422 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:45.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: audit 2024-03-21T22:03:44.262169+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:45.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: audit 2024-03-21T22:03:44.272791+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:45.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: cephadm 2024-03-21T22:03:44.311857+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-21T22:03:45.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: audit 2024-03-21T22:03:44.312586+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T22:03:45.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: audit 2024-03-21T22:03:44.314478+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:45.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:45 smithi164 bash[23230]: cephadm 2024-03-21T22:03:44.317552+0000 mgr.a (mgr.14152) 424 : cephadm [INF] Reconfiguring daemon osd.5 on smithi173 2024-03-21T22:03:47.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: audit 2024-03-21T22:03:46.133564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: audit 2024-03-21T22:03:46.141865+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: cluster 2024-03-21T22:03:46.183544+0000 mgr.a (mgr.14152) 425 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:47.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: audit 2024-03-21T22:03:46.187325+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:03:47.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: audit 2024-03-21T22:03:46.764624+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.486 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:47 smithi164 bash[23230]: audit 2024-03-21T22:03:46.770082+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: audit 2024-03-21T22:03:46.133564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: audit 2024-03-21T22:03:46.141865+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: cluster 2024-03-21T22:03:46.183544+0000 mgr.a (mgr.14152) 425 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: audit 2024-03-21T22:03:46.187325+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: audit 2024-03-21T22:03:46.764624+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:47.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:47 smithi072 bash[21600]: audit 2024-03-21T22:03:46.770082+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:48.495 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 2024-03-21T22:03:48.871 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:48.871 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 37s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' 2024-03-21T22:03:48.871 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T22:03:48.871 INFO:teuthology.orchestra.run.smithi072.stderr:osd.5 smithi173 running (2m) 37s ago 2m 37.2M 10.4G 19.0.0-2286-g5d87ad5b 1c3557fbb169 c429f6c8c42c ' '!=' 'No daemons reported' ']' 2024-03-21T22:03:48.871 INFO:teuthology.orchestra.run.smithi072.stderr:+ sleep 15 2024-03-21T22:03:49.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:49 smithi164 bash[23230]: cluster 2024-03-21T22:03:48.184103+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:49.485 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:49 smithi164 bash[23230]: audit 2024-03-21T22:03:48.852374+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:49.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:49 smithi072 bash[21600]: cluster 2024-03-21T22:03:48.184103+0000 mgr.a (mgr.14152) 426 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:49.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:49 smithi072 bash[21600]: audit 2024-03-21T22:03:48.852374+0000 mgr.a (mgr.14152) 427 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:03:51.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:51 smithi164 bash[23230]: cluster 2024-03-21T22:03:50.184669+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:51.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:51 smithi164 bash[23230]: audit 2024-03-21T22:03:50.440971+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:51.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:51 smithi164 bash[23230]: audit 2024-03-21T22:03:50.448907+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:51.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:51 smithi072 bash[21600]: cluster 2024-03-21T22:03:50.184669+0000 mgr.a (mgr.14152) 428 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:51.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:51 smithi072 bash[21600]: audit 2024-03-21T22:03:50.440971+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:51.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:51 smithi072 bash[21600]: audit 2024-03-21T22:03:50.448907+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:53.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:53 smithi164 bash[23230]: cluster 2024-03-21T22:03:52.185184+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:53.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:53 smithi072 bash[21600]: cluster 2024-03-21T22:03:52.185184+0000 mgr.a (mgr.14152) 429 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:55.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:55 smithi164 bash[23230]: cluster 2024-03-21T22:03:54.185717+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:55.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:55 smithi072 bash[21600]: cluster 2024-03-21T22:03:54.185717+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:57.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:57 smithi164 bash[23230]: cluster 2024-03-21T22:03:56.186231+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:57.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:57 smithi072 bash[21600]: cluster 2024-03-21T22:03:56.186231+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:58.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:58 smithi072 bash[21600]: debug 2024-03-21T22:03:58.319+0000 7f1a0129e700 -1 mon.a@0(leader).osd e55 definitely_dead 0 2024-03-21T22:03:59.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: cluster 2024-03-21T22:03:58.186766+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:59.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: cephadm 2024-03-21T22:03:58.288018+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.296619+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.304215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.305919+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.307832+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.312998+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.313389+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.315898+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.316269+0000 mgr.a (mgr.14152) 435 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.318555+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.318900+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:03:59 smithi072 bash[21600]: audit 2024-03-21T22:03:58.320947+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: cluster 2024-03-21T22:03:58.186766+0000 mgr.a (mgr.14152) 432 : cluster [DBG] pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:03:59.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: cephadm 2024-03-21T22:03:58.288018+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Detected new or changed devices on smithi173 2024-03-21T22:03:59.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.296619+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:59.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.304215+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.305919+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.307832+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.312998+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.313389+0000 mgr.a (mgr.14152) 434 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.315898+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.316269+0000 mgr.a (mgr.14152) 435 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.318555+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.318900+0000 mgr.a (mgr.14152) 436 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:03:59 smithi164 bash[23230]: audit 2024-03-21T22:03:58.320947+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-03-21T22:03:59.990 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:59 smithi173 systemd[1]: Stopping Ceph osd.5 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:03:59.990 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:59 smithi173 bash[32206]: debug 2024-03-21T22:03:59.873+0000 7fe9049f9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -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-03-21T22:03:59.990 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:59 smithi173 bash[32206]: debug 2024-03-21T22:03:59.873+0000 7fe9049f9700 -1 osd.5 56 *** Got signal Terminated *** 2024-03-21T22:03:59.990 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:03:59 smithi173 bash[32206]: debug 2024-03-21T22:03:59.873+0000 7fe9049f9700 -1 osd.5 56 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:04:00.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.301558+0000 mon.a (mon.0) 698 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T22:04:00.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.301612+0000 mon.a (mon.0) 699 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-21T22:04:00.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: audit 2024-03-21T22:03:59.303371+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-21T22:04:00.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.307857+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-21T22:04:00.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cephadm 2024-03-21T22:03:59.309260+0000 mgr.a (mgr.14152) 437 : cephadm [INF] osd.5 now down 2024-03-21T22:04:00.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cephadm 2024-03-21T22:03:59.309852+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Removing daemon osd.5 from smithi173 -- ports [] 2024-03-21T22:04:00.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.402148+0000 mon.a (mon.0) 702 : cluster [INF] osd.5 marked itself dead as of e56 2024-03-21T22:04:00.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.402260+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-03-21T22:04:00.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:00 smithi072 bash[21600]: cluster 2024-03-21T22:03:59.402269+0000 osd.5 (osd.5) 4 : cluster [DBG] map e56 wrongly marked me down at e56 2024-03-21T22:04:00.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.301558+0000 mon.a (mon.0) 698 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-21T22:04:00.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.301612+0000 mon.a (mon.0) 699 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-03-21T22:04:00.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: audit 2024-03-21T22:03:59.303371+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-03-21T22:04:00.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.307857+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e56: 5 total, 4 up, 5 in 2024-03-21T22:04:00.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cephadm 2024-03-21T22:03:59.309260+0000 mgr.a (mgr.14152) 437 : cephadm [INF] osd.5 now down 2024-03-21T22:04:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cephadm 2024-03-21T22:03:59.309852+0000 mgr.a (mgr.14152) 438 : cephadm [INF] Removing daemon osd.5 from smithi173 -- ports [] 2024-03-21T22:04:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.402148+0000 mon.a (mon.0) 702 : cluster [INF] osd.5 marked itself dead as of e56 2024-03-21T22:04:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.402260+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-03-21T22:04:00.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:00 smithi164 bash[23230]: cluster 2024-03-21T22:03:59.402269+0000 osd.5 (osd.5) 4 : cluster [DBG] map e56 wrongly marked me down at e56 2024-03-21T22:04:01.217 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:04:00 smithi173 bash[38377]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-5 2024-03-21T22:04:01.217 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:04:01 smithi173 bash[38442]: Error response from daemon: No such container: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-5 2024-03-21T22:04:01.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:01 smithi072 bash[21600]: cluster 2024-03-21T22:04:00.187304+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:04:01.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:01 smithi072 bash[21600]: cluster 2024-03-21T22:04:00.314967+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e57: 5 total, 4 up, 5 in 2024-03-21T22:04:01.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:01 smithi164 bash[23230]: cluster 2024-03-21T22:04:00.187304+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:04:01.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:01 smithi164 bash[23230]: cluster 2024-03-21T22:04:00.314967+0000 mon.a (mon.0) 703 : cluster [DBG] osdmap e57: 5 total, 4 up, 5 in 2024-03-21T22:04:03.239 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:04:02 smithi173 systemd[1]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.5.service: Deactivated successfully. 2024-03-21T22:04:03.239 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:04:02 smithi173 systemd[1]: Stopped Ceph osd.5 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715. 2024-03-21T22:04:03.239 INFO:journalctl@ceph.osd.5.smithi173.stdout:Mar 21 22:04:03 smithi173 systemd[1]: /etc/systemd/system/ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@.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-03-21T22:04:03.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: cluster 2024-03-21T22:04:02.187878+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:04:03.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: audit 2024-03-21T22:04:03.286961+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-21T22:04:03.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: audit 2024-03-21T22:04:03.289755+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-21T22:04:03.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: audit 2024-03-21T22:04:03.295606+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:04:03.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: cluster 2024-03-21T22:04:03.296811+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T22:04:03.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: cluster 2024-03-21T22:04:03.296869+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-21T22:04:03.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: cluster 2024-03-21T22:04:03.296921+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-03-21T22:04:03.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: audit 2024-03-21T22:04:03.299089+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:04:03.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:03 smithi072 bash[21600]: cluster 2024-03-21T22:04:03.304348+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-21T22:04:03.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: cluster 2024-03-21T22:04:02.187878+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-03-21T22:04:03.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: audit 2024-03-21T22:04:03.286961+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-03-21T22:04:03.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: audit 2024-03-21T22:04:03.289755+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: audit 2024-03-21T22:04:03.295606+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: cluster 2024-03-21T22:04:03.296811+0000 mon.a (mon.0) 707 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: cluster 2024-03-21T22:04:03.296869+0000 mon.a (mon.0) 708 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: cluster 2024-03-21T22:04:03.296921+0000 mon.a (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: audit 2024-03-21T22:04:03.299089+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-03-21T22:04:03.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:03 smithi164 bash[23230]: cluster 2024-03-21T22:04:03.304348+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e58: 4 total, 4 up, 4 in 2024-03-21T22:04:03.873 INFO:teuthology.orchestra.run.smithi072.stderr:++ ceph orch ps --hostname smithi173 2024-03-21T22:04:04.245 INFO:teuthology.orchestra.run.smithi072.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-03-21T22:04:04.245 INFO:teuthology.orchestra.run.smithi072.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-03-21T22:04:04.245 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-21T22:04:04.571 INFO:teuthology.orchestra.run.smithi072.stderr:17 2024-03-21T22:04:04.580 INFO:teuthology.orchestra.run.smithi072.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T22:04:04.588 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:04 smithi072 bash[21600]: cephadm 2024-03-21T22:04:03.286375+0000 mgr.a (mgr.14152) 441 : cephadm [INF] Removing key for osd.5 2024-03-21T22:04:04.588 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:04 smithi072 bash[21600]: cephadm 2024-03-21T22:04:03.294889+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Successfully removed osd.5 on smithi173 2024-03-21T22:04:04.588 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:04 smithi072 bash[21600]: cephadm 2024-03-21T22:04:03.307648+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Successfully purged osd.5 on smithi173 2024-03-21T22:04:04.588 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:04 smithi072 bash[21600]: cephadm 2024-03-21T22:04:03.307888+0000 mgr.a (mgr.14152) 444 : cephadm [INF] Zapping devices for osd.5 on smithi173 2024-03-21T22:04:04.598 INFO:teuthology.orchestra.run.smithi072.stderr:++ cat crushmap.txt 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:+ CRUSH_MAP='# begin crush map 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_local_tries 0 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_local_fallback_tries 0 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_total_tries 50 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_descend_once 1 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_vary_r 1 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_stable 1 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable straw_calc_version 1 2024-03-21T22:04:04.600 INFO:teuthology.orchestra.run.smithi072.stderr:tunable allowed_bucket_algs 54 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:# devices 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:device 0 osd.0 class ssd 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:device 1 osd.1 class ssd 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:device 2 osd.2 class ssd 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:device 3 osd.3 class ssd 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:# types 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 0 osd 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 1 host 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 2 chassis 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 3 rack 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 4 row 2024-03-21T22:04:04.601 INFO:teuthology.orchestra.run.smithi072.stderr:type 5 pdu 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 6 pod 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 7 room 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 8 datacenter 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 9 zone 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 10 region 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:type 11 root 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:# buckets 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr:host smithi072 { 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: id -3 # do not change unnecessarily 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: id -4 class ssd # do not change unnecessarily 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.17459 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:04.602 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.0 weight 0.08730 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.1 weight 0.08730 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr:host smithi164 { 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: id -5 # do not change unnecessarily 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: id -6 class ssd # do not change unnecessarily 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.17459 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.2 weight 0.08730 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.3 weight 0.08730 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr:host smithi173 { 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: id -7 # do not change unnecessarily 2024-03-21T22:04:04.603 INFO:teuthology.orchestra.run.smithi072.stderr: id -8 class ssd # do not change unnecessarily 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.00000 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr:root default { 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: id -1 # do not change unnecessarily 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: id -2 class ssd # do not change unnecessarily 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.34918 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: item smithi072 weight 0.17459 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: item smithi164 weight 0.17459 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: item smithi173 weight 0.00000 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:04.604 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr:# rules 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr:rule replicated_rule { 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: id 0 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: type replicated 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: step take default 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: step choose firstn 0 type osd 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: step emit 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr:# end crush map' 2024-03-21T22:04:04.605 INFO:teuthology.orchestra.run.smithi072.stderr:+ grep -q smithi173 2024-03-21T22:04:04.606 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph orch host rm smithi173 --rm-crush-entry 2024-03-21T22:04:04.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:04 smithi164 bash[23230]: cephadm 2024-03-21T22:04:03.286375+0000 mgr.a (mgr.14152) 441 : cephadm [INF] Removing key for osd.5 2024-03-21T22:04:04.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:04 smithi164 bash[23230]: cephadm 2024-03-21T22:04:03.294889+0000 mgr.a (mgr.14152) 442 : cephadm [INF] Successfully removed osd.5 on smithi173 2024-03-21T22:04:04.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:04 smithi164 bash[23230]: cephadm 2024-03-21T22:04:03.307648+0000 mgr.a (mgr.14152) 443 : cephadm [INF] Successfully purged osd.5 on smithi173 2024-03-21T22:04:04.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:04 smithi164 bash[23230]: cephadm 2024-03-21T22:04:03.307888+0000 mgr.a (mgr.14152) 444 : cephadm [INF] Zapping devices for osd.5 on smithi173 2024-03-21T22:04:05.363 INFO:teuthology.orchestra.run.smithi072.stdout:Removed host 'smithi173' 2024-03-21T22:04:05.385 INFO:teuthology.orchestra.run.smithi072.stderr:+ sleep 30 2024-03-21T22:04:05.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:05 smithi072 bash[21600]: cluster 2024-03-21T22:04:04.188378+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:05.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:05 smithi072 bash[21600]: audit 2024-03-21T22:04:04.230790+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:04:05.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:05 smithi072 bash[21600]: audit 2024-03-21T22:04:04.572999+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.72:0/3334905879' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T22:04:05.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:05 smithi072 bash[21600]: audit 2024-03-21T22:04:04.943882+0000 mgr.a (mgr.14152) 447 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:04:05.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:05 smithi072 bash[21600]: audit 2024-03-21T22:04:04.945011+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-03-21T22:04:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:05 smithi164 bash[23230]: cluster 2024-03-21T22:04:04.188378+0000 mgr.a (mgr.14152) 445 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:05 smithi164 bash[23230]: audit 2024-03-21T22:04:04.230790+0000 mgr.a (mgr.14152) 446 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:04:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:05 smithi164 bash[23230]: audit 2024-03-21T22:04:04.572999+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.72:0/3334905879' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T22:04:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:05 smithi164 bash[23230]: audit 2024-03-21T22:04:04.943882+0000 mgr.a (mgr.14152) 447 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi173", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T22:04:05.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:05 smithi164 bash[23230]: audit 2024-03-21T22:04:04.945011+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi173"}]: dispatch 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.337720+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: cluster 2024-03-21T22:04:05.343971+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e59: 4 total, 4 up, 4 in 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.352278+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.353458+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.360255+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: cephadm 2024-03-21T22:04:05.368668+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi173 2024-03-21T22:04:06.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: cephadm 2024-03-21T22:04:05.378122+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Successfully zapped devices for osd.5 on smithi173 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.385618+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.454977+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.458458+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.460043+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: cluster 2024-03-21T22:04:05.463319+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:06.590 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:06 smithi072 bash[21600]: audit 2024-03-21T22:04:05.471135+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:06.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.337720+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi173"}]': finished 2024-03-21T22:04:06.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: cluster 2024-03-21T22:04:05.343971+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e59: 4 total, 4 up, 4 in 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.352278+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.353458+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]: dispatch 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.360255+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi173"}]': finished 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: cephadm 2024-03-21T22:04:05.368668+0000 mgr.a (mgr.14152) 448 : cephadm [INF] Removed host smithi173 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: cephadm 2024-03-21T22:04:05.378122+0000 mgr.a (mgr.14152) 449 : cephadm [INF] Successfully zapped devices for osd.5 on smithi173 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.385618+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.454977+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.458458+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.460043+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: cluster 2024-03-21T22:04:05.463319+0000 mgr.a (mgr.14152) 450 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:06.736 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:06 smithi164 bash[23230]: audit 2024-03-21T22:04:05.471135+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.72:0/3678766530' entity='mgr.a' 2024-03-21T22:04:07.589 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:07 smithi072 bash[21600]: cluster 2024-03-21T22:04:06.382223+0000 mon.a (mon.0) 724 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-21T22:04:07.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:07 smithi164 bash[23230]: cluster 2024-03-21T22:04:06.382223+0000 mon.a (mon.0) 724 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-03-21T22:04:08.735 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:08 smithi164 bash[23230]: cluster 2024-03-21T22:04:07.463872+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:08.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:08 smithi072 bash[21600]: cluster 2024-03-21T22:04:07.463872+0000 mgr.a (mgr.14152) 451 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:10.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:10 smithi072 bash[21600]: cluster 2024-03-21T22:04:09.464445+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:10.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:10 smithi164 bash[23230]: cluster 2024-03-21T22:04:09.464445+0000 mgr.a (mgr.14152) 452 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:12.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:12 smithi072 bash[21600]: cluster 2024-03-21T22:04:11.464979+0000 mgr.a (mgr.14152) 453 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:12.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:12 smithi164 bash[23230]: cluster 2024-03-21T22:04:11.464979+0000 mgr.a (mgr.14152) 453 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:14.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:14 smithi072 bash[21600]: cluster 2024-03-21T22:04:13.465568+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:14.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:14 smithi164 bash[23230]: cluster 2024-03-21T22:04:13.465568+0000 mgr.a (mgr.14152) 454 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:16.839 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:16 smithi072 bash[21600]: cluster 2024-03-21T22:04:15.466155+0000 mgr.a (mgr.14152) 455 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:16.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:16 smithi164 bash[23230]: cluster 2024-03-21T22:04:15.466155+0000 mgr.a (mgr.14152) 455 : cluster [DBG] pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:18.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:18 smithi072 bash[21600]: cluster 2024-03-21T22:04:17.466719+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:18.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:18 smithi164 bash[23230]: cluster 2024-03-21T22:04:17.466719+0000 mgr.a (mgr.14152) 456 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:20.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:20 smithi072 bash[21600]: cluster 2024-03-21T22:04:19.467266+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:20.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:20 smithi164 bash[23230]: cluster 2024-03-21T22:04:19.467266+0000 mgr.a (mgr.14152) 457 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:22.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:22 smithi072 bash[21600]: cluster 2024-03-21T22:04:21.467836+0000 mgr.a (mgr.14152) 458 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:22.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:22 smithi164 bash[23230]: cluster 2024-03-21T22:04:21.467836+0000 mgr.a (mgr.14152) 458 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:24.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:24 smithi072 bash[21600]: cluster 2024-03-21T22:04:23.468440+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:24.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:24 smithi164 bash[23230]: cluster 2024-03-21T22:04:23.468440+0000 mgr.a (mgr.14152) 459 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:26.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:26 smithi072 bash[21600]: cluster 2024-03-21T22:04:25.468960+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:26.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:26 smithi164 bash[23230]: cluster 2024-03-21T22:04:25.468960+0000 mgr.a (mgr.14152) 460 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:28.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:28 smithi072 bash[21600]: cluster 2024-03-21T22:04:27.469524+0000 mgr.a (mgr.14152) 461 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:28.984 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:28 smithi164 bash[23230]: cluster 2024-03-21T22:04:27.469524+0000 mgr.a (mgr.14152) 461 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:30.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:30 smithi072 bash[21600]: cluster 2024-03-21T22:04:29.470075+0000 mgr.a (mgr.14152) 462 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:30.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:30 smithi164 bash[23230]: cluster 2024-03-21T22:04:29.470075+0000 mgr.a (mgr.14152) 462 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:32.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:32 smithi072 bash[21600]: cluster 2024-03-21T22:04:31.470640+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:32.984 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:32 smithi164 bash[23230]: cluster 2024-03-21T22:04:31.470640+0000 mgr.a (mgr.14152) 463 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:34.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:34 smithi072 bash[21600]: cluster 2024-03-21T22:04:33.471211+0000 mgr.a (mgr.14152) 464 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:34.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:34 smithi164 bash[23230]: cluster 2024-03-21T22:04:33.471211+0000 mgr.a (mgr.14152) 464 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:35.386 INFO:teuthology.orchestra.run.smithi072.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-03-21T22:04:35.721 INFO:teuthology.orchestra.run.smithi072.stderr:18 2024-03-21T22:04:35.730 INFO:teuthology.orchestra.run.smithi072.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-03-21T22:04:35.748 INFO:teuthology.orchestra.run.smithi072.stderr:++ cat crushmap.txt 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:+ CRUSH_MAP='# begin crush map 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_local_tries 0 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_local_fallback_tries 0 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable choose_total_tries 50 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_descend_once 1 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_vary_r 1 2024-03-21T22:04:35.750 INFO:teuthology.orchestra.run.smithi072.stderr:tunable chooseleaf_stable 1 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:tunable straw_calc_version 1 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:tunable allowed_bucket_algs 54 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:# devices 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:device 0 osd.0 class ssd 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:device 1 osd.1 class ssd 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:device 2 osd.2 class ssd 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:device 3 osd.3 class ssd 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:# types 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 0 osd 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 1 host 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 2 chassis 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 3 rack 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 4 row 2024-03-21T22:04:35.751 INFO:teuthology.orchestra.run.smithi072.stderr:type 5 pdu 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 6 pod 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 7 room 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 8 datacenter 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 9 zone 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 10 region 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:type 11 root 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:# buckets 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr:host smithi072 { 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: id -3 # do not change unnecessarily 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: id -4 class ssd # do not change unnecessarily 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.17459 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.0 weight 0.08730 2024-03-21T22:04:35.752 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.1 weight 0.08730 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr:host smithi164 { 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: id -5 # do not change unnecessarily 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: id -6 class ssd # do not change unnecessarily 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.17459 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.2 weight 0.08730 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: item osd.3 weight 0.08730 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr:root default { 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: id -1 # do not change unnecessarily 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: id -2 class ssd # do not change unnecessarily 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: # weight 0.34918 2024-03-21T22:04:35.753 INFO:teuthology.orchestra.run.smithi072.stderr: alg straw2 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: hash 0 # rjenkins1 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: item smithi072 weight 0.17459 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: item smithi164 weight 0.17459 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr:# rules 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr:rule replicated_rule { 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: id 0 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: type replicated 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: step take default 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: step choose firstn 0 type osd 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: step emit 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr:} 2024-03-21T22:04:35.754 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:04:35.755 INFO:teuthology.orchestra.run.smithi072.stderr:# end crush map' 2024-03-21T22:04:35.755 INFO:teuthology.orchestra.run.smithi072.stderr:+ grep -q smithi173 2024-03-21T22:04:36.511 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T22:04:36.520 INFO:tasks.cephadm:Teardown begin 2024-03-21T22:04:36.521 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:04:36.534 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:04:36.549 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:04:36.563 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T22:04:36.563 DEBUG:teuthology.orchestra.run.smithi072:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:04:36.587 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:04:36.597 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T22:04:36.611 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T22:04:36.611 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T22:04:36.611 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a 2024-03-21T22:04:36.776 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:36 smithi072 bash[21600]: cluster 2024-03-21T22:04:35.471769+0000 mgr.a (mgr.14152) 465 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:36.776 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:36 smithi072 bash[21600]: audit 2024-03-21T22:04:35.723472+0000 mon.a (mon.0) 725 : audit [DBG] from='client.? 172.21.15.72:0/1379068382' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T22:04:36.776 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:36 smithi072 systemd[1]: Stopping Ceph mon.a for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:36.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:36 smithi072 bash[21600]: debug 2024-03-21T22:04:36.778+0000 7f1a06aa9700 -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-03-21T22:04:36.838 INFO:journalctl@ceph.mon.a.smithi072.stdout:Mar 21 22:04:36 smithi072 bash[21600]: debug 2024-03-21T22:04:36.778+0000 7f1a06aa9700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-21T22:04:36.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:36 smithi164 bash[23230]: cluster 2024-03-21T22:04:35.471769+0000 mgr.a (mgr.14152) 465 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 122 MiB used, 357 GiB / 358 GiB avail 2024-03-21T22:04:36.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:36 smithi164 bash[23230]: audit 2024-03-21T22:04:35.723472+0000 mon.a (mon.0) 725 : audit [DBG] from='client.? 172.21.15.72:0/1379068382' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-03-21T22:04:37.680 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T22:04:37.708 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:37.709 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T22:04:37.709 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T22:04:37.709 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.b 2024-03-21T22:04:37.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:37 smithi164 systemd[1]: Stopping Ceph mon.b for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:37.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:37 smithi164 bash[23230]: debug 2024-03-21T22:04:37.967+0000 7fb377f1c700 -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-03-21T22:04:37.985 INFO:journalctl@ceph.mon.b.smithi164.stdout:Mar 21 22:04:37 smithi164 bash[23230]: debug 2024-03-21T22:04:37.967+0000 7fb377f1c700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-03-21T22:04:38.908 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T22:04:38.938 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:38.938 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T22:04:38.938 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T22:04:38.939 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.c 2024-03-21T22:04:38.961 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T22:04:39.037 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:39.037 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T22:04:39.038 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T22:04:39.038 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a 2024-03-21T22:04:39.338 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 22:04:39 smithi072 systemd[1]: Stopping Ceph mgr.a for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:39.339 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 22:04:39 smithi072 bash[21856]: debug 2024-03-21T22:04:39.186+0000 7f562a5e8700 -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-03-21T22:04:39.339 INFO:journalctl@ceph.mgr.a.smithi072.stdout:Mar 21 22:04:39 smithi072 bash[21856]: debug 2024-03-21T22:04:39.186+0000 7f562a5e8700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-21T22:04:40.036 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T22:04:40.059 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:40.059 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T22:04:40.059 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T22:04:40.059 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.b 2024-03-21T22:04:40.462 INFO:journalctl@ceph.mgr.b.smithi164.stdout:Mar 21 22:04:40 smithi164 systemd[1]: Stopping Ceph mgr.b for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:40.990 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T22:04:41.013 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:41.013 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T22:04:41.014 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T22:04:41.014 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.0 2024-03-21T22:04:41.338 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:41 smithi072 systemd[1]: Stopping Ceph osd.0 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:41.339 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:41 smithi072 bash[32254]: debug 2024-03-21T22:04:41.158+0000 7fb66aa37700 -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-03-21T22:04:41.339 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:41 smithi072 bash[32254]: debug 2024-03-21T22:04:41.158+0000 7fb66aa37700 -1 osd.0 59 *** Got signal Terminated *** 2024-03-21T22:04:41.339 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:41 smithi072 bash[32254]: debug 2024-03-21T22:04:41.158+0000 7fb66aa37700 -1 osd.0 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:04:47.588 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:47 smithi072 bash[46896]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-0 2024-03-21T22:04:47.588 INFO:journalctl@ceph.osd.0.smithi072.stdout:Mar 21 22:04:47 smithi072 bash[46961]: Error response from daemon: No such container: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-0 2024-03-21T22:04:49.167 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T22:04:49.192 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:49.192 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T22:04:49.192 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T22:04:49.192 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.1 2024-03-21T22:04:49.590 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:49 smithi072 systemd[1]: Stopping Ceph osd.1 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:49.590 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:49 smithi072 bash[37951]: debug 2024-03-21T22:04:49.378+0000 7f8bf566d700 -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-03-21T22:04:49.590 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:49 smithi072 bash[37951]: debug 2024-03-21T22:04:49.378+0000 7f8bf566d700 -1 osd.1 59 *** Got signal Terminated *** 2024-03-21T22:04:49.590 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:49 smithi072 bash[37951]: debug 2024-03-21T22:04:49.378+0000 7f8bf566d700 -1 osd.1 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:04:55.624 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:55 smithi072 bash[47097]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-1 2024-03-21T22:04:55.624 INFO:journalctl@ceph.osd.1.smithi072.stdout:Mar 21 22:04:55 smithi072 bash[47162]: Error response from daemon: No such container: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-1 2024-03-21T22:04:57.309 DEBUG:teuthology.orchestra.run.smithi072:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T22:04:57.343 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:04:57.343 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T22:04:57.343 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T22:04:57.343 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.2 2024-03-21T22:04:57.735 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:04:57 smithi164 systemd[1]: Stopping Ceph osd.2 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:04:57.735 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:04:57 smithi164 bash[26300]: debug 2024-03-21T22:04:57.495+0000 7fddb941d700 -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-03-21T22:04:57.735 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:04:57 smithi164 bash[26300]: debug 2024-03-21T22:04:57.495+0000 7fddb941d700 -1 osd.2 59 *** Got signal Terminated *** 2024-03-21T22:04:57.735 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:04:57 smithi164 bash[26300]: debug 2024-03-21T22:04:57.495+0000 7fddb941d700 -1 osd.2 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:05:03.734 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:05:03 smithi164 bash[35723]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-2 2024-03-21T22:05:03.735 INFO:journalctl@ceph.osd.2.smithi164.stdout:Mar 21 22:05:03 smithi164 bash[35792]: Error response from daemon: No such container: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-2 2024-03-21T22:05:05.349 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T22:05:05.375 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:05:05.375 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T22:05:05.375 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-21T22:05:05.375 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.3 2024-03-21T22:05:05.735 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:05 smithi164 systemd[1]: Stopping Ceph osd.3 for 1dbd1cae-e7cd-11ee-95cd-87774f69a715... 2024-03-21T22:05:05.735 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:05 smithi164 bash[31625]: debug 2024-03-21T22:05:05.543+0000 7fcdb0afd700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -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-03-21T22:05:05.735 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:05 smithi164 bash[31625]: debug 2024-03-21T22:05:05.543+0000 7fcdb0afd700 -1 osd.3 59 *** Got signal Terminated *** 2024-03-21T22:05:05.735 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:05 smithi164 bash[31625]: debug 2024-03-21T22:05:05.543+0000 7fcdb0afd700 -1 osd.3 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T22:05:07.484 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:07 smithi164 bash[31625]: debug 2024-03-21T22:05:07.151+0000 7fcda90e9700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.72:6806 osd.0 since back 2024-03-21T22:04:44.861270+0000 front 2024-03-21T22:04:44.861408+0000 (oldest deadline 2024-03-21T22:05:06.561043+0000) 2024-03-21T22:05:08.484 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:08 smithi164 bash[31625]: debug 2024-03-21T22:05:08.151+0000 7fcda90e9700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.72:6806 osd.0 since back 2024-03-21T22:04:44.861270+0000 front 2024-03-21T22:04:44.861408+0000 (oldest deadline 2024-03-21T22:05:06.561043+0000) 2024-03-21T22:05:09.484 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:09 smithi164 bash[31625]: debug 2024-03-21T22:05:09.155+0000 7fcda90e9700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.72:6806 osd.0 since back 2024-03-21T22:04:44.861270+0000 front 2024-03-21T22:04:44.861408+0000 (oldest deadline 2024-03-21T22:05:06.561043+0000) 2024-03-21T22:05:10.484 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:10 smithi164 bash[31625]: debug 2024-03-21T22:05:10.175+0000 7fcda90e9700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.72:6806 osd.0 since back 2024-03-21T22:04:44.861270+0000 front 2024-03-21T22:04:44.861408+0000 (oldest deadline 2024-03-21T22:05:06.561043+0000) 2024-03-21T22:05:11.734 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:11 smithi164 bash[35926]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-3 2024-03-21T22:05:11.734 INFO:journalctl@ceph.osd.3.smithi164.stdout:Mar 21 22:05:11 smithi164 bash[35988]: ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715-osd-3 2024-03-21T22:05:13.219 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.3.service' 2024-03-21T22:05:13.250 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:05:13.250 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-21T22:05:13.250 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-21T22:05:13.250 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.4 2024-03-21T22:05:13.283 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.4.service' 2024-03-21T22:05:13.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:05:13.351 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-21T22:05:13.351 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-21T22:05:13.351 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.5 2024-03-21T22:05:13.429 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dbd1cae-e7cd-11ee-95cd-87774f69a715@osd.5.service' 2024-03-21T22:05:13.508 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T22:05:13.508 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-21T22:05:13.508 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:05:13.677 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:16.164 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:05:16.332 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:18.817 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T22:05:18.985 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:20.506 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:05:20.520 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:05:20.534 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T22:05:20.548 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T22:05:20.549 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi072/crash 2024-03-21T22:05:20.550 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:05:20.572 INFO:teuthology.orchestra.run.smithi072.stderr:tar: /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:05:20.572 INFO:teuthology.orchestra.run.smithi072.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:05:20.574 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi164/crash 2024-03-21T22:05:20.575 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:05:20.587 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:05:20.587 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:05:20.588 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi173/crash 2024-03-21T22:05:20.589 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash -- . 2024-03-21T22:05:20.601 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T22:05:20.601 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-03-21T22:05:20.603 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T22:05:20.603 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:05:20.630 INFO:teuthology.orchestra.run.smithi072.stdout:2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T22:05:20.631 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T22:05:20.631 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[SEC\]' /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:05:20.687 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[ERR\]' /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:05:20.742 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[WRN\]' /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-21T22:05:20.802 INFO:teuthology.orchestra.run.smithi072.stdout:2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T22:05:20.803 INFO:tasks.cephadm:Compressing logs... 2024-03-21T22:05:20.803 DEBUG:teuthology.orchestra.run.smithi072:> 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-03-21T22:05:20.851 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-21T22:05:20.853 DEBUG:teuthology.orchestra.run.smithi173:> 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-03-21T22:05:20.860 INFO:teuthology.orchestra.run.smithi072.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:05:20.865 INFO:teuthology.orchestra.run.smithi164.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:05:20.866 INFO:teuthology.orchestra.run.smithi173.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T22:05:20.869 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:05:20.870 INFO:teuthology.orchestra.run.smithi072.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T22:05:20.870 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T22:05:20.871 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:05:20.871 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T22:05:20.871 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:05:20.872 INFO:teuthology.orchestra.run.smithi072.stderr: 82.9% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:05:20.872 INFO:teuthology.orchestra.run.smithi072.stderr:gzip/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.1.log: -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:05:20.872 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:05:20.873 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T22:05:20.873 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:05:20.874 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.a.log: 86.9% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:05:20.875 INFO:teuthology.orchestra.run.smithi072.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T22:05:20.875 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T22:05:20.875 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:05:20.875 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-21T22:05:20.876 INFO:teuthology.orchestra.run.smithi072.stderr: 89.9% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.3.log: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr: 82.5% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T22:05:20.877 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log: /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:05:20.879 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T22:05:20.879 INFO:teuthology.orchestra.run.smithi164.stderr: 86.8% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:05:20.879 INFO:teuthology.orchestra.run.smithi072.stderr: 91.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:05:20.880 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:05:20.881 INFO:teuthology.orchestra.run.smithi164.stderr: 91.4% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:05:20.883 INFO:teuthology.orchestra.run.smithi164.stderr: 91.6% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T22:05:20.883 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T22:05:20.884 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T22:05:20.884 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-21T22:05:20.885 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log 2024-03-21T22:05:20.885 INFO:teuthology.orchestra.run.smithi173.stderr: 80.4% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T22:05:20.885 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T22:05:20.886 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T22:05:20.886 INFO:teuthology.orchestra.run.smithi173.stderr: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T22:05:20.886 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T22:05:20.887 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.c.log: 87.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T22:05:20.887 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-21T22:05:20.888 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.4.log: 90.0% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T22:05:20.891 INFO:teuthology.orchestra.run.smithi173.stderr: 91.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T22:05:20.923 INFO:teuthology.orchestra.run.smithi173.stderr: 92.7% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-21T22:05:20.926 INFO:teuthology.orchestra.run.smithi173.stderr: 92.8% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-21T22:05:20.930 INFO:teuthology.orchestra.run.smithi072.stderr: 93.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T22:05:20.931 INFO:teuthology.orchestra.run.smithi072.stderr: 93.1% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T22:05:20.947 INFO:teuthology.orchestra.run.smithi164.stderr: 92.8% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-21T22:05:20.956 INFO:teuthology.orchestra.run.smithi072.stderr: 90.1% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T22:05:20.965 INFO:teuthology.orchestra.run.smithi164.stderr: 93.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T22:05:20.965 INFO:teuthology.orchestra.run.smithi173.stderr: 93.3% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T22:05:20.967 INFO:teuthology.orchestra.run.smithi173.stderr: 2024-03-21T22:05:20.967 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m0.109s 2024-03-21T22:05:20.967 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m0.171s 2024-03-21T22:05:20.967 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.022s 2024-03-21T22:05:20.993 INFO:teuthology.orchestra.run.smithi164.stderr: 92.7% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T22:05:20.995 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-03-21T22:05:20.995 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.139s 2024-03-21T22:05:20.995 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.288s 2024-03-21T22:05:20.995 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.033s 2024-03-21T22:05:21.171 INFO:teuthology.orchestra.run.smithi072.stderr: 90.9% -- replaced with /var/log/ceph/1dbd1cae-e7cd-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T22:05:21.173 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-03-21T22:05:21.173 INFO:teuthology.orchestra.run.smithi072.stderr:real 0m0.320s 2024-03-21T22:05:21.173 INFO:teuthology.orchestra.run.smithi072.stderr:user 0m0.496s 2024-03-21T22:05:21.173 INFO:teuthology.orchestra.run.smithi072.stderr:sys 0m0.045s 2024-03-21T22:05:21.173 INFO:tasks.cephadm:Archiving logs... 2024-03-21T22:05:21.174 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi072/log 2024-03-21T22:05:21.175 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:05:21.308 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi164/log 2024-03-21T22:05:21.308 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:05:21.359 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi173/log 2024-03-21T22:05:21.360 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T22:05:21.397 INFO:tasks.cephadm:Removing cluster... 2024-03-21T22:05:21.397 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force 2024-03-21T22:05:21.561 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:22.883 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force 2024-03-21T22:05:23.047 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:24.393 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dbd1cae-e7cd-11ee-95cd-87774f69a715 --force 2024-03-21T22:05:24.561 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: 1dbd1cae-e7cd-11ee-95cd-87774f69a715 2024-03-21T22:05:25.891 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T22:05:25.891 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:05:25.898 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:05:25.904 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T22:05:25.909 INFO:tasks.cephadm:Teardown complete 2024-03-21T22:05:25.909 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T22:05:25.919 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-03-21T22:05:25.919 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:05:25.943 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:05:25.946 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T22:05:26.037 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T22:05:26.046 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T22:05:26.046 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:05:26.048 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:05:26.051 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================== 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 64 377 0.079 -2.156 2.699 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.075 -0.433 2.993 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout:+hv03.front.sepi 74.6.168.72 3 u 64 64 377 0.122 -3.766 2.110 2024-03-21T22:05:26.061 INFO:teuthology.orchestra.run.smithi072.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:05:26.062 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:05:26.062 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-03-21T22:05:26.063 INFO:teuthology.orchestra.run.smithi164.stdout:*hv01.front.sepi 44.4.53.2 2 u 59 64 377 0.103 -3.454 1.329 2024-03-21T22:05:26.063 INFO:teuthology.orchestra.run.smithi164.stdout:+hv02.front.sepi 63.231.80.2 3 u 62 64 377 0.086 -2.025 1.320 2024-03-21T22:05:26.063 INFO:teuthology.orchestra.run.smithi164.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.092 -4.609 1.999 2024-03-21T22:05:26.063 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 64 377 0.105 -7.020 3.377 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.081 -5.199 2.998 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 64 377 0.102 -5.550 3.362 2024-03-21T22:05:26.064 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T22:05:26.064 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T22:05:26.073 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T22:05:26.073 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T22:05:26.081 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T22:05:26.088 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T22:05:26.098 INFO:teuthology.task.internal:Duration was 1418.229044 seconds 2024-03-21T22:05:26.098 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T22:05:26.107 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T22:05:26.107 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:05:26.109 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:05:26.112 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T22:05:26.147 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T22:05:26.147 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2024-03-21T22:05:26.147 DEBUG:teuthology.orchestra.run.smithi072:> 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-03-21T22:05:26.195 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-03-21T22:05:26.195 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-21T22:05:26.205 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-03-21T22:05:26.205 DEBUG:teuthology.orchestra.run.smithi173:> 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-03-21T22:05:26.215 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T22:05:26.216 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:05:26.238 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:05:26.249 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T22:05:26.289 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T22:05:26.289 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:05:26.314 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:05:26.326 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T22:05:26.402 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T22:05:26.412 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T22:05:26.412 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:05:26.423 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:05:26.434 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T22:05:26.445 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T22:05:26.455 DEBUG:teuthology.orchestra.run.smithi072:> 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-03-21T22:05:26.467 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-21T22:05:26.475 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2024-03-21T22:05:26.478 DEBUG:teuthology.orchestra.run.smithi173:> 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-03-21T22:05:26.486 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-03-21T22:05:26.496 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-03-21T22:05:26.526 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:05:26.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:05:26.549 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:05:26.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:05:26.556 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T22:05:26.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T22:05:26.574 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T22:05:26.584 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T22:05:26.585 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi072 2024-03-21T22:05:26.585 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:05:26.615 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi164 2024-03-21T22:05:26.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:05:26.634 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177/remote/smithi173 2024-03-21T22:05:26.634 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T22:05:26.655 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T22:05:26.655 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:05:26.657 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:05:26.674 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T22:05:26.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T22:05:26.711 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T22:05:26.711 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T22:05:26.720 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T22:05:26.720 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:05:26.722 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:05:26.725 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T22:05:26.726 INFO:teuthology.orchestra.run.smithi072.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:05 /home/ubuntu/cephtest 2024-03-21T22:05:26.728 INFO:teuthology.orchestra.run.smithi164.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:05 /home/ubuntu/cephtest 2024-03-21T22:05:26.747 INFO:teuthology.orchestra.run.smithi173.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:05 /home/ubuntu/cephtest 2024-03-21T22:05:26.749 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T22:05:26.758 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T22:05:26.778 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T22:05:26.804 DEBUG:teuthology.nuke:shortname: smithi072 2024-03-21T22:05:26.805 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:05:26.830 DEBUG:teuthology.nuke:shortname: smithi164 2024-03-21T22:05:26.830 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:05:26.834 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.123003', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMU2pSIzo86arVc0/LEfzc8SD9SZk4+Dpa4GP0t5M2+kbeU0eXcVN82Zh7THkYQMdNkroCVrhjZqEWB/4kte7JA='} 2024-03-21T22:05:26.851 DEBUG:teuthology.nuke:shortname: smithi173 2024-03-21T22:05:26.852 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T22:05:26.855 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.121955', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPpJk5jDF3X0tHopXWU/6ogSSPCmyajAqm0Jx9+xemekmlL4DO+Pi8qAog6eWeJRzgW6+YaosLKs2Le3nfGVcU='} 2024-03-21T22:05:26.873 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615177', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:54.120266', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIq/ucqzx22kIVyQ/vtrgIwcMOKAaxNNCTzdkWJiNCkcZ9jWSJ37rahoHte1M1IuhK6XBPHR6a6UEgWx0foTjPk='} 2024-03-21T22:05:26.885 INFO:teuthology.orchestra.console.smithi072:Power off 2024-03-21T22:05:26.885 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:05:26.903 INFO:teuthology.orchestra.console.smithi164:Power off 2024-03-21T22:05:26.903 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:05:26.914 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2024-03-21T22:05:26.914 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:26.925 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-03-21T22:05:26.926 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:26.940 INFO:teuthology.orchestra.console.smithi173:Power off 2024-03-21T22:05:26.940 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T22:05:26.950 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-21T22:05:26.950 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-21T22:05:26.964 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2024-03-21T22:05:26.965 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:26.985 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-21T22:05:30.950 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:30.958 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:30.987 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:31.060 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-21T22:05:31.068 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-21T22:05:31.096 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-03-21T22:05:35.062 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:35.071 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:35.097 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:35.173 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-03-21T22:05:35.180 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-03-21T22:05:35.206 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2024-03-21T22:05:35.274 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-03-21T22:05:35.307 INFO:teuthology.orchestra.console.smithi173:Power off completed 2024-03-21T22:05:39.185 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T22:05:39.295 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2024-03-21T22:05:39.396 INFO:teuthology.orchestra.console.smithi072:Power off completed 2024-03-21T22:05:39.500 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1418.2290441989899 failure_reason: '"2024-03-21T21:55:30.001937+0000 mon.a (mon.0) 194 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_phlogistonjohn@teuthology success: false 2024-03-21T22:05:39.500 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T22:05:39.585 INFO:teuthology.run:FAIL